PluggedinMCP
@VeriTeknik
About PluggedinMCP
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"PluggedinMCP": {
"command": "npx",
"args": [
"-y",
"@pluggedin/pluggedin-mcp-proxy"
],
"env": {
"PLUGGEDIN_API_KEY": "<YOUR_PLUGGEDIN_API_KEY>"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is PluggedinMCP?
PluggedinMCP is a middleware proxy that aggregates multiple MCP servers into a single unified interface. It fetches tool, prompt, and resource configurations from the plugged.in App and routes requests to the appropriate underlying servers for any MCP client like Claude Desktop, Cline, or Cursor.
How to use PluggedinMCP?
Install and run with npx -y @pluggedin/mcp-proxy@latest --pluggedin-api-key YOUR_API_KEY. Then configure your MCP client (e.g., Claude Desktop, Cline, Cursor) to use the proxy as a server, setting the PLUGGEDIN_API_KEY environment variable or via command-line argument. Docker builds are also supported.
Key features of PluggedinMCP
- Aggregates multiple MCP servers into one interface
- Supports both STDIO and WebSocket MCP servers
- Keeps servers organized with namespace prefixing
- Allows switching between workspace configurations
- Fetches capabilities from plugged.in App APIs
- Handles tools, resources, resource templates, and prompts
Use cases of PluggedinMCP
- Manage multiple MCP servers from a single MCP client
- Switch between different sets of MCP configurations per workspace
- Test connected servers using MCP Inspector via Docker
- Centralize API key and configuration management with the plugged.in App
FAQ from PluggedinMCP
What runtime does PluggedinMCP require?
Node.js 18+ is required (v20+ recommended).
How do I get an API key for the proxy?
Obtain an API key from the plugged.in App at https://plugged.in/api-keys.
Can PluggedinMCP be run with Docker?
Yes. Build the image with docker build -t pluggedin-mcp-proxy:latest . and run it with the required environment variables (PLUGGEDIN_API_KEY, PLUGGEDIN_API_BASE_URL).
Does the proxy support STDIO and WebSocket servers?
Yes, it supports both STDIO (command-line) and WebSocket (HTTP-based) MCP servers.
How does PluggedinMCP handle multiple servers?
It uses namespace isolation with prefixed names (e.g., tool names) and resolves calls to the appropriate underlying server via the plugged.in App API.
Frequently asked questions
What runtime does PluggedinMCP require?
Node.js 18+ is required (v20+ recommended).
How do I get an API key for the proxy?
Obtain an API key from the plugged.in App at https://plugged.in/api-keys.
Can PluggedinMCP be run with Docker?
Yes. Build the image with `docker build -t pluggedin-mcp-proxy:latest .` and run it with the required environment variables (`PLUGGEDIN_API_KEY`, `PLUGGEDIN_API_BASE_URL`).
Does the proxy support STDIO and WebSocket servers?
Yes, it supports both STDIO (command-line) and WebSocket (HTTP-based) MCP servers.
How does PluggedinMCP handle multiple servers?
It uses namespace isolation with prefixed names (e.g., tool names) and resolves calls to the appropriate underlying server via the plugged.in App API.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-devπ₯ MaxKB is an open-source platform for building enterprise-grade agents. εΌΊε€§ζη¨ηεΌζΊδΌδΈηΊ§ζΊθ½δ½εΉ³ε°γ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments