DEV Community

JacobHsu
JacobHsu

Posted on • Edited on

Model Context Protocol (MCP)

mcp.so is a community-driven platform that collects and organizes third-party MCP Servers
280+ Open Source MCPs — Use them on Activepieces now

Composio - Access 250+ Apps in Just One Line of Code

Cherry Studio - The All-in-One AI Assistant

LobeHub / MCP Servers

pyang2045-twsemcp

Coding

21st.dev – Discover, share, and craft UI components

cursor Model Context Protocol (MCP)
modelcontextprotocol examples

modelcontextprotocol/servers

Reference Servers

Filesystem - Secure file operations with configurable access controls

Resources

AiMCP - A collection of MCP clients&servers to find the right mcp tools

awesome-mcp-servers

Official integrations

FireCrawl

    "@mendableai-mcp-server-firecrawl": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "@smithery/cli@latest",
        "run",
        "@mendableai/mcp-server-firecrawl",
        "--config",
        "{\"fireCrawlApiKey\":\"$API_KEY\"}"
      ]
    }
Enter fullscreen mode Exit fullscreen mode

BrowserTools

    "BrowserTools": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "@agentdeskai/browser-tools-mcp@1.2.0"
      ]
    }
Enter fullscreen mode Exit fullscreen mode

你現在在一個next.js項目中,呼叫firecrawl去復刻這個網站:https://pidgeon.news/?utm_source=toolify

Neon - Interact with the Neon serverless Postgres platform

Neon MCP Server
To install Neon MCP Server for Claude Desktop automatically via Smithery

npx -y @smithery/cli@latest run neon --config "{\"neonApiKey\":\"$NEON_API_KEY\"}"

windows

{
  "mcpServers": {
    "neon": {
      "command": "C:\\Windows\\System32\\cmd.exe",
      "args": [
        "/c",
        "npx",
        "-y",
        "@smithery/cli@latest",
        "run",
        "neon",
        "--config",
        "{\"neonApiKey\":\"$NEON_API_KEY\"}"
      ]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

21st.dev Magic AI Agent
Installation 21st.dev/magic 官網安裝指導很棒

windows

 {
  "mcpServers": {
    "@21st-dev-magic-mcp": {
      "command": "C:\\Windows\\System32\\cmd.exe",
      "args": [
        "/c",
        "npx",
        "-y",
        "@smithery/cli@latest",
        "run",
        "@21st-dev/magic-mcp",
        "--config",
        "\"{\\\"TWENTY_FIRST_API_KEY\\\":\\\"$API_KEY\\\"}\""
      ]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

browsertools.agentdesk.ai/installation

windows

    "browsertools": {
      "command": "C:\\Windows\\System32\\cmd.exe",
      "args": [
        "/c",
        "npx",
        "-y",
        "@agentdeskai/browser-tools-mcp@1.2.0"
      ]
    }
Enter fullscreen mode Exit fullscreen mode

Top comments (0)