Enables deployment of the MCP server on Cloudflare Workers for global edge distribution of the WordPress Trac data service.
Supports ChatGPT's Deep Research feature with a simplified interface for searching WordPress Trac data and fetching detailed information about tickets and changesets.
Transforms WordPress.org Trac into an AI-accessible knowledge base, providing comprehensive access to WordPress tickets, code changes, and development activity.
WordPress Trac MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to WordPress.org Trac data. Built with TypeScript and deployed on Cloudflare Workers.
🆕 Now with ChatGPT Deep Research support!
Overview
This MCP server transforms WordPress Trac into an AI-accessible knowledge base, enabling intelligent queries about WordPress development, ticket tracking, and code changes. Features dual architecture supporting both standard MCP clients and ChatGPT's Deep Research requirements.
Features
- Dual Architecture: Standard MCP + ChatGPT Deep Research support
- Search 60,000+ WordPress tickets by keywords, components, or status
- Get detailed ticket information including descriptions, status, and metadata
- Access changeset information with full diff content
- Monitor recent WordPress development activity
- Retrieve project metadata like components, milestones, and priorities
- Intelligent Query Routing: Automatically detects ticket numbers, revisions, and keywords
- Smart Caching: Optimizes fetch operations for better performance
- WordPress-branded UI with official styling
Available Tools
The server provides two different tool interfaces depending on your client:
Standard MCP Tools
For Claude Desktop, MCP Inspector, and other standard MCP clients:
searchTickets
Search through WordPress Trac tickets with intelligent filtering.
getTicket
Retrieve comprehensive information about specific tickets.
getChangeset
Access detailed information about code commits and changes.
getTimeline
Monitor recent WordPress development activity.
getTracInfo
Get organizational data like components and milestones.
ChatGPT Deep Research Tools
For ChatGPT's Deep Research feature (simplified interface):
search
Intelligent search that automatically routes to the right data based on your query.
Supported query types:
- Keywords:
"REST API bugs"
,"media upload issues"
- Ticket numbers:
"#61234"
,"61234"
- Changesets:
"r58504"
,"58504"
- Recent activity:
"recent"
,"timeline"
,"latest"
- Components:
"Block Editor"
,"REST API"
fetch
Get detailed information about a specific item by ID.
Supported ID formats:
- Ticket IDs:
"61234"
- Changeset revisions:
"r58504"
Installation
Deploy to Cloudflare Workers
Connect to AI Assistant
Standard MCP (Claude Desktop, etc.)
Add to your claude_desktop_config.json
:
ChatGPT Deep Research
ChatGPT uses a different connection method than Claude Desktop. Follow these steps:
- Open ChatGPT Settings → Go to the Connectors tab
- Add Server → Import your remote MCP server directly:
- Enable in Composer → The server will appear in Composer > Deep Research tool
- Add as Source → You may need to manually add the server as a research source
For detailed setup instructions, see: ChatGPT MCP Documentation
Note: ChatGPT requires exactly 2 tools (
search
andfetch
) with simplified schemas. The/mcp/chatgpt
endpoint is specifically optimized for this requirement.
Development
Local Development
Testing
Architecture
- Runtime: Cloudflare Workers for global edge deployment
- Language: TypeScript with Zod validation
- Protocol: Model Context Protocol (MCP) for universal AI compatibility
- APIs: Public WordPress Trac CSV/RSS endpoints (no authentication required)
Live Demo
URL: https://mcp-server-wporg-trac-staging.a8cai.workers.dev
License
This project is licensed under the GNU General Public License v2 or later - see the GPL License for details.
Contributing
Contributions are welcome! This server demonstrates how to build production-ready MCP servers with real-world complexity and WordPress integration.
This server cannot be installed
A Model Context Protocol server that provides AI assistants with comprehensive access to WordPress.org Trac data, enabling intelligent queries about WordPress development, ticket tracking, and code changes.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that allows AI assistants to interact with Appwrite's API, providing tools to manage databases, users, functions, teams, and other resources within Appwrite projects.Last updated -8446PythonMIT License
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -161TypeScript
WordPress MCPofficial
AsecurityFlicenseAqualityA WordPress plugin that implements the Model Context Protocol to enable AI models and applications to interact with WordPress sites in a structured and secure way.Last updated -513350- -securityAlicense-qualityImplements a Model Context Protocol server for WordPress that enhances VS Code with WordPress-specific intelligence, including database integration, code completion, and documentation.Last updated -8402TypeScriptMIT License