π Try Remote MCP | π What is MCP? | π Getting Started
Remote MCP is a cloud-based platform that lets you easily create and manage Model Context Protocol (MCP) servers and connect them to your favorite AI clients like Claude Desktop, Cursor, or any MCP-compatible application.
Think of it as a bridge between your AI assistant and the apps you use every day - GitHub, Slack, YouTube, PostgreSQL, and many more!
demo.mp4
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and tools. Instead of just chatting, your AI can now:
- π Create GitHub issues and pull requests
- π¬ Send Slack messages
- ποΈ Query databases
- π Search the web
- πΊ Manage YouTube content
- And much more!
βββββββββββββββ βββββββββββββββ βββββββββββββββ
β AI Client ββββββ MCP Server ββββββ Your App β
β (Claude) β β (Remote MCP)β β (GitHub) β
βββββββββββββββ βββββββββββββββ βββββββββββββββ
- AI Client: Your favorite AI assistant (Claude Desktop, Cursor, etc.)
- MCP Server: Acts as a bridge (that's what Remote MCP provides!)
- Your App: The service you want to connect (GitHub, Slack, etc.)
No need to run local servers or manage complex configurations. Just create, configure, and connect!
Your credentials are encrypted and managed securely. We handle authentication, API limits, and security.
Cloud-hosted servers that work 24/7, accessible from any MCP client.
Easy-to-use dashboard to manage your servers, connections, and monitor usage.
Remote MCP supports integration with popular apps and services:
GitHub - Comprehensive repository management with issues, pull requests, and code operations (32 tools)
GitLab - GitLab integration for merge requests, issues, and project management (10 tools)
Atlassian - Complete Jira and Confluence integration for project management and documentation (21 tools)
Slack - Send messages, search conversations, and manage channels (5 tools)
Notion - Database queries, page management, and content creation (18 tools)
Spotify - Music playback control, playlist management, and discovery (19 tools)
Google Drive - File management and Google Sheets operations (10 tools)
PostgreSQL - Database queries and management (8 tools)
Brave Search - Web search, image search, news, and local business searches (5 tools)
Total: 159+ tools across 11 integrated applications
New apps and tools are being added regularly! Have a specific integration in mind? Let us know!
- Visit remotemcp.tech
- Sign up with Google or GitHub
- Click "Add Server" to create your first MCP server
- Choose the apps you want to connect (GitHub, Slack, etc.)
- Go to the "Connections" tab
- Click "New Connection"
- Select your app and authenticate
- Your credentials are securely stored and encrypted
Add your Remote MCP server to your AI client:
For VS Code & Cursor: Simply click the "Add to VS Code" or "Add to Cursor" button in your server dashboard - it automatically configures everything for you!
For Claude Desktop:
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"remote-mcp": {
"command": "npx",
"args": [
"@modelcontextprotocol/server-everything",
"https://remotemcp.tech/api/mcp/YOUR_SERVER_ID"
]
}
}
}
For Other Clients:
Use the MCP endpoint URL: https://remotemcp.tech/api/mcp/YOUR_SERVER_ID
Your AI assistant can now interact with your connected apps. Try asking:
Developer Workflows:
- "Create a GitHub issue for the bug I found"
- "Create a new Jira ticket and assign it to me"
- "Search for merge requests in my GitLab projects"
Communication & Content:
- "Send a message to the #general Slack channel"
- "Create a new page in my Notion workspace"
- "Search for recent videos about AI on YouTube"
Data & Analysis:
- "Query our PostgreSQL database for user metrics"
- "Search the web for the latest React best practices"
- "Play my favorite playlist on Spotify"
This project is licensed under the MIT License - see the MIT file for details.
Made with β€οΈ for the AI community