Discover MCP Tools with Ease

Search and explore Model Context Protocol tools to enhance your AI workflows. Find the perfect tools for your projects in seconds.

MCP Search Tool
🔍 Search for database tools... |
Searching MCP tools...
Found 5 tools
Database Query Tool
Execute SQL queries and manage database connections
SQLite • PostgreSQL Ready

Why Choose MCP Search Tool?

🚀

Instant Discovery

Find MCP tools in seconds with our powerful search engine. No more browsing through endless documentation.

🔧

Easy Integration

Get step-by-step instructions for integrating tools with Cursor, VS Code, Windsurf, and other popular IDEs.

📚

Comprehensive Database

Access a curated collection of high-quality MCP tools from trusted developers and organizations.

Real-time Updates

Stay up-to-date with the latest tools and versions. Our database is continuously updated.

Getting Started

Add the MCP Search Tool to your favorite IDE and start discovering tools right away.

🎯 Cursor IDE

Fully Supported

Cursor IDE has excellent MCP support with easy configuration and great performance.

1

Open Configuration File

Edit the MCP configuration file in your home directory:

~/.cursor/mcp.json
2

Add MCP Search Tool Configuration

Add the following configuration to the mcpServers object:

"mcp-search-tool": {
  "command": "npx",
  "args": [
    "-y",
    "mcp-proxy",
    "--sse-url",
    "https://mcpsearchtool.com/sse"
  ]
}
3

Restart Cursor

Completely restart Cursor IDE to load the new MCP configuration.

4

Verify Connection

Check the MCP settings panel in Cursor to ensure the connection is working properly.

🔧 Troubleshooting

  • Ensure npx mcp-proxy --help works in your terminal
  • Check for firewall or proxy settings blocking the connection
  • Look for error messages in Cursor's MCP logs

📝 VS Code

Experimental

VS Code MCP support is available through extensions and experimental features.

1

Install MCP Extension

Install an MCP-compatible extension from the VS Code marketplace:

2

Configure MCP Settings

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"
      ]
    }
  }
}
3

Alternative: JSON Configuration

You can also edit your VS Code settings.json directly:

~/.vscode/settings.json
4

Reload VS Code

Reload VS Code window (Ctrl/Cmd + Shift + P → "Developer: Reload Window") to apply changes.

🔧 VS Code Troubleshooting

  • Ensure the MCP extension is properly installed and enabled
  • Check the VS Code Output panel for MCP-related logs
  • Try the Command Palette (Ctrl/Cmd + Shift + P) and search for "MCP" commands
  • Verify that Node.js and npm are installed and accessible

🌊 Windsurf IDE

Fully Supported

Windsurf has excellent MCP integration with simple configuration.

1

Open Configuration File

Edit the MCP configuration file:

~/.codeium/windsurf/mcp_config.json
2

Add Configuration

Add the MCP Search Tool to the mcpServers object:

"mcp-search-tool": {
  "command": "npx",
  "args": [
    "-y",
    "mcp-proxy",
    "--sse-url",
    "https://mcpsearchtool.com/sse"
  ]
}
3

Restart Windsurf

Completely restart Windsurf IDE to load the new MCP configuration.

4

Test the Integration

Open a chat session and try using MCP Search Tool commands to verify the connection.

🔧 Troubleshooting

  • Verify npx mcp-proxy --help works in your terminal
  • Check Windsurf's MCP settings panel for connection status
  • Look for error messages in the IDE's logs
  • Ensure your network allows connections to mcpsearchtool.com

🤖 Claude Desktop

Fully Supported

Claude Desktop has native MCP support with excellent performance.

1

Quick Setup (Recommended)

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"]}'
2

Restart Claude Desktop

Completely restart Claude Desktop to load the MCP Search Tool.

3

Verify Installation

Check that the tool was added successfully:

claude mcp list

You should see "mcp-search-tool" listed as an available server.

4

Test the Integration

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.

📝 Manual Configuration (Alternative)

If you prefer to configure manually or the command above doesn't work:

1. Find Configuration File

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
2. Add Configuration

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"
      ]
    }
  }
}
3. Restart Claude Desktop

Save the file and completely restart Claude Desktop to load the MCP Search Tool.

🔧 Troubleshooting

  • Verify npx mcp-remote --help works in your terminal
  • Check that the configuration file path exists and is writable
  • Ensure Claude Desktop is completely closed before editing the config
  • Look for error messages in Claude Desktop's logs or console
  • Verify your network allows connections to mcpsearchtool.com
  • Try running claude mcp list to see if the server appears