Automcp converts existing agent frameworks into MCP servers. It provides tools to migrate tools, agents, and orchestrators from frameworks like CrewAI, AutoGen, and LangGraph. It connects to these frameworks' APIs and exposes their functionality in a standardized MCP format. Developers use it to integrate legacy agent frameworks into MCP-based systems.
Automcp converts existing agent frameworks into MCP servers. It provides tools to migrate tools, agents, and orchestrators from frameworks like CrewAI, AutoGen, and LangGraph. It connects to these frameworks' APIs and exposes their functionality in a standardized MCP format. Developers use it to integrate legacy agent frameworks into MCP-based systems.
pip install automcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"napthaai-automcp-github": {
"command": "uvx",
"args": [
"pip install automcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from automcp?"
API Key Required
This server requires an API key from automcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AUTOMCP_API_KEY | Yes | Your automcp API key |
"What resources are available in automcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in automcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in automcp 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.