{"id":48540403,"url":"https://github.com/xfiveco/xfive-mcp","last_synced_at":"2026-04-08T04:02:39.566Z","repository":{"id":334892604,"uuid":"1143223387","full_name":"xfiveco/xfive-mcp","owner":"xfiveco","description":"MCP server with Wordpress Abilities API","archived":false,"fork":false,"pushed_at":"2026-03-25T13:31:37.000Z","size":2546,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-26T16:36:04.194Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xfiveco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-27T10:10:48.000Z","updated_at":"2026-03-12T10:07:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xfiveco/xfive-mcp","commit_stats":null,"previous_names":["xfiveco/xfive-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xfiveco/xfive-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfiveco%2Fxfive-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfiveco%2Fxfive-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfiveco%2Fxfive-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfiveco%2Fxfive-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xfiveco","download_url":"https://codeload.github.com/xfiveco/xfive-mcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfiveco%2Fxfive-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31539230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-08T04:02:30.746Z","updated_at":"2026-04-08T04:02:39.560Z","avatar_url":"https://github.com/xfiveco.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xfive-mcp\nMCP server with Wordpress Abilities API\n\n## Connection\n\nThe plugin uses Application Passwords to authenticate the llm as a wp user with admin privileges. \n\nTo enable application passwords locally set environment type to local in your wp-config.php `define( 'WP_ENVIRONMENT_TYPE', 'local' );`\n\nThe below configuration is for Google Antigravity. Some AI tools can require \"mcpServers\" property to be \"servers\"\n\n```\n{\n  \"mcpServers\": {\n    \"xfive-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@automattic/mcp-wordpress-remote\"\n      ],\n      \"env\": {\n        \"WP_API_URL\": \"http://your-wp-site.com/wp-json/xfive-mcp/mcp\",\n        \"WP_API_USERNAME\": \"YOUR USERNAME, e.g MCP Adapter\",\n        \"WP_API_PASSWORD\": \"YOUR APPLICATIONS PASSWORD\"\n      },\n      \"disabledTools\": [],\n      \"disabled\": false\n    },\n  }\n}\n```\n\nIn local development you can bypass the authorization by defining `define( 'MCP_OPEN', true );` in your wp-config.php.\n\n## Available tools:\n\n**xfive-blocks-block-tree** - Displays blocks tree for a post\n\n**xfive-blocks-block-add** - Add blocks to a post. Check block-schema for blocks structure.\n\n**xfive-blocks-block-update** - Modify attributes and content of an existing block within a post. Use when asked for block editing. Check block-schema for blocks structure.\n\n**xfive-blocks-block-remove** - Remove a block from a post\n\n**xfive-blocks-block-move** - Move a block to a different position in a post\n\n**xfive-blocks-block-replace** - Replace a block with a completely new block\n\n**xfive-blocks-block-schema** - Retrieve the schema and configuration for a specific block.\n\n**xfive-posts-post-by-title** - Retrieve a post ID by searching for its title.\n\n**xfive-posts-post-get-content** - Retrieve the raw content of a post for review, spell-checking, grammar correction, or content analysis. Use only when asked for spelling or grammar check.\n\n**xfive-posts-post-update-content** - Update post content with corrected text after spell-checking, grammar review, or content editing. Use only when asked for spelling or grammar check.\n\n**xfive-posts-post-create** - Create a new post of any type (defaults to post).\n\n**xfive-posts-post-update** - Update an existing post (title, content, status, etc.).\n\n**xfive-posts-post-trash** - Move a post to the trash.\n\n**xfive-images-image-upload** - Upload an image to the media library. Provide either image_url (remote URL) or local_path (absolute path to a local file).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxfiveco%2Fxfive-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxfiveco%2Fxfive-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxfiveco%2Fxfive-mcp/lists"}