{"id":46695429,"url":"https://github.com/bph/content-abilities","last_synced_at":"2026-03-09T05:04:02.514Z","repository":{"id":337633569,"uuid":"1154514941","full_name":"bph/content-abilities","owner":"bph","description":"Registers post creation and editing abilities for the WordPress Abilities API, exposable via MCP. Requires WordPress MCP Adapter plugin","archived":false,"fork":false,"pushed_at":"2026-02-10T13:49:13.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-10T18:30:45.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bph.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-10T13:29:16.000Z","updated_at":"2026-02-10T13:49:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bph/content-abilities","commit_stats":null,"previous_names":["bph/content-abilities"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bph/content-abilities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bph%2Fcontent-abilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bph%2Fcontent-abilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bph%2Fcontent-abilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bph%2Fcontent-abilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bph","download_url":"https://codeload.github.com/bph/content-abilities/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bph%2Fcontent-abilities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-03-09T05:03:59.977Z","updated_at":"2026-03-09T05:04:02.486Z","avatar_url":"https://github.com/bph.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Content Abilities\n\nA WordPress plugin that registers content management abilities via the Abilities API (6.9+), exposable to AI agents through the [MCP Adapter](https://github.com/WordPress/mcp-adapter).\n\n## Abilities\n\n| ID | Description |\n|---|---|\n| `content/create-post` | Create a post with title, content, excerpt, status, categories, and tags |\n| `content/update-post` | Update an existing post — only provided fields are modified |\n| `content/get-post` | Retrieve a single post by ID |\n| `content/find-posts` | Search and filter posts by keyword, type, and status |\n\nAll abilities are scoped to public post types and enforce WordPress capability checks (create, edit, publish, read).\n\n## Requirements\n\n- WordPress 6.9+\n- [MCP Adapter](https://github.com/WordPress/mcp-adapter) plugin\n\n## Installation\n\n1. Clone or copy this plugin into `wp-content/plugins/content-abilities/`\n2. Activate both MCP Adapter and Content Abilities in wp-admin\n\n## Connecting Claude Code\n\nAdd to your Claude Code MCP config (`~/.claude.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"wordpress\": {\n      \"type\": \"stdio\",\n      \"command\": \"wp\",\n      \"args\": [\n        \"--path=/path/to/your/wordpress\",\n        \"mcp-adapter\", \"serve\",\n        \"--server=mcp-adapter-default-server\",\n        \"--user=admin\"\n      ]\n    }\n  }\n}\n```\n\nFor remote sites, use the HTTP transport via `@automattic/mcp-wordpress-remote` with application passwords.\n\n## License\n\nGPL-2.0-or-later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbph%2Fcontent-abilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbph%2Fcontent-abilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbph%2Fcontent-abilities/lists"}