MCP DevTools is a suite of Model Context Protocol servers that enable AI assistants to interact with developer tools and services seamlessly. It supports integrations with services like Jira and Linear, focusing on enhancing productivity through AI-driven commands.
MCP DevTools is a suite of Model Context Protocol servers that enable AI assistants to interact with developer tools and services seamlessly. It supports integrations with services like Jira and Linear, focusing on enhancing productivity through AI-driven commands.
env JIRA_URL=https://[YOUR_WORKSPACE].atlassian.net JIRA_API_MAIL=[YOUR_EMAIL] JIRA_API_KEY=[YOUR_API_KEY] npx -y @mcp-devtools/jiraAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-devtools": {
"command": "npx",
"args": [
"-y",
"env JIRA_URL=https://[YOUR_WORKSPACE].atlassian.net JIRA_API_MAIL=[YOUR_EMAIL] JIRA_API_KEY=[YOUR_API_KEY] npx -y @mcp-devtools/jira"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MCP DevTools?"
No configuration required. This server works out of the box.
"What resources are available in MCP DevTools?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MCP DevTools"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MCP DevTools with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.