150,000+ agents registered. Trust scores show their math.Explore →
Explorer/MCP/node2flow/wordpress
REMOTE

WordPress

node2flow/wordpress

MCP server for WordPress REST API — manage posts, pages, media, comments, taxonomy, and users. ## Features - Full CRUD for posts, pages, comments, and media - Taxonomy management (categories, tags) - User and site information - HTTP Basic Auth with Application Passwords ## 20 Tools **Posts**: create, list, get, update, delete posts **Pages**: create, list, get, update, delete pages **Media**: list media, upload from URL **Comments**: create, list, get, update comments **Taxonomy**: manage categories and tags **Users & Site**: get users, site settings ## Configuration - WORDPRESS_URL — Your WordPress site URL - WORDPRESS_USERNAME — WordPress username - WORDPRESS_APP_PASSWORD — Application Password (Settings > Users > Application Passwords)

20 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (7mo)
20toolsRemote/ HTTP7moindexed
100% uptime · 352ms avgChecked Sep 17, 2026
Quality Score
66/95
Deep
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure14.7/20
217 days indexed
Capability18.8/25
Tools: 6.8/13 (20 tools)
Description: 5/5
Endpoint: 7/7
Adoption7.9/25
Use count: 7.9/20 (93 uses)
Multi-registry: 0/5 (1 registry)
Reliability25/25
Currently live: 10/10
Uptime history: 15/15 100% (66/66 checks)
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Risk
0Clean
No signals detected.
The scanner shows
20 tools. Nothing caught our attention.
First indexed Feb 11, 2026
Server Profile
Tools catalogued
20
20 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
100%
Based on 48 checks. Average response: 352ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://wordpress--node2flow.run.tools
Tools (20)
wp_list_posts
List WordPress posts with optional filters. Returns post ID, title, status, date, and categories. Use to browse existing content or find posts by keyword.
wp_get_post
Get a single WordPress post with full content, metadata, categories, and tags. Use to inspect post content before editing.
wp_create_post
Create a new WordPress post. Provide title and content (HTML). Optionally set status (draft/publish), categories, and tags.
wp_update_post
Update an existing WordPress post. Change title, content, status, categories, or tags.
wp_delete_post
Delete a WordPress post. Moves to trash by default.
wp_list_pages
List WordPress pages. Returns page ID, title, status, and parent page. Use to browse site page structure.
Show all 20 tools ↓
wp_get_page
Get a single WordPress page with full content and metadata.
wp_create_page
Create a new WordPress page. Provide title and content (HTML). Optionally set parent page for hierarchy.
wp_update_page
Update an existing WordPress page.
wp_delete_page
Delete a WordPress page.
wp_list_media
List media files in the WordPress library. Returns file URLs, types, and metadata.
wp_delete_media
Permanently delete a media file from WordPress.
wp_list_comments
List comments on WordPress posts. Filter by post ID.
wp_create_comment
Create a new comment on a WordPress post.
wp_update_comment
Update or moderate a comment. Change content or approval status.
wp_delete_comment
Permanently delete a comment.
wp_list_categories
List all WordPress categories with post counts.
wp_list_tags
List all WordPress tags with post counts.
wp_list_users
List WordPress users with their roles.
wp_get_site_info
Get WordPress site information: name, description, URL, timezone, and available features.

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
More from node2flow
Gemini File Search
MCP server for Google's Gemini File Search and RAG (Retrieval-Augmented Generation). ## Features - Create and manage File Search stores - Upload documents (text, PDF, base64) with custom metadata and chunking config - Import existing Gemini files into stores - Track upload/operation status - Query documents using RAG with model selection and metadata filtering ## 12 Tools **Store Management**: create, list, get, delete stores **Upload & Import**: upload content directly or import existing files **Operations**: check status of store/upload operations **Documents**: list, get, delete documents in stores **RAG Query**: query documents with Gemini models (supports metadata filters) ## Configuration - GEMINI_API_KEY — Get one at https://aistudio.google.com/apikey
Google Drive
MCP server for Google Drive API v3 : search, read, create, share, and manage files and folders. ## Features - Search files with powerful query syntax (name, type, folder, date, full-text) - Read text file content and export Google Workspace files (Docs, Sheets, Slides) - Create, copy, rename, move, star, trash, and permanently delete files - Share files with users, groups, domains, or make public with role-based access - Add comments and threaded replies on files, resolve comment threads - Manage shared drives (create, list, delete) - View file revision history and storage quota ## 23 Tools - **Files (10):** search, get metadata, read content, create, update, copy, delete, export, create folder, empty trash - **Permissions (3):** list permissions, share file, unshare file - **Comments (3):** list, create, delete comments - **Replies (2):** list, create replies (with resolve/reopen actions) - **Shared Drives (3):** list, create, delete shared drives - **Revisions (1):** list file revision history - **About (1):** user info, storage quota, import/export formats ## Configuration - `GOOGLE_CLIENT_ID` : OAuth 2.0 Client ID from Google Cloud Console - `GOOGLE_CLIENT_SECRET` : OAuth 2.0 Client Secret - `GOOGLE_REFRESH_TOKEN` : Refresh token obtained via OAuth consent flow with `drive` scope (use Google OAuth Playground)
SQLite
Local MCP server for SQLite databases — query, manage schema, tables, indexes, and transactions through 15 tools. Install locally via npx only — each user gets their own database. Features: - Execute SQL queries and statements with parameter binding - Full schema management (tables, columns, indexes, foreign keys) - Database analysis (size, table stats, integrity check) - WAL mode enabled for better concurrency Install (Claude Desktop / Cursor): npx -y @node2flow/sqlite-mcp Tool categories: - Query (3): execute_query, execute_run, execute_many - Schema (4): list_tables, describe_table, list_indexes, list_foreign_keys - Table (3): create_table, alter_table, drop_table - Index (2): create_index, drop_index - Database (3): get_info, vacuum, integrity_check Configuration: - SQLITE_DB_PATH (required) — Path to your local SQLite database file - SQLITE_TIMEOUT (optional) — Busy timeout in milliseconds (default: 5000) Note: This is a local-only tool. Install via npx to use your own database files.
n8n-Management
MCP server for n8n workflow automation — manage workflows, executions, credentials, tags, and users. Features - Full workflow lifecycle (create, activate, execute, deactivate, delete) - Execution monitoring and debugging (list, inspect, retry, cleanup) - Credential management (create, update, rotate, schema lookup) - Tag-based workflow organization - User management with role control (owner permissions required) 27 Tools Workflows: list, get, create, update, delete, activate, deactivate, execute, get tags, update tags Executions: list, get, delete, retry Credentials: create, update, delete, get schema Tags: list, get, create, update, delete Users: list, get, delete, update role Configuration - N8N_URL — Your n8n instance URL (e.g. https://your-n8n.example.com) - N8N_API_KEY — API key from n8n Settings → API → Create API Key
Airtable
MCP server for Airtable API — manage records, bases, tables, fields, and webhooks. ## Features - Full CRUD for records with filtering, sorting, and pagination - Upsert records (update-or-create by matching fields) - Base and table schema management (create tables, add fields) - Webhook lifecycle (create, list, refresh, payloads, delete) - Batch operations (up to 10 records per request) ## 18 Tools **Records**: list, get, create, update, delete, upsert **Bases & Schema**: list bases, get schema, create base, create table, update table, create field, update field **Webhooks**: create, list, refresh, list payloads, delete ## Configuration - AIRTABLE_PAT — Personal Access Token from https://airtable.com/create/tokens
Gmail
Manage your Gmail inbox � send and read emails, organize with labels, manage drafts and threads, handle attachments, and configure vacation auto-reply through 28 MCP tools. ## Features - Send, read, and search emails with Gmail search syntax - Manage drafts (create, update, send) - Organize with labels (create, update, apply to messages) - Thread-based conversation management - Batch operations for bulk label changes and deletions - Attachment retrieval - Vacation auto-reply settings - Full OAuth 2.0 authentication with refresh tokens ## 28 Tools **Messages (10)**: List, get, send, delete, trash, untrash, modify labels, batch delete, batch modify, get attachment **Drafts (6)**: List, get, create, update, delete, send **Labels (5)**: List, get, create, update, delete **Threads (5)**: List, get, modify labels, trash, untrash **Settings (2)**: Get profile, update vacation auto-reply ## Configuration - `GOOGLE_CLIENT_ID` � OAuth 2.0 Client ID from Google Cloud Console - `GOOGLE_CLIENT_SECRET` � OAuth 2.0 Client Secret - `GOOGLE_REFRESH_TOKEN` � Refresh token with Gmail scope
Similar servers
Press Release
press-release MCP — wraps StupidAPIs (requires X-API-Key)
MCP Server for LimeSurvey
Enables interaction with LimeSurvey API to create and manage surveys, questions, question groups, activate surveys, and export responses through standardized MCP endpoints.
io.github.zenml-io/mcp-zenml
MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API
Linear
Linear MCP — wraps the Linear GraphQL API (OAuth)
HAPI MCP Server
HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants
Google Docs MCP Server
Enables Claude to read, create, and update Google Docs through OAuth authentication. Deployed as a remote Next.js server on Vercel with support for multiple users and secure API key management.
Indexed from Smithery · Updates nightlyView on Smithery →