MantisBT MCP Server for Claude Desktop
io.github.dpesch/mantisbt-mcp-server
MantisBT MCP server – manage issues, notes, files, tags, and relationships. With semantic search.
client:Claude Desktop
transport:stdio
runtime:npm
Install MantisBT MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mantisbt-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dpesch/mantisbt-mcp-server"
],
"env": {
"MANTIS_BASE_URL": "<MANTIS_BASE_URL>",
"MANTIS_API_KEY": "<MANTIS_API_KEY>",
"MANTIS_CACHE_DIR": "<MANTIS_CACHE_DIR>",
"MANTIS_CACHE_TTL": "<MANTIS_CACHE_TTL>",
"TRANSPORT": "<TRANSPORT>",
"PORT": "<PORT>",
"MCP_HTTP_HOST": "<MCP_HTTP_HOST>",
"MCP_HTTP_TOKEN": "<MCP_HTTP_TOKEN>",
"MANTIS_SEARCH_ENABLED": "<MANTIS_SEARCH_ENABLED>",
"MANTIS_SEARCH_BACKEND": "<MANTIS_SEARCH_BACKEND>",
"MANTIS_SEARCH_DIR": "<MANTIS_SEARCH_DIR>",
"MANTIS_SEARCH_MODEL": "<MANTIS_SEARCH_MODEL>",
"MANTIS_SEARCH_THREADS": "<MANTIS_SEARCH_THREADS>",
"MANTIS_UPLOAD_DIR": "<MANTIS_UPLOAD_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs