NetMind MCPServer MCP
Enables integration with Windsurf (Codeium's tool), allowing users to query and interact with NetMind servers, view detailed server information, and manage ratings and reviews.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NetMind MCPServer MCPshow me the top-rated AI servers for image generation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NetMind MCPServer MCP
This is an MCP (Model Context Protocol) server that provides endpoints for managing and interacting with NetMind MCP Servers, including querying servers, retrieving server details, and handling user reviews and ratings.
Components
Tools
query_server: Query the server list with optional fuzzy name matching and pagination.
get_server: Retrieves detailed information about a specific server by its name.
add_update_rating_review: Adds or updates a rating and review for a specific server.
Lists reviews and ratings for a specific server.
Related MCP server: SupaUI MCP Server
Installation
Requires UV (Fast Python package and project manager)
If uv isn't installed.
# Using Homebrew on macOS
brew install uvor
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Environment Variables
You can obtain an API key from Netmind
NETMIND_API_TOKEN: Your Netmind API key
Cursor & Claude Desktop && Windsurf Installation
Add this tool as a mcp server by editing the Cursor/Claude/Windsurf config file.
{
"mcpServers": {
"netmind-mcpserver-mcp": {
"env": {
"NETMIND_API_TOKEN": "XXXXXXXXXXXXXXXXXXXX"
},
"command": "uvx",
"args": [
"netmind-mcpserver-mcp"
]
}
}
}Cursor
On MacOS:
/Users/your-username/.cursor/mcp.jsonOn Windows:
C:\Users\your-username\.cursor\mcp.json
Claude
On MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonOn Windows:
%APPDATA%/Claude/claude_desktop_config.json
Windsurf
On MacOS:
/Users/your-username/.codeium/windsurf/mcp_config.jsonOn Windows:
C:\Users\your-username\.codeium\windsurf\mcp_config.json
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceThis server implements the Model Context Protocol to facilitate meaningful interaction and understanding development between humans and AI through structured tools and progressive interaction patterns.57-
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.323 npm7ISC
- AlicenseNot gradedqualityDmaintenanceA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.3 npm11MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.2-