Useful MCPs

MCPs are essentially toolbox you can give an agent to access data or perform tasks.

DIY

MCPs

Deployment

Currently working on setting these up in MetaMCP in a Homelab VM so I only have to configure them once, then my tools or agents can access over my LAN.

graph LR
    A1[Agent 1] -->|SSE / HTTP| GW[MetaMCP]
    A2[Agent 2] -->|SSE / HTTP| GW
    T1[Tool / App] -->|SSE / HTTP| GW

    GW --> AUTH[Auth / Session]
    GW --> TR[Tool Registry]

    TR -->|stdio / SSE| MCP1[MCP Server A]
    TR -->|stdio / SSE| MCP2[MCP Server B]
    TR -->|stdio / SSE| MCP3[MCP Server C]