Useful MCP Servers Collection
Collection of useful and secure MCP servers for various integrations and tasks
Overview
Useful MCP Servers Collection is a curated repository of verified and secure MCP servers designed for various integrations and tasks, providing developers with reliable resources for their projects.
To use the collection, browse through the categorized servers on the GitHub repository, select the server that fits your needs, and follow the provided integration guidelines.
- Curated collection of secure MCP servers - Categorized for easy navigation (REST API, Research & Data, Development Tools) - Security guidelines ensuring server reliability
- Integrating with Bitrix24 using the provided REST API server.
- Conducting web research with the dedicated Web Research Server.
- Testing APIs with the API Testing Server.
Add to your AI client
Use these steps to connect Useful MCP Servers Collection 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": {
"useful-mcp-servers-vostos007": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-useful-mcp-servers-vostos007"
]
}
}
}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": {
"useful-mcp-servers-vostos007": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-useful-mcp-servers-vostos007"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"useful-mcp-servers-vostos007": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-useful-mcp-servers-vostos007"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"useful-mcp-servers-vostos007": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-useful-mcp-servers-vostos007"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"useful-mcp-servers-vostos007": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-useful-mcp-servers-vostos007"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"useful-mcp-servers-vostos007": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-useful-mcp-servers-vostos007"
]
}
}
}FAQ
Are the servers in this collection secure?
Yes! All servers are verified by Glama.ai and undergo regular security audits.
How can I contribute to the collection?
Please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to contribute.
What types of servers are included in the collection?
The collection includes servers for REST API integration, research, and development tools.