Phabricator MCP Server
A Model Context Protocol (MCP) server for interacting with Phabricator API
Overview
Phabricator MCP Server is an implementation of a Model Context Protocol (MCP) server designed for interacting with the Phabricator API, allowing for seamless integration with LLMs (Large Language Models).
To use the Phabricator MCP Server, you need to clone the repository, set up your environment with necessary dependencies, and run the server. You can then interact with Phabricator through a standardized interface using supported commands like get-task to retrieve task details.
- Interacts with Phabricator via a standardized MCP interface - Supports task management (view, create, update tasks) - Provides access to project information and user details
- Retrieving specific task details in automation scripts
- Integrating task management features into external applications
- Enabling communication between LLMs and Phabricator for enhanced project workflows
Add to your AI client
Use these steps to connect Phabricator MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"phabricator-mcp-server-baba786": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-phabricator-mcp-server-baba786"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"phabricator-mcp-server-baba786": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-phabricator-mcp-server-baba786"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"phabricator-mcp-server-baba786": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-phabricator-mcp-server-baba786"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"phabricator-mcp-server-baba786": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-phabricator-mcp-server-baba786"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"phabricator-mcp-server-baba786": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-phabricator-mcp-server-baba786"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"phabricator-mcp-server-baba786": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-phabricator-mcp-server-baba786"
]
}
}
}FAQ
What are the prerequisites for using the Phabricator MCP Server?
Python 3.8+, a Phabricator API token, and access to a Phabricator instance are required.
Is this project stable?
Currently, the project is under development, so users should expect future updates and potential changes.
How can I contribute to the project?
Contributions are welcome, and users can check the repository for guidelines on how to get involved.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":199,"uuid":"65c8f59d-c121-4c62-87db-59eb2b02ab49","name":"phabricator-mcp-server","title":"Phabricator MCP Server","description":"A Model Context Protocol (MCP) server for interacting with Phabricator API","avatar_url":"https://avatars.githubusercontent.com/u/713481?v=4","created_at":"2024-12-13T09:12:42.639Z","updated_at":"2024-12-13T12:28:11.645Z","status":"created","author_name":"baba786","author_avatar_url":"https://avatars.githubusercontent.com/u/713481?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/baba786/phabricator-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"5\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2024-12-04 17:38:41\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]