MCP Uplink
A CLI and cloud platform providing managed hosting for MCP servers with intelligent tool filtering to reduce token costs and improve LLM accuracy. It serves as a secure proxy that connects AI clients to cloud tools while keeping sensitive credentials on the local machine.
README
MCP Uplink š
The official CLI for MCP Uplink - Cloud MCP Hosting for AI Agents
Your AI Agents: Faster, Cheaper, Safer
Connect Claude Desktop, Cursor, VS Code, Windsurf and any MCP-compatible AI client to the MCP Uplink cloud platform.
ā” Why MCP Uplink?
| Problem | Solution |
|---|---|
| š„ Too many tokens | Only load the tools you need. Reduce context by 60%. |
| šø High API costs | Fewer tokens = lower costs. Calculate savings at mcp-calculator |
| š¤ LLM hallucinations | Less noise = more accurate responses. Specialized agents perform better. |
| š Security concerns | Zero Trust: Your credentials NEVER leave your machine. |
| āļø Infrastructure headaches | We manage MCP servers. You focus on building. |
šÆ 3 Pillars for Optimal AI Agents
1. š§ Intelligent Tool Filtering
Reduce your context window by only exposing the tools your agent actually needs.
ā Native MCP: Sends ALL 50+ tool definitions ā Heavy load, confused LLM
ā
MCP Uplink: Only sends 5 tools you need ā Fast, focused, accurate
Result: 60% less tokens, fewer hallucinations, better responses.
2. š Dual-Layer Security
Layer 1: Zero Trust Architecture
- Your API keys and tokens stay in YOUR local
.envfile - Secrets are transmitted in-memory via encrypted HTTPS headers
- We NEVER store your credentials - we're just a secure proxy
Layer 2: Tool Blocking
- Block dangerous tools like
delete,drop,modify - Prevent catastrophic accidents where an agent deletes your database
3. š° Maximum Performance, Minimum Cost
- Less noise = faster and more accurate LLM responses
- Agents respond instantly with higher quality answers
- Managed infrastructure = no DevOps overhead for you
š¦ Installation
No installation required! Just use npx:
npx mcp-uplink connect --url https://mcp-uplink.com/api/mcp/slack
Or install globally for faster startup:
npm install -g mcp-uplink
š Quick Start
Claude Desktop Configuration
Add this to your claude_desktop_config.json:
| OS | Path |
|---|---|
| Mac | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%/Claude/claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"mcp-uplink",
"connect",
"--url", "https://mcp-uplink.com/api/mcp/slack"
],
"env": {
"MCP_API_KEY": "your-mcp-uplink-api-key",
"MCP_ENABLED_TOOLS": "send_message,list_channels",
"SLACK_BOT_TOKEN": "xoxb-your-slack-token",
"SLACK_TEAM_ID": "T0123456789"
}
}
}
}
Cursor / VS Code / Windsurf
Same configuration format - just add to your MCP settings.
āļø CLI Options
| Option | Description |
|---|---|
-u, --url <url> |
Required. MCP Uplink endpoint URL |
-k, --api-key <key> |
Platform API key (or set MCP_API_KEY env var) |
--enabled-tools <list> |
Comma-separated list of tools to enable |
--no-forward-env |
Disable environment variable forwarding |
--env-prefix <prefix> |
Only forward env vars with this prefix |
Environment Variables
| Variable | Description |
|---|---|
MCP_API_KEY |
Your MCP Uplink API key |
MCP_ENABLED_TOOLS |
Tools to enable (e.g., send_message,list_users) |
MCP_SERVER_URL |
Default server URL |
MCP_ENV_PREFIX |
Prefix filter for env vars |
š Security Architecture
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā YOUR MACHINE (Secure) ā
ā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā
ā ā .env file ā ā
ā ā SLACK_BOT_TOKEN=xoxb-xxx (never leaves here) ā ā
ā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā
ā ā ā
ā ā¼ ā
ā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā
ā ā mcp-uplink CLI (local process) ā ā
ā ā - Captures env vars in-memory ā ā
ā ā - Encrypts via HTTPS header (X-Mcp-Env) ā ā
ā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā
ā¼ HTTPS (encrypted)
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā MCP UPLINK CLOUD ā
ā - Receives request ā
ā - Decrypts env vars IN-MEMORY ONLY ā
ā - Executes MCP tool ā
ā - Immediately forgets credentials (no storage) ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
Key Security Features:
- ā Ephemeral Secrets: Never stored, only used in-memory
- ā HTTPS Transport: All data encrypted in transit
- ā Blacklist Filtering: System vars (PATH, SHELL) are never forwarded
- ā Tool Blocking: Prevent dangerous operations
š How It Works
sequenceDiagram
participant Claude as Claude Desktop
participant Bridge as mcp-uplink (local)
participant Cloud as MCP Uplink Cloud
participant MCP as MCP Server
Claude->>Bridge: tools/list
Bridge->>Cloud: POST /api/mcp/slack (+ X-Mcp-Env header)
Cloud->>MCP: Execute with filtered tools
MCP-->>Cloud: Tool definitions
Cloud-->>Bridge: Filtered response
Bridge-->>Claude: Only enabled tools
š Links
- Website: https://mcp-uplink.com
- Cost Calculator: https://mcp-uplink.com/mcp-calculator
- MCP Marketplace: https://mcp-uplink.com/marketplace
- Documentation: https://mcp-uplink.com/docs
- GitHub: https://github.com/idbouche/mcp-uplink
š License
MIT Ā© MCP Uplink
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.