This repository demonstrates how to use AutoGen to integrate local and remote MCP (Model Context Protocol) servers. It showcases a local math tool (math_server.py) using Stdio and a remote Apify tool (RAG Web Browser Actor) via SSE for tasks like arithmetic and web browsing.
This repository demonstrates how to use AutoGen to integrate local and remote MCP (Model Context Protocol) servers. It showcases a local math tool (math_server.py) using Stdio and a remote Apify tool (RAG Web Browser Actor) via SSE for tasks like arithmetic and web browsing.
pip install mcp_autogen_sse_stdioAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"sam-92-mcpautogenssestdio-github": {
"command": "uvx",
"args": [
"pip install mcp_autogen_sse_stdio"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp_autogen_sse_stdio?"
API Key Required
This server requires an API key from mcp_autogen_sse_stdio. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_AUTOGEN_SSE_STDIO_API_KEY | Yes | Your mcp_autogen_sse_stdio API key |
"What resources are available in mcp_autogen_sse_stdio?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp_autogen_sse_stdio"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp_autogen_sse_stdio 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.