Search and explore Model Context Protocol tools to enhance your AI workflows. Find the perfect tools for your projects in seconds.
Find MCP tools in seconds with our powerful search engine. No more browsing through endless documentation.
Get step-by-step instructions for integrating tools with Cursor, VS Code, Windsurf, and other popular IDEs.
Access a curated collection of high-quality MCP tools from trusted developers and organizations.
Stay up-to-date with the latest tools and versions. Our database is continuously updated.
Add the MCP Search Tool to your favorite IDE and start discovering tools right away.
Cursor IDE has excellent MCP support with easy configuration and great performance.
Edit the MCP configuration file in your home directory:
~/.cursor/mcp.json
Add the following configuration to the mcpServers
object:
"mcp-search-tool": {
"command": "npx",
"args": [
"-y",
"mcp-proxy",
"--sse-url",
"https://mcpsearchtool.com/sse"
]
}
Completely restart Cursor IDE to load the new MCP configuration.
Check the MCP settings panel in Cursor to ensure the connection is working properly.
npx mcp-proxy --help
works in your terminalVS Code MCP support is available through extensions and experimental features.
Install an MCP-compatible extension from the VS Code marketplace:
Open VS Code settings (Ctrl/Cmd + ,) and search for "MCP". Add the following configuration:
{
"mcp.servers": {
"mcp-search-tool": {
"command": "npx",
"args": [
"-y",
"mcp-proxy",
"--sse-url",
"https://mcpsearchtool.com/sse"
]
}
}
}
You can also edit your VS Code settings.json directly:
~/.vscode/settings.json
Reload VS Code window (Ctrl/Cmd + Shift + P → "Developer: Reload Window") to apply changes.
Windsurf has excellent MCP integration with simple configuration.
Edit the MCP configuration file:
~/.codeium/windsurf/mcp_config.json
Add the MCP Search Tool to the mcpServers
object:
"mcp-search-tool": {
"command": "npx",
"args": [
"-y",
"mcp-proxy",
"--sse-url",
"https://mcpsearchtool.com/sse"
]
}
Completely restart Windsurf IDE to load the new MCP configuration.
Open a chat session and try using MCP Search Tool commands to verify the connection.
npx mcp-proxy --help
works in your terminalClaude Desktop has native MCP support with excellent performance.
Run this command in your terminal to automatically configure the MCP Search Tool:
claude mcp add-json mcp-search-tool '{"command": "npx", "args": ["mcp-remote", "https://mcpsearchtool.com/mcp", "--transport", "http-only"]}'
Completely restart Claude Desktop to load the MCP Search Tool.
Check that the tool was added successfully:
claude mcp list
You should see "mcp-search-tool" listed as an available server.
Test the search functionality:
claude mcp get mcp-search-tool
This should return details about the MCP Search Tool and confirm it's working properly.
If you prefer to configure manually or the command above doesn't work:
Edit the Claude Desktop configuration file for your operating system:
# macOS
~/Library/Application Support/Claude/claude_desktop_config.json
# Windows
%APPDATA%\Claude\claude_desktop_config.json
# Linux
~/.config/Claude/claude_desktop_config.json
Add the MCP Search Tool to the mcpServers
object:
{
"mcpServers": {
"mcp-search-tool": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcpsearchtool.com/mcp",
"--transport",
"http-only"
]
}
}
}
Save the file and completely restart Claude Desktop to load the MCP Search Tool.
npx mcp-remote --help
works in your terminalclaude mcp list
to see if the server appears