Model Context Protocol server for WordPress.org Trac integration
searchTickets - Search for WordPress Trac tickets by keyword or filter
getTicket - Get detailed information about a specific ticket
getChangeset - Get information about a code changeset/commit
getTimeline - Get recent activity from WordPress Trac
getTracInfo - Get Trac metadata (components, milestones, priorities, severities)
search - Intelligent search for tickets, changesets, and activity
fetch - Get detailed information about specific items
Each WordPress.org Trac gets its own endpoint. Connect to the one you need; connect to several to use more than one.
| Trac | Endpoint |
|---|---|
| WordPress | https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp |
| Making WordPress.org | https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp/meta |
| WordPress Themes | https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp/themes |
| WordPress Plugins | https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp/plugins |
| bbPress | https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp/bbpress |
| BuddyPress | https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp/buddypress |
| GlotPress | https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp/glotpress |
| Google Summer of Code | https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp/gsoc |
Any other <slug>.trac.wordpress.org works the same way at https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp/<slug>. Fields vary between instances: a Trac without severities or components reports them as unavailable rather than failing.
{
"mcpServers": {
"wordpress-trac": {
"command": "npx",
"args": ["mcp-remote", "https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp"]
},
"wordpress-meta-trac": {
"command": "npx",
"args": ["mcp-remote", "https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp/meta"]
}
}
}
ChatGPT uses a different connection method:
1. Open ChatGPT Settings → Connectors tab
2. Add Server → Import remote MCP server:
https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp/chatgpt
3. Enable in Composer → Deep Research tool
4. Add as research source if needed
Other instances use https://wordpress-trac-mcp-server-prod.a8c-aiops.workers.dev/mcp/<slug>/chatgpt.
See: ChatGPT MCP Documentation
This server is open source. Report an issue or help improve the server, documentation, and tests.