Overview
Ultra-MCP-Servers is a project that allows users to create and manage their own Model Context Protocol (MCP) servers, enabling the extension of MCP's capabilities.
To use Ultra-MCP-Servers, follow the official documentation to set up your own server, integrate with various tools, and manage cloud resources.
- Create and manage custom MCP servers. - Integrate with cloud S3 buckets for object management. - Utilize OpenAI API for web scraping. - Test and manage Qdrant containers on Docker. - List and manage flows with Langflow integration.
- Building custom servers for specific applications.
- Managing cloud resources efficiently.
- Web scraping and data retrieval using AI.
- Testing and deploying machine learning models with Qdrant.
Add to your AI client
Use these steps to connect Ultra-MCP-Servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"ultra-mcp-servers-motebus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ultra-mcp-servers-motebus"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"ultra-mcp-servers-motebus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ultra-mcp-servers-motebus"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"ultra-mcp-servers-motebus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ultra-mcp-servers-motebus"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"ultra-mcp-servers-motebus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ultra-mcp-servers-motebus"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ultra-mcp-servers-motebus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ultra-mcp-servers-motebus"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"ultra-mcp-servers-motebus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ultra-mcp-servers-motebus"
]
}
}
}FAQ
Can I create multiple MCP servers?
Yes! You can create as many MCP servers as you need based on your requirements.
Is there documentation available for setup?
Yes! Comprehensive documentation is available at the Model Context Protocol Documentation link.
What license is Ultra-MCP-Servers under?
This project is open-source and licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1789,"uuid":"82e8b268-ab38-4479-b500-04a84181e9ff","name":"Ultra-MCP-Servers","title":"Ultra-MCP-Servers","description":"Ultra MCP servers that we have made and tested","avatar_url":"https://avatars.githubusercontent.com/u/32254088?v=4","created_at":"2025-03-05T05:22:35.940Z","updated_at":"2025-03-12T10:20:52.285Z","status":"created","author_name":"motebus","author_avatar_url":"https://avatars.githubusercontent.com/u/32254088?v=4","tags":"mcp,server,cloud-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/motebus/Ultra-MCP-Servers","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-04 13:32:01\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]