{
  "_schema": "Public mirror of data/arcade.json. quality_pro field stripped (Pro-gated). Updated daily by arcade_miner.py.",
  "ai-coding-agent": [
    {
      "slug": "claude-code",
      "name": "Claude Code",
      "description": "Anthropic's terminal-native coding agent with MCP-native tool use and skills system.",
      "website": "https://claude.com/claude-code",
      "github_url": "https://github.com/anthropics/claude-code",
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "npm_package",
      "install_config": {
        "package": "@anthropic-ai/claude-code",
        "command": "npm install -g @anthropic-ai/claude-code"
      },
      "tags": [
        "cli",
        "ai-coding",
        "agent",
        "mcp",
        "anthropic"
      ]
    },
    {
      "slug": "cursor",
      "name": "Cursor",
      "description": "AI-first code editor built on VS Code with Claude + GPT support and MCP.",
      "website": "https://cursor.com",
      "github_url": "https://github.com/getcursor/cursor",
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "external_link",
      "install_config": {
        "url": "https://cursor.com/download"
      },
      "tags": [
        "ide",
        "ai-coding",
        "vscode-fork",
        "mcp"
      ]
    },
    {
      "slug": "windsurf",
      "name": "Windsurf",
      "description": "Codeium's AI IDE with Cascade agent flow and full-codebase awareness.",
      "website": "https://windsurf.com",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "external_link",
      "install_config": {
        "url": "https://windsurf.com/download"
      },
      "tags": [
        "ide",
        "ai-coding",
        "agent",
        "mcp"
      ]
    },
    {
      "slug": "aider",
      "name": "Aider",
      "description": "Terminal pair-programmer that edits your repo with Claude, GPT-4, or local models.",
      "website": "https://aider.chat",
      "github_url": "https://github.com/Aider-AI/aider",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "pip_package",
      "install_config": {
        "package": "aider-chat",
        "command": "pip install aider-chat"
      },
      "tags": [
        "cli",
        "ai-coding",
        "open-source",
        "terminal"
      ]
    },
    {
      "slug": "cline",
      "name": "Cline",
      "description": "MCP-native autonomous coding agent inside VS Code. Plan/Act dual-mode workflow.",
      "website": "https://cline.bot",
      "github_url": "https://github.com/cline/cline",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "saoudrizwan.claude-dev"
      },
      "tags": [
        "vscode",
        "ai-coding",
        "agent",
        "mcp",
        "open-source"
      ]
    },
    {
      "slug": "continue-dev",
      "name": "Continue",
      "description": "Open-source AI coding assistant for VS Code and JetBrains; customizable provider and rules.",
      "website": "https://continue.dev",
      "github_url": "https://github.com/continuedev/continue",
      "pricing": "freemium",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Continue.continue"
      },
      "tags": [
        "vscode",
        "jetbrains",
        "ai-coding",
        "open-source",
        "mcp"
      ]
    },
    {
      "slug": "github-copilot",
      "name": "GitHub Copilot",
      "description": "GitHub's AI pair programmer in VS Code, JetBrains, and the GitHub.com chat surface.",
      "website": "https://github.com/features/copilot",
      "github_url": null,
      "pricing": "paid",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "GitHub.copilot"
      },
      "tags": [
        "vscode",
        "jetbrains",
        "ai-coding",
        "github"
      ]
    }
  ],
  "ai-provider": [
    {
      "slug": "anthropic",
      "name": "Anthropic",
      "description": "Claude model family \u2014 the default Claude Code provider. Sonnet, Opus, Haiku.",
      "website": "https://www.anthropic.com",
      "github_url": "https://github.com/anthropics",
      "pricing": "paid",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "env_key",
      "install_config": {
        "env_var": "ANTHROPIC_API_KEY",
        "signup_url": "https://console.anthropic.com"
      },
      "tags": [
        "llm-provider",
        "claude",
        "anthropic"
      ]
    },
    {
      "slug": "openai",
      "name": "OpenAI",
      "description": "GPT-5, o-series reasoning models, and the function-calling API baseline.",
      "website": "https://openai.com",
      "github_url": "https://github.com/openai",
      "pricing": "paid",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "env_key",
      "install_config": {
        "env_var": "OPENAI_API_KEY",
        "signup_url": "https://platform.openai.com"
      },
      "tags": [
        "llm-provider",
        "gpt",
        "openai"
      ]
    },
    {
      "slug": "groq",
      "name": "Groq",
      "description": "LPU-backed fastest-in-class inference for Llama, Mixtral, and Gemma.",
      "website": "https://groq.com",
      "github_url": "https://github.com/groq",
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "env_key",
      "install_config": {
        "env_var": "GROQ_API_KEY",
        "signup_url": "https://console.groq.com"
      },
      "tags": [
        "llm-provider",
        "inference",
        "open-models"
      ]
    },
    {
      "slug": "xai",
      "name": "xAI",
      "description": "Grok model family with real-time X integration and long-context reasoning.",
      "website": "https://x.ai",
      "github_url": "https://github.com/xai-org",
      "pricing": "paid",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "env_key",
      "install_config": {
        "env_var": "XAI_API_KEY",
        "signup_url": "https://console.x.ai"
      },
      "tags": [
        "llm-provider",
        "grok",
        "xai"
      ]
    },
    {
      "slug": "google-gemini",
      "name": "Google Gemini",
      "description": "Gemini 2.5 Flash and Pro with multimodal native support and a free tier.",
      "website": "https://ai.google.dev",
      "github_url": "https://github.com/google-gemini",
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "env_key",
      "install_config": {
        "env_var": "GOOGLE_API_KEY",
        "signup_url": "https://aistudio.google.com"
      },
      "tags": [
        "llm-provider",
        "gemini",
        "google",
        "multimodal"
      ]
    },
    {
      "slug": "deepseek",
      "name": "DeepSeek",
      "description": "Cost-leading models with strong code and reasoning performance via OpenAI-compatible API.",
      "website": "https://www.deepseek.com",
      "github_url": "https://github.com/deepseek-ai",
      "pricing": "paid",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "env_key",
      "install_config": {
        "env_var": "DEEPSEEK_API_KEY",
        "signup_url": "https://platform.deepseek.com"
      },
      "tags": [
        "llm-provider",
        "deepseek",
        "low-cost",
        "reasoning"
      ]
    }
  ],
  "llm-router": [
    {
      "slug": "litellm",
      "name": "LiteLLM",
      "description": "OSS unified-API router for 100+ LLM providers with caching, fallbacks, and budgets.",
      "website": "https://www.litellm.ai",
      "github_url": "https://github.com/BerriAI/litellm",
      "pricing": "freemium",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "pip_package",
      "install_config": {
        "package": "litellm",
        "command": "pip install litellm"
      },
      "tags": [
        "router",
        "proxy",
        "open-source",
        "multi-provider"
      ]
    },
    {
      "slug": "openrouter",
      "name": "OpenRouter",
      "description": "Single API key for 300+ models from every major provider, pay-per-use.",
      "website": "https://openrouter.ai",
      "github_url": "https://github.com/OpenRouterTeam",
      "pricing": "paid",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "env_key",
      "install_config": {
        "env_var": "OPENROUTER_API_KEY",
        "signup_url": "https://openrouter.ai/keys"
      },
      "tags": [
        "router",
        "aggregator",
        "multi-provider"
      ]
    },
    {
      "slug": "portkey",
      "name": "Portkey",
      "description": "Enterprise AI gateway with guardrails, caching, observability, and 200+ models.",
      "website": "https://portkey.ai",
      "github_url": "https://github.com/Portkey-AI/gateway",
      "pricing": "freemium",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "pip_package",
      "install_config": {
        "package": "portkey-ai",
        "command": "pip install portkey-ai"
      },
      "tags": [
        "router",
        "gateway",
        "enterprise",
        "observability"
      ]
    }
  ],
  "eval-observability": [
    {
      "slug": "langfuse",
      "name": "Langfuse",
      "description": "OSS, self-hostable LLM observability \u2014 traces, evals, prompts, and datasets.",
      "website": "https://langfuse.com",
      "github_url": "https://github.com/langfuse/langfuse",
      "pricing": "freemium",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "pip_package",
      "install_config": {
        "package": "langfuse",
        "command": "pip install langfuse"
      },
      "tags": [
        "observability",
        "tracing",
        "eval",
        "open-source"
      ]
    },
    {
      "slug": "langsmith",
      "name": "LangSmith",
      "description": "LangChain's hosted platform for tracing, eval, prompt versioning, and monitoring.",
      "website": "https://smith.langchain.com",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "pip_package",
      "install_config": {
        "package": "langsmith",
        "command": "pip install langsmith"
      },
      "tags": [
        "observability",
        "tracing",
        "eval",
        "langchain"
      ]
    },
    {
      "slug": "helicone",
      "name": "Helicone",
      "description": "One-line proxy for LLM logging, caching, rate limiting, and cost tracking.",
      "website": "https://www.helicone.ai",
      "github_url": "https://github.com/Helicone/helicone",
      "pricing": "freemium",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "env_key",
      "install_config": {
        "env_var": "HELICONE_API_KEY",
        "signup_url": "https://helicone.ai/signup"
      },
      "tags": [
        "observability",
        "proxy",
        "logging",
        "caching"
      ]
    },
    {
      "slug": "braintrust",
      "name": "Braintrust",
      "description": "Eval-focused platform for LLM applications \u2014 datasets, scoring, A/B comparisons.",
      "website": "https://www.braintrust.dev",
      "github_url": "https://github.com/braintrustdata/braintrust-proxy",
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "pip_package",
      "install_config": {
        "package": "braintrust",
        "command": "pip install braintrust"
      },
      "tags": [
        "eval",
        "observability",
        "ab-testing"
      ]
    }
  ],
  "vector-db": [
    {
      "slug": "pinecone",
      "name": "Pinecone",
      "description": "Managed serverless vector DB \u2014 fast, scalable, and category-leader for production RAG.",
      "website": "https://www.pinecone.io",
      "github_url": "https://github.com/pinecone-io",
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "none",
      "install_type": "pip_package",
      "install_config": {
        "package": "pinecone-client",
        "command": "pip install pinecone-client"
      },
      "tags": [
        "vector-db",
        "rag",
        "managed",
        "serverless"
      ]
    },
    {
      "slug": "qdrant",
      "name": "Qdrant",
      "description": "Rust-based OSS vector DB with payload filtering and hybrid search; self-host or cloud.",
      "website": "https://qdrant.tech",
      "github_url": "https://github.com/qdrant/qdrant",
      "pricing": "freemium",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "none",
      "install_type": "mcp_docker",
      "install_config": {
        "image": "qdrant/qdrant",
        "command": "docker run -p 6333:6333 qdrant/qdrant"
      },
      "tags": [
        "vector-db",
        "rag",
        "open-source",
        "rust",
        "self-hostable"
      ]
    },
    {
      "slug": "weaviate",
      "name": "Weaviate",
      "description": "OSS vector DB with hybrid BM25+vector search and modular embedding adapters.",
      "website": "https://weaviate.io",
      "github_url": "https://github.com/weaviate/weaviate",
      "pricing": "freemium",
      "license": "BSD-3-Clause",
      "mcp_support": false,
      "claude_code_integration": "none",
      "install_type": "pip_package",
      "install_config": {
        "package": "weaviate-client",
        "command": "pip install weaviate-client"
      },
      "tags": [
        "vector-db",
        "rag",
        "hybrid-search",
        "open-source"
      ]
    },
    {
      "slug": "chroma",
      "name": "Chroma",
      "description": "Embeddable OSS vector DB with a developer-friendly Python API and zero-config defaults.",
      "website": "https://www.trychroma.com",
      "github_url": "https://github.com/chroma-core/chroma",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "none",
      "install_type": "pip_package",
      "install_config": {
        "package": "chromadb",
        "command": "pip install chromadb"
      },
      "tags": [
        "vector-db",
        "rag",
        "embedded",
        "open-source",
        "python"
      ]
    },
    {
      "slug": "pgvector",
      "name": "pgvector",
      "description": "Vector similarity search as a PostgreSQL extension. The 'boring tech' pick for RAG.",
      "website": "https://github.com/pgvector/pgvector",
      "github_url": "https://github.com/pgvector/pgvector",
      "pricing": "free",
      "license": "PostgreSQL",
      "mcp_support": false,
      "claude_code_integration": "none",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pgvector/pgvector#installation"
      },
      "tags": [
        "vector-db",
        "rag",
        "postgres",
        "open-source",
        "extension"
      ]
    },
    {
      "slug": "lancedb",
      "name": "LanceDB",
      "description": "Multimodal, embedded OSS vector DB with columnar storage and zero-copy queries.",
      "website": "https://lancedb.com",
      "github_url": "https://github.com/lancedb/lancedb",
      "pricing": "freemium",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "none",
      "install_type": "pip_package",
      "install_config": {
        "package": "lancedb",
        "command": "pip install lancedb"
      },
      "tags": [
        "vector-db",
        "rag",
        "embedded",
        "multimodal",
        "open-source"
      ]
    }
  ],
  "agent-framework": [
    {
      "slug": "langchain",
      "name": "LangChain",
      "description": "Most-adopted framework for chaining LLM calls, tools, and agents. Python and JS/TS.",
      "website": "https://www.langchain.com",
      "github_url": "https://github.com/langchain-ai/langchain",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "none",
      "install_type": "pip_package",
      "install_config": {
        "package": "langchain",
        "command": "pip install langchain"
      },
      "tags": [
        "agent-framework",
        "open-source",
        "python",
        "javascript"
      ]
    },
    {
      "slug": "llamaindex",
      "name": "LlamaIndex",
      "description": "Data framework for LLM apps \u2014 strongest in document ingestion and RAG pipelines.",
      "website": "https://www.llamaindex.ai",
      "github_url": "https://github.com/run-llama/llama_index",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "none",
      "install_type": "pip_package",
      "install_config": {
        "package": "llama-index",
        "command": "pip install llama-index"
      },
      "tags": [
        "agent-framework",
        "rag",
        "open-source",
        "python"
      ]
    },
    {
      "slug": "crewai",
      "name": "CrewAI",
      "description": "Multi-agent orchestration framework with role-based agent definitions.",
      "website": "https://www.crewai.com",
      "github_url": "https://github.com/crewAIInc/crewAI",
      "pricing": "freemium",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "none",
      "install_type": "pip_package",
      "install_config": {
        "package": "crewai",
        "command": "pip install crewai"
      },
      "tags": [
        "agent-framework",
        "multi-agent",
        "orchestration",
        "open-source"
      ]
    },
    {
      "slug": "autogen",
      "name": "AutoGen",
      "description": "Microsoft Research framework for multi-agent conversational AI.",
      "website": "https://microsoft.github.io/autogen",
      "github_url": "https://github.com/microsoft/autogen",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "none",
      "install_type": "pip_package",
      "install_config": {
        "package": "pyautogen",
        "command": "pip install pyautogen"
      },
      "tags": [
        "agent-framework",
        "multi-agent",
        "microsoft",
        "open-source"
      ]
    },
    {
      "slug": "pydantic-ai",
      "name": "PydanticAI",
      "description": "Type-safe Python agent framework from the Pydantic team; MCP-native tool integration.",
      "website": "https://ai.pydantic.dev",
      "github_url": "https://github.com/pydantic/pydantic-ai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "none",
      "install_type": "pip_package",
      "install_config": {
        "package": "pydantic-ai",
        "command": "pip install pydantic-ai"
      },
      "tags": [
        "agent-framework",
        "python",
        "type-safe",
        "mcp",
        "open-source"
      ]
    }
  ],
  "sandbox-execution": [
    {
      "slug": "e2b",
      "name": "E2B",
      "description": "Secure cloud sandboxes for AI-generated code \u2014 Python, Node, and full Linux environments.",
      "website": "https://e2b.dev",
      "github_url": "https://github.com/e2b-dev/E2B",
      "pricing": "freemium",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "pip_package",
      "install_config": {
        "package": "e2b-code-interpreter",
        "command": "pip install e2b-code-interpreter"
      },
      "tags": [
        "sandbox",
        "code-execution",
        "ai-agent",
        "open-source"
      ]
    },
    {
      "slug": "modal",
      "name": "Modal",
      "description": "Serverless GPU and CPU for AI workloads \u2014 Python-native, zero infra setup.",
      "website": "https://modal.com",
      "github_url": "https://github.com/modal-labs/modal-client",
      "pricing": "freemium",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "none",
      "install_type": "pip_package",
      "install_config": {
        "package": "modal",
        "command": "pip install modal"
      },
      "tags": [
        "sandbox",
        "serverless",
        "gpu",
        "python"
      ]
    },
    {
      "slug": "daytona",
      "name": "Daytona",
      "description": "OSS dev environments manager \u2014 instant, reproducible workspaces from any repo.",
      "website": "https://www.daytona.io",
      "github_url": "https://github.com/daytonaio/daytona",
      "pricing": "freemium",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "none",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.daytona.io/docs/installation"
      },
      "tags": [
        "sandbox",
        "dev-environments",
        "open-source"
      ]
    }
  ],
  "vscode-extension": [
    {
      "slug": "continue-vscode",
      "name": "Continue (VS Code)",
      "description": "OSS Copilot alternative \u2014 bring-your-own-model AI assistant for VS Code.",
      "website": "https://continue.dev",
      "github_url": "https://github.com/continuedev/continue",
      "pricing": "freemium",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Continue.continue"
      },
      "tags": [
        "vscode",
        "ai-coding",
        "open-source",
        "mcp"
      ]
    },
    {
      "slug": "cody-vscode",
      "name": "Cody (VS Code)",
      "description": "Sourcegraph's AI agent for VS Code \u2014 public snapshot repo since 2025 close-source pivot.",
      "website": "https://sourcegraph.com/cody",
      "github_url": "https://github.com/sourcegraph/cody-public-snapshot",
      "pricing": "freemium",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sourcegraph.cody-ai"
      },
      "tags": [
        "vscode",
        "ai-coding",
        "codebase-context",
        "sourcegraph"
      ]
    },
    {
      "slug": "tabnine",
      "name": "Tabnine",
      "description": "AI code completion with private-model and on-prem options \u2014 privacy-focused alternative.",
      "website": "https://www.tabnine.com",
      "github_url": "https://github.com/codota/TabNine",
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TabNine.tabnine-vscode"
      },
      "tags": [
        "vscode",
        "ai-completion",
        "privacy",
        "enterprise"
      ]
    },
    {
      "slug": "codeium-vscode",
      "name": "Codeium (VS Code)",
      "description": "Free unlimited AI autocomplete and chat for VS Code \u2014 the Windsurf companion.",
      "website": "https://codeium.com",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Codeium.codeium"
      },
      "tags": [
        "vscode",
        "ai-completion",
        "ai-chat",
        "free-tier"
      ]
    },
    {
      "slug": "claude-dev",
      "name": "Claude Dev (Cline)",
      "description": "Marketplace listing of the Cline agent \u2014 autonomous coding in VS Code with MCP.",
      "website": "https://cline.bot",
      "github_url": "https://github.com/cline/cline",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "saoudrizwan.claude-dev"
      },
      "tags": [
        "vscode",
        "ai-coding",
        "agent",
        "mcp",
        "open-source"
      ]
    },
    {
      "slug": "vscode-anthropic-claude-code",
      "name": "Claude Code for VS Code",
      "description": "Claude Code for VS Code: Harness the power of Claude Code without leaving your IDE",
      "website": "https://marketplace.visualstudio.com/items?itemName=anthropic.claude-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "anthropic.claude-code"
      },
      "tags": [],
      "_install_count": 15141443,
      "_average_rating": 3.8219971656799316,
      "_publisher": "Anthropic",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.319859+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.247912+00:00"
    },
    {
      "slug": "vscode-saoudrizwan-claude-dev",
      "name": "Cline",
      "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "saoudrizwan.claude-dev"
      },
      "tags": [],
      "_install_count": 4071322,
      "_average_rating": 4.151724338531494,
      "_publisher": "Cline",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.321649+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045345+00:00"
    },
    {
      "slug": "vscode-blackboxapp-blackboxagent",
      "name": "Blackbox Agent - Coding Copilot",
      "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Blackboxapp.blackboxagent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Blackboxapp.blackboxagent"
      },
      "tags": [],
      "_install_count": 2700966,
      "_average_rating": 4.366666793823242,
      "_publisher": "BLACKBOXAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.324725+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045372+00:00"
    },
    {
      "slug": "vscode-rooveterinaryinc-roo-cline",
      "name": "Roo Code",
      "description": "A whole dev team of AI agents in your editor.",
      "website": "https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "RooVeterinaryInc.roo-cline"
      },
      "tags": [],
      "_install_count": 1660120,
      "_average_rating": 4.750724792480469,
      "_publisher": "Roo Code",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.330163+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045527+00:00"
    },
    {
      "slug": "vscode-ms-azuretools-vscode-azure-mcp-server",
      "name": "Azure MCP Server",
      "description": "Provides Model Context Protocol (MCP) integration and tooling for Azure in Visual Studio Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-mcp-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ms-azuretools.vscode-azure-mcp-server"
      },
      "tags": [],
      "_install_count": 975222,
      "_average_rating": 4.4285712242126465,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.332887+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.450971+00:00"
    },
    {
      "slug": "vscode-augment-vscode-augment",
      "name": "Augment: Coding Agent Built for Large, Complex Codebases",
      "description": "Augment Code is the AI coding platform for VS Code, built for large, complex codebases. Powered by an industry-leading context engine, our Coding Agent understands your entire codebase \u2014 architecture, dependencies, and legacy code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=augment.vscode-augment",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "augment.vscode-augment"
      },
      "tags": [],
      "_install_count": 756380,
      "_average_rating": 3.6112759113311768,
      "_publisher": "Augment Computing",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.336114+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045695+00:00"
    },
    {
      "slug": "vscode-sixth-sixth-ai",
      "name": "Claude Opus 4.7, GPT-5.5, Gemini-3.1, Cursor AI, Copilot,Cline, Codex, and ChatGPT, AI Agents, AI Copilot,and Debugger, Generative AI, Code Chat, Code Generator,  Code Assistants, Code Completion,Auto",
      "description": "Claude Opus 4.7, GPT-5.5, Gemini-3.1, AI Coding Assistant is a lightweight for helping developers automate all the boring stuff like writing code, real-time code completion, debugging, auto generating doc string and many more. Trusted by 100K+ devs from Amazon, Apple, Google, & more. Offers all the",
      "website": "https://marketplace.visualstudio.com/items?itemName=Sixth.sixth-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Sixth.sixth-ai"
      },
      "tags": [],
      "_install_count": 381243,
      "_average_rating": 3.13043475151062,
      "_publisher": "Sixth",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.338874+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045731+00:00"
    },
    {
      "slug": "vscode-moonshot-ai-kimi-code",
      "name": "Kimi Code",
      "description": "Official Kimi Code plugin for VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=moonshot-ai.kimi-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "moonshot-ai.kimi-code"
      },
      "tags": [],
      "_install_count": 268447,
      "_average_rating": 3.799999952316284,
      "_publisher": "moonshot-ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.341699+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451056+00:00"
    },
    {
      "slug": "vscode-hybridtalentcomputing-cline-chinese",
      "name": "Cline Chinese",
      "description": "\u60a8\u7684 IDE \u4e2d\u7684\u81ea\u4e3b\u7f16\u7801\u52a9\u624b\uff0c\u80fd\u591f\u521b\u5efa/\u7f16\u8f91\u6587\u4ef6\u3001\u8fd0\u884c\u547d\u4ee4\u3001\u4f7f\u7528\u6d4f\u89c8\u5668\u7b49\uff0c\u6bcf\u4e00\u6b65\u90fd\u4f1a\u5f81\u5f97\u60a8\u7684\u8bb8\u53ef\u3002",
      "website": "https://marketplace.visualstudio.com/items?itemName=HybridTalentComputing.cline-chinese",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "HybridTalentComputing.cline-chinese"
      },
      "tags": [],
      "_install_count": 240452,
      "_average_rating": 5,
      "_publisher": "HybridTalentComputing",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.346784+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045764+00:00"
    },
    {
      "slug": "vscode-dbcode-dbcode",
      "name": "DBCode - SQL & Database Client for Postgres, MySQL, MongoDB & more",
      "description": "Database client for VS Code, Cursor & Windsurf with first-class Copilot & MCP integration. 50+ databases, SQL Notebooks, ER diagrams, data editing, secure sharing. A modern alternative to DBeaver, DataGrip & TablePlus - inside your editor.",
      "website": "https://marketplace.visualstudio.com/items?itemName=DBCode.dbcode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DBCode.dbcode"
      },
      "tags": [],
      "_install_count": 170387,
      "_average_rating": 4.7183098793029785,
      "_publisher": "DBCode",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.349560+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451111+00:00"
    },
    {
      "slug": "vscode-altimateai-vscode-altimate-mcp-server",
      "name": "Datamates",
      "description": "Empower your data engineering with the Datamates \u2014 intelligent, secure, and seamlessly integrated into your development environment.",
      "website": "https://marketplace.visualstudio.com/items?itemName=altimateai.vscode-altimate-mcp-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "altimateai.vscode-altimate-mcp-server"
      },
      "tags": [],
      "_install_count": 161229,
      "_average_rating": 5,
      "_publisher": "altimateai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.351841+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451142+00:00"
    },
    {
      "slug": "vscode-ranch-hand-robotics-urdf-editor",
      "name": "Robot Developer Extensions for URDF",
      "description": "A robust URDF editor for ROS packages.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Ranch-Hand-Robotics.urdf-editor",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Ranch-Hand-Robotics.urdf-editor"
      },
      "tags": [],
      "_install_count": 137999,
      "_average_rating": null,
      "_publisher": "Ranch Hand Robotics LLC",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.353712+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451167+00:00"
    },
    {
      "slug": "vscode-analysis-services-powerbi-modeling-mcp",
      "name": "Power BI Modeling MCP Server",
      "description": "The Power BI Modeling MCP Server, brings Power BI semantic modeling capabilities to your agents.",
      "website": "https://marketplace.visualstudio.com/items?itemName=analysis-services.powerbi-modeling-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "analysis-services.powerbi-modeling-mcp"
      },
      "tags": [],
      "_install_count": 128462,
      "_average_rating": 4.699999809265137,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.355267+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195103+00:00"
    },
    {
      "slug": "vscode-upstash-context7-mcp",
      "name": "Context7 MCP Server",
      "description": "Real-time code and documentation access for AI assistants via Context7 MCP server",
      "website": "https://marketplace.visualstudio.com/items?itemName=Upstash.context7-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Upstash.context7-mcp"
      },
      "tags": [],
      "_install_count": 112239,
      "_average_rating": 5,
      "_publisher": "Upstash",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.358065+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195546+00:00"
    },
    {
      "slug": "vscode-blockceptionltd-blockceptionvscodeminecraftbedrockdevelopmentext",
      "name": "Blockception's Minecraft Bedrock Development",
      "description": "An extension that provides code completion, validations, formatters, diagnostics, cheat-sheets, code-actions, creation of files, and development tools to help develop Minecraft Bedrock content",
      "website": "https://marketplace.visualstudio.com/items?itemName=BlockceptionLtd.blockceptionvscodeminecraftbedrockdevelopmentextension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "BlockceptionLtd.blockceptionvscodeminecraftbedrockdevelopmentextension"
      },
      "tags": [],
      "_install_count": 111479,
      "_average_rating": 4.833333492279053,
      "_publisher": "Blockception Ltd",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.363703+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451254+00:00"
    },
    {
      "slug": "vscode-automatalabs-copilot-mcp",
      "name": "Copilot MCP + Agent Skills Manager",
      "description": "Search, manage, and install Skills and MCP servers for your AI agents.",
      "website": "https://marketplace.visualstudio.com/items?itemName=AutomataLabs.copilot-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AutomataLabs.copilot-mcp"
      },
      "tags": [],
      "_install_count": 99753,
      "_average_rating": 4.25,
      "_publisher": "Automata Labs",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.366301+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.046024+00:00"
    },
    {
      "slug": "vscode-taldennis-unfoldai-chatgpt-copilot-unfoldai",
      "name": "ChatGPT - Unfold AI",
      "description": "Catch agent failures early, recover safely, and review what Cursor, Copilot, Claude Code, and Codex changed before you commit.",
      "website": "https://marketplace.visualstudio.com/items?itemName=TalDennis-UnfoldAI-ChatGPT-Copilot.unfoldai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TalDennis-UnfoldAI-ChatGPT-Copilot.unfoldai"
      },
      "tags": [],
      "_install_count": 96863,
      "_average_rating": 4.111111164093018,
      "_publisher": "Unfold AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.368637+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195851+00:00"
    },
    {
      "slug": "vscode-datadog-datadog-vscode",
      "name": "Datadog",
      "description": "Bring Datadog to your code editor to accelerate your development.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Datadog.datadog-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Datadog.datadog-vscode"
      },
      "tags": [],
      "_install_count": 85169,
      "_average_rating": 5,
      "_publisher": "Datadog",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.370345+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451364+00:00"
    },
    {
      "slug": "vscode-shengsuan-cloud-cline-shengsuan",
      "name": "Cline \u4e2d\u6587\u7248",
      "description": "Cline \u4e2d\u6587\u6c49\u5316\u7248\uff0c\u7531\u80dc\u7b97\u4e91\u8fdb\u884c\u6c49\u5316\uff0c\u6253\u9020\u56fd\u5185\u7248\u7684OpenRouter\uff0c\u8ba9\u4e2d\u56fd\u5f00\u53d1\u8005\u66f4\u65b9\u4fbf\u8fdb\u884c AI \u7f16\u7a0b\u3002",
      "website": "https://marketplace.visualstudio.com/items?itemName=shengsuan-cloud.cline-shengsuan",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "shengsuan-cloud.cline-shengsuan"
      },
      "tags": [],
      "_install_count": 73700,
      "_average_rating": 3.8888888359069824,
      "_publisher": "shengsuan-cloud",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.371950+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.046171+00:00"
    },
    {
      "slug": "vscode-rooveterinaryinc-roo-code-nightly",
      "name": "Roo Code Nightly",
      "description": "A whole dev team of AI agents in your editor.",
      "website": "https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-code-nightly",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "RooVeterinaryInc.roo-code-nightly"
      },
      "tags": [],
      "_install_count": 59354,
      "_average_rating": 5,
      "_publisher": "Roo Code",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.374714+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.046267+00:00"
    },
    {
      "slug": "vscode-smallcloud-codify",
      "name": "Refact \u2013 Open-Source AI Agent, Code Generator & Chat for JavaScript, Python, TypeScript, Java, PHP, Go, and more.",
      "description": "Refact.ai is the #1 free open-source AI Agent on the SWE-bench verified leaderboard. It autonomously handles software engineering tasks end to end. It understands large and complex codebases, adapts to your workflow, and connects with the tools developers actually use (including MCP). It tracks your",
      "website": "https://marketplace.visualstudio.com/items?itemName=smallcloud.codify",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "smallcloud.codify"
      },
      "tags": [],
      "_install_count": 58104,
      "_average_rating": 4.114285945892334,
      "_publisher": "smallcloud",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.378864+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.046299+00:00"
    },
    {
      "slug": "vscode-blackboxapp-blackboxauto",
      "name": "BLACKBOXAI Code Agent",
      "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Blackboxapp.blackboxauto",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Blackboxapp.blackboxauto"
      },
      "tags": [],
      "_install_count": 46145,
      "_average_rating": 5,
      "_publisher": "BLACKBOXAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.382418+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.046371+00:00"
    },
    {
      "slug": "vscode-kombai-kombai",
      "name": "Kombai - The AI Agent Built for Frontend",
      "description": "Domain-specialized agent to build, refactor, test, and improve every part of your frontend. Works with VS Code, Cursor, Windsurf (Codeium), Claude code, Codex etc.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Kombai.kombai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Kombai.kombai"
      },
      "tags": [],
      "_install_count": 44379,
      "_average_rating": 5,
      "_publisher": "Kombai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.385612+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.815847+00:00"
    },
    {
      "slug": "vscode-huaweicloud-vscode-codebot",
      "name": "CodeArts Agent",
      "description": "With CodeArts Agent, writing code feels like a finger snap.",
      "website": "https://marketplace.visualstudio.com/items?itemName=HuaweiCloud.vscode-codebot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "HuaweiCloud.vscode-codebot"
      },
      "tags": [],
      "_install_count": 43156,
      "_average_rating": 4.714285850524902,
      "_publisher": "Huawei Cloud",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.388053+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.147821+00:00"
    },
    {
      "slug": "vscode-hybridtalentcomputing-roo-cline-chinese",
      "name": "Roo Code Chinese\uff08\u539fRoo Cline\uff09",
      "description": "Roo Code\u4e2d\u6587\u6c49\u5316\u7248\uff0c\u5728\u60a8\u7684\u7f16\u8f91\u5668\u4e2d\u62e5\u6709\u4e00\u4e2a\u5b8c\u6574\u7684AI\u5f00\u53d1\u56e2\u961f\u3002",
      "website": "https://marketplace.visualstudio.com/items?itemName=HybridTalentComputing.roo-cline-chinese",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "HybridTalentComputing.roo-cline-chinese"
      },
      "tags": [],
      "_install_count": 41162,
      "_average_rating": null,
      "_publisher": "HybridTalentComputing",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.391039+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.148593+00:00"
    },
    {
      "slug": "vscode-gocodeo-gocodeo",
      "name": "GoCodeo: Best of Cursor and Lovable, Combined",
      "description": "AI agent for building and shipping full-stack apps inside VS Code, with one-click Vercel deploy, Supabase integration, and 100+ tool connections via MCP.",
      "website": "https://marketplace.visualstudio.com/items?itemName=GoCodeo.gocodeo",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "GoCodeo.gocodeo"
      },
      "tags": [],
      "_install_count": 38753,
      "_average_rating": 4.529411792755127,
      "_publisher": "GoCodeo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.396556+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.150307+00:00"
    },
    {
      "slug": "vscode-ecloud-zhanlu",
      "name": "Zhanlu - AI Coding Assistant",
      "description": "your intelligent partner in software development with automatic code generation",
      "website": "https://marketplace.visualstudio.com/items?itemName=ecloud.zhanlu",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ecloud.zhanlu"
      },
      "tags": [],
      "_install_count": 35368,
      "_average_rating": 5,
      "_publisher": "\u6e5b\u5362",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.398842+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.152005+00:00"
    },
    {
      "slug": "vscode-block-vscode-mcp-extension",
      "name": "MCP Server",
      "description": "Extension for the VSCode MCP Server",
      "website": "https://marketplace.visualstudio.com/items?itemName=block.vscode-mcp-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "block.vscode-mcp-extension"
      },
      "tags": [],
      "_install_count": 34799,
      "_average_rating": 5,
      "_publisher": "Block",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.401740+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451627+00:00"
    },
    {
      "slug": "vscode-acebunny00-gemini-cli-launcher",
      "name": "Gemini CLI Launcher",
      "description": "Gemini CLI\ub97c \ud3b8\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
      "website": "https://marketplace.visualstudio.com/items?itemName=acebunny00.gemini-cli-launcher",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "acebunny00.gemini-cli-launcher"
      },
      "tags": [],
      "_install_count": 32404,
      "_average_rating": 5,
      "_publisher": "acebunny00",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.403726+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.154314+00:00"
    },
    {
      "slug": "vscode-dhananjaysenday-mcp-inspector",
      "name": "MCP Inspector",
      "description": "Easily inspect and interact with MCP servers directly from Visual Studio Code\u2014no need to download external inspectors. This extension provides seamless integration for monitoring and debugging MCP protocols within your development environment",
      "website": "https://marketplace.visualstudio.com/items?itemName=DhananjaySenday.mcp--inspector",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DhananjaySenday.mcp--inspector"
      },
      "tags": [],
      "_install_count": 31651,
      "_average_rating": 5,
      "_publisher": "Dhananjay Senday",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.405892+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451682+00:00"
    },
    {
      "slug": "vscode-buildwithlayer-mcp-integration-expert-eligr",
      "name": "MCP Anthropic",
      "description": "Up to date versions of Model Context Protocol",
      "website": "https://marketplace.visualstudio.com/items?itemName=buildwithlayer.mcp-integration-expert-ELIGR",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "buildwithlayer.mcp-integration-expert-ELIGR"
      },
      "tags": [],
      "_install_count": 30505,
      "_average_rating": 4,
      "_publisher": "buildwithlayer",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.409212+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.249869+00:00"
    },
    {
      "slug": "vscode-sethford-atlassian-mcp-server",
      "name": "Atlassian MCP Server",
      "description": "Connect VS Code to Atlassian (Jira/Confluence) via Model Context Protocol for AI-powered workflows",
      "website": "https://marketplace.visualstudio.com/items?itemName=SethFord.atlassian-mcp-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SethFord.atlassian-mcp-server"
      },
      "tags": [],
      "_install_count": 24236,
      "_average_rating": 1,
      "_publisher": "Seth Ford",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.414489+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451734+00:00"
    },
    {
      "slug": "vscode-semanticworkbenchteam-mcp-server-vscode",
      "name": "VSCode MCP Server",
      "description": "VSCode tools and resources as a Model Context Protocol (MCP) server in a VSCode extension.",
      "website": "https://marketplace.visualstudio.com/items?itemName=SemanticWorkbenchTeam.mcp-server-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SemanticWorkbenchTeam.mcp-server-vscode"
      },
      "tags": [],
      "_install_count": 23847,
      "_average_rating": null,
      "_publisher": "Semantic Workbench Team",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.417694+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451762+00:00"
    },
    {
      "slug": "vscode-sethford-mcp-figma-extension",
      "name": "MCP Figma Extension",
      "description": "Visual Studio Code extension for seamless MCP Figma integration with AI assistants",
      "website": "https://marketplace.visualstudio.com/items?itemName=SethFord.mcp-figma-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SethFord.mcp-figma-extension"
      },
      "tags": [],
      "_install_count": 23798,
      "_average_rating": null,
      "_publisher": "Seth Ford",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.419710+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.116252+00:00"
    },
    {
      "slug": "vscode-lyzoai-lyzo-ai",
      "name": "Lyzo AI",
      "description": "Lyzo AI is your intelligent coding assistant\u2014built to help you write, understand, and optimize code effortlessly.",
      "website": "https://marketplace.visualstudio.com/items?itemName=LyzoAI.lyzo-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "LyzoAI.lyzo-ai"
      },
      "tags": [],
      "_install_count": 19438,
      "_average_rating": 5,
      "_publisher": "Lyzo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.421446+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.047284+00:00"
    },
    {
      "slug": "vscode-tianguaduizhang-claude-dev-china",
      "name": "AI Code: Cline, Chat, Deepseek, \u4e2d\u6587\u7248",
      "description": "\u5728\u60a8\u7684IDE\u4e2d\u81ea\u52a8\u7f16\u7801\u4ee3\u7406\uff0c\u80fd\u591f\u5728\u60a8\u7684\u8bb8\u53ef\u4e0b\u521b\u5efa/\u7f16\u8f91\u6587\u4ef6\u3001\u6267\u884c\u547d\u4ee4\u7b49\u7b49\u3002\u652f\u6301deepseek\u6a21\u578b",
      "website": "https://marketplace.visualstudio.com/items?itemName=tianguaduizhang.claude-dev-china",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "tianguaduizhang.claude-dev-china"
      },
      "tags": [],
      "_install_count": 19339,
      "_average_rating": 5,
      "_publisher": "\u751c\u74dc\u961f\u957f",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.423844+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.047343+00:00"
    },
    {
      "slug": "vscode-fabric-vscode-fabric-mcp-server",
      "name": "Microsoft Fabric MCP Server",
      "description": "Provides Model Context Protocol (MCP) integration and tooling for Fabric in Visual Studio Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=fabric.vscode-fabric-mcp-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "fabric.vscode-fabric-mcp-server"
      },
      "tags": [],
      "_install_count": 18832,
      "_average_rating": 5,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.429619+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451872+00:00"
    },
    {
      "slug": "vscode-devcenter-ms-devbox",
      "name": "Dev Box",
      "description": "An extension for connecting to your Dev Box and creating customization files.",
      "website": "https://marketplace.visualstudio.com/items?itemName=DevCenter.ms-devbox",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DevCenter.ms-devbox"
      },
      "tags": [],
      "_install_count": 18518,
      "_average_rating": 4,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.432421+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451899+00:00"
    },
    {
      "slug": "vscode-genaiscript-genaiscript-vscode",
      "name": "GenAIScript",
      "description": "Generative AI Scripting.",
      "website": "https://marketplace.visualstudio.com/items?itemName=genaiscript.genaiscript-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "genaiscript.genaiscript-vscode"
      },
      "tags": [],
      "_install_count": 14840,
      "_average_rating": 5,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.435540+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.451928+00:00"
    },
    {
      "slug": "vscode-ms-daw-tca-ado-productivity-copilot",
      "name": "Git DevOps Assistant (MCP Powered)",
      "description": "AI-powered Azure DevOps GitHub Copilot chat extension",
      "website": "https://marketplace.visualstudio.com/items?itemName=MS-DAW-TCA.ado-productivity-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MS-DAW-TCA.ado-productivity-copilot"
      },
      "tags": [],
      "_install_count": 14484,
      "_average_rating": 4.5,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.437263+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.452019+00:00"
    },
    {
      "slug": "vscode-vijaynirmal-playwright-mcp-relay",
      "name": "Playwright MCP Relay",
      "description": "Playwright MCP Relay provides browser automation capabilities using Playwright, enabling Copilot to interact with web pages as VSCode Language Model Tools, which means this extension works even if MCP was disabled in Github Copilot and VSCode",
      "website": "https://marketplace.visualstudio.com/items?itemName=VijayNirmal.playwright-mcp-relay",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "VijayNirmal.playwright-mcp-relay"
      },
      "tags": [],
      "_install_count": 13498,
      "_average_rating": 5,
      "_publisher": "Vijay Nirmal",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.439132+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.452210+00:00"
    },
    {
      "slug": "vscode-deepecon-stata-mcp",
      "name": "Stata MCP",
      "description": "Stata MCP Extension for VS Code, Cursor, and Antigravity IDE",
      "website": "https://marketplace.visualstudio.com/items?itemName=DeepEcon.stata-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DeepEcon.stata-mcp"
      },
      "tags": [],
      "_install_count": 13256,
      "_average_rating": 5,
      "_publisher": "OpenEcon.ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.442776+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.452245+00:00"
    },
    {
      "slug": "vscode-zgsm-ai-zgsm",
      "name": "CoStrict (prev. Cline / RooCode with Code Review AI Coding Agent)",
      "description": "CoStrict (prev. Cline / RooCode with Code Review AI Coding Agent)",
      "website": "https://marketplace.visualstudio.com/items?itemName=zgsm-ai.zgsm",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "zgsm-ai.zgsm"
      },
      "tags": [],
      "_install_count": 12522,
      "_average_rating": 5,
      "_publisher": "zgsm-ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.447930+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.047405+00:00"
    },
    {
      "slug": "vscode-joouis-agent-maestro",
      "name": "Agent Maestro",
      "description": "Turn VS Code into your compliant AI playground! With Agent Maestro, spin up Cline or Roo on demand and plug Claude Code or Codex straight in through an OpenAI/Anthropic-compatible API.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Joouis.agent-maestro",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Joouis.agent-maestro"
      },
      "tags": [],
      "_install_count": 11879,
      "_average_rating": 5,
      "_publisher": "Joouis",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.450265+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.047572+00:00"
    },
    {
      "slug": "vscode-lyn-inc-html-speed-viewer",
      "name": "HTML Speed Viewer: HTML/Markdown Preview,Voice Preview(TTS) with MCP",
      "description": "HTML Viewer: The fastest way to preview HTML and Markdown, even inside PHP. Voice Preview(TTS) with MCP transforms your AI development experience.",
      "website": "https://marketplace.visualstudio.com/items?itemName=lyn-inc.HTML-Speed-Viewer",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "lyn-inc.HTML-Speed-Viewer"
      },
      "tags": [],
      "_install_count": 10945,
      "_average_rating": 5,
      "_publisher": "LYN Inc",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.452766+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.452334+00:00"
    },
    {
      "slug": "vscode-nogic-nogic",
      "name": "Nogic",
      "description": "Interactive code maps + AI walkthroughs powered by your local Claude Code or Codex CLI.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Nogic.nogic",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Nogic.nogic"
      },
      "tags": [],
      "_install_count": 10938,
      "_average_rating": 4.285714149475098,
      "_publisher": "Nogic",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.455643+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.576253+00:00"
    },
    {
      "slug": "vscode-moonolgerdai-mcp-explorer",
      "name": "MCP Explorer",
      "description": "Find and install Model Context Protocol (MCP) servers for VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=moonolgerdai.mcp-explorer",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "moonolgerdai.mcp-explorer"
      },
      "tags": [],
      "_install_count": 10762,
      "_average_rating": null,
      "_publisher": "moonolgerd_ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.459151+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.452392+00:00"
    },
    {
      "slug": "vscode-zstings-claude-code-zhcn",
      "name": "[\u975e\u5b98\u65b9] Claude Code for VS Code \u7b80\u4f53\u4e2d\u6587\u6c49\u5316\u5305",
      "description": "\u975e\u5b98\u65b9\u7684 Claude Code for VS Code \u63d2\u4ef6\u7684\u7b80\u4f53\u4e2d\u6587\u6c49\u5316\u63d2\u4ef6",
      "website": "https://marketplace.visualstudio.com/items?itemName=zstings.claude-code-zhCn",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "zstings.claude-code-zhCn"
      },
      "tags": [],
      "_install_count": 10671,
      "_average_rating": 5,
      "_publisher": "zstings",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.462960+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.576381+00:00"
    },
    {
      "slug": "vscode-agent-devdock",
      "name": "Devdock - World's first Web3 Development Agent",
      "description": "World's First Developer copilot that rewards you for every line of code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=agent.devdock",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "agent.devdock"
      },
      "tags": [],
      "_install_count": 9515,
      "_average_rating": 5,
      "_publisher": "agent",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.465697+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.048353+00:00"
    },
    {
      "slug": "vscode-zoocodeorganization-zoo-code",
      "name": "Zoo Code",
      "description": "A whole dev team of AI agents in your editor.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ZooCodeOrganization.zoo-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ZooCodeOrganization.zoo-code"
      },
      "tags": [],
      "_install_count": 8686,
      "_average_rating": 5,
      "_publisher": "Zoo Code Organization",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.468539+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.048504+00:00"
    },
    {
      "slug": "vscode-jihu-gitlab-coderider-kilo",
      "name": "CodeRider",
      "description": "\u4e3a AI \u5954\u817e\uff0c\u9a6d\u7801\u5f53\u5148\u3002The most fluent agentic coding.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Jihu-GitLab.coderider-kilo",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Jihu-GitLab.coderider-kilo"
      },
      "tags": [],
      "_install_count": 7582,
      "_average_rating": 4.94444465637207,
      "_publisher": "JiHu-GitLab",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.720835+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.048559+00:00"
    },
    {
      "slug": "vscode-pimzino-spec-workflow-mcp",
      "name": "Spec Workflow MCP",
      "description": "VSCode extension for Spec-Workflow-MCP with integrated dashboard",
      "website": "https://marketplace.visualstudio.com/items?itemName=Pimzino.spec-workflow-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Pimzino.spec-workflow-mcp"
      },
      "tags": [],
      "_install_count": 7433,
      "_average_rating": 5,
      "_publisher": "Pimzino",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.723342+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.753303+00:00"
    },
    {
      "slug": "vscode-vijaynirmal-chrome-devtools-mcp-relay",
      "name": "Chrome DevTools MCP Relay",
      "description": "Chrome DevTools lets Github Copilot control and inspect a live Chrome browser, giving the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis. This extension works even if MCP Server was disabled in GitHub Copilot or VSCode Settings.",
      "website": "https://marketplace.visualstudio.com/items?itemName=VijayNirmal.chrome-devtools-mcp-relay",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "VijayNirmal.chrome-devtools-mcp-relay"
      },
      "tags": [],
      "_install_count": 7046,
      "_average_rating": 5,
      "_publisher": "Vijay Nirmal",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.729604+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.753340+00:00"
    },
    {
      "slug": "vscode-orangecattechpvtltd-syntx",
      "name": "Syntx Agentic Workforce (Cursor for VSCode and Cline/Roo Features combined)",
      "description": "Your AI peer programmer.",
      "website": "https://marketplace.visualstudio.com/items?itemName=OrangecatTechPvtLtd.syntx",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "OrangecatTechPvtLtd.syntx"
      },
      "tags": [],
      "_install_count": 6977,
      "_average_rating": 4.947368621826172,
      "_publisher": "OrangecatAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.732334+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.048805+00:00"
    },
    {
      "slug": "vscode-xwbx-mcp",
      "name": "mcp",
      "description": "VS Code: xwbx.mcp",
      "website": "https://marketplace.visualstudio.com/items?itemName=xwbx.mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "xwbx.mcp"
      },
      "tags": [],
      "_install_count": 6953,
      "_average_rating": null,
      "_publisher": "\u5915\u821e\u516b\u5f26",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.735155+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.753398+00:00"
    },
    {
      "slug": "vscode-codeai-codeaipro",
      "name": "Cline Pro - CodeAI",
      "description": "Cline\u4e2d\u6587\u589e\u5f3a\u7248\uff0c\u5b8c\u7f8e\u66ff\u4ee3Cursor",
      "website": "https://marketplace.visualstudio.com/items?itemName=CodeAI.codeaipro",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CodeAI.codeaipro"
      },
      "tags": [],
      "_install_count": 6908,
      "_average_rating": 5,
      "_publisher": "CodeAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.737083+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.048860+00:00"
    },
    {
      "slug": "vscode-shengsuan-cloud-kilo-ssy",
      "name": "Kilo SSY AI Agent",
      "description": "Open Source AI coding assistant for planning, building, and fixing code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=shengsuan-cloud.kilo-ssy",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "shengsuan-cloud.kilo-ssy"
      },
      "tags": [],
      "_install_count": 6702,
      "_average_rating": 5,
      "_publisher": "shengsuan-cloud",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.738779+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.048984+00:00"
    },
    {
      "slug": "vscode-zebradev-mcp-server-runner",
      "name": "MCP Server Runner",
      "description": "Manage, save and run Model Context Protocol (MCP) servers locally",
      "website": "https://marketplace.visualstudio.com/items?itemName=ZebraDev.mcp-server-runner",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ZebraDev.mcp-server-runner"
      },
      "tags": [],
      "_install_count": 6662,
      "_average_rating": null,
      "_publisher": "Zebra Dev",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.741409+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.753490+00:00"
    },
    {
      "slug": "vscode-sixth-glyde",
      "name": "Best of Lovable, Bolt.new, v0.dev, Replit AI, Windsurf, Same.new, Base44, Cursor, Cline: Glyde- Typescript, Javascript, React, ShadCN UI website builder",
      "description": "Top vibe coding AI Agent for building and deploying complete and beautiful website right inside vscode. Trusted by 20k+ developers",
      "website": "https://marketplace.visualstudio.com/items?itemName=Sixth.glyde",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Sixth.glyde"
      },
      "tags": [],
      "_install_count": 6594,
      "_average_rating": 1,
      "_publisher": "Sixth",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.745399+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.652443+00:00"
    },
    {
      "slug": "vscode-huohuaai-huohuaai",
      "name": "HuoHuaAI (huohuaai.com)",
      "description": "\u60a8\u7684AI\u7f16\u7a0b\u52a9\u624b\uff0c\u5168\u4e2d\u6587\u56de\u590d\uff0c\u667a\u80fd\u4ee3\u7801\u8865\u5168,\u5e2e\u52a9\u60a8\u7f16\u5199\u4ee3\u7801\u3001\u8c03\u8bd5\u7a0b\u5e8f\u3001\u521b\u5efa\u9879\u76ee\u7b49",
      "website": "https://marketplace.visualstudio.com/items?itemName=huohuaai.huohuaai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "huohuaai.huohuaai"
      },
      "tags": [],
      "_install_count": 6416,
      "_average_rating": 5,
      "_publisher": "huohuaai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.748993+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.652554+00:00"
    },
    {
      "slug": "vscode-juehangqin-vscode-mcp-server",
      "name": "vscode-mcp-server",
      "description": "VS Code as a MCP server",
      "website": "https://marketplace.visualstudio.com/items?itemName=JuehangQin.vscode-mcp-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "JuehangQin.vscode-mcp-server"
      },
      "tags": [],
      "_install_count": 5858,
      "_average_rating": 5,
      "_publisher": "Juehang Qin",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.753422+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.753579+00:00"
    },
    {
      "slug": "vscode-fridaplatform-fridagpt",
      "name": "Frida Code Copilot",
      "description": "Meet Frida Code Copilot, an AI assistant that commands a series of agents that can use in your vscode editor to increment and improve your development process. Frida can handle complex software development tasks step-by-step. With tools that create & edit files, explore large projects, use the brows",
      "website": "https://marketplace.visualstudio.com/items?itemName=FridaPlatform.fridagpt",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "FridaPlatform.fridagpt"
      },
      "tags": [],
      "_install_count": 5339,
      "_average_rating": 5,
      "_publisher": "FridaPlatform",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.755619+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.653761+00:00"
    },
    {
      "slug": "vscode-bugzi-bugzi",
      "name": "Claude 4, DeepSeek R1, ChatGPT, Copilot, Cursor AI and Cline, AI Agents, AI Copilot, and Debugger, Code Assistants, Code Chat, Code Completion, Code Generator, Autocomplete,  Codestral, Generative AI ",
      "description": "Bugzi: Multi-Agent AI and Code Scanning. Your AI Partner for Development. Bugzi is a powerful AI assistant that seamlessly integrates into your VS Code workflow, designed to enhance productivity and streamline your entire development process. While Bugzi includes a realtime security scanner to prote",
      "website": "https://marketplace.visualstudio.com/items?itemName=Bugzi.Bugzi",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Bugzi.Bugzi"
      },
      "tags": [],
      "_install_count": 5148,
      "_average_rating": null,
      "_publisher": "Bugzi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.758730+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.653995+00:00"
    },
    {
      "slug": "vscode-mai-engineeringsystems-mai-mcpservers",
      "name": "MicrosoftAI MCPServers",
      "description": "This are MCP Servers for internal MicrosoftAI use.",
      "website": "https://marketplace.visualstudio.com/items?itemName=MAI-EngineeringSystems.mai-mcpservers",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MAI-EngineeringSystems.mai-mcpservers"
      },
      "tags": [],
      "_install_count": 5054,
      "_average_rating": null,
      "_publisher": "MAI-EngineeringSystems",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.764240+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.753711+00:00"
    },
    {
      "slug": "vscode-bitwisecook-tcl-lsp",
      "name": "Tcl/Tk, iRules, EDA-Tools, Expect LSP/MCP",
      "description": "Tcl/Tk, iRules, EDA-Tools, Expect language support with semantic highlighting, diagnostics, optimisations, completions, and more",
      "website": "https://marketplace.visualstudio.com/items?itemName=bitwisecook.tcl-lsp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bitwisecook.tcl-lsp"
      },
      "tags": [],
      "_install_count": 4693,
      "_average_rating": 5,
      "_publisher": "bitwisecook",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.767476+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.753742+00:00"
    },
    {
      "slug": "vscode-xline-agent-lab",
      "name": "Xline - Freee Code Agent Lab",
      "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=xline.agent-lab",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "xline.agent-lab"
      },
      "tags": [],
      "_install_count": 4653,
      "_average_rating": 5,
      "_publisher": "Xline - Code Agent Lab",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.769553+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654036+00:00"
    },
    {
      "slug": "vscode-maximumcomputeinc-cline-max",
      "name": "Cline Max",
      "description": "An extension optimized for the planner-coder workflow based on a fork of Cline, an autonomous coding agent. Join our Discord for support and updates: https://discord.gg/wxRFCBJWKF",
      "website": "https://marketplace.visualstudio.com/items?itemName=MaximumComputeInc.cline-max",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MaximumComputeInc.cline-max"
      },
      "tags": [],
      "_install_count": 4517,
      "_average_rating": 5,
      "_publisher": "Maximum Compute Inc",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.771255+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654166+00:00"
    },
    {
      "slug": "vscode-sbroenne-excel-mcp",
      "name": "Excel MCP Server",
      "description": "Excel automation for AI assistants - manage Sheets, Power Query, DAX, VBA, PowerPivot, Tables, Ranges, Charts, Formatting, Validation & more - requires Excel to be installed",
      "website": "https://marketplace.visualstudio.com/items?itemName=sbroenne.excel-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sbroenne.excel-mcp"
      },
      "tags": [],
      "_install_count": 4468,
      "_average_rating": 4,
      "_publisher": "Stefan Broenner",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.773361+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.753874+00:00"
    },
    {
      "slug": "vscode-bugzi-forge-webbuilder",
      "name": "Use Lovable, Bolt.new, v0.dev, Replit AI, Windsurf, Same.new, Base44, Cursor, Cline features in Forge AI for   Typescript, Javascript, React, ShadCN UI website builder",
      "description": "Forge: Top vibe coding AI Agent for building and deploying complete and beautiful website right inside vscode. Trusted by 20k+ developers",
      "website": "https://marketplace.visualstudio.com/items?itemName=Bugzi.Forge-webbuilder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Bugzi.Forge-webbuilder"
      },
      "tags": [],
      "_install_count": 4430,
      "_average_rating": null,
      "_publisher": "Bugzi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.778698+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654249+00:00"
    },
    {
      "slug": "vscode-nr-codetools-agentsmith",
      "name": "Agent Smith - MCP Workflow, Vibe Coding and More",
      "description": "Build AI agents using LLMs and Model Context Protocol",
      "website": "https://marketplace.visualstudio.com/items?itemName=nr-codetools.agentsmith",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "nr-codetools.agentsmith"
      },
      "tags": [],
      "_install_count": 4317,
      "_average_rating": 5,
      "_publisher": "Offline AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.781293+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654324+00:00"
    },
    {
      "slug": "vscode-saoudrizwan-cline-nightly",
      "name": "Cline (Nightly)",
      "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=saoudrizwan.cline-nightly",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "saoudrizwan.cline-nightly"
      },
      "tags": [],
      "_install_count": 4198,
      "_average_rating": null,
      "_publisher": "Cline",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.783874+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654421+00:00"
    },
    {
      "slug": "vscode-dreamlight-aline",
      "name": "Aline - CLINE, Chatbot, DeepSeek and more",
      "description": "Forked version of Cline, introducing flexible and user-friendly features, such as: Customize Your Chatbot, Translator, and more. Autonomous coding agent right in your IDE, capable of creating/editing",
      "website": "https://marketplace.visualstudio.com/items?itemName=DreamLight.aline",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DreamLight.aline"
      },
      "tags": [],
      "_install_count": 4176,
      "_average_rating": 5,
      "_publisher": "Dream Light",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.785819+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654447+00:00"
    },
    {
      "slug": "vscode-m1self-mcp-client",
      "name": "MCP-Client",
      "description": "a MCP (model context protocol) client for github copilot.",
      "website": "https://marketplace.visualstudio.com/items?itemName=M1self.mcp-client",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "M1self.mcp-client"
      },
      "tags": [],
      "_install_count": 3941,
      "_average_rating": 1,
      "_publisher": "Mismo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.787401+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754040+00:00"
    },
    {
      "slug": "vscode-shengsuan-cloud-roo-vibecoding",
      "name": "Roo Code Chinese",
      "description": "A whole dev team of AI agents in your editor.",
      "website": "https://marketplace.visualstudio.com/items?itemName=shengsuan-cloud.roo-vibecoding",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "shengsuan-cloud.roo-vibecoding"
      },
      "tags": [],
      "_install_count": 3791,
      "_average_rating": 5,
      "_publisher": "shengsuan-cloud",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.789037+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654689+00:00"
    },
    {
      "slug": "vscode-ozzafar-debugmcpextension",
      "name": "DebugMCP",
      "description": "Let AI agents debug your code inside VS Code \u2014 breakpoints, step-through execution, variable inspection, and expression evaluation. Automatically exposes itself as an MCP (Model Context Protocol) server for seamless integration with AI assistants.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ozzafar.debugmcpextension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ozzafar.debugmcpextension"
      },
      "tags": [],
      "_install_count": 3730,
      "_average_rating": 5,
      "_publisher": "Microsoft DevLabs",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.796211+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754111+00:00"
    },
    {
      "slug": "vscode-acomagu-vscode-as-mcp-server",
      "name": "VSCode as MCP Server",
      "description": "Expose VSCode features such as file viewing and editing as MCP, enabling the LLM to access these functionalities.",
      "website": "https://marketplace.visualstudio.com/items?itemName=acomagu.vscode-as-mcp-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "acomagu.vscode-as-mcp-server"
      },
      "tags": [],
      "_install_count": 3665,
      "_average_rating": 5,
      "_publisher": "acomagu",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.798906+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754145+00:00"
    },
    {
      "slug": "vscode-krishnapollu-selenium-mcp-server",
      "name": "Selenium MCP Server",
      "description": "A powerful VS Code extension to control and automate browsers using your Selenium MCP server.",
      "website": "https://marketplace.visualstudio.com/items?itemName=krishnapollu.selenium-mcp-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "krishnapollu.selenium-mcp-server"
      },
      "tags": [],
      "_install_count": 3596,
      "_average_rating": null,
      "_publisher": "Krishna S",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.801897+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754177+00:00"
    },
    {
      "slug": "vscode-byterover-byterover",
      "name": "ByteRover (MCP Deprecation - v2)",
      "description": "Install and configure ByteRover - MCP Deprecation Notice - Please migrate to BRV CLI for better performance. This extension will be deprecated soon.",
      "website": "https://marketplace.visualstudio.com/items?itemName=byterover.byterover",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "byterover.byterover"
      },
      "tags": [],
      "_install_count": 3577,
      "_average_rating": null,
      "_publisher": "byterover",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.803673+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754208+00:00"
    },
    {
      "slug": "vscode-dagger-dagger",
      "name": "Dagger",
      "description": "Run Dagger functions, manage modules, and streamline workflows",
      "website": "https://marketplace.visualstudio.com/items?itemName=Dagger.dagger",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Dagger.dagger"
      },
      "tags": [],
      "_install_count": 3531,
      "_average_rating": 5,
      "_publisher": "Dagger",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.805730+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754240+00:00"
    },
    {
      "slug": "vscode-easychen-novel-cline",
      "name": "NovelCline",
      "description": "Your AI novel writing assistant that helps you brainstorm plots, create characters, and write chapters, making the writing process more fluid and natural.",
      "website": "https://marketplace.visualstudio.com/items?itemName=EasyChen.novel-cline",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "EasyChen.novel-cline"
      },
      "tags": [],
      "_install_count": 3447,
      "_average_rating": null,
      "_publisher": "EasyChen",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.809192+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654812+00:00"
    },
    {
      "slug": "vscode-cubent-cubent",
      "name": "Cubent - AI Coding Agent & Autocomplete - GPT-5, Claude 4, DeepSeek R1, Kimi K2, Qwen3-Coder  & OpenRouter",
      "description": "Cubent lives in your editor, helping you code faster and cleaner.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Cubent.cubent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Cubent.cubent"
      },
      "tags": [],
      "_install_count": 3015,
      "_average_rating": 5,
      "_publisher": "Cubent",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.815050+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654958+00:00"
    },
    {
      "slug": "vscode-betterthantomorrow-calva-backseat-driver",
      "name": "Calva Backseat Driver",
      "description": "Make Copilot an Interactive Programmer, tools for VS Code Copilot. Can also be run as an MCP server",
      "website": "https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva-backseat-driver",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "betterthantomorrow.calva-backseat-driver"
      },
      "tags": [],
      "_install_count": 2993,
      "_average_rating": 5,
      "_publisher": "Better Than Tomorrow",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.818139+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754337+00:00"
    },
    {
      "slug": "vscode-kirigaya-openmcp",
      "name": "OpenMCP",
      "description": "An all in one MCP Client/TestTool",
      "website": "https://marketplace.visualstudio.com/items?itemName=kirigaya.openmcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kirigaya.openmcp"
      },
      "tags": [],
      "_install_count": 2965,
      "_average_rating": 5,
      "_publisher": "kirigaya",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.820046+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754396+00:00"
    },
    {
      "slug": "vscode-intraview-intraview",
      "name": "Intraview - Code Tours for AI-Assisted Development",
      "description": "AI creates code tours. You refine them visually. Your team onboards faster. Local-first, git-stored, works with any AI agent.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Intraview.intraview",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Intraview.intraview"
      },
      "tags": [],
      "_install_count": 2961,
      "_average_rating": 5,
      "_publisher": "Intraview - Interactive Code Tour & Agent Feedback",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.821722+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654998+00:00"
    },
    {
      "slug": "vscode-christian237-vscode-mcp-client",
      "name": "VS Code MCP Client",
      "description": "MCP Client extension for VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=christian237.vscode-mcp-client",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "christian237.vscode-mcp-client"
      },
      "tags": [],
      "_install_count": 2881,
      "_average_rating": null,
      "_publisher": "christian237",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.824410+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754484+00:00"
    },
    {
      "slug": "vscode-xrouter-xcline",
      "name": "Vibe Agent",
      "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=xrouter.xcline",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "xrouter.xcline"
      },
      "tags": [],
      "_install_count": 2834,
      "_average_rating": 3,
      "_publisher": "XRouter",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.830393+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.655180+00:00"
    },
    {
      "slug": "vscode-btparkerwork-vscode-mcp-database-extension",
      "name": "Database MCP Assistant",
      "description": "VS Code extension that connects GitHub Copilot to your database via Model Context Protocol",
      "website": "https://marketplace.visualstudio.com/items?itemName=btparkerwork.vscode-mcp-database-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "btparkerwork.vscode-mcp-database-extension"
      },
      "tags": [],
      "_install_count": 2826,
      "_average_rating": 1,
      "_publisher": "btparker.work",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.833235+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754551+00:00"
    },
    {
      "slug": "vscode-vijaynirmal-context7-mcp-relay",
      "name": "Context7 MCP Relay",
      "description": "Context7 MCP Relay pulls up-to-date, version-specific documentation and code examples straight from the source \u2014 and places them directly into your prompt as VSCode Language Model Tools, which means this extension works even if MCP was disabled in Github Copilot and VSCode",
      "website": "https://marketplace.visualstudio.com/items?itemName=VijayNirmal.context7-mcp-relay",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "VijayNirmal.context7-mcp-relay"
      },
      "tags": [],
      "_install_count": 2795,
      "_average_rating": 5,
      "_publisher": "Vijay Nirmal",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.836020+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754588+00:00"
    },
    {
      "slug": "vscode-sanchaii-devlinker-mcp-host",
      "name": "DevLinker - MCP Host",
      "description": "A Copilot chat participant that connects your AI assistants with your development environment.",
      "website": "https://marketplace.visualstudio.com/items?itemName=sanchaii.devlinker-mcp-host",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sanchaii.devlinker-mcp-host"
      },
      "tags": [],
      "_install_count": 2458,
      "_average_rating": null,
      "_publisher": "sanchaii",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.838412+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754622+00:00"
    },
    {
      "slug": "vscode-jasonmcghee-claude-debugs-for-you",
      "name": "Claude Debugs for You",
      "description": "Enable an MCP Client, such as Claude Desktop to directly debug code with breakpoints",
      "website": "https://marketplace.visualstudio.com/items?itemName=JasonMcGhee.claude-debugs-for-you",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "JasonMcGhee.claude-debugs-for-you"
      },
      "tags": [],
      "_install_count": 2445,
      "_average_rating": 5,
      "_publisher": "Jason McGhee",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.845603+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.443728+00:00"
    },
    {
      "slug": "vscode-salesforce-salesforcedx-agentforce-vibes-2",
      "name": "Agentforce Vibes 2.0",
      "description": "AI Agent for Salesforce \u2014 turn-based agent combining Claude Agent SDK or OpenAI Agents SDK with deep Salesforce domain intelligence",
      "website": "https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-agentforce-vibes-2",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "salesforce.salesforcedx-agentforce-vibes-2"
      },
      "tags": [],
      "_install_count": 2416,
      "_average_rating": null,
      "_publisher": "Salesforce",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.848262+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.655748+00:00"
    },
    {
      "slug": "vscode-amitpatole-mcp-marketplace",
      "name": "MCP Marketplace",
      "description": "Browse, generate, and install MCP servers directly from VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=AmitPatole.mcp-marketplace",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AmitPatole.mcp-marketplace"
      },
      "tags": [],
      "_install_count": 2300,
      "_average_rating": 5,
      "_publisher": "Amit Patole",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.851254+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538577+00:00"
    },
    {
      "slug": "vscode-gleidsonfersanp-pdf-utilities",
      "name": "PDF Utilities for GitHub Copilot",
      "description": "AI-powered PDF manipulation tools - Read, create, merge, split, and edit PDFs directly from GitHub Copilot Chat",
      "website": "https://marketplace.visualstudio.com/items?itemName=GleidsonFerSanP.pdf-utilities",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "GleidsonFerSanP.pdf-utilities"
      },
      "tags": [],
      "_install_count": 2298,
      "_average_rating": null,
      "_publisher": "Gleidson FerSanP",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.853422+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754762+00:00"
    },
    {
      "slug": "vscode-augment-vscode-augment-nightly",
      "name": "Augment Code (Nightly)",
      "description": "Augment Code is the AI coding platform for VS Code, built for large, complex codebases. Powered by an industry-leading context engine, our Coding Agent understands your entire codebase \u2014 architecture, dependencies, and legacy code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=augment.vscode-augment-nightly",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "augment.vscode-augment-nightly"
      },
      "tags": [],
      "_install_count": 2263,
      "_average_rating": 1,
      "_publisher": "Augment Computing",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.855358+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.656118+00:00"
    },
    {
      "slug": "vscode-bluebird-ai-labs-bluebird-vscode",
      "name": "Bluebird Repository Context",
      "description": "Bluebird is a set of tools exposed via MCP that enable Copilot to better understand your Azure DevOps Repositories.",
      "website": "https://marketplace.visualstudio.com/items?itemName=bluebird-ai-labs.bluebird-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bluebird-ai-labs.bluebird-vscode"
      },
      "tags": [],
      "_install_count": 2257,
      "_average_rating": null,
      "_publisher": "Bluebird Repo Context",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.858123+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.754833+00:00"
    },
    {
      "slug": "vscode-vexp-vexp-vscode",
      "name": "Vexp - Context Engine for AI Coding Agents",
      "description": "Your AI agent wastes most of its budget exploring your codebase before writing a single line of code. Vexp fixes that. It pre-indexes your project and delivers only the relevant code to any agent - so it starts informed, not blind. 60% lower cost per task. 90% fewer tool calls.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Vexp.vexp-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Vexp.vexp-vscode"
      },
      "tags": [],
      "_install_count": 2255,
      "_average_rating": 4.833333492279053,
      "_publisher": "Vexp",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.865071+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.656184+00:00"
    },
    {
      "slug": "vscode-opengig-og-helix",
      "name": "Helix - AI coding agent",
      "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=opengig.og-helix",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "opengig.og-helix"
      },
      "tags": [],
      "_install_count": 2210,
      "_average_rating": 5,
      "_publisher": "OpenGig",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.867830+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.656431+00:00"
    },
    {
      "slug": "vscode-neuronicai-cline-apipie",
      "name": "Cline-APIpie",
      "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=NeuronicAI.cline-apipie",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "NeuronicAI.cline-apipie"
      },
      "tags": [],
      "_install_count": 2196,
      "_average_rating": 5,
      "_publisher": "Neuronic AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.870338+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.656509+00:00"
    },
    {
      "slug": "vscode-hamster-task-master-hamster",
      "name": "Taskmaster AI",
      "description": "A visual Kanban board interface for Taskmaster projects in VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=Hamster.task-master-hamster",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Hamster.task-master-hamster"
      },
      "tags": [],
      "_install_count": 2166,
      "_average_rating": 5,
      "_publisher": "Hamster",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.872498+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538663+00:00"
    },
    {
      "slug": "vscode-norisix-n8n-mcp-vscode",
      "name": "N8N MCP",
      "description": "Model Context Protocol server for N8N automation workflows",
      "website": "https://marketplace.visualstudio.com/items?itemName=Norisix.n8n-mcp-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Norisix.n8n-mcp-vscode"
      },
      "tags": [],
      "_install_count": 2144,
      "_average_rating": 5,
      "_publisher": "Norisix",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:58.876726+00:00",
      "_last_seen_at": "2026-05-25T13:59:26.755007+00:00"
    },
    {
      "slug": "vscode-compassuol-aicockpit-ai-cockpit-reasoning",
      "name": "AI Cockpit Reasoning",
      "description": "Open Source AI coding assistant for planning, building, and fixing code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=CompassUOL-AiCockpit.ai-cockpit-reasoning",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CompassUOL-AiCockpit.ai-cockpit-reasoning"
      },
      "tags": [],
      "_install_count": 2134,
      "_average_rating": 5,
      "_publisher": "Compass.UOL",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.117116+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.656583+00:00"
    },
    {
      "slug": "vscode-ms-azuretools-vscode-template-mcp-server",
      "name": "Template MCP Server",
      "description": "Template project for validating the microsoft/mcp engineering system.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-template-mcp-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ms-azuretools.vscode-template-mcp-server"
      },
      "tags": [],
      "_install_count": 2105,
      "_average_rating": null,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.119240+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.070471+00:00"
    },
    {
      "slug": "vscode-chinaunicom-software-yuanjingchatcode",
      "name": "Wanma - Chinaunicom AI Coding Assistant",
      "description": "\u5143\u666f\u4e07\u7801\uff0c\u667a\u80fd\u7f16\u7a0b\u52a9\u624b",
      "website": "https://marketplace.visualstudio.com/items?itemName=Chinaunicom-Software.yuanjingchatcode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Chinaunicom-Software.yuanjingchatcode"
      },
      "tags": [],
      "_install_count": 2103,
      "_average_rating": 5,
      "_publisher": "Chinaunicom Software",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.120895+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.656657+00:00"
    },
    {
      "slug": "vscode-backnotprop-prompt-tower",
      "name": "Prompt Tower",
      "description": "Context creation and management tool for LLM coding agents. Build prompts with lots of code blocks in them, save templates, and dynamically manage context on your terms.",
      "website": "https://marketplace.visualstudio.com/items?itemName=backnotprop.prompt-tower",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "backnotprop.prompt-tower"
      },
      "tags": [],
      "_install_count": 2048,
      "_average_rating": 5,
      "_publisher": "Michael Ramos",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.123885+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.656729+00:00"
    },
    {
      "slug": "vscode-arczhi-gopls-mcp",
      "name": "gopls MCP Server",
      "description": "Let your LLM read Go Code more effectively !",
      "website": "https://marketplace.visualstudio.com/items?itemName=arczhi.gopls-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "arczhi.gopls-mcp"
      },
      "tags": [],
      "_install_count": 2009,
      "_average_rating": null,
      "_publisher": "arczhi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.128038+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.070670+00:00"
    },
    {
      "slug": "vscode-amitchorasiya-cloude-code-toolbox-vscode",
      "name": "Claude Code ToolBox (MCP, Skills, Cursor/Copilot \u2192 Claude)",
      "description": "Claude Code ToolBox: MCP hub, workspace helpers, Thinking Machine Mode (context packs & priming), readiness, and bridges from Cursor to Claude Code in VS Code. Not affiliated with Microsoft, GitHub, or Anthropic. See README disclaimer. Workflow ideas credited in NOTICE (everything-claude-code, MIT).",
      "website": "https://marketplace.visualstudio.com/items?itemName=AmitChorasiya.cloude-code-toolbox-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AmitChorasiya.cloude-code-toolbox-vscode"
      },
      "tags": [],
      "_install_count": 2006,
      "_average_rating": 5,
      "_publisher": "Amit Chorasiya",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.131883+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538701+00:00"
    },
    {
      "slug": "vscode-dsai-dsai-cline",
      "name": "DSAI-cline(\u4e2d\u82f1\u6587\u53cc\u8bed\u7248)",
      "description": "DSAI Code \u662f\u4e00\u6b3e\u5f3a\u5927\u7684 Visual Studio Code AI\u7f16\u7a0b\u52a9\u624b\uff0c\u5b83\u662f\u57fa\u4e8e Roo-cline \u7684\u5168\u65b0\u56fd\u9645\u5316\u5347\u7ea7\u7248\u672c\uff08\u76ee\u524d\u652f\u6301\u4e2d\u6587\u3001\u82f1\u6587\uff0c\u9ed8\u8ba4\u4e3a\u4e2d\u6587\uff09\u3002\u6211\u4eec\u5bf9\u539f\u6709\u529f\u80fd\u8fdb\u884c\u4e86\u5168\u9762\u4f18\u5316\u548c\u6269\u5c55\uff0c\u6253\u9020\u66f4\u5f3a\u5927\u7684AI\u7f16\u7a0b\u4f53\u9a8c\u3002A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.",
      "website": "https://marketplace.visualstudio.com/items?itemName=DSAI.dsai-cline",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DSAI.dsai-cline"
      },
      "tags": [],
      "_install_count": 1993,
      "_average_rating": 5,
      "_publisher": "DSAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.135033+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.656805+00:00"
    },
    {
      "slug": "vscode-weiboplat-wecoder",
      "name": "WeCoder",
      "description": "VS Code: weiboplat.wecoder",
      "website": "https://marketplace.visualstudio.com/items?itemName=weiboplat.wecoder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "weiboplat.wecoder"
      },
      "tags": [],
      "_install_count": 1987,
      "_average_rating": null,
      "_publisher": "weibo plat",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.137063+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.656876+00:00"
    },
    {
      "slug": "vscode-tezaswiraj-jira-mcp-extension",
      "name": "Jira MCP for Copilot",
      "description": "Seamlessly integrate Jira Cloud with GitHub Copilot using OAuth 2.0. Search issues, manage tickets, log work, and more through natural language.",
      "website": "https://marketplace.visualstudio.com/items?itemName=TezaswiRaj.jira-mcp-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TezaswiRaj.jira-mcp-extension"
      },
      "tags": [],
      "_install_count": 1979,
      "_average_rating": null,
      "_publisher": "Tezaswi Raj",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.138672+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.070920+00:00"
    },
    {
      "slug": "vscode-autohome-mcp-store",
      "name": "MCP Store",
      "description": "Seamlessly install and manage MCP-Server across your AI coding environments. This extension enables one-click deployment of MCP-Server to Cline, GitHub Copilot, Cursor, Trae, and other compatible platforms. Connect to private MCP Stores for secure. Streamline your development workflow with enterpris",
      "website": "https://marketplace.visualstudio.com/items?itemName=autohome.mcp-store",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "autohome.mcp-store"
      },
      "tags": [],
      "_install_count": 1935,
      "_average_rating": null,
      "_publisher": "Autohome",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.141479+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.070986+00:00"
    },
    {
      "slug": "vscode-mrbeandev-mcp-mysql-tool",
      "name": "MCP MySQL Tool",
      "description": "A VS Code extension for AI agents to manipulate and manage MySQL databases via the mcp-mysql-tool server.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Mrbeandev.mcp-mysql-tool",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Mrbeandev.mcp-mysql-tool"
      },
      "tags": [],
      "_install_count": 1935,
      "_average_rating": null,
      "_publisher": "Mrbeandev",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.147120+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.071061+00:00"
    },
    {
      "slug": "vscode-zhangchck-yds-hyperion",
      "name": "YDS KeKai",
      "description": "\u9762\u5411 VS Code \u7684 AI \u7f16\u7a0b\u52a9\u624b\uff1a\u4fa7\u8fb9\u680f\u5bf9\u8bdd\u3001\u9009\u4e2d\u4ee3\u7801\u4e00\u952e\u5904\u7406\uff0c\u5e76\u652f\u6301\u901a\u8fc7 MCP \u63a5\u5165\u5916\u90e8\u5de5\u5177",
      "website": "https://marketplace.visualstudio.com/items?itemName=zhangchck.yds-hyperion",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "zhangchck.yds-hyperion"
      },
      "tags": [],
      "_install_count": 1922,
      "_average_rating": null,
      "_publisher": "zhangchck",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.150179+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.071136+00:00"
    },
    {
      "slug": "vscode-lkbaba-claude-code-chatui",
      "name": "Claude Code GUI / ChatUI",
      "description": "Full-featured GUI for Claude Code CLI \u2014 Windows (no WSL) & macOS. Third-party API support, MCP plugins, Skills & Hooks system, Undo/Redo, real-time token tracking. Actively maintained.",
      "website": "https://marketplace.visualstudio.com/items?itemName=lkbaba.claude-code-chatui",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "lkbaba.claude-code-chatui"
      },
      "tags": [],
      "_install_count": 1903,
      "_average_rating": 5,
      "_publisher": "Ke Liu",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.152252+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.657010+00:00"
    },
    {
      "slug": "vscode-tmonk-stata-workbench",
      "name": "Stata Workbench",
      "description": "Allows Stata code to be run directly from the IDE. Enables AI agents to directly interact with Stata, powered by mcp-stata.",
      "website": "https://marketplace.visualstudio.com/items?itemName=tmonk.stata-workbench",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "tmonk.stata-workbench"
      },
      "tags": [],
      "_install_count": 1896,
      "_average_rating": null,
      "_publisher": "Thomas Monk LSE",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.153938+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.071277+00:00"
    },
    {
      "slug": "vscode-andreafrederica-andrea-novel-helper",
      "name": "Novel Helper \u5c0f\u8bf4\u52a9\u624b (Andrea Novel Helper)",
      "description": "\u529f\u80fd\u8f83\u5b8c\u5907\u7684\u5c0f\u8bf4\u5199\u4f5c\u8f85\u52a9\uff1a\u89d2\u8272/\u8bcd\u6c47/\u654f\u611f\u8bcd\u5e93\u5b9a\u4e49\u4e0e\u7ba1\u7406\u3001\u5f15\u7528\u8ffd\u8e2a\u4e0e\u89d2\u8272\u5f15\u7528\u70ed\u529b\u56fe\u3001\u5f02\u6b65\u9ad8\u4eae\u5339\u914d\u3001\u53cc\u91cd\u5927\u7eb2\u4e0e\u5305\u7ba1\u7406\u3001\u5199\u4f5c\u65f6\u95f4\u4e0e\u5b57\u6570\u7edf\u8ba1\u3001\u6b63\u5219\u8868\u8fbe\u5f0f\u4e0e\u8865\u5168\u3001\u6587\u4ef6\u8ffd\u8e2a\u3001\u65f6\u95f4\u7ebf\u4e0e\u89d2\u8272\u5173\u7cfb\u7b49\u3002ANH \u5df2\u4f5c\u4e3a\u9762\u5411\u5c0f\u8bf4\u521b\u4f5c\u7684 IDE \u73af\u5883\u6784\u5efa\uff0c\u63d0\u4f9b\u4ece\u8d44\u6e90\u7ba1\u7406\u5230\u7f16\u8f91\u8f85\u52a9\u7684\u4e00\u4f53\u5316\u5de5\u5177\u3002(A full-featured novel-writing assistant integrated into ANH \u2014 an IDE-like environment for novel authors: define and manage characters, vocabulary and sensitive-word",
      "website": "https://marketplace.visualstudio.com/items?itemName=AndreaFrederica.andrea-novel-helper",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AndreaFrederica.andrea-novel-helper"
      },
      "tags": [],
      "_install_count": 1872,
      "_average_rating": 5,
      "_publisher": "AndreaFrederica",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.156201+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.071355+00:00"
    },
    {
      "slug": "vscode-mobilenext-mobiledeck",
      "name": "Mobile Deck (iOS/Android Device Manager and Preview)",
      "description": "View, control and manage all your Android and iOS real devices, simulators, and emulators",
      "website": "https://marketplace.visualstudio.com/items?itemName=mobilenext.mobiledeck",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "mobilenext.mobiledeck"
      },
      "tags": [],
      "_install_count": 1798,
      "_average_rating": 3,
      "_publisher": "Mobile Next",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.159193+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.071425+00:00"
    },
    {
      "slug": "vscode-akash-cx-blackbox-debug",
      "name": "Blackbox",
      "description": "AI-driven debugging \u2014 set breakpoints, start/stop debug sessions, inspect variables, and navigate code via MCP tools.",
      "website": "https://marketplace.visualstudio.com/items?itemName=akash-cx.blackbox-debug",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "akash-cx.blackbox-debug"
      },
      "tags": [],
      "_install_count": 1796,
      "_average_rating": null,
      "_publisher": "Akash Aman",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.164709+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.071498+00:00"
    },
    {
      "slug": "vscode-zilliz-semanticcodesearch",
      "name": "Semantic Code Search",
      "description": "Code indexing and semantic search (built by Claude Context)",
      "website": "https://marketplace.visualstudio.com/items?itemName=zilliz.semanticcodesearch",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "zilliz.semanticcodesearch"
      },
      "tags": [],
      "_install_count": 1755,
      "_average_rating": null,
      "_publisher": "zilliz",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.167666+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.444939+00:00"
    },
    {
      "slug": "vscode-uhd-mcp-debug-tools",
      "name": "MCP Debug Tools",
      "description": "VSCode extension for MCP-based debugging with DAP protocol support",
      "website": "https://marketplace.visualstudio.com/items?itemName=uhd.mcp-debug-tools",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "uhd.mcp-debug-tools"
      },
      "tags": [],
      "_install_count": 1752,
      "_average_rating": 5,
      "_publisher": "Hwanyong Yoo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.169682+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.071652+00:00"
    },
    {
      "slug": "vscode-thecolorred-data-store-mcp",
      "name": "Data Store MCP",
      "description": "Use AI to connect to different data stores using the Model Context Protocol (MCP).",
      "website": "https://marketplace.visualstudio.com/items?itemName=TheColorRed.data-store-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TheColorRed.data-store-mcp"
      },
      "tags": [],
      "_install_count": 1732,
      "_average_rating": 5,
      "_publisher": "TheColorRed",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.171236+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.071725+00:00"
    },
    {
      "slug": "vscode-presidio-inc-hai-build-code-generator",
      "name": "HAI Build Code Generator",
      "description": "Human AI (HAI) VS Code extension that streamlines development workflows through AI-powered task execution, intelligent file management, and automated code generation. Built on HAI, it integrates with various LLMs to enhance productivity and code quality while simplifying complex development tasks.",
      "website": "https://marketplace.visualstudio.com/items?itemName=presidio-inc.hai-build-code-generator",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "presidio-inc.hai-build-code-generator"
      },
      "tags": [],
      "_install_count": 1721,
      "_average_rating": 5,
      "_publisher": "Presidio INC",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.173296+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.445070+00:00"
    },
    {
      "slug": "vscode-konekotech-ghidramcp",
      "name": "Ghidra MCP Bridge",
      "description": "VS Code extension for managing GhidraMCP bridge server",
      "website": "https://marketplace.visualstudio.com/items?itemName=konekotech.ghidramcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "konekotech.ghidramcp"
      },
      "tags": [],
      "_install_count": 1674,
      "_average_rating": 5,
      "_publisher": "konekotech",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.177456+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.071873+00:00"
    },
    {
      "slug": "vscode-jnorthrup-bao-cline",
      "name": "Bao Cline",
      "description": "A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.",
      "website": "https://marketplace.visualstudio.com/items?itemName=jnorthrup.bao-cline",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jnorthrup.bao-cline"
      },
      "tags": [],
      "_install_count": 1673,
      "_average_rating": null,
      "_publisher": "jnorthrup",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.181893+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.445149+00:00"
    },
    {
      "slug": "vscode-msi-cie-mcp-test-copilot-chat-mcp-extension",
      "name": "Copilot Chat MCP Extension",
      "description": "VS Code Copilot Chat extension that integrates with MCP servers for enterprise API operations",
      "website": "https://marketplace.visualstudio.com/items?itemName=msi-cie-mcp-test.copilot-chat-mcp-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "msi-cie-mcp-test.copilot-chat-mcp-extension"
      },
      "tags": [],
      "_install_count": 1634,
      "_average_rating": null,
      "_publisher": "msi-cie-mcp-test",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.184458+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.072015+00:00"
    },
    {
      "slug": "vscode-jraylan-seamless-agent",
      "name": "Seamless Agent",
      "description": "Language Model tool that requires AI agents to confirm with users before completing tasks",
      "website": "https://marketplace.visualstudio.com/items?itemName=jraylan.seamless-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jraylan.seamless-agent"
      },
      "tags": [],
      "_install_count": 1629,
      "_average_rating": 5,
      "_publisher": "jraylan",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.186242+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.072086+00:00"
    },
    {
      "slug": "vscode-postqode-postqode",
      "name": "PostQode - AI Agents for Your Entire SDLC",
      "description": "Plan, code, test, and deploy with AI agents. Plan mode, agent mode, custom skills, MCP support, 40+ LLM providers, and API/Web/Unit testing inside your IDE.",
      "website": "https://marketplace.visualstudio.com/items?itemName=postqode.postqode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "postqode.postqode"
      },
      "tags": [],
      "_install_count": 1548,
      "_average_rating": 5,
      "_publisher": "PostQode",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.187828+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.539017+00:00"
    },
    {
      "slug": "vscode-sh0o0-project-mcp",
      "name": "Project MCP",
      "description": "Project MCP is a Visual Studio Code extension that lets you define MCP servers available across your entire project. By placing a project.mcp.json file in your workspace, you can centrally manage and launch MCP servers for the whole project from a single configuration file.",
      "website": "https://marketplace.visualstudio.com/items?itemName=sh0o0.project-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sh0o0.project-mcp"
      },
      "tags": [],
      "_install_count": 1522,
      "_average_rating": null,
      "_publisher": "sh0o0",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.190626+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.072226+00:00"
    },
    {
      "slug": "vscode-felikspeegel-roo-cline-besiege",
      "name": "Roo Code Besiege ",
      "description": "roo-cline-besiege is a fork from Roo-cline, it fix some question and del some where cant connect serve provider.",
      "website": "https://marketplace.visualstudio.com/items?itemName=felikspeegel.roo-cline-besiege",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "felikspeegel.roo-cline-besiege"
      },
      "tags": [],
      "_install_count": 1512,
      "_average_rating": 5,
      "_publisher": "feliks_peegel",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.198274+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.747802+00:00"
    },
    {
      "slug": "vscode-curiousboxai-prode-agent",
      "name": "ProdE Agent",
      "description": "Code better / ship faster",
      "website": "https://marketplace.visualstudio.com/items?itemName=curiousboxai.prode-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "curiousboxai.prode-agent"
      },
      "tags": [],
      "_install_count": 1466,
      "_average_rating": null,
      "_publisher": "CuriousBox AI Inc",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.201048+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.747928+00:00"
    },
    {
      "slug": "vscode-poppywu124-hermes-chat",
      "name": "Hermes Agent Chat",
      "description": "Streaming Hermes Agent chat with ACP, tool calls, memory, skills, models, cron jobs, and token usage",
      "website": "https://marketplace.visualstudio.com/items?itemName=Poppywu124.hermes-chat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Poppywu124.hermes-chat"
      },
      "tags": [],
      "_install_count": 1454,
      "_average_rating": 5,
      "_publisher": "Poppy",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.204035+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.072439+00:00"
    },
    {
      "slug": "vscode-8eton-ai-ide-bas",
      "name": "AI IDE BAS",
      "description": "IDE for analysts and architects",
      "website": "https://marketplace.visualstudio.com/items?itemName=8eton.ai-ide-bas",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "8eton.ai-ide-bas"
      },
      "tags": [],
      "_install_count": 1421,
      "_average_rating": 5,
      "_publisher": "8eton",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.206769+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748476+00:00"
    },
    {
      "slug": "vscode-connorhallman-bifrost-mcp",
      "name": "Bifrost - VSCode Dev Tools MCP Server",
      "description": "An MCP server that exposes features of VSCode dev tools to the MCP clients",
      "website": "https://marketplace.visualstudio.com/items?itemName=ConnorHallman.bifrost-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ConnorHallman.bifrost-mcp"
      },
      "tags": [],
      "_install_count": 1417,
      "_average_rating": null,
      "_publisher": "Connor Hallman",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.209642+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.072588+00:00"
    },
    {
      "slug": "vscode-windstyle-confluence-wiki-mcp-server-extension",
      "name": "Confluence Wiki MCP Server",
      "description": "A VSCode/Cursor extension providing an MCP Server for Confluence Wiki integration",
      "website": "https://marketplace.visualstudio.com/items?itemName=WindStyle.confluence-wiki-mcp-server-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "WindStyle.confluence-wiki-mcp-server-extension"
      },
      "tags": [],
      "_install_count": 1414,
      "_average_rating": null,
      "_publisher": "WindStyle",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.212844+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.072662+00:00"
    },
    {
      "slug": "vscode-mustafa-kuru-i18n-codelens",
      "name": "i18n CodeLens",
      "description": "Advanced i18n CodeLens with bulk translation editing, interactive hover actions, MCP automation tools, and comprehensive language resource management for JavaScript, TypeScript, and React projects.",
      "website": "https://marketplace.visualstudio.com/items?itemName=mustafa-kuru.i18n-codelens",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "mustafa-kuru.i18n-codelens"
      },
      "tags": [],
      "_install_count": 1412,
      "_average_rating": null,
      "_publisher": "Mustafa Kuru",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.214923+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.072734+00:00"
    },
    {
      "slug": "vscode-securecodellc-mcp-armor",
      "name": "MCP Plugin",
      "description": "An entry point to Github-MCP",
      "website": "https://marketplace.visualstudio.com/items?itemName=SecureCodeLLC.mcp-armor",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SecureCodeLLC.mcp-armor"
      },
      "tags": [],
      "_install_count": 1380,
      "_average_rating": null,
      "_publisher": "Secure Code LLC",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.217394+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.072803+00:00"
    },
    {
      "slug": "vscode-mariozechner-vs-claude",
      "name": "VS Claude",
      "description": "MCP server for Claude to control VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=MarioZechner.vs-claude",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MarioZechner.vs-claude"
      },
      "tags": [],
      "_install_count": 1344,
      "_average_rating": null,
      "_publisher": "Mario Zechner",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.219313+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748678+00:00"
    },
    {
      "slug": "vscode-zhangchck-yonbip-devtool",
      "name": "YDS Premium Fusion",
      "description": "YDS Premium Fusion\u5de5\u5177\u96c6\u6210\u4e86MCP\u670d\u52a1\u3001\u914d\u7f6eHOME\u670d\u52a1\u7b49\u529f\u80fd\uff0c\u5e2e\u52a9\u5f00\u53d1\u8005\u66f4\u9ad8\u6548\u5730\u8fdb\u884cYonBIP\u5e94\u7528\u5f00\u53d1",
      "website": "https://marketplace.visualstudio.com/items?itemName=zhangchck.yonbip-devtool",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "zhangchck.yonbip-devtool"
      },
      "tags": [],
      "_install_count": 1327,
      "_average_rating": 5,
      "_publisher": "zhangchck",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.220902+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.072948+00:00"
    },
    {
      "slug": "vscode-insforge-insforge",
      "name": "InsForge",
      "description": "Install and manage InsForge MCP servers with one click. Connect your projects and configure AI coding assistants.",
      "website": "https://marketplace.visualstudio.com/items?itemName=InsForge.insforge",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "InsForge.insforge"
      },
      "tags": [],
      "_install_count": 1326,
      "_average_rating": 5,
      "_publisher": "InsForge",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.222513+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748791+00:00"
    },
    {
      "slug": "vscode-vm3jack-azure-devops-mcp",
      "name": "MCP Server for Azure DevOps",
      "description": "MCP server compatible with Azure DevOps / TFS",
      "website": "https://marketplace.visualstudio.com/items?itemName=vm3jack.azure-devops-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "vm3jack.azure-devops-mcp"
      },
      "tags": [],
      "_install_count": 1312,
      "_average_rating": 3.6666667461395264,
      "_publisher": "vm3jack",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.226254+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.073093+00:00"
    },
    {
      "slug": "vscode-tocodex-tocodex",
      "name": "ToCodex",
      "description": "My AI Superpower.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ToCodex.tocodex",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ToCodex.tocodex"
      },
      "tags": [],
      "_install_count": 1292,
      "_average_rating": 2.3333332538604736,
      "_publisher": "ToCodex",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.230137+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748987+00:00"
    },
    {
      "slug": "vscode-yutengjing-vscode-mcp-bridge",
      "name": "Vscode Mcp Bridge",
      "description": "A vscode extension which connect vscode and mcp",
      "website": "https://marketplace.visualstudio.com/items?itemName=YuTengjing.vscode-mcp-bridge",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "YuTengjing.vscode-mcp-bridge"
      },
      "tags": [],
      "_install_count": 1286,
      "_average_rating": null,
      "_publisher": "YuTengjing",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.233000+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.073238+00:00"
    },
    {
      "slug": "vscode-617694668-cline-cn",
      "name": "Cline Chinese [\u6700\u65b0\u4e2d\u6587\u7248]",
      "description": "Cline Chinese [\u6700\u65b0\u4e2d\u6587\u7248] IDE\u4e2d\u7684\u81ea\u4e3b\u7f16\u7a0b\u52a9\u624b\uff0c\u80fd\u591f\u5728\u60a8\u7684\u8bb8\u53ef\u4e0b\u521b\u5efa/\u7f16\u8f91\u6587\u4ef6\u3001\u8fd0\u884c\u547d\u4ee4\u3001\u4f7f\u7528\u6d4f\u89c8\u5668\u7b49\u529f\u80fd\uff0c\u9010\u6b65\u5b8c\u6210\u5404\u9879\u4efb\u52a1\u3002",
      "website": "https://marketplace.visualstudio.com/items?itemName=617694668.cline-cn",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "617694668.cline-cn"
      },
      "tags": [],
      "_install_count": 1242,
      "_average_rating": 5,
      "_publisher": "huwei zhao",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.235131+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749462+00:00"
    },
    {
      "slug": "vscode-jheilingbrunner-vscode-tiaportal-mcp",
      "name": "TIA-Portal MCP-Server",
      "description": "MCP stuff for Siemens TIA-Portal",
      "website": "https://marketplace.visualstudio.com/items?itemName=JHeilingbrunner.vscode-tiaportal-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "JHeilingbrunner.vscode-tiaportal-mcp"
      },
      "tags": [],
      "_install_count": 1210,
      "_average_rating": null,
      "_publisher": "J. Heilingbrunner",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.236764+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.073388+00:00"
    },
    {
      "slug": "vscode-yamapan-agent-skill-ninja",
      "name": "Agent Skills Ninja",
      "description": "Search, install and manage Agent Skills for GitHub Copilot, Claude Code and AI coding assistants",
      "website": "https://marketplace.visualstudio.com/items?itemName=yamapan.agent-skill-ninja",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "yamapan.agent-skill-ninja"
      },
      "tags": [],
      "_install_count": 1177,
      "_average_rating": 5,
      "_publisher": "yamapan",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.238358+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845360+00:00"
    },
    {
      "slug": "vscode-dotutils-binlog-analyzer",
      "name": "MSBuild Binlog Analyzer",
      "description": "Analyze MSBuild binary logs with Copilot Chat and MCP tools",
      "website": "https://marketplace.visualstudio.com/items?itemName=dotutils.binlog-analyzer",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "dotutils.binlog-analyzer"
      },
      "tags": [],
      "_install_count": 1167,
      "_average_rating": 5,
      "_publisher": "MSBuild Binlog Analyzer",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.241376+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.073579+00:00"
    },
    {
      "slug": "vscode-sudoecho-mcp-kali-workspace",
      "name": "MCP Kali Workspace",
      "description": "Integrate Kali Linux security tools with GitHub Copilot via Model Context Protocol for AI-assisted penetration testing and CTF challenges",
      "website": "https://marketplace.visualstudio.com/items?itemName=sudoecho.mcp-kali-workspace",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sudoecho.mcp-kali-workspace"
      },
      "tags": [],
      "_install_count": 1158,
      "_average_rating": null,
      "_publisher": "sudoecho",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.246139+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.073691+00:00"
    },
    {
      "slug": "vscode-ai-dashboad-flutter-skill",
      "name": "Flutter Skill - AI App Automation",
      "description": "Give your AI Agent eyes and hands inside your Flutter app. Bridge between AI coding assistants (Claude Code, Cursor, Windsurf) and running Flutter applications with 25+ MCP tools for UI inspection, gestures, screenshots, and more.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ai-dashboad.flutter-skill",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ai-dashboad.flutter-skill"
      },
      "tags": [],
      "_install_count": 1151,
      "_average_rating": null,
      "_publisher": "ai-dashboad",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.248675+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.073870+00:00"
    },
    {
      "slug": "vscode-safphere-glm-usage-vscode",
      "name": "GLM/\u667a\u8c31 AI \u5b9e\u65f6\u7528\u91cf\u76d1\u63a7",
      "description": "GLM/\u667a\u8c31 AI \u7528\u91cf\u76d1\u63a7\u63d2\u4ef6\u3002\u63d0\u4f9b\u5b9e\u65f6 API \u7edf\u8ba1\u3001MCP/Token \u914d\u989d\u9884\u8b66\u53ca 24 \u5c0f\u65f6\u6d41\u91cf\u8d8b\u52bf\u53ef\u89c6\u5316\u4eea\u8868\u76d8\u3002",
      "website": "https://marketplace.visualstudio.com/items?itemName=Safphere.glm-usage-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Safphere.glm-usage-vscode"
      },
      "tags": [],
      "_install_count": 1151,
      "_average_rating": null,
      "_publisher": "Safphere",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.250973+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.073909+00:00"
    },
    {
      "slug": "vscode-sehejjain-lsp-mcp-bridge",
      "name": "Language Server tools for Copilot",
      "description": "VSCode extension that exposes Language Server Protocol capabilities as MCP tools",
      "website": "https://marketplace.visualstudio.com/items?itemName=sehejjain.lsp-mcp-bridge",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sehejjain.lsp-mcp-bridge"
      },
      "tags": [],
      "_install_count": 1148,
      "_average_rating": null,
      "_publisher": "Sehej Jain",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.253212+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.073943+00:00"
    },
    {
      "slug": "vscode-threemoonslab-mcp-manager-vscode",
      "name": "MCP Manager",
      "description": "Hybrid MCP Manager (local registration, variables, trust & start/stop) with cloud catalog/preset integration.",
      "website": "https://marketplace.visualstudio.com/items?itemName=threemoonslab.mcp-manager-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "threemoonslab.mcp-manager-vscode"
      },
      "tags": [],
      "_install_count": 1147,
      "_average_rating": null,
      "_publisher": "ThreeMoonsLab",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.254953+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.073979+00:00"
    },
    {
      "slug": "vscode-lunabaseai-luna-co-pilot",
      "name": "Luna Studio",
      "description": "The Most Advanced AI Development Platform for VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=lunabaseai.luna-co-pilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "lunabaseai.luna-co-pilot"
      },
      "tags": [],
      "_install_count": 1147,
      "_average_rating": 5,
      "_publisher": "Luna Base AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.553307+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374079+00:00"
    },
    {
      "slug": "vscode-darbotlabs-darbot-browser-mcp",
      "name": "Darbot Browser MCP",
      "description": "Your autonomous browser companion for VS Code. 52 AI-driven autonomous browser tools with Microsoft Edge work profile support and enhanced GitHub Copilot Chat integration for agent mode.",
      "website": "https://marketplace.visualstudio.com/items?itemName=DarbotLabs.darbot-browser-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DarbotLabs.darbot-browser-mcp"
      },
      "tags": [],
      "_install_count": 1143,
      "_average_rating": null,
      "_publisher": "Darbot Labs",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.555411+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374209+00:00"
    },
    {
      "slug": "vscode-jeremyvyska-bc-code-intelligence",
      "name": "BC Code Intelligence",
      "description": "AI-powered Business Central development assistant with specialist personas",
      "website": "https://marketplace.visualstudio.com/items?itemName=jeremyvyska.bc-code-intelligence",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jeremyvyska.bc-code-intelligence"
      },
      "tags": [],
      "_install_count": 1143,
      "_average_rating": 5,
      "_publisher": "Jeremy Vyska",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.558499+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374254+00:00"
    },
    {
      "slug": "vscode-jariyah-azure-devops-copilot-cli-extension",
      "name": "Azure DevOps Copilot CLI Extension",
      "description": "Integrates GitHub Copilot CLI into Azure DevOps pipelines for automated integration testing and software quality assurance",
      "website": "https://marketplace.visualstudio.com/items?itemName=jariyah.azure-devops-copilot-cli-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jariyah.azure-devops-copilot-cli-extension"
      },
      "tags": [],
      "_install_count": 1139,
      "_average_rating": null,
      "_publisher": "Jariyah Foundation",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.564281+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374293+00:00"
    },
    {
      "slug": "vscode-qiyefazhan-super-agent",
      "name": "Aone Super Agent",
      "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=qiyefazhan.super-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "qiyefazhan.super-agent"
      },
      "tags": [],
      "_install_count": 1126,
      "_average_rating": null,
      "_publisher": "enterprise intelligence",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.567280+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374335+00:00"
    },
    {
      "slug": "vscode-kylehoskins-roo-scheduler",
      "name": "Roo Scheduler",
      "description": "A task scheduler for Roo Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=KyleHoskins.roo-scheduler",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "KyleHoskins.roo-scheduler"
      },
      "tags": [],
      "_install_count": 1098,
      "_average_rating": 3,
      "_publisher": "Kyle Hoskins",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.569422+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374375+00:00"
    },
    {
      "slug": "vscode-isaotoyama-vs-copilot-mcp",
      "name": "VS Copilot MCP",
      "description": "MCP-powered AI assistant for VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=IsaoToyama.vs-copilot-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "IsaoToyama.vs-copilot-mcp"
      },
      "tags": [],
      "_install_count": 1086,
      "_average_rating": null,
      "_publisher": "Isao Toyama",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.571086+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374413+00:00"
    },
    {
      "slug": "vscode-kodely-kodely",
      "name": "Kodely",
      "description": "The ultimate autonomous AI coding agent that will supercharge your productivity.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Kodely.kodely",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Kodely.kodely"
      },
      "tags": [],
      "_install_count": 1085,
      "_average_rating": null,
      "_publisher": "Kodely",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.573317+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845577+00:00"
    },
    {
      "slug": "vscode-alankyshum-vscode-mcp-autostarter",
      "name": "MCP Auto-Starter",
      "description": "Automatically start MCP servers when VSCode opens. Simple setup: just add 'autoStart': true to your server config.",
      "website": "https://marketplace.visualstudio.com/items?itemName=alankyshum.vscode-mcp-autostarter",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "alankyshum.vscode-mcp-autostarter"
      },
      "tags": [],
      "_install_count": 1051,
      "_average_rating": null,
      "_publisher": "Alan Shum Consultancy",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.579790+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374489+00:00"
    },
    {
      "slug": "vscode-rickykleinhempel-homeassistant-mcp",
      "name": "Home Assistant MCP Tools",
      "description": "MCP Tools for GitHub Copilot to access Home Assistant REST API",
      "website": "https://marketplace.visualstudio.com/items?itemName=RickyKleinhempel.homeassistant-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "RickyKleinhempel.homeassistant-mcp"
      },
      "tags": [],
      "_install_count": 1046,
      "_average_rating": 5,
      "_publisher": "Ricky Kleinhempel",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.582962+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374528+00:00"
    },
    {
      "slug": "vscode-yellow-hammer-mcp-1c-platform-tools",
      "name": "1C: Platform Tools MCP",
      "description": "MCP-\u0441\u0435\u0440\u0432\u0435\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043a\u043e\u043c\u0430\u043d\u0434 1c-platform-tools \u0447\u0435\u0440\u0435\u0437 \u0430\u0433\u0435\u043d\u0442\u043e\u0432 Cursor/VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=yellow-hammer.mcp-1c-platform-tools",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "yellow-hammer.mcp-1c-platform-tools"
      },
      "tags": [],
      "_install_count": 1028,
      "_average_rating": 5,
      "_publisher": "yellow-hammer",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.586065+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374573+00:00"
    },
    {
      "slug": "vscode-pimzino-agentic-tools-mcp-companion",
      "name": "Agentic Tools MCP Companion",
      "description": "Visual task management companion for MCP server @pimzino/agentic-tools-mcp with enhanced metadata support",
      "website": "https://marketplace.visualstudio.com/items?itemName=Pimzino.agentic-tools-mcp-companion",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Pimzino.agentic-tools-mcp-companion"
      },
      "tags": [],
      "_install_count": 1011,
      "_average_rating": null,
      "_publisher": "Pimzino",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.588760+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374622+00:00"
    },
    {
      "slug": "vscode-jerry-nixon-agent-data-api-builder",
      "name": "DAB Agent Skills - Copilot Skills for Data API Builder",
      "description": "Copilot Chat skills for Data API Builder: REST, GraphQL, MCP, auth, RLS, caching, health, observability, and Azure deployment patterns for SQL Server, Azure SQL, PostgreSQL, MySQL, and Cosmos DB.",
      "website": "https://marketplace.visualstudio.com/items?itemName=jerry-nixon.agent-data-api-builder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jerry-nixon.agent-data-api-builder"
      },
      "tags": [],
      "_install_count": 1004,
      "_average_rating": null,
      "_publisher": "Developer Experiences",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.591633+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374661+00:00"
    },
    {
      "slug": "vscode-maxanatsko-mcp-engine",
      "name": "SemanticOps MCP - Power BI MCP Server",
      "description": "Build, explore, and manage Power BI models using natural language with GitHub Copilot. Create measures, analyze performance, document models, and more\u2014all from VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=maxanatsko.mcp-engine",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "maxanatsko.mcp-engine"
      },
      "tags": [],
      "_install_count": 989,
      "_average_rating": 5,
      "_publisher": "Maxim Anatsko",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.598167+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374702+00:00"
    },
    {
      "slug": "vscode-jasonkneen-mcpsx-run",
      "name": "mcpsx.run",
      "description": "VSCode extension that acts as a Model Context Protocol (MCP) client, enabling integration between MCP servers and GitHub Copilot Chat and allows grouping and advanced MCP features.",
      "website": "https://marketplace.visualstudio.com/items?itemName=jasonkneen.mcpsx-run",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jasonkneen.mcpsx-run"
      },
      "tags": [],
      "_install_count": 987,
      "_average_rating": 3,
      "_publisher": "Jason Kneen",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.601060+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374738+00:00"
    },
    {
      "slug": "vscode-nickeolofsson-remember-mcp-vscode",
      "name": "Remember MCP",
      "description": "A VS Code extension that registers MCP servers with VS Code's built-in MCP system",
      "website": "https://marketplace.visualstudio.com/items?itemName=nickeolofsson.remember-mcp-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "nickeolofsson.remember-mcp-vscode"
      },
      "tags": [],
      "_install_count": 985,
      "_average_rating": 5,
      "_publisher": "Niclas Olofsson",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.603044+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374775+00:00"
    },
    {
      "slug": "vscode-agentity-mcp-audit-extension",
      "name": "MCP Audit",
      "description": "Audit and log all GitHub Copilot MCP tool calls in VSCode with ease.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Agentity.mcp-audit-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Agentity.mcp-audit-extension"
      },
      "tags": [],
      "_install_count": 981,
      "_average_rating": 5,
      "_publisher": "Agentity",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.605234+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374841+00:00"
    },
    {
      "slug": "vscode-wso2-mcp-server-inspector",
      "name": "MCP Inspector (Beta)",
      "description": "VSCode extension for inspecting and debugging Model Context Protocol (MCP) connections",
      "website": "https://marketplace.visualstudio.com/items?itemName=WSO2.mcp-server-inspector",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "WSO2.mcp-server-inspector"
      },
      "tags": [],
      "_install_count": 971,
      "_average_rating": null,
      "_publisher": "WSO2",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.607942+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.374981+00:00"
    },
    {
      "slug": "vscode-magic5644-graph-it-live",
      "name": "Graph-It-Live",
      "description": "AI-first dependency graph & code intelligence for VS Code. Visualize file imports, symbol call hierarchies, and cross-file call graphs. Detect circular dependencies, dead code, and breaking changes. Built-in MCP Server with 21 tools for GitHub Copilot, Cursor, Claude, Windsurf, and Antigravity. Gene",
      "website": "https://marketplace.visualstudio.com/items?itemName=magic5644.graph-it-live",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "magic5644.graph-it-live"
      },
      "tags": [],
      "_install_count": 962,
      "_average_rating": null,
      "_publisher": "magic5644",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.614314+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375030+00:00"
    },
    {
      "slug": "vscode-unchase-antigravity-storage-manager",
      "name": "Antigravity Storage Manager",
      "description": "Securely sync Antigravity Conversations with Google Drive. Features Telegram Bot notifications, Multi-Account Profile Switching, Real-time Quota Monitoring, MCP Server, Proxy support, and advanced backup tools.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Unchase.antigravity-storage-manager",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Unchase.antigravity-storage-manager"
      },
      "tags": [],
      "_install_count": 962,
      "_average_rating": 5,
      "_publisher": "Unchase",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.617480+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375071+00:00"
    },
    {
      "slug": "vscode-rauschit-vscode-debugger-mcp-server",
      "name": "VS Code Debugger MCP Server",
      "description": "Model Context Protocol (MCP) server for VS Code debugging operations",
      "website": "https://marketplace.visualstudio.com/items?itemName=rauschit.vscode-debugger-mcp-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "rauschit.vscode-debugger-mcp-server"
      },
      "tags": [],
      "_install_count": 959,
      "_average_rating": null,
      "_publisher": "Rausch IT",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.619588+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375106+00:00"
    },
    {
      "slug": "vscode-vishalguptax-claude-manager",
      "name": "Claude Manager",
      "description": "\u2728 Claude Code, one click closer. Browse sessions, skills, slash commands, hooks, MCP servers, and agents from your VS Code sidebar. Resume with git branch detection. 100% local, zero telemetry.",
      "website": "https://marketplace.visualstudio.com/items?itemName=vishalguptax.claude-manager",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "vishalguptax.claude-manager"
      },
      "tags": [],
      "_install_count": 954,
      "_average_rating": 5,
      "_publisher": "vishalgupta",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.621361+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.846263+00:00"
    },
    {
      "slug": "vscode-chengbin-jlceda-mcp-hub",
      "name": "JLCEDA MCP Hub",
      "description": "\u8fd9\u662f MCP Bridge\uff08JLCEDA\uff09\u7684 MCP \u670d\u52a1\u7aef\uff0c\u4f9b Copilot/ClaudeCode/Codex \u7b49 AI \u5de5\u5177\u8fde\u63a5\u8c03\u7528\u3002",
      "website": "https://marketplace.visualstudio.com/items?itemName=chengbin.jlceda-mcp-hub",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "chengbin.jlceda-mcp-hub"
      },
      "tags": [],
      "_install_count": 951,
      "_average_rating": null,
      "_publisher": "chengbin",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.624375+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375187+00:00"
    },
    {
      "slug": "vscode-devdreed-claude-task-master-extension",
      "name": "Claude Task Master Visual Interface",
      "description": "Visual VS Code/Cursor interface for task-master-ai projects - provides tree view, progress tracking, and task management UI",
      "website": "https://marketplace.visualstudio.com/items?itemName=DevDreed.claude-task-master-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DevDreed.claude-task-master-extension"
      },
      "tags": [],
      "_install_count": 939,
      "_average_rating": null,
      "_publisher": "DevDreed",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.628529+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375227+00:00"
    },
    {
      "slug": "vscode-mrbeandev-mcp-sqlite-tool",
      "name": "MCP SQLite Tool",
      "description": "A VS Code extension for AI agents to manipulate and manage SQLite database files via the mcp-sqlite-tool server.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Mrbeandev.mcp-sqlite-tool",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Mrbeandev.mcp-sqlite-tool"
      },
      "tags": [],
      "_install_count": 930,
      "_average_rating": null,
      "_publisher": "Mrbeandev",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.632341+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375267+00:00"
    },
    {
      "slug": "vscode-sbroenne-windows-mcp",
      "name": "Windows MCP Server",
      "description": "AI-powered Windows automation \u2014 UI Automation, mouse, keyboard, window management, and screenshots for computer use, QA, and RPA",
      "website": "https://marketplace.visualstudio.com/items?itemName=sbroenne.windows-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sbroenne.windows-mcp"
      },
      "tags": [],
      "_install_count": 919,
      "_average_rating": 5,
      "_publisher": "Stefan Broenner",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.635407+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375309+00:00"
    },
    {
      "slug": "vscode-modelharbor-modelharbor-agent",
      "name": "ModelHarbor Agent",
      "description": "A whole dev team of AI agents in your editor.",
      "website": "https://marketplace.visualstudio.com/items?itemName=modelharbor.modelharbor-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "modelharbor.modelharbor-agent"
      },
      "tags": [],
      "_install_count": 918,
      "_average_rating": 5,
      "_publisher": "ModelHarbor",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.637447+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375351+00:00"
    },
    {
      "slug": "vscode-sh20raj-github-mcp-plus",
      "name": "GitHub MCP Plus",
      "description": "Professional GitHub tools for AI assistants - optimized for GSoC and Open Source",
      "website": "https://marketplace.visualstudio.com/items?itemName=sh20raj.github-mcp-plus",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sh20raj.github-mcp-plus"
      },
      "tags": [],
      "_install_count": 894,
      "_average_rating": null,
      "_publisher": "Sh Raj",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.640600+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375390+00:00"
    },
    {
      "slug": "vscode-nskha-perplexity-vscode",
      "name": "Perplexity MCP",
      "description": "Perplexity AI search, reasoning, research, and compute \u2014 MCP server, dashboard, and multi-IDE auto-config for VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Nskha.perplexity-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Nskha.perplexity-vscode"
      },
      "tags": [],
      "_install_count": 890,
      "_average_rating": null,
      "_publisher": "Nskha",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.646546+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375428+00:00"
    },
    {
      "slug": "vscode-kdkyum-notebook-hot-reload",
      "name": "Notebook Hot Reload",
      "description": "Auto-reload Jupyter notebooks in VS Code when .ipynb files change on disk. Essential for MCP server workflows (Datalayer, Claude Code, Cursor) where external processes modify notebooks.",
      "website": "https://marketplace.visualstudio.com/items?itemName=kdkyum.notebook-hot-reload",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kdkyum.notebook-hot-reload"
      },
      "tags": [],
      "_install_count": 877,
      "_average_rating": null,
      "_publisher": "Dong Kyum Kim",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.649762+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375464+00:00"
    },
    {
      "slug": "vscode-remotebase-snapdev",
      "name": "SnapDev",
      "description": "AI dev team meets real-time engineering support\u2014right where you code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Remotebase.snapdev",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Remotebase.snapdev"
      },
      "tags": [],
      "_install_count": 872,
      "_average_rating": 5,
      "_publisher": "Remotebase",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.652556+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375507+00:00"
    },
    {
      "slug": "vscode-jeil-structuralengineering-consultants-stgen",
      "name": "Stgen - DXF Editor",
      "description": "DXF file viewer with annotation and AI integration for structural analysis",
      "website": "https://marketplace.visualstudio.com/items?itemName=Jeil-StructuralEngineering-Consultants.stgen",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Jeil-StructuralEngineering-Consultants.stgen"
      },
      "tags": [],
      "_install_count": 864,
      "_average_rating": null,
      "_publisher": "Jeil-StructuralEngineering-Consultants",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.654770+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375548+00:00"
    },
    {
      "slug": "vscode-syscobyteab-powerbi-mcp",
      "name": "Power BI MCP",
      "description": "Connect Claude Code to Power BI \u2014 setup wizard, secure credential storage, one-click MCP configuration",
      "website": "https://marketplace.visualstudio.com/items?itemName=SyscobyteAB.powerbi-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SyscobyteAB.powerbi-mcp"
      },
      "tags": [],
      "_install_count": 863,
      "_average_rating": null,
      "_publisher": "Syscobyte AB",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.657715+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375592+00:00"
    },
    {
      "slug": "vscode-dreamlight-deepcode-ai",
      "name": "DeepCode AI - \u4e3aDeepSeek\u6df1\u5ea6\u5b9a\u5236\u7684\u667a\u80fd\u7f16\u7a0b\u52a9\u624b",
      "description": "DeepCode AI ????DeepSeek?????????????,?????????????????????",
      "website": "https://marketplace.visualstudio.com/items?itemName=DreamLight.deepcode-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DreamLight.deepcode-ai"
      },
      "tags": [],
      "_install_count": 860,
      "_average_rating": null,
      "_publisher": "Dream Light",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.665689+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375633+00:00"
    },
    {
      "slug": "vscode-paysyslabs-aisquare-playwright-mcp",
      "name": "AiSquare Playwright MCP",
      "description": "Model Context Protocol server for browser automation with Playwright - enables LLMs to interact with web pages through structured accessibility snapshots",
      "website": "https://marketplace.visualstudio.com/items?itemName=Paysyslabs.aisquare-playwright-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Paysyslabs.aisquare-playwright-mcp"
      },
      "tags": [],
      "_install_count": 852,
      "_average_rating": 3,
      "_publisher": "Paysyslabs",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.668998+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375675+00:00"
    },
    {
      "slug": "vscode-tsdc-inc-jarvis-ki",
      "name": "Jarvis AI Agent",
      "description": "Open Source AI coding assistant for planning, building, and fixing code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=tsdc-inc.jarvis-ki",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "tsdc-inc.jarvis-ki"
      },
      "tags": [],
      "_install_count": 842,
      "_average_rating": null,
      "_publisher": "TSDC Inc",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.670921+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375735+00:00"
    },
    {
      "slug": "vscode-provendiercedric-mastercampst",
      "name": "MastercamPST",
      "description": "fichier post-processeur MASTERCAM",
      "website": "https://marketplace.visualstudio.com/items?itemName=ProvendierCedric.mastercampst",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ProvendierCedric.mastercampst"
      },
      "tags": [],
      "_install_count": 841,
      "_average_rating": 5,
      "_publisher": "FICAM_CPR",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.673372+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375802+00:00"
    },
    {
      "slug": "vscode-amitchorasiya-github-copilot-toolbox",
      "name": "Github Copilot ToolBox (MCP, Skills, Cursor/Claude \u2192 Copilot)",
      "description": "Github Copilot ToolBox (MCP, Skills, Cursor/Claude \u2192 Copilot): MCP hub, workspace helpers, Thinking Machine Mode (context packs & priming), readiness, One Click dual migration (Cursor + Claude Code \u2192 Copilot), and bundled bridges. Not affiliated with Microsoft or GitHub. See README Disclaimer. Workf",
      "website": "https://marketplace.visualstudio.com/items?itemName=AmitChorasiya.github-copilot-toolbox",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AmitChorasiya.github-copilot-toolbox"
      },
      "tags": [],
      "_install_count": 830,
      "_average_rating": 5,
      "_publisher": "Amit Chorasiya",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.676287+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375851+00:00"
    },
    {
      "slug": "vscode-sap-i075015-local-mcp-server-manager",
      "name": "Local MCP Server Manager",
      "description": "Manage local Model Context Protocol (MCP) servers with comprehensive UI, monitoring, and AI integration",
      "website": "https://marketplace.visualstudio.com/items?itemName=sap-i075015.local-mcp-server-manager",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sap-i075015.local-mcp-server-manager"
      },
      "tags": [],
      "_install_count": 824,
      "_average_rating": 5,
      "_publisher": "sap-i075015",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.681137+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375891+00:00"
    },
    {
      "slug": "vscode-sumneko-vscode-operator",
      "name": "VSCode Operator",
      "description": "AI that operates VS Code like a real developer through Language Model Tools and a local MCP bridge.",
      "website": "https://marketplace.visualstudio.com/items?itemName=sumneko.vscode-operator",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sumneko.vscode-operator"
      },
      "tags": [],
      "_install_count": 822,
      "_average_rating": null,
      "_publisher": "sumneko",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.684849+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375930+00:00"
    },
    {
      "slug": "vscode-kristianshin-harvi-code",
      "name": "Harvi Code: AI Coding Agent",
      "description": "AI coding agent for VS Code with code generation, bug fixing, refactoring, terminal automation, and MCP support.",
      "website": "https://marketplace.visualstudio.com/items?itemName=KristianShin.harvi-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "KristianShin.harvi-code"
      },
      "tags": [],
      "_install_count": 822,
      "_average_rating": 5,
      "_publisher": "Kristian Shin",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.687456+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.375972+00:00"
    },
    {
      "slug": "vscode-gjvar0-vsc-mcp",
      "name": "vsc-mcp",
      "description": "MCP server for interacting with VSCode and forks (Cursor, Windsurf and others)",
      "website": "https://marketplace.visualstudio.com/items?itemName=gjvar0.vsc-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "gjvar0.vsc-mcp"
      },
      "tags": [],
      "_install_count": 821,
      "_average_rating": null,
      "_publisher": "Giorgi Jvaridze",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.689321+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.376009+00:00"
    },
    {
      "slug": "vscode-bd-creative-figma-mcp-helper",
      "name": "Figma MCP Helper",
      "description": "Figma MCP + AI Agent code generation for VSCode",
      "website": "https://marketplace.visualstudio.com/items?itemName=bd-creative.figma-mcp-helper",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bd-creative.figma-mcp-helper"
      },
      "tags": [],
      "_install_count": 816,
      "_average_rating": null,
      "_publisher": "BD-creative",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.693451+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.376049+00:00"
    },
    {
      "slug": "vscode-rx-cline-rx-cline",
      "name": "Rx-cline",
      "description": "A fork of Cline, Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=rx-cline.Rx-cline",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "rx-cline.Rx-cline"
      },
      "tags": [],
      "_install_count": 805,
      "_average_rating": 5,
      "_publisher": "rx-cline",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.698221+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.376089+00:00"
    },
    {
      "slug": "vscode-reindeer-reindeer-db",
      "name": "Reindeer DB - Database Manager",
      "description": "Universal database manager with MCP support for AI integration. Supports MySQL, PostgreSQL, H2, SQLite via JDBC drivers.",
      "website": "https://marketplace.visualstudio.com/items?itemName=reindeer.reindeer-db",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "reindeer.reindeer-db"
      },
      "tags": [],
      "_install_count": 800,
      "_average_rating": null,
      "_publisher": "reindeer",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.701555+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.376129+00:00"
    },
    {
      "slug": "vscode-curiousboxai-prode",
      "name": "ProdE - AI Coding, Ask, Plan & Implement Production Code",
      "description": "FREE $5 CREDIT PER USER - Code better / ship faster",
      "website": "https://marketplace.visualstudio.com/items?itemName=curiousboxai.prode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "curiousboxai.prode"
      },
      "tags": [],
      "_install_count": 790,
      "_average_rating": 5,
      "_publisher": "CuriousBox AI Inc",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.705368+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.376168+00:00"
    },
    {
      "slug": "vscode-dodopayments-sentra-code",
      "name": "Sentra by Dodo Payments",
      "description": "Tell it. Sentra ships it.",
      "website": "https://marketplace.visualstudio.com/items?itemName=dodopayments.sentra-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "dodopayments.sentra-code"
      },
      "tags": [],
      "_install_count": 786,
      "_average_rating": 5,
      "_publisher": "Dodo Payments",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.708117+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.376206+00:00"
    },
    {
      "slug": "vscode-fiatinnovations-ola-code-buddy",
      "name": "CodeBuddy: Autonomous AI Software Engineer",
      "description": "CodeBuddy is an autonomous AI software engineer for Visual Studio Code. It goes beyond simple code completion to plan, execute, debug, and deploy complex software tasks using a multi-agent architecture.",
      "website": "https://marketplace.visualstudio.com/items?itemName=fiatinnovations.ola-code-buddy",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "fiatinnovations.ola-code-buddy"
      },
      "tags": [],
      "_install_count": 780,
      "_average_rating": 5,
      "_publisher": "fiatinnovations",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.712891+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.376245+00:00"
    },
    {
      "slug": "vscode-lianues-limcode",
      "name": "Lim Code",
      "description": "Lim Code \u662f\u4e00\u4e2aAI\u7f16\u7a0b\u52a9\u624b\u63d2\u4ef6\uff0c\u652f\u6301\u591a\u6a21\u6001\u548c\u590d\u6742\u529f\u80fd\u3002",
      "website": "https://marketplace.visualstudio.com/items?itemName=Lianues.limcode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Lianues.limcode"
      },
      "tags": [],
      "_install_count": 772,
      "_average_rating": 5,
      "_publisher": "Limerence",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.715284+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.376288+00:00"
    },
    {
      "slug": "vscode-formulahendry-code-runner-mcp-server",
      "name": "Code Runner MCP Server",
      "description": "Code Runner MCP Server for running code snippet and show the result",
      "website": "https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner-mcp-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "formulahendry.code-runner-mcp-server"
      },
      "tags": [],
      "_install_count": 770,
      "_average_rating": null,
      "_publisher": "Jun Han",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.718755+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.376327+00:00"
    },
    {
      "slug": "vscode-darbotlabs-power-agent-mcp",
      "name": "Power Agent MCP",
      "description": "Enterprise AI SDK for Microsoft Power Platform - Model Context Protocol Server",
      "website": "https://marketplace.visualstudio.com/items?itemName=DarbotLabs.power-agent-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DarbotLabs.power-agent-mcp"
      },
      "tags": [],
      "_install_count": 768,
      "_average_rating": null,
      "_publisher": "Darbot Labs",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.983889+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.700290+00:00"
    },
    {
      "slug": "vscode-harieprasad-abap-mcp",
      "name": "ABAP MCP",
      "description": "ABAP MCP server installer and GitHub Copilot agents/skills for ABAP development - automatically deploys to workspace",
      "website": "https://marketplace.visualstudio.com/items?itemName=harieprasad.abap-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "harieprasad.abap-mcp"
      },
      "tags": [],
      "_install_count": 763,
      "_average_rating": null,
      "_publisher": "harieprasad",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.986218+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.700810+00:00"
    },
    {
      "slug": "vscode-yellow-hammer-1c-platform-extension-pack",
      "name": "1C: Platform Extension Pack",
      "description": "\u041d\u0430\u0431\u043e\u0440 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 1\u0421. 1C Platform Tools (\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b, \u043f\u0440\u043e\u0435\u043a\u0442\u044b, \u043e\u0442\u043b\u0430\u0434\u043a\u0430); MCP \u0434\u043b\u044f \u0430\u0433\u0435\u043d\u0442\u043e\u0432 Cursor/VS Code \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u044f\u0437\u044b\u043a\u0430 1\u0421 (BSL).",
      "website": "https://marketplace.visualstudio.com/items?itemName=yellow-hammer.1c-platform-extension-pack",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "yellow-hammer.1c-platform-extension-pack"
      },
      "tags": [],
      "_install_count": 762,
      "_average_rating": 5,
      "_publisher": "yellow-hammer",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.989221+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.700950+00:00"
    },
    {
      "slug": "vscode-siba-tech-siba-ai-extensions",
      "name": "SIBA AI Browser Extensions",
      "description": "Advanced VS Code extension enabling AI assistants to control external browsers through Puppeteer automation. Features comprehensive browser management, screenshot capture, web automation, advanced element interaction, and real-time communication with MCP-enabled servers.",
      "website": "https://marketplace.visualstudio.com/items?itemName=siba-tech.siba-ai-extensions",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "siba-tech.siba-ai-extensions"
      },
      "tags": [],
      "_install_count": 747,
      "_average_rating": null,
      "_publisher": "SIBA Tech",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.992234+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701000+00:00"
    },
    {
      "slug": "vscode-joshsmithxrm-power-platform-developer-suite",
      "name": "Power Platform Developer Suite",
      "description": "Power Platform and Dataverse developer suite for VS Code \u2014 SQL/FetchXML notebooks, plugin registration, metadata browsing, bundled ppds CLI, and an MCP server for AI agents.",
      "website": "https://marketplace.visualstudio.com/items?itemName=JoshSmithXRM.power-platform-developer-suite",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "JoshSmithXRM.power-platform-developer-suite"
      },
      "tags": [],
      "_install_count": 743,
      "_average_rating": 5,
      "_publisher": "joshsmithxrm",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.996113+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701048+00:00"
    },
    {
      "slug": "vscode-lpyedge-gemini-cli-mcp",
      "name": "Gemini CLI MCP",
      "description": "VS Code MCP plugin that lets GitHub Copilot orchestrate local Gemini CLI workers for repetitive automation tasks.",
      "website": "https://marketplace.visualstudio.com/items?itemName=lpyedge.gemini-cli-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "lpyedge.gemini-cli-mcp"
      },
      "tags": [],
      "_install_count": 740,
      "_average_rating": null,
      "_publisher": "lpyedge",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:09:59.998802+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701094+00:00"
    },
    {
      "slug": "vscode-skill-dock-skill-dock",
      "name": "Skill Dock",
      "description": "Manage, browse, and import agent skills locally. Supports Claude, Cursor, Codex and more.",
      "website": "https://marketplace.visualstudio.com/items?itemName=skill-dock.skill-dock",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "skill-dock.skill-dock"
      },
      "tags": [],
      "_install_count": 740,
      "_average_rating": 5,
      "_publisher": "Skill Dock",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.002666+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701141+00:00"
    },
    {
      "slug": "vscode-damilola-mcp-client-connector",
      "name": "MCP Client Connector",
      "description": "VSCode extension to interact with MCP servers (Azure, Azure DevOps, etc.)",
      "website": "https://marketplace.visualstudio.com/items?itemName=Damilola.mcp-client-connector",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Damilola.mcp-client-connector"
      },
      "tags": [],
      "_install_count": 737,
      "_average_rating": null,
      "_publisher": "Damilola Onadeinde",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.006104+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701185+00:00"
    },
    {
      "slug": "vscode-codee-codee",
      "name": "Codee",
      "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser,autocomplete, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Codee.codee",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Codee.codee"
      },
      "tags": [],
      "_install_count": 734,
      "_average_rating": null,
      "_publisher": "Codee",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.008574+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701224+00:00"
    },
    {
      "slug": "vscode-esso-vscode-openai-agent",
      "name": "OpenAI Agent",
      "description": "AI coding assistant powered by OpenAI Assistants API",
      "website": "https://marketplace.visualstudio.com/items?itemName=esso.vscode-openai-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "esso.vscode-openai-agent"
      },
      "tags": [],
      "_install_count": 733,
      "_average_rating": null,
      "_publisher": "Esso",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.011648+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701269+00:00"
    },
    {
      "slug": "vscode-mjyoo2-hwpx-editor",
      "name": "HWP/HWPX Editor",
      "description": "View HWP and edit HWPX (Hangul Word Processor) documents in VSCode with AI-powered MCP integration",
      "website": "https://marketplace.visualstudio.com/items?itemName=mjyoo2.hwpx-editor",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "mjyoo2.hwpx-editor"
      },
      "tags": [],
      "_install_count": 729,
      "_average_rating": 5,
      "_publisher": "mjyoo2",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.014660+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701316+00:00"
    },
    {
      "slug": "vscode-cheliangzhao-arkts-language-support",
      "name": "ArkTS Language Support - AI-Powered HarmonyOS Development",
      "description": "AI-powered ArkTS language support with MCP integration. Let Claude, Copilot, Cursor, or OpenCode assist your HarmonyOS development - manage devices, analyze projects, and debug apps with natural language.",
      "website": "https://marketplace.visualstudio.com/items?itemName=cheliangzhao.arkts-language-support",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "cheliangzhao.arkts-language-support"
      },
      "tags": [],
      "_install_count": 728,
      "_average_rating": 5,
      "_publisher": "HUAWEI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.017850+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701363+00:00"
    },
    {
      "slug": "vscode-echoai-mcp-tester",
      "name": "MCP Tester",
      "description": "A full-featured VSCode extension for testing and debugging MCP servers",
      "website": "https://marketplace.visualstudio.com/items?itemName=echoai.mcp-tester",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "echoai.mcp-tester"
      },
      "tags": [],
      "_install_count": 724,
      "_average_rating": 3,
      "_publisher": "echoai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.020075+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701449+00:00"
    },
    {
      "slug": "vscode-codemateai-codemate-agent",
      "name": "Cora: AI Secured, On-device Agentic Coding Tool",
      "description": "Autonomous AI coding agent that plans, architects, and builds production-ready software inside VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=CodeMateAI.codemate-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CodeMateAI.codemate-agent"
      },
      "tags": [],
      "_install_count": 723,
      "_average_rating": 4.714285850524902,
      "_publisher": "CodeMate",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.022294+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701505+00:00"
    },
    {
      "slug": "vscode-newbpydev-mcp-diagnostics-extension",
      "name": "MCP Diagnostics Extension",
      "description": "A VS Code extension that exposes diagnostic information via Model Context Protocol (MCP) for AI agents",
      "website": "https://marketplace.visualstudio.com/items?itemName=newbpydev.mcp-diagnostics-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "newbpydev.mcp-diagnostics-extension"
      },
      "tags": [],
      "_install_count": 721,
      "_average_rating": 5,
      "_publisher": "newbpydev",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.025483+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701553+00:00"
    },
    {
      "slug": "vscode-szlanyou-you-code-next",
      "name": "\u53cb\u7801NEXT",
      "description": "\u4e00\u6b3e\u5728IDE \u4e2d\u8fd0\u884c\u7684\u81ea\u4e3b\u7f16\u7a0b\u52a9\u624b\uff0c\u80fd\u591f\u5728\u6bcf\u4e00\u6b65\u90fd\u83b7\u5f97\u60a8\u7684\u8bb8\u53ef\u7684\u60c5\u51b5\u4e0b\u521b\u5efa/\u7f16\u8f91\u6587\u4ef6\u3001\u8fd0\u884c\u547d\u4ee4\u3001\u4f7f\u7528\u6d4f\u89c8\u5668\u7b49\u3002 Ver:7305b97b37",
      "website": "https://marketplace.visualstudio.com/items?itemName=szlanyou.you-code-next",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "szlanyou.you-code-next"
      },
      "tags": [],
      "_install_count": 707,
      "_average_rating": null,
      "_publisher": "szlanyou",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.028541+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701603+00:00"
    },
    {
      "slug": "vscode-rbxdev-rbxdev-ls",
      "name": "Roblox Luau Language Server",
      "description": "Full Roblox/Luau language support with type checking, completions, and Sunc API support",
      "website": "https://marketplace.visualstudio.com/items?itemName=rbxdev.rbxdev-ls",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "rbxdev.rbxdev-ls"
      },
      "tags": [],
      "_install_count": 700,
      "_average_rating": 5,
      "_publisher": "rbxdev",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.032022+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701651+00:00"
    },
    {
      "slug": "vscode-kadeai-kade",
      "name": "Kade: AI Coding Agent",
      "description": "Next-generation Cline/RooCode/Kilo fork designed for advanced AI-assisted coding, planning, and development.",
      "website": "https://marketplace.visualstudio.com/items?itemName=KADEAI.kade",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "KADEAI.kade"
      },
      "tags": [],
      "_install_count": 699,
      "_average_rating": 5,
      "_publisher": "KADEAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.034983+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701695+00:00"
    },
    {
      "slug": "vscode-cherchyk-mcpbrowser",
      "name": "MCPBrowser - Real Browser for AI Agents",
      "description": "MCP browser server extension for AI agents. Load and interact with any web page using a real browser with full JavaScript execution and login support. Handles authentication, SSO, CAPTCHA, and anti-crawler protection. Use whenever a page requires JavaScript rendering or user login. Works with GitHub",
      "website": "https://marketplace.visualstudio.com/items?itemName=Cherchyk.mcpbrowser",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Cherchyk.mcpbrowser"
      },
      "tags": [],
      "_install_count": 689,
      "_average_rating": 5,
      "_publisher": "Cherchyk",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.037378+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701741+00:00"
    },
    {
      "slug": "vscode-meta-meta-vr-dev",
      "name": "Meta Horizon",
      "description": "VS Code and Cursor extension for Meta Horizon OS and Meta Quest development, bundling hzdb, MCP server registration, and Horizon developer skills.",
      "website": "https://marketplace.visualstudio.com/items?itemName=meta.meta-vr-dev",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "meta.meta-vr-dev"
      },
      "tags": [],
      "_install_count": 666,
      "_average_rating": 5,
      "_publisher": "Meta",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.040254+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701789+00:00"
    },
    {
      "slug": "vscode-fridayai-fridayai",
      "name": "Friday AI Agent",
      "description": "Open Source AI coding assistant for planning, building, and fixing code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=FridayAI.fridayai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "FridayAI.fridayai"
      },
      "tags": [],
      "_install_count": 665,
      "_average_rating": 5,
      "_publisher": "FridayAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.042011+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701835+00:00"
    },
    {
      "slug": "vscode-revenuecat-revenuecat-mcp-extension",
      "name": "RevenueCat MCP Extension",
      "description": "Manage your RevenueCat projects, apps, products and more via MCP.",
      "website": "https://marketplace.visualstudio.com/items?itemName=RevenueCat.revenuecat-mcp-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "RevenueCat.revenuecat-mcp-extension"
      },
      "tags": [],
      "_install_count": 644,
      "_average_rating": 5,
      "_publisher": "RevenueCat",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.045835+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701882+00:00"
    },
    {
      "slug": "vscode-olavovieiradecarvalho-notebook-mcp-server",
      "name": "Native Jupyter Notebook MCP Server",
      "description": "Expose VS Code Jupyter notebooks as MCP tools: read/edit/run cells and capture outputs (Cursor, Claude Code, Windsurf).",
      "website": "https://marketplace.visualstudio.com/items?itemName=olavovieiradecarvalho.notebook-mcp-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "olavovieiradecarvalho.notebook-mcp-server"
      },
      "tags": [],
      "_install_count": 644,
      "_average_rating": null,
      "_publisher": "Olavo Vieira de Carvalho",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.048763+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701928+00:00"
    },
    {
      "slug": "vscode-shubhj-ghcp-dashboard",
      "name": "GitHub Copilot Insights Dashboard",
      "description": "View GitHub Copilot accounts, chat sessions & history, AI usage statistics, MCP server connections, and language models \u2014 all inside VS Code. Browse and reopen Agent, Ask, Chat & Custom Agent sessions across workspaces.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ShubhJ.ghcp-dashboard",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ShubhJ.ghcp-dashboard"
      },
      "tags": [],
      "_install_count": 628,
      "_average_rating": 5,
      "_publisher": "Shubh J",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.052063+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.701998+00:00"
    },
    {
      "slug": "vscode-mercurial-google-workspace-mcp",
      "name": "Google Workspace MCP",
      "description": "Gmail, Calendar, Drive, Docs & Sheets tools for every AI agent \u2014 Claude, Copilot, Cursor, Codex, Gemini, and more. Zero-config MCP server.",
      "website": "https://marketplace.visualstudio.com/items?itemName=mercurial.google-workspace-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "mercurial.google-workspace-mcp"
      },
      "tags": [],
      "_install_count": 626,
      "_average_rating": 5,
      "_publisher": "Renzo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.054387+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702048+00:00"
    },
    {
      "slug": "vscode-steve0verton-brave-search-mcp",
      "name": "Brave Search MCP",
      "description": "MCP server integration for Brave Search API - enables AI copilot to perform internet searches",
      "website": "https://marketplace.visualstudio.com/items?itemName=Steve0verton.brave-search-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Steve0verton.brave-search-mcp"
      },
      "tags": [],
      "_install_count": 620,
      "_average_rating": null,
      "_publisher": "Steve Overton",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.057097+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702109+00:00"
    },
    {
      "slug": "vscode-cjl-lsp-mcp",
      "name": "LSP MCP",
      "description": "LSP MCP Server for VSCode",
      "website": "https://marketplace.visualstudio.com/items?itemName=CJL.lsp-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CJL.lsp-mcp"
      },
      "tags": [],
      "_install_count": 619,
      "_average_rating": null,
      "_publisher": "CJL",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.059401+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702164+00:00"
    },
    {
      "slug": "vscode-git-viz-team-git-viz-mcp",
      "name": "GitViz MCP: Animated Log & History",
      "description": "An extension to visualize Git logs and commit history with animations using a Webview. Leverages an MCP (Model Context Protocol) server and language model tools for enhanced interaction and visualization features like visualize_git_log, get_git_log, and highlight_commit.",
      "website": "https://marketplace.visualstudio.com/items?itemName=GIT-Viz-Team.git-viz-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "GIT-Viz-Team.git-viz-mcp"
      },
      "tags": [],
      "_install_count": 619,
      "_average_rating": 5,
      "_publisher": "GIT-Viz-Team",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.062663+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702216+00:00"
    },
    {
      "slug": "vscode-jeanmajid-mcstructure-editor",
      "name": "Minecraft Structure Editor",
      "description": "Edit .mcstructure files as human-readable JSON",
      "website": "https://marketplace.visualstudio.com/items?itemName=jeanmajid.mcstructure-editor",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jeanmajid.mcstructure-editor"
      },
      "tags": [],
      "_install_count": 608,
      "_average_rating": null,
      "_publisher": "jeanmajid",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.065410+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702264+00:00"
    },
    {
      "slug": "vscode-jerry-nixon-mcp-data-api-builder",
      "name": "DAB MCP (Data API builder)",
      "description": "Install Data API Builder configurations as MCP servers.",
      "website": "https://marketplace.visualstudio.com/items?itemName=jerry-nixon.mcp-data-api-builder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jerry-nixon.mcp-data-api-builder"
      },
      "tags": [],
      "_install_count": 596,
      "_average_rating": null,
      "_publisher": "Developer Experiences",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.068442+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702314+00:00"
    },
    {
      "slug": "vscode-singular-ray-singular-blockly",
      "name": "Singular Blockly",
      "description": "VS Code extension for visual Arduino & MicroPython programming with Blockly. Multi-board support (Uno, Nano, Mega, ESP32, CyberBrick), WiFi/MQTT IoT blocks, AI camera integration (Pixetto, HuskyLens), MCP server for GitHub Copilot, PlatformIO integration, and 15 languages with 99% coverage.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Singular-Ray.singular-blockly",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Singular-Ray.singular-blockly"
      },
      "tags": [],
      "_install_count": 593,
      "_average_rating": 5,
      "_publisher": "Ray Shen",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.070442+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702362+00:00"
    },
    {
      "slug": "vscode-bhayanak-datadog-mcp-vscode",
      "name": "Datadog MCP Server",
      "description": "Datadog observability \u2014 metrics, logs, APM, monitors, dashboards for AI assistants",
      "website": "https://marketplace.visualstudio.com/items?itemName=bhayanak.datadog-mcp-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bhayanak.datadog-mcp-vscode"
      },
      "tags": [],
      "_install_count": 592,
      "_average_rating": 5,
      "_publisher": "fazorboy",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.073257+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702411+00:00"
    },
    {
      "slug": "vscode-bugstan-gg-mcp-for-vscode",
      "name": "GG MCP for VSCode",
      "description": "A Model Context Protocol (MCP) Server extension for VSCode. Enables AI assistants to read, write, and analyze code in your workspace.",
      "website": "https://marketplace.visualstudio.com/items?itemName=bugstan.gg-mcp-for-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bugstan.gg-mcp-for-vscode"
      },
      "tags": [],
      "_install_count": 585,
      "_average_rating": null,
      "_publisher": "N2N Studio",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.075431+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702455+00:00"
    },
    {
      "slug": "vscode-godspeed-systems-saarthi",
      "name": "Saarthi",
      "description": "A Multi-Agent Dev Team right inside your editor",
      "website": "https://marketplace.visualstudio.com/items?itemName=godspeed-systems.saarthi",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "godspeed-systems.saarthi"
      },
      "tags": [],
      "_install_count": 576,
      "_average_rating": 5,
      "_publisher": "Godspeed ",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.080382+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702503+00:00"
    },
    {
      "slug": "vscode-cmcglobal-c-codex",
      "name": "C-CodeX",
      "description": "The first CMC AI code assistant",
      "website": "https://marketplace.visualstudio.com/items?itemName=CMCGlobal.c-codex",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CMCGlobal.c-codex"
      },
      "tags": [],
      "_install_count": 568,
      "_average_rating": null,
      "_publisher": "CMC Global",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.083449+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702551+00:00"
    },
    {
      "slug": "vscode-cisco-ai-cisco-ai-security-scanner",
      "name": "AI Agent Security Scanner for IDEs",
      "description": "Scan MCP servers, agent skills, and AI-generated code for prompt injection, data exfiltration, and supply chain threats. YARA, LLM, and Cisco AI Defense analysis with CodeGuard rule injection and Watchdog file protection.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Cisco-AI.cisco-ai-security-scanner",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Cisco-AI.cisco-ai-security-scanner"
      },
      "tags": [],
      "_install_count": 558,
      "_average_rating": 5,
      "_publisher": "Cisco-AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.086231+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.848527+00:00"
    },
    {
      "slug": "vscode-ridvay-ridvay-code",
      "name": "Ridvay Code - AI coding agent for Typescript, JavaScript, Python, C#, Java, PHP, Go, C++ and more",
      "description": "Automatically generate code, fix bugs, and improve code quality with Ridvay Code. This extension integrates with various AI models to enhance your coding experience.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Ridvay.ridvay-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Ridvay.ridvay-code"
      },
      "tags": [],
      "_install_count": 556,
      "_average_rating": 5,
      "_publisher": "Ridvay",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.089185+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702656+00:00"
    },
    {
      "slug": "vscode-dbbase-dbbase",
      "name": "DBBase - Professional Database Manager & MCP",
      "description": "Professional SQL client with DBeaver/DataGrip fluidity. High-performance grid, native MCP for AI context (Copilot/Claude), and advanced exports for Postgres & MySQL.",
      "website": "https://marketplace.visualstudio.com/items?itemName=DBbase.dbbase",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DBbase.dbbase"
      },
      "tags": [],
      "_install_count": 554,
      "_average_rating": 5,
      "_publisher": "DBbase",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.091550+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702707+00:00"
    },
    {
      "slug": "vscode-postie-postie",
      "name": "Postie",
      "description": "Your development emails, caught and managed in VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=Postie.postie",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Postie.postie"
      },
      "tags": [],
      "_install_count": 551,
      "_average_rating": 5,
      "_publisher": "Postie",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.096511+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702756+00:00"
    },
    {
      "slug": "vscode-bailuai-bailu-code",
      "name": "BAILU CODE",
      "description": "AI coding assistant for VS Code powered by the BAILU AI model matrix\u2014skills, subagents, and seamless integration.",
      "website": "https://marketplace.visualstudio.com/items?itemName=bailuai.bailu-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bailuai.bailu-code"
      },
      "tags": [],
      "_install_count": 547,
      "_average_rating": 5,
      "_publisher": "bailuai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.099786+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702807+00:00"
    },
    {
      "slug": "vscode-agentica-agentica",
      "name": "Agentica AI - Free Kilo/Roo/Cline alternative",
      "description": "100 reqs/day for free + $30 of credits per month with Plus plan.",
      "website": "https://marketplace.visualstudio.com/items?itemName=agentica.agentica",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "agentica.agentica"
      },
      "tags": [],
      "_install_count": 542,
      "_average_rating": null,
      "_publisher": "Agentica",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.102408+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702865+00:00"
    },
    {
      "slug": "vscode-wolfbook-wolfbook",
      "name": "Mathematica & Wolfram Language Notebooks for VS Code \u2014 Wolfbook",
      "description": "Mathematica-style Wolfram Language notebooks in VS Code. Run a live Wolfram kernel, render LaTeX/graphics, debug code, and let Copilot, Claude Code or MCP agents evaluate cells.",
      "website": "https://marketplace.visualstudio.com/items?itemName=wolfbook.wolfbook",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "wolfbook.wolfbook"
      },
      "tags": [],
      "_install_count": 537,
      "_average_rating": 5,
      "_publisher": "Wolfbook",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.104510+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702917+00:00"
    },
    {
      "slug": "vscode-dofes-mcdev-tools",
      "name": "MC Dev Tools",
      "description": "\u4e00\u4e2a\u7528\u4e8e\u6211\u7684\u4e16\u754c\u4e2d\u56fd\u7248\u6a21\u7ec4\u5f00\u53d1\u7684\u8c03\u8bd5\u5de5\u5177\u63d2\u4ef6\u3002",
      "website": "https://marketplace.visualstudio.com/items?itemName=dofes.mcdev-tools",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "dofes.mcdev-tools"
      },
      "tags": [],
      "_install_count": 531,
      "_average_rating": 5,
      "_publisher": "dofes",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.106312+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.702965+00:00"
    },
    {
      "slug": "vscode-cheetah-ai-code-cheetah-ai-code",
      "name": "Cheetah AI - Professional AI Coding Assistant",
      "description": "Professional AI coding assistant with Claude Sonnet 4.5, semantic code search, real-time websearch, vision/OCR, and intelligent automation. Create, edit, and manage files with AI-powered assistance - all with your approval.",
      "website": "https://marketplace.visualstudio.com/items?itemName=cheetah-ai-code.cheetah-ai-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "cheetah-ai-code.cheetah-ai-code"
      },
      "tags": [],
      "_install_count": 523,
      "_average_rating": 5,
      "_publisher": "Cheetah AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.109168+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.703010+00:00"
    },
    {
      "slug": "vscode-sypha-sypha",
      "name": "Sypha",
      "description": "AI coding assistant for planning, building, and fixing code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Sypha.Sypha",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Sypha.Sypha"
      },
      "tags": [],
      "_install_count": 512,
      "_average_rating": 5,
      "_publisher": "Sypha AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.113685+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.703053+00:00"
    },
    {
      "slug": "vscode-edelauna-github-semantic-search-mcp",
      "name": "github-semantic-search-mcp",
      "description": "VS Code: edelauna.github-semantic-search-mcp",
      "website": "https://marketplace.visualstudio.com/items?itemName=edelauna.github-semantic-search-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "edelauna.github-semantic-search-mcp"
      },
      "tags": [],
      "_install_count": 508,
      "_average_rating": null,
      "_publisher": "edelauna",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.116590+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.703097+00:00"
    },
    {
      "slug": "vscode-ubanishathanvenkatesan-java-indexer-mcp",
      "name": "Java Indexer MCP",
      "description": "Complete Java code intelligence: indexing, AI explanations, test coverage, refactoring suggestions, code generation. 18 tools, zero setup!",
      "website": "https://marketplace.visualstudio.com/items?itemName=ubanishathanvenkatesan.java-indexer-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ubanishathanvenkatesan.java-indexer-mcp"
      },
      "tags": [],
      "_install_count": 498,
      "_average_rating": null,
      "_publisher": "ubanishathanvenkatesan",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.119014+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.703152+00:00"
    },
    {
      "slug": "vscode-luna-soft-access-explorer",
      "name": "Access Explorer",
      "description": "Explore and edit Microsoft Access databases (.accdb/.mdb) from VS Code via MCP-Access.",
      "website": "https://marketplace.visualstudio.com/items?itemName=luna-soft.access-explorer",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "luna-soft.access-explorer"
      },
      "tags": [],
      "_install_count": 498,
      "_average_rating": 5,
      "_publisher": "luna-soft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.121440+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.703200+00:00"
    },
    {
      "slug": "vscode-yuanjing-ai-yuanjing",
      "name": "\u5143\u666f\u4e07\u7801 (\u4e00\u53e5\u8bdd\u751f\u6210\u8f6f\u4ef6\uff0c\u8fed\u4ee3\u5f0f\u4fee\u6539\u4ee3\u7801)",
      "description": "\u5f3a\u5927\u7684\u667a\u80fd\u4f53(AI Agent)\u8f85\u52a9\u7f16\u7801\u5de5\u5177",
      "website": "https://marketplace.visualstudio.com/items?itemName=yuanjing-ai.yuanjing",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "yuanjing-ai.yuanjing"
      },
      "tags": [],
      "_install_count": 495,
      "_average_rating": null,
      "_publisher": "yuanjing-ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.124317+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.703246+00:00"
    },
    {
      "slug": "vscode-sutharlabs-jira-mcp",
      "name": "Jira MCP Server",
      "description": "Secure Jira MCP server for GitHub Copilot: search, create, comment, transition issues, attachments, and custom fields via MCP.",
      "website": "https://marketplace.visualstudio.com/items?itemName=SutharLabs.jira-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SutharLabs.jira-mcp"
      },
      "tags": [],
      "_install_count": 491,
      "_average_rating": 5,
      "_publisher": "Suthar Labs",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.126665+00:00",
      "_last_seen_at": "2026-05-25T13:59:27.703301+00:00"
    },
    {
      "slug": "vscode-continue-continue",
      "name": "Continue - open-source AI code agent",
      "description": "The leading open-source AI code agent",
      "website": "https://marketplace.visualstudio.com/items?itemName=Continue.continue",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Continue.continue"
      },
      "tags": [],
      "_install_count": 3088905,
      "_average_rating": 3.3885350227355957,
      "_publisher": "Continue",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.480021+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.113787+00:00"
    },
    {
      "slug": "vscode-danielsanmedium-dscodegpt",
      "name": "CodeGPT: Chat & AI Agents",
      "description": "Easily Connect to Top AI Providers Using Their Official APIs in VSCode",
      "website": "https://marketplace.visualstudio.com/items?itemName=DanielSanMedium.dscodegpt",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DanielSanMedium.dscodegpt"
      },
      "tags": [],
      "_install_count": 2398727,
      "_average_rating": 3.4440994262695312,
      "_publisher": "Code GPT",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.483511+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.113900+00:00"
    },
    {
      "slug": "vscode-keploy-keployio",
      "name": "Keploy: AI Testing Assistant for Developers \u2013 Supercharge Unit, Integration, and API Testing in Python, JavaScript, TypeScript, Java, PHP, Go, and More",
      "description": "Keploy: AI Testing Assistant for Developers helps with unit, integration, and API testing in Python, JavaScript, TypeScript, Java, PHP, Go, and more. It simplifies test creation and execution directly in Visual Studio Code, making testing easier and more efficient for developers.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Keploy.keployio",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Keploy.keployio"
      },
      "tags": [],
      "_install_count": 1178001,
      "_average_rating": 4.949999809265137,
      "_publisher": "Keploy Unit and API Test Generator using AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.486061+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.248266+00:00"
    },
    {
      "slug": "vscode-kilocode-kilo-code",
      "name": "Kilo Code: AI Coding Agent, Copilot, and Autocomplete",
      "description": "Open Source AI coding agent that generates code from natural language, automates tasks, and runs terminal commands. Features inline autocomplete, browser automation, automated refactoring, and custom modes for planning, coding, and debugging. Supports 500+ AI models including Claude (Anthropic), Gem",
      "website": "https://marketplace.visualstudio.com/items?itemName=kilocode.Kilo-Code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kilocode.Kilo-Code"
      },
      "tags": [],
      "_install_count": 1129580,
      "_average_rating": 3.8216216564178467,
      "_publisher": "Kilo Code",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.487834+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045660+00:00"
    },
    {
      "slug": "vscode-sourcegraph-cody-ai",
      "name": "Cody: AI Code Assistant",
      "description": "Sourcegraph\u2019s AI code assistant goes beyond individual dev productivity, helping enterprises achieve consistency and quality at scale with AI. & codebase context to help you write code faster. Cody brings you autocomplete, chat, and commands, so you can generate code, write unit tests, create docs,",
      "website": "https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sourcegraph.cody-ai"
      },
      "tags": [],
      "_install_count": 842496,
      "_average_rating": 3.979865789413452,
      "_publisher": "Sourcegraph",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.489731+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.248372+00:00"
    },
    {
      "slug": "vscode-supermaven-supermaven",
      "name": "Supermaven",
      "description": "The fastest copilot.",
      "website": "https://marketplace.visualstudio.com/items?itemName=supermaven.supermaven",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "supermaven.supermaven"
      },
      "tags": [],
      "_install_count": 384258,
      "_average_rating": 3.7727272510528564,
      "_publisher": "Supermaven",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.494050+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.248421+00:00"
    },
    {
      "slug": "vscode-andrepimenta-claude-code-chat",
      "name": "Chat for Claude Code",
      "description": "Beautiful Claude Code Chat Interface for VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=AndrePimenta.claude-code-chat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AndrePimenta.claude-code-chat"
      },
      "tags": [],
      "_install_count": 322316,
      "_average_rating": 4.360000133514404,
      "_publisher": "Andre Pimenta",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.498042+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.248588+00:00"
    },
    {
      "slug": "vscode-feiskyer-chatgpt-copilot",
      "name": "ChatGPT Copilot",
      "description": "An VS Code ChatGPT Copilot Extension",
      "website": "https://marketplace.visualstudio.com/items?itemName=feiskyer.chatgpt-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "feiskyer.chatgpt-copilot"
      },
      "tags": [],
      "_install_count": 312656,
      "_average_rating": 3.4000000953674316,
      "_publisher": "Pengfei Ni",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.501124+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.114338+00:00"
    },
    {
      "slug": "vscode-kodu-ai-claude-dev-experimental",
      "name": "Azad Coder (GPT 5 & Claude)",
      "description": "Azad Coder: Your AI pair programmer in VSCode. Powered by Anthropic's Claude and GPT 5 !, it assists both beginners and pros in coding, debugging, and more. Create/edit files and execute commands with AI guidance. Perfect for no-coders to senior devs. Enjoy free credits to supercharge your coding ex",
      "website": "https://marketplace.visualstudio.com/items?itemName=kodu-ai.claude-dev-experimental",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kodu-ai.claude-dev-experimental"
      },
      "tags": [],
      "_install_count": 128853,
      "_average_rating": 4.971372604370117,
      "_publisher": "kodu-ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.504554+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045960+00:00"
    },
    {
      "slug": "vscode-kingleo-qwen",
      "name": "Qwen",
      "description": "Access qwenlm.ai directly in VS Code. Integrate AI-powered chat and assistance into your coding workflow. Alternative to Deepseek.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Kingleo.qwen",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Kingleo.qwen"
      },
      "tags": [],
      "_install_count": 121685,
      "_average_rating": 5,
      "_publisher": "Kingleo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.507741+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195214+00:00"
    },
    {
      "slug": "vscode-codeflow-studio-claude-code-extension",
      "name": "Claude Code Assistant for VSCode",
      "description": "Unofficial integration of Anthropic's Claude Code AI assistant into VSCode",
      "website": "https://marketplace.visualstudio.com/items?itemName=codeflow-studio.claude-code-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "codeflow-studio.claude-code-extension"
      },
      "tags": [],
      "_install_count": 113672,
      "_average_rating": 5,
      "_publisher": "CodeFlow Studio",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.514507+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195455+00:00"
    },
    {
      "slug": "vscode-sourcegraph-amp",
      "name": "Amp (Research Preview)",
      "description": "The frontier coding agent.",
      "website": "https://marketplace.visualstudio.com/items?itemName=sourcegraph.amp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sourcegraph.amp"
      },
      "tags": [],
      "_install_count": 108425,
      "_average_rating": 4.205882549285889,
      "_publisher": "Sourcegraph",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.517448+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045999+00:00"
    },
    {
      "slug": "vscode-sixth-sixth",
      "name": "ChatGPT GPT-4o Cursor AI and Copilot, AI Copilot, AI Agent, Code Assistants, and Debugger,Code Chat,Code Completion,Code Generator, Autocomplete, Realtime Code Scanner, Generative AI and Code Search a",
      "description": "ChatGPT and GPT-4 AI Coding Assistant is a lightweight for helping developers automate all the boring stuff like code real-time code completion, debugging, auto generating doc string and many more. Tr",
      "website": "https://marketplace.visualstudio.com/items?itemName=Sixth.sixth",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Sixth.sixth"
      },
      "tags": [],
      "_install_count": 96262,
      "_average_rating": 4,
      "_publisher": "Sixth",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.519511+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.046069+00:00"
    },
    {
      "slug": "vscode-ms-vscode-vscode-copilot-vision",
      "name": "Vision for Copilot Preview",
      "description": "A chat extension providing vision capabilities in VS Code, with a focus on accessibility.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-copilot-vision",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ms-vscode.vscode-copilot-vision"
      },
      "tags": [],
      "_install_count": 94813,
      "_average_rating": 4,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.521156+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.196033+00:00"
    },
    {
      "slug": "vscode-codeviz-codeviz",
      "name": "CodeViz | Visual codebase maps",
      "description": "Fast codebase understanding and navigation",
      "website": "https://marketplace.visualstudio.com/items?itemName=CodeViz.codeviz",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CodeViz.codeviz"
      },
      "tags": [],
      "_install_count": 83566,
      "_average_rating": 4,
      "_publisher": "CodeViz",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.524377+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.197354+00:00"
    },
    {
      "slug": "vscode-appland-appmap",
      "name": "AppMap",
      "description": "AI-driven chat with a deep understanding of your code. Build effective solutions using an intuitive chat interface and powerful code visualizations.",
      "website": "https://marketplace.visualstudio.com/items?itemName=appland.appmap",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "appland.appmap"
      },
      "tags": [],
      "_install_count": 69478,
      "_average_rating": 4.893617153167725,
      "_publisher": "AppMap",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.531093+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.199101+00:00"
    },
    {
      "slug": "vscode-kingleo-kimi-vscode",
      "name": "Kimi",
      "description": "Access Kimi.ai directly in VS Code. Integrate AI-powered chat and assistance into your coding workflow. You can access any website using this extension by changing the URL in the settings.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Kingleo.kimi-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Kingleo.kimi-vscode"
      },
      "tags": [],
      "_install_count": 67865,
      "_average_rating": 3,
      "_publisher": "Kingleo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.534006+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.199151+00:00"
    },
    {
      "slug": "vscode-pablodelucca-pixel-agents",
      "name": "Pixel Agents",
      "description": "Pixel art office where your Claude Code agents come to life as animated characters",
      "website": "https://marketplace.visualstudio.com/items?itemName=pablodelucca.pixel-agents",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "pablodelucca.pixel-agents"
      },
      "tags": [],
      "_install_count": 62243,
      "_average_rating": 5,
      "_publisher": "Pablo De Lucca",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.536121+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.199982+00:00"
    },
    {
      "slug": "vscode-doublebot-doublebot",
      "name": "Double - DeepSeek R1, OpenAI o1, Sonnet, and more",
      "description": "AI Coding Assistant | Chat with AI and delegate your edits | Get Autocomplete AI suggestions as you write code | Review AI suggestions in diff style | Access the latest models including OpenAI o1, DeepSeek R1, Llama 3.1 405B/70B/8B, Claude 3.7 Sonnet, Claude 3 Opus, GPT-4o, and more",
      "website": "https://marketplace.visualstudio.com/items?itemName=doublebot.doublebot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "doublebot.doublebot"
      },
      "tags": [],
      "_install_count": 59872,
      "_average_rating": 3.9111111164093018,
      "_publisher": "Double Technologies Inc.",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.537749+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811453+00:00"
    },
    {
      "slug": "vscode-johnny-zhao-oai-compatible-copilot",
      "name": "OAI Compatible Provider for Copilot",
      "description": "An extension that integrates OpenAI/Ollama/Anthropic/Gemini API Providers into GitHub Copilot Chat",
      "website": "https://marketplace.visualstudio.com/items?itemName=johnny-zhao.oai-compatible-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "johnny-zhao.oai-compatible-copilot"
      },
      "tags": [],
      "_install_count": 57997,
      "_average_rating": 5,
      "_publisher": "Johnny Zhao",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.540350+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811784+00:00"
    },
    {
      "slug": "vscode-multi-multi-nightly",
      "name": "Multi (Nightly) \u2013 Frontier AI Coding Agent",
      "description": "Frontier AI Coding Agent for Builders Who Ship.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Multi.multi-nightly",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Multi.multi-nightly"
      },
      "tags": [],
      "_install_count": 56768,
      "_average_rating": 4.5,
      "_publisher": "multi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.543742+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.046345+00:00"
    },
    {
      "slug": "vscode-cweijan-chat-copilot",
      "name": "Chat Copilot",
      "description": "Chat via OpenAI-Compatible API",
      "website": "https://marketplace.visualstudio.com/items?itemName=cweijan.chat-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "cweijan.chat-copilot"
      },
      "tags": [],
      "_install_count": 41915,
      "_average_rating": 5,
      "_publisher": "Database Client",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.547125+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.148331+00:00"
    },
    {
      "slug": "vscode-nicepkg-aide-pro",
      "name": "Aide",
      "description": "Conquer Any Code in VSCode: One-Click Comments, Conversions, UI-to-Code, and AI Batch Processing of Files! \u5728 VSCode \u4e2d\u5f81\u670d\u4efb\u4f55\u4ee3\u7801\uff1a\u4e00\u952e\u6ce8\u91ca\u3001\u8f6c\u6362\u3001UI \u56fe\u751f\u6210\u4ee3\u7801\u3001AI \u6279\u91cf\u5904\u7406\u6587\u4ef6\uff01\ud83d\udcaa",
      "website": "https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "nicepkg.aide-pro"
      },
      "tags": [],
      "_install_count": 40666,
      "_average_rating": 4.5,
      "_publisher": "nicepkg",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.550607+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.148898+00:00"
    },
    {
      "slug": "vscode-monicaim-monica-code",
      "name": "Monica Code",
      "description": "The AI code assistant",
      "website": "https://marketplace.visualstudio.com/items?itemName=MonicaIM.monica-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MonicaIM.monica-code"
      },
      "tags": [],
      "_install_count": 38700,
      "_average_rating": 3.375,
      "_publisher": "Monica Team",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.552929+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.150630+00:00"
    },
    {
      "slug": "vscode-microchip-mplab-ai-coding-assistant",
      "name": "MPLAB AI Coding Assistant",
      "description": "An AI code assistant optimized for using Microchip products.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Microchip.mplab-ai-coding-assistant",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Microchip.mplab-ai-coding-assistant"
      },
      "tags": [],
      "_install_count": 33554,
      "_average_rating": 5,
      "_publisher": "Microchip Technology",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.554664+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.153701+00:00"
    },
    {
      "slug": "vscode-purecodeai-purecode-ai",
      "name": "Purecode AI - AI Coding Agent for Legacy Codebases",
      "description": "The secure AI coding agent is built for enterprises and legacy codebases with deep codebase awareness. Accelerate legacy modernization, automate .NET Framework to Core migrations, generate enterprise-grade APIs with proper security patterns, rapidly debug complex codebases, and modernize legacy app",
      "website": "https://marketplace.visualstudio.com/items?itemName=PurecodeAI.purecode-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "PurecodeAI.purecode-ai"
      },
      "tags": [],
      "_install_count": 32555,
      "_average_rating": 4.871794700622559,
      "_publisher": "Purecode AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.557895+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.154015+00:00"
    },
    {
      "slug": "vscode-koda-koda",
      "name": "Koda",
      "description": "AI \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432",
      "website": "https://marketplace.visualstudio.com/items?itemName=Koda.koda",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Koda.koda"
      },
      "tags": [],
      "_install_count": 31613,
      "_average_rating": 4.599999904632568,
      "_publisher": "Koda",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.561708+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.115827+00:00"
    },
    {
      "slug": "vscode-futuretechnexus-getbotai",
      "name": "GetBotAI Code assistant",
      "description": "GetBotAI is your AI assistant designed to assist developers and software engineers by offering real-time code completion, bug fixes, error identification, code explanation, code optimization, deadlock issue detection, SQL injection reviews, and resource leak identification.",
      "website": "https://marketplace.visualstudio.com/items?itemName=FutureTechNexus.getbotai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "FutureTechNexus.getbotai"
      },
      "tags": [],
      "_install_count": 30954,
      "_average_rating": 5,
      "_publisher": "FutureTechNexus",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.565289+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.115874+00:00"
    },
    {
      "slug": "vscode-verdentai-verdent",
      "name": "Verdent for VS Code: State-of-the-art AI Coding Agent",
      "description": "The leading all-in-one coding agent for top-tier AI models \u2014 integrated, orchestrated, and fully unleashed. Achieved the highest SWE-bench Verified results among real production-level agents, including Claude-Code and Codex.",
      "website": "https://marketplace.visualstudio.com/items?itemName=VerdentAI.verdent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "VerdentAI.verdent"
      },
      "tags": [],
      "_install_count": 30720,
      "_average_rating": 4.441860675811768,
      "_publisher": "VerdentAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.568706+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.047107+00:00"
    },
    {
      "slug": "vscode-yuanzhixiang-claude-code-yolo",
      "name": "Claude Code YOLO",
      "description": "Claude Code YOLO: Enhanced version with permission bypass and custom API configuration",
      "website": "https://marketplace.visualstudio.com/items?itemName=yuanzhixiang.claude-code-yolo",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "yuanzhixiang.claude-code-yolo"
      },
      "tags": [],
      "_install_count": 30461,
      "_average_rating": 5,
      "_publisher": "Claude Code YOLO",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.570535+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.115973+00:00"
    },
    {
      "slug": "vscode-sitoi-ai-commit",
      "name": "AI Commit",
      "description": "Use OpenAI/Gemini/Claude/Azure API to review Git changes, generate conventional commit messages that meet the conventions, simplify the commit process, and keep the commit conventions consistent.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Sitoi.ai-commit",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Sitoi.ai-commit"
      },
      "tags": [],
      "_install_count": 30327,
      "_average_rating": 5,
      "_publisher": "Sitoi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.573530+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.249928+00:00"
    },
    {
      "slug": "vscode-mistralai-mistral-code",
      "name": "Mistral Code Enterprise",
      "description": "Your AI coding copilot powered by state-of-the-art Mistral coding models",
      "website": "https://marketplace.visualstudio.com/items?itemName=mistralai.mistral-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "mistralai.mistral-code"
      },
      "tags": [],
      "_install_count": 28911,
      "_average_rating": 4,
      "_publisher": "Mistral AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.578412+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.116060+00:00"
    },
    {
      "slug": "vscode-jetbrains-jetbrains-ai-assistant",
      "name": "AI Assistant by JetBrains",
      "description": "AI Coding Agent, Chat, and Code Completion",
      "website": "https://marketplace.visualstudio.com/items?itemName=JetBrains.jetbrains-ai-assistant",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "JetBrains.jetbrains-ai-assistant"
      },
      "tags": [],
      "_install_count": 26274,
      "_average_rating": 3.25,
      "_publisher": "JetBrains",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.581079+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.047223+00:00"
    },
    {
      "slug": "vscode-aquilalabs-superflex",
      "name": "Superflex: AI Frontend Assistant, Figma to React/Vue/NextJS/Angular (Powered by GPT & Claude)",
      "description": "Transform Figma designs into production-ready code with Superflex, your AI-powered assistant in VSCode. Built on GPT & Claude, Superflex generates clean, reusable code in seconds, saving hours on fron",
      "website": "https://marketplace.visualstudio.com/items?itemName=aquilalabs.superflex",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "aquilalabs.superflex"
      },
      "tags": [],
      "_install_count": 25760,
      "_average_rating": 5,
      "_publisher": "Aquila Labs",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.584309+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.250036+00:00"
    },
    {
      "slug": "vscode-codeparrot-ai-codeparrot",
      "name": "CodeParrot AI: Figma to Code || Design To Code Copilot",
      "description": "Code Parrot converts Design to code. Get production ready UI components from Figma files or Images. Supports React, Flutter, HTML and more. Ship stunning UI lightning Fast.",
      "website": "https://marketplace.visualstudio.com/items?itemName=CodeParrot-ai.codeParrot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CodeParrot-ai.codeParrot"
      },
      "tags": [],
      "_install_count": 25133,
      "_average_rating": 5,
      "_publisher": "CodeParrot.ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.587436+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.250095+00:00"
    },
    {
      "slug": "vscode-codeontherocks-claude-config",
      "name": "Claude Config",
      "description": "Manage Claude Desktop configurations, switch active directories, and auto-restart Claude when configs change",
      "website": "https://marketplace.visualstudio.com/items?itemName=CodeontheRocks.claude-config",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CodeontheRocks.claude-config"
      },
      "tags": [],
      "_install_count": 24029,
      "_average_rating": 5,
      "_publisher": "Clibbits",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:00.590338+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.116229+00:00"
    },
    {
      "slug": "vscode-aiqubit-claude",
      "name": "Claude(Claude for Visual Studio Code)",
      "description": "Claude integration for Visual Studio Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=aiqubit.claude",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "aiqubit.claude"
      },
      "tags": [],
      "_install_count": 21643,
      "_average_rating": 1,
      "_publisher": "aiqubit",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.037531+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.575578+00:00"
    },
    {
      "slug": "vscode-iganbold-superdesign",
      "name": "superdesign (DEPRECATED)",
      "description": "\u26a0\ufe0f DEPRECATED - Please install the new version: https://marketplace.visualstudio.com/items?itemName=SuperdesignDev.superdesign-official",
      "website": "https://marketplace.visualstudio.com/items?itemName=iganbold.superdesign",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "iganbold.superdesign"
      },
      "tags": [],
      "_install_count": 21504,
      "_average_rating": 3.6666667461395264,
      "_publisher": "Itgel (Jack) Ganbold",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.039796+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.250146+00:00"
    },
    {
      "slug": "vscode-heisebaiyun-kiro-for-cc",
      "name": "Kiro for Claude Code",
      "description": "Spec-driven development with Claude Code - inspired by Kiro",
      "website": "https://marketplace.visualstudio.com/items?itemName=heisebaiyun.kiro-for-cc",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "heisebaiyun.kiro-for-cc"
      },
      "tags": [],
      "_install_count": 19132,
      "_average_rating": 5,
      "_publisher": "\u9ed1\u8272\u767d\u4e91",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.045219+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.575795+00:00"
    },
    {
      "slug": "vscode-growthjack-claude-code-usage",
      "name": "Claude Code Usage",
      "description": "Monitor Claude Code usage and costs in VSCode status bar",
      "website": "https://marketplace.visualstudio.com/items?itemName=growthjack.claude-code-usage",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "growthjack.claude-code-usage"
      },
      "tags": [],
      "_install_count": 18841,
      "_average_rating": 5,
      "_publisher": "GrowthJack",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.048627+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.250197+00:00"
    },
    {
      "slug": "vscode-gbti-snapshots-for-ai",
      "name": "Snapshots for AI",
      "description": "Create markdown snapshots of your code for AI interactions",
      "website": "https://marketplace.visualstudio.com/items?itemName=GBTI.snapshots-for-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "GBTI.snapshots-for-ai"
      },
      "tags": [],
      "_install_count": 17238,
      "_average_rating": 5,
      "_publisher": "GBTI Network",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.051360+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.575882+00:00"
    },
    {
      "slug": "vscode-lumidew-claude-color-theme",
      "name": "Claude Theme",
      "description": "A warm and comfortable theme pack inspired by Claude AI's web interface, includes both light and dark variants",
      "website": "https://marketplace.visualstudio.com/items?itemName=Lumidew.claude-color-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Lumidew.claude-color-theme"
      },
      "tags": [],
      "_install_count": 15405,
      "_average_rating": 5,
      "_publisher": "Lumidew",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.053646+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.575934+00:00"
    },
    {
      "slug": "vscode-unitychina-codely",
      "name": "Codely - \u60a8\u7684\u8d34\u8eab\u4ee3\u7801\u52a9\u624b",
      "description": "Codely \u662f\u60a8\u7684\u5185\u90e8 AI \u4ee3\u7801\u667a\u80fd\u52a9\u624b\uff0c\u57fa\u4e8e VS Code + Continue.Dev \u6784\u5efa",
      "website": "https://marketplace.visualstudio.com/items?itemName=UnityChina.codely",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "UnityChina.codely"
      },
      "tags": [],
      "_install_count": 15004,
      "_average_rating": 4.333333492279053,
      "_publisher": "Unity China",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.056194+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.575982+00:00"
    },
    {
      "slug": "vscode-robertpiosik-gemini-coder",
      "name": "Code Web Chat",
      "description": "Token-efficient AI coding (CWC)",
      "website": "https://marketplace.visualstudio.com/items?itemName=robertpiosik.gemini-coder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "robertpiosik.gemini-coder"
      },
      "tags": [],
      "_install_count": 13919,
      "_average_rating": 4.545454502105713,
      "_publisher": "Robert Piosik",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.059675+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.576030+00:00"
    },
    {
      "slug": "vscode-jinno-codelens-sample",
      "name": "Jinno: Live Preview React components with AI. For React, NextJS and Javascript to develop better design systems.",
      "description": "Jinno AI allows you to live preview React components directly within VS Code. For React, NextJS and design systems",
      "website": "https://marketplace.visualstudio.com/items?itemName=jinno.codelens-sample",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jinno.codelens-sample"
      },
      "tags": [],
      "_install_count": 12730,
      "_average_rating": 5,
      "_publisher": "jinno",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.063735+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.576075+00:00"
    },
    {
      "slug": "vscode-devvai-devv",
      "name": "Devv.AI - Free AI Chat & Coding Assistant with GPT-4, Claude 3.5, and Gemini",
      "description": "Unlock your coding potential with Devv.AI, the ultimate AI-powered chat and coding assistant available for free on Visual Studio Code. Supercharged by state-of-the-art AI models including GPT-4, Claude 3.5, and Gemini, Devv.AI is designed to enhance your productivity and make you a 10x developer.",
      "website": "https://marketplace.visualstudio.com/items?itemName=DevvAI.devv",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DevvAI.devv"
      },
      "tags": [],
      "_install_count": 12467,
      "_average_rating": 2.6666667461395264,
      "_publisher": "Devv.AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.066996+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.576153+00:00"
    },
    {
      "slug": "vscode-multi-multi",
      "name": "Multi \u2013 Frontier AI Coding Agent",
      "description": "Frontier AI Coding Agent for Builders Who Ship.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Multi.multi",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Multi.multi"
      },
      "tags": [],
      "_install_count": 11952,
      "_average_rating": 5,
      "_publisher": "multi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.069127+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.047520+00:00"
    },
    {
      "slug": "vscode-haibo-nexchatgptplus",
      "name": "NexChatGPT - DeepSeek ChatGPT Claude All in one AI Assistant Code Copilot\uff08\u516c\u4f17\u53f7\uff1aV\u8d77\u6765\u52a9\u624b+\uff09",
      "description": "NexChatGPT - DeepSeek ChatGPT Claude All in one AI Assistant Code Copilot\uff08\u516c\u4f17\u53f7\uff1aV\u8d77\u6765\u52a9\u624b+\uff09",
      "website": "https://marketplace.visualstudio.com/items?itemName=haibo.NexChatGPTPlus",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "haibo.NexChatGPTPlus"
      },
      "tags": [],
      "_install_count": 10833,
      "_average_rating": 5,
      "_publisher": "chat.vqlai.com",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.071276+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.576305+00:00"
    },
    {
      "slug": "vscode-chatide-chatide",
      "name": "ChatIDE - Coding Assistant (GPT/ChatGPT, Claude)",
      "description": "ChatIDE is an open-source coding and debugging assistant that supports GPT/ChatGPT (OpenAI), and Claude (Anthropic). Supported models: [gpt4, gpt-3.5-turbo, claude-v1.3]. Import/export your conversation history. Bring up the assistant in a side pane by pressing cmd+shift+i.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ChatIDE.chatide",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ChatIDE.chatide"
      },
      "tags": [],
      "_install_count": 10739,
      "_average_rating": 5,
      "_publisher": "ChatIDE",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.074566+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.250402+00:00"
    },
    {
      "slug": "vscode-d3j-gemini-cli-on-vscode",
      "name": "Gemini CLI on VSCode",
      "description": "Run Gemini & Codex CLI (GPT-5) in editor panes like Claude Code - no more terminal switching",
      "website": "https://marketplace.visualstudio.com/items?itemName=d3j.gemini-cli-on-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "d3j.gemini-cli-on-vscode"
      },
      "tags": [],
      "_install_count": 9805,
      "_average_rating": 5,
      "_publisher": "Joji Jorge Senda",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.080552+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.250608+00:00"
    },
    {
      "slug": "vscode-bedirt-gpt-token-counter-live",
      "name": "Live LLM Token Counter",
      "description": "Live Token Counter for Language Models",
      "website": "https://marketplace.visualstudio.com/items?itemName=bedirt.gpt-token-counter-live",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bedirt.gpt-token-counter-live"
      },
      "tags": [],
      "_install_count": 9670,
      "_average_rating": 5,
      "_publisher": "bedirt",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.083879+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.250717+00:00"
    },
    {
      "slug": "vscode-formulahendry-acp-client",
      "name": "ACP Client",
      "description": "Agent Client Protocol client for VS Code \u2014 connect to GitHub Copilot, Claude Code, Gemini CLI, Qwen Code, Codex CLI, OpenCode, OpenClaw, Kiro CLI, Hermes Agent, and any ACP-compatible AI coding agent",
      "website": "https://marketplace.visualstudio.com/items?itemName=formulahendry.acp-client",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "formulahendry.acp-client"
      },
      "tags": [],
      "_install_count": 9596,
      "_average_rating": 4,
      "_publisher": "Jun Han",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.087191+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.048298+00:00"
    },
    {
      "slug": "vscode-fedaykindev-openchamber",
      "name": "OpenChamber",
      "description": "AI coding assistant powered by OpenCode",
      "website": "https://marketplace.visualstudio.com/items?itemName=FedaykinDev.openchamber",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "FedaykinDev.openchamber"
      },
      "tags": [],
      "_install_count": 9378,
      "_average_rating": 5,
      "_publisher": "FedaykinDev",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.090535+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.048451+00:00"
    },
    {
      "slug": "vscode-nicepkg-gpt-runner",
      "name": "GPT Runner - Chatgpt & Claude",
      "description": "Conversations with files! Manage AI presets!",
      "website": "https://marketplace.visualstudio.com/items?itemName=nicepkg.gpt-runner",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "nicepkg.gpt-runner"
      },
      "tags": [],
      "_install_count": 9165,
      "_average_rating": 5,
      "_publisher": "nicepkg",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.096323+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.250811+00:00"
    },
    {
      "slug": "vscode-sindujaramaraj-app-developer-copilot",
      "name": "App Developer Copilot",
      "description": "App developer agent for creating web and mobile apps",
      "website": "https://marketplace.visualstudio.com/items?itemName=sindujaramaraj.app-developer-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sindujaramaraj.app-developer-copilot"
      },
      "tags": [],
      "_install_count": 8938,
      "_average_rating": 5,
      "_publisher": "Sinduja Ramaraj",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.099180+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.250923+00:00"
    },
    {
      "slug": "vscode-auratechnologies-claude-code-ui-overlay",
      "name": "Claude Code UI",
      "description": "Beautiful Claude Code UI Interface for VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=AuraTechnologies.claude-code-ui-overlay",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AuraTechnologies.claude-code-ui-overlay"
      },
      "tags": [],
      "_install_count": 8857,
      "_average_rating": 5,
      "_publisher": "Aura Technologies",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.102572+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.251165+00:00"
    },
    {
      "slug": "vscode-punal100-antigravity-copilot",
      "name": "Antigravity for Copilot",
      "description": "Use Google Antigravity models (Claude, Gemini) in GitHub Copilot Chat via CLIProxyAPI",
      "website": "https://marketplace.visualstudio.com/items?itemName=punal100.antigravity-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "punal100.antigravity-copilot"
      },
      "tags": [],
      "_install_count": 8811,
      "_average_rating": 5,
      "_publisher": "punal100",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.105272+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.576779+00:00"
    },
    {
      "slug": "vscode-leonkohli-snapsource",
      "name": "Copy4AI - Copy Project Code to ChatGPT",
      "description": "Easily copy file and folder contents with project tree structure to clipboard for AI (LLM/ChatGPT/Claude/...) context.",
      "website": "https://marketplace.visualstudio.com/items?itemName=LeonKohli.snapsource",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "LeonKohli.snapsource"
      },
      "tags": [],
      "_install_count": 8448,
      "_average_rating": 5,
      "_publisher": "Leon Kohli",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.109385+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.576849+00:00"
    },
    {
      "slug": "vscode-cjnoname-claude-terminal",
      "name": "Claude Terminal",
      "description": "Open Claude CLI in the VS Code editor area with a single shortcut (Cmd+F1)",
      "website": "https://marketplace.visualstudio.com/items?itemName=cjnoname.claude-terminal",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "cjnoname.claude-terminal"
      },
      "tags": [],
      "_install_count": 8146,
      "_average_rating": 5,
      "_publisher": "cjnoname",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.113720+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.576901+00:00"
    },
    {
      "slug": "vscode-ciandt-global-ciandt-flow",
      "name": "Flow Coder",
      "description": "Extension to help developers code faster using Flow",
      "website": "https://marketplace.visualstudio.com/items?itemName=ciandt-global.ciandt-flow",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ciandt-global.ciandt-flow"
      },
      "tags": [],
      "_install_count": 7628,
      "_average_rating": 5,
      "_publisher": "CI&T",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.117061+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.576949+00:00"
    },
    {
      "slug": "vscode-breaking-brake-cc-wf-studio",
      "name": "Claude Code Workflow Studio",
      "description": "Visual Workflow Editor for Claude Code, GitHub Copilot, and more AI agents",
      "website": "https://marketplace.visualstudio.com/items?itemName=breaking-brake.cc-wf-studio",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "breaking-brake.cc-wf-studio"
      },
      "tags": [],
      "_install_count": 7532,
      "_average_rating": null,
      "_publisher": "breaking-brake",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.119787+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.577020+00:00"
    },
    {
      "slug": "vscode-lastmile-ai-vscode-aiconfig",
      "name": "AIConfig Editor",
      "description": "AIConfig notebook editor that turns VSCode into a generative AI studio.",
      "website": "https://marketplace.visualstudio.com/items?itemName=lastmile-ai.vscode-aiconfig",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "lastmile-ai.vscode-aiconfig"
      },
      "tags": [],
      "_install_count": 7061,
      "_average_rating": 5,
      "_publisher": "LastMile\u2122 AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.122413+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.251271+00:00"
    },
    {
      "slug": "vscode-nvidia-nsight-copilot",
      "name": "Nsight Copilot",
      "description": "NVIDIA's accelerated computing programming assistant",
      "website": "https://marketplace.visualstudio.com/items?itemName=NVIDIA.nsight-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "NVIDIA.nsight-copilot"
      },
      "tags": [],
      "_install_count": 6702,
      "_average_rating": 3,
      "_publisher": "NVIDIA",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.127308+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.577161+00:00"
    },
    {
      "slug": "vscode-flowcraft-flowcraft",
      "name": "FlowCraft - AI-Powered Diagram Generator",
      "description": "Generate beautiful diagrams, infographics, and images from code using AI. Supports multiple diagram types and AI providers, such as OpenAI, Anthropic, Google, and FlowCraft API.",
      "website": "https://marketplace.visualstudio.com/items?itemName=FlowCraft.flowcraft",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "FlowCraft.flowcraft"
      },
      "tags": [],
      "_install_count": 6644,
      "_average_rating": 5,
      "_publisher": "FlowCraft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.131327+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.251371+00:00"
    },
    {
      "slug": "vscode-juanlb-claude-commit",
      "name": "Claude Commit",
      "description": "Generate smart commit messages with Claude CLI",
      "website": "https://marketplace.visualstudio.com/items?itemName=juanlb.claude-commit",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "juanlb.claude-commit"
      },
      "tags": [],
      "_install_count": 6594,
      "_average_rating": 5,
      "_publisher": "Juanlb",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.134510+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.251483+00:00"
    },
    {
      "slug": "vscode-agsoft-claude-history-viewer",
      "name": "Claude Code, Codex & OpenCode Assist - Chat History, Diffs & Usage",
      "description": "History viewer for Claude Code, Codex CLI, and OpenCode. Browse sessions, view file diffs, search conversations, and track token usage & costs. Free, with optional Pro features.",
      "website": "https://marketplace.visualstudio.com/items?itemName=agsoft.claude-history-viewer",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "agsoft.claude-history-viewer"
      },
      "tags": [],
      "_install_count": 6483,
      "_average_rating": 3.25,
      "_publisher": "A. G. Software Technologies",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.137228+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.577324+00:00"
    },
    {
      "slug": "vscode-alfredoperez-speckit-companion",
      "name": "SpecKit Companion",
      "description": "VS Code companion for GitHub SpecKit - spec-driven development with AI assistants",
      "website": "https://marketplace.visualstudio.com/items?itemName=alfredoperez.speckit-companion",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "alfredoperez.speckit-companion"
      },
      "tags": [],
      "_install_count": 6150,
      "_average_rating": 5,
      "_publisher": "Alfredo Perez",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.140699+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.577401+00:00"
    },
    {
      "slug": "vscode-alexzanfir-claude-chats",
      "name": "Claude Chats",
      "description": "Rename, organize, and archive Claude Code conversations",
      "website": "https://marketplace.visualstudio.com/items?itemName=AlexZanfir.claude-chats",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AlexZanfir.claude-chats"
      },
      "tags": [],
      "_install_count": 6000,
      "_average_rating": null,
      "_publisher": "Alex Zanfir",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.145116+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.251629+00:00"
    },
    {
      "slug": "vscode-cursorfree-cursor-free",
      "name": "Cursor Free",
      "description": "Your AI Programming Assistant / \u4f60\u7684AI\u7f16\u7a0b\u52a9\u624b",
      "website": "https://marketplace.visualstudio.com/items?itemName=CursorFree.cursor-free",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CursorFree.cursor-free"
      },
      "tags": [],
      "_install_count": 5904,
      "_average_rating": 3,
      "_publisher": "Cursor Free",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.148729+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.577493+00:00"
    },
    {
      "slug": "vscode-singularityinc-claude-notifier",
      "name": "Claude Notifier",
      "description": "Plays distinct sounds when Claude Code finishes a task or needs your input",
      "website": "https://marketplace.visualstudio.com/items?itemName=SingularityInc.claude-notifier",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SingularityInc.claude-notifier"
      },
      "tags": [],
      "_install_count": 5878,
      "_average_rating": 5,
      "_publisher": "Singularity Inc.",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.152082+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.577544+00:00"
    },
    {
      "slug": "vscode-superdesigndev-superdesign-official",
      "name": "Superdesign Dev",
      "description": "The 1st Design Agent lives inside your IDE",
      "website": "https://marketplace.visualstudio.com/items?itemName=SuperdesignDev.superdesign-official",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SuperdesignDev.superdesign-official"
      },
      "tags": [],
      "_install_count": 5280,
      "_average_rating": null,
      "_publisher": "Superdesign",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.154210+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.536497+00:00"
    },
    {
      "slug": "vscode-akshats911-codewhisper",
      "name": "CodeWhisper - (Update to CodeGPT) Coding Assistant (GPT/ChatGPT, Claude)",
      "description": "CodeWhisper, an update to CodeGPT, is a coding and debugging assistant that supports GPT/ChatGPT (OpenAI). Supported models: [gpt4, gpt-3.5-turbo, claude-v1.3]. Import/export your conversation history. Bring up the assistant in a side pane by pressing windows+shift+i.",
      "website": "https://marketplace.visualstudio.com/items?itemName=akshats911.CodeWhisper",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "akshats911.CodeWhisper"
      },
      "tags": [],
      "_install_count": 5271,
      "_average_rating": 4.75,
      "_publisher": "akshats911",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.156889+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.536578+00:00"
    },
    {
      "slug": "vscode-es6kr-claude-sessions",
      "name": "Claude Code Sessions",
      "description": "Manage Claude Code sessions from VS Code sidebar",
      "website": "https://marketplace.visualstudio.com/items?itemName=es6kr.claude-sessions",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "es6kr.claude-sessions"
      },
      "tags": [],
      "_install_count": 5111,
      "_average_rating": 5,
      "_publisher": "es6.kr",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.747788+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.869829+00:00"
    },
    {
      "slug": "vscode-formulahendry-agent-skills",
      "name": "Agent Skills",
      "description": "Agent Skills Marketplace and Toolkit",
      "website": "https://marketplace.visualstudio.com/items?itemName=formulahendry.agent-skills",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "formulahendry.agent-skills"
      },
      "tags": [],
      "_install_count": 5068,
      "_average_rating": 5,
      "_publisher": "Jun Han",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.750533+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.869910+00:00"
    },
    {
      "slug": "vscode-conscious-robot-claude-vscode-assistant",
      "name": "Claude AI Assistant",
      "description": "Claude AI assistant for Visual Studio Code - Seamlessly integrate Claude's capabilities into your development workflow",
      "website": "https://marketplace.visualstudio.com/items?itemName=conscious-robot.claude-vscode-assistant",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "conscious-robot.claude-vscode-assistant"
      },
      "tags": [],
      "_install_count": 4895,
      "_average_rating": null,
      "_publisher": "Conscious Robot",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.753450+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.536668+00:00"
    },
    {
      "slug": "vscode-xiangz19-codex-ratelimit",
      "name": "Codex Rate Limit Monitor",
      "description": "A VSCode extension for monitoring Codex rate limits",
      "website": "https://marketplace.visualstudio.com/items?itemName=xiangz19.codex-ratelimit",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "xiangz19.codex-ratelimit"
      },
      "tags": [],
      "_install_count": 4692,
      "_average_rating": 5,
      "_publisher": "xiangz19",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.756643+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.870013+00:00"
    },
    {
      "slug": "vscode-yahyashareef-claude-code-usage-tracker",
      "name": "Claude Code Usage Tracker",
      "description": "Real-time monitoring of Claude Code token usage, cost tracking, and session management",
      "website": "https://marketplace.visualstudio.com/items?itemName=YahyaShareef.claude-code-usage-tracker",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "YahyaShareef.claude-code-usage-tracker"
      },
      "tags": [],
      "_install_count": 4665,
      "_average_rating": 5,
      "_publisher": "Yahya Shareef",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.758718+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.870063+00:00"
    },
    {
      "slug": "vscode-gaurabhchakraborty-local-logger",
      "name": "AI Usage Tracker - Team Productivity Analytics",
      "description": "\ud83d\ude80 The #1 VS Code extension for automated AI productivity tracking. Transform manual CSV logging into professional team analytics. Tracks GitHub Copilot, Claude, Devin, Cursor & more with real-time insights, automatic CSV export, and team collaboration features.",
      "website": "https://marketplace.visualstudio.com/items?itemName=GaurabhChakraborty.local-logger",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "GaurabhChakraborty.local-logger"
      },
      "tags": [],
      "_install_count": 4655,
      "_average_rating": null,
      "_publisher": "Gaurabh Chakraborty",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.761365+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.870117+00:00"
    },
    {
      "slug": "vscode-martinortiz-claude-stats",
      "name": "Claude Stats",
      "description": "Monitor your Claude Code usage and rate limits",
      "website": "https://marketplace.visualstudio.com/items?itemName=MartinOrtiz.claude-stats",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MartinOrtiz.claude-stats"
      },
      "tags": [],
      "_install_count": 4652,
      "_average_rating": 1,
      "_publisher": "Martin Ortiz",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.764583+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.870193+00:00"
    },
    {
      "slug": "vscode-long-kudo-vscode-claude-status",
      "name": "Claude Status",
      "description": "Claude Code token usage & cost in VSCode status bar",
      "website": "https://marketplace.visualstudio.com/items?itemName=long-kudo.vscode-claude-status",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "long-kudo.vscode-claude-status"
      },
      "tags": [],
      "_install_count": 4596,
      "_average_rating": 5,
      "_publisher": "long-910",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.766873+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.536716+00:00"
    },
    {
      "slug": "vscode-buddyred-buddyred",
      "name": "Buddy - \u60a8\u7684AI\u7f16\u7a0b\u4f19\u4f34",
      "description": "?AI????????????????????",
      "website": "https://marketplace.visualstudio.com/items?itemName=BuddyRed.buddyred",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "BuddyRed.buddyred"
      },
      "tags": [],
      "_install_count": 4500,
      "_average_rating": 5,
      "_publisher": "Buddy",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.769499+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.870346+00:00"
    },
    {
      "slug": "vscode-suhaibbinyounis-github-copilot-api-vscode",
      "name": "GitHub Copilot API Gateway",
      "description": "Free & open-source universal API Gateway for all VS Code language models. Auto-discovers GitHub Copilot, Gemini, Ollama & any AI extension \u2014 exposing them via local OpenAI, Anthropic, Google & Llama compatible APIs. One endpoint, every model. Use with Cursor, LangChain, Agents & more.",
      "website": "https://marketplace.visualstudio.com/items?itemName=SuhaibBinYounis.github-copilot-api-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SuhaibBinYounis.github-copilot-api-vscode"
      },
      "tags": [],
      "_install_count": 4477,
      "_average_rating": 5,
      "_publisher": "Suhaib Bin Younis",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.772628+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.536782+00:00"
    },
    {
      "slug": "vscode-smallmain-vscode-unify-chat-provider",
      "name": "Unify Chat Provider",
      "description": "Integrate multiple LLM API providers into VS Code's GitHub Copilot Chat using the Language Model API.",
      "website": "https://marketplace.visualstudio.com/items?itemName=SmallMain.vscode-unify-chat-provider",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SmallMain.vscode-unify-chat-provider"
      },
      "tags": [],
      "_install_count": 4475,
      "_average_rating": 5,
      "_publisher": "SmallMain",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.774842+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654224+00:00"
    },
    {
      "slug": "vscode-skyrain-vs-cc-switch",
      "name": "Claude Code Env Switcher",
      "description": "\u5feb\u901f\u5207\u6362 Claude Code \u7684\u73af\u5883\u53d8\u91cf\u914d\u7f6e\uff0c\u652f\u6301\u591a\u4e2a API \u63d0\u4f9b\u5546\uff08\u5982\u667a\u8c31 GLM\u3001DeepSeek \u7b49\uff09",
      "website": "https://marketplace.visualstudio.com/items?itemName=Skyrain.vs-cc-switch",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Skyrain.vs-cc-switch"
      },
      "tags": [],
      "_install_count": 4461,
      "_average_rating": 5,
      "_publisher": "Skyrain",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.777526+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.536905+00:00"
    },
    {
      "slug": "vscode-suzuki0430-ccusage-vscode",
      "name": "Claude Code Usage Monitor",
      "description": "Monitor your Claude Code usage and costs in VS Code status bar",
      "website": "https://marketplace.visualstudio.com/items?itemName=suzuki0430.ccusage-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "suzuki0430.ccusage-vscode"
      },
      "tags": [],
      "_install_count": 4423,
      "_average_rating": null,
      "_publisher": "Atsushi Suzuki",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.780113+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.870587+00:00"
    },
    {
      "slug": "vscode-rexdotsh-claudesync",
      "name": "ClaudeSync",
      "description": "Sync your code with Claude.ai Projects",
      "website": "https://marketplace.visualstudio.com/items?itemName=rexdotsh.claudesync",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "rexdotsh.claudesync"
      },
      "tags": [],
      "_install_count": 4401,
      "_average_rating": 5,
      "_publisher": "rex.sh",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.781860+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.870643+00:00"
    },
    {
      "slug": "vscode-naveenn-claude-ai-assist",
      "name": "Claude AI Assist",
      "description": "Integrate Claude AI into VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=NaveenN.claude-ai-assist",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "NaveenN.claude-ai-assist"
      },
      "tags": [],
      "_install_count": 4396,
      "_average_rating": null,
      "_publisher": "Naveen N",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.785195+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.870692+00:00"
    },
    {
      "slug": "vscode-harshagarwal1012-claude-usage-bar",
      "name": "Claude Usage Bar",
      "description": "Shows your Claude Code rate limit usage in the VS Code status bar via statusLine integration \u2014 session %, reset countdown, and color alerts. Zero API calls.",
      "website": "https://marketplace.visualstudio.com/items?itemName=HarshAgarwal1012.claude-usage-bar",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "HarshAgarwal1012.claude-usage-bar"
      },
      "tags": [],
      "_install_count": 4321,
      "_average_rating": 5,
      "_publisher": "Harsh Agarwal",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.787755+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.536990+00:00"
    },
    {
      "slug": "vscode-akirakudo-kudos-gpt",
      "name": "ChatGPT & GPT extension - kudos-gpt",
      "description": "Use ChatGPT & GPT right inside VSCode to enhance and automate your coding with AI-powered assistance",
      "website": "https://marketplace.visualstudio.com/items?itemName=AkiraKudo.kudos-gpt",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AkiraKudo.kudos-gpt"
      },
      "tags": [],
      "_install_count": 4320,
      "_average_rating": null,
      "_publisher": "Akira Kudo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.790895+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654299+00:00"
    },
    {
      "slug": "vscode-conceptatech-claude-ai-code-review",
      "name": "claude-ai-code-review",
      "description": "A Code review using Claude AI from Anthropic AI",
      "website": "https://marketplace.visualstudio.com/items?itemName=ConceptaTech.claude-ai-code-review",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ConceptaTech.claude-ai-code-review"
      },
      "tags": [],
      "_install_count": 4151,
      "_average_rating": null,
      "_publisher": "Concepta Tech",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.794457+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537179+00:00"
    },
    {
      "slug": "vscode-joaompfp-hermes-ai-agent",
      "name": "Hermes AI Agent",
      "description": "VS Code sidebar for the Hermes AI agent. Streams chat, runs tools, manages sessions. Multi-model (Claude, Codex). Communicates over ACP.",
      "website": "https://marketplace.visualstudio.com/items?itemName=joaompfp.hermes-ai-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "joaompfp.hermes-ai-agent"
      },
      "tags": [],
      "_install_count": 3918,
      "_average_rating": 3,
      "_publisher": "joaompfp",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.797566+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654661+00:00"
    },
    {
      "slug": "vscode-dnrm-claude-theme",
      "name": "claude-theme",
      "description": "A Claude inspired theme",
      "website": "https://marketplace.visualstudio.com/items?itemName=dnrm.claude-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "dnrm.claude-theme"
      },
      "tags": [],
      "_install_count": 3860,
      "_average_rating": 5,
      "_publisher": "dnrm",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.801210+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.871154+00:00"
    },
    {
      "slug": "vscode-ppipada-flexigpt",
      "name": "FlexiGPT",
      "description": "Interact with GPT AI models (GPT 3.5/4, Anthropic Claude, All models of HuggingFace Inference API, Gemini/Bison/Gecko by GoogleGL i.e Gemini API, etc, All models from llama.cpp like LLaMA1/2, Mistral, Vicuna, GPT4All, etc) as a power user",
      "website": "https://marketplace.visualstudio.com/items?itemName=ppipada.flexigpt",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ppipada.flexigpt"
      },
      "tags": [],
      "_install_count": 3853,
      "_average_rating": 4,
      "_publisher": "Pankaj Pipada",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.804229+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537242+00:00"
    },
    {
      "slug": "vscode-yechielby-claude-code-rtl",
      "name": "Claude Code RTL Support",
      "description": "Adds RTL (Right-to-Left) text support for Hebrew, Arabic and Persian to Claude Code in VS Code, Cursor, Antigravity and Kiro",
      "website": "https://marketplace.visualstudio.com/items?itemName=yechielby.claude-code-rtl",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "yechielby.claude-code-rtl"
      },
      "tags": [],
      "_install_count": 3808,
      "_average_rating": 5,
      "_publisher": "Yechiel Bar-Yehuda",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.807668+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537294+00:00"
    },
    {
      "slug": "vscode-jochenyang-minimax-status-vscode",
      "name": "MiniMax Status",
      "description": "\u5728 VS Code \u72b6\u6001\u680f\u663e\u793a MiniMax Token-Plan \u4f7f\u7528\u72b6\u6001",
      "website": "https://marketplace.visualstudio.com/items?itemName=Jochenyang.minimax-status-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Jochenyang.minimax-status-vscode"
      },
      "tags": [],
      "_install_count": 3785,
      "_average_rating": 5,
      "_publisher": "Jochenyang",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.813503+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.871545+00:00"
    },
    {
      "slug": "vscode-kingleo-quickdraw",
      "name": "Quick",
      "description": "QuickDraw provides quick and easy access to hidden commands including commands from installed extensions. You can pin your favourite commands at the top in the menu.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Kingleo.quickdraw",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Kingleo.quickdraw"
      },
      "tags": [],
      "_install_count": 3721,
      "_average_rating": 5,
      "_publisher": "Kingleo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.816582+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537344+00:00"
    },
    {
      "slug": "vscode-deepmyst-mysti",
      "name": "Mysti - AI Coding Agent",
      "description": "Multi-agent AI coding assistant. Claude Code, Codex, Gemini, and GitHub Copilot brainstorm together, debate approaches, and deliver superior solutions. Like Cursor & Copilot, but with collaborative AI agents.",
      "website": "https://marketplace.visualstudio.com/items?itemName=DeepMyst.mysti",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DeepMyst.mysti"
      },
      "tags": [],
      "_install_count": 3519,
      "_average_rating": 5,
      "_publisher": "DeepMyst",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.819015+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654734+00:00"
    },
    {
      "slug": "vscode-vxplain-vxplain",
      "name": "Vxplain - Visualization tool for coding agents",
      "description": "Autogenerate architecture diagrams, function call graphs, flowcharts, summaries and more.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Vxplain.vxplain",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Vxplain.vxplain"
      },
      "tags": [],
      "_install_count": 3498,
      "_average_rating": 5,
      "_publisher": "Vxplain",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.820914+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654785+00:00"
    },
    {
      "slug": "vscode-ruslanmv-gitpilot-vscode",
      "name": "GitPilot \u2014 Multi-Agent AI Coding Assistant",
      "description": "The first multi-agent AI pair programmer for VS Code. Four specialized agents (Explorer, Planner, Coder, Reviewer) collaborate on every task \u2014 you approve every change. Works with OpenAI, Claude, Ollama, Watsonx.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ruslanmv.gitpilot-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ruslanmv.gitpilot-vscode"
      },
      "tags": [],
      "_install_count": 3400,
      "_average_rating": 5,
      "_publisher": "Ruslan Magana Vsevolodovna",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.823723+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654862+00:00"
    },
    {
      "slug": "vscode-chatgwajang-claude-code-assistant-wsl",
      "name": "Claude Code Assistant",
      "description": "Claude Code Assistant - Now supports Windows, WSL, and macOS!",
      "website": "https://marketplace.visualstudio.com/items?itemName=Chatgwajang.claude-code-assistant-wsl",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Chatgwajang.claude-code-assistant-wsl"
      },
      "tags": [],
      "_install_count": 3355,
      "_average_rating": null,
      "_publisher": "Chatgwajang (\ucc57\uacfc\uc7a5)",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.830999+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.872126+00:00"
    },
    {
      "slug": "vscode-jitera-jitera",
      "name": "Jitera: AI Programming Agent",
      "description": "Jitera automates and accelerates the software development lifecycle with AI",
      "website": "https://marketplace.visualstudio.com/items?itemName=jitera.jitera",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jitera.jitera"
      },
      "tags": [],
      "_install_count": 3335,
      "_average_rating": 5,
      "_publisher": "Jitera",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.834673+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.872230+00:00"
    },
    {
      "slug": "vscode-nvms-ai-wingman",
      "name": "Wingman",
      "description": "Your pair programming wingman. Supports OpenAI, Anthropic, or any LLM on your local inference server.",
      "website": "https://marketplace.visualstudio.com/items?itemName=nvms.ai-wingman",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "nvms.ai-wingman"
      },
      "tags": [],
      "_install_count": 3290,
      "_average_rating": 5,
      "_publisher": "nvms",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.838015+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537442+00:00"
    },
    {
      "slug": "vscode-yutengjing-vscode-classic-experience",
      "name": "VSCode Keybindings for Cursor",
      "description": "Restore familiar VSCode keybindings in Cursor editor. Smooth transition for VSCode users.",
      "website": "https://marketplace.visualstudio.com/items?itemName=YuTengjing.vscode-classic-experience",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "YuTengjing.vscode-classic-experience"
      },
      "tags": [],
      "_install_count": 3200,
      "_average_rating": 4.75,
      "_publisher": "YuTengjing",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.841023+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.872439+00:00"
    },
    {
      "slug": "vscode-waveflow-claude-code-chat-cursor-design",
      "name": "Chat Claude Code",
      "description": "Claude Code Chat Interface for VS Code with design aspects from Cursor and Windsurf",
      "website": "https://marketplace.visualstudio.com/items?itemName=WaveFlow.claude-code-chat-cursor-design",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "WaveFlow.claude-code-chat-cursor-design"
      },
      "tags": [],
      "_install_count": 3197,
      "_average_rating": null,
      "_publisher": "Wave Flow",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.844188+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537602+00:00"
    },
    {
      "slug": "vscode-ashwingopalsamy-claude-code-theme",
      "name": "Claude Code Theme",
      "description": "Claude-aligned code theme system for VS Code, designed for clarity, endurance, and semantic meaning.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ashwingopalsamy.claude-code-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ashwingopalsamy.claude-code-theme"
      },
      "tags": [],
      "_install_count": 3192,
      "_average_rating": 5,
      "_publisher": "Ashwin Gopalsamy",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.847684+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537655+00:00"
    },
    {
      "slug": "vscode-twilightcoders-claude-pilot",
      "name": "Claude Pilot",
      "description": "Moveable Claude Code terminal view for VS Code - drag and drop between panels",
      "website": "https://marketplace.visualstudio.com/items?itemName=TwilightCoders.claude-pilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TwilightCoders.claude-pilot"
      },
      "tags": [],
      "_install_count": 3112,
      "_average_rating": 5,
      "_publisher": "Twilight Coders",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.852391+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537702+00:00"
    },
    {
      "slug": "vscode-marxism-ai-token-count",
      "name": " Token Count in Status Bar for your active file and selection",
      "description": "GPT-4, GPT-3.5, Anthropic Claude, LLaMA token counts live in your status bar! token count file status bar.",
      "website": "https://marketplace.visualstudio.com/items?itemName=marxism.ai-token-count",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "marxism.ai-token-count"
      },
      "tags": [],
      "_install_count": 3048,
      "_average_rating": 5,
      "_publisher": "Karl Marx",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.854913+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537755+00:00"
    },
    {
      "slug": "vscode-alvinunreal-claude-vscode-theme",
      "name": "Claude VSCode Theme",
      "description": "Thoughtful dark theme collection with classic and italic variants. Inspired by Claude AI with carefully balanced contrast and warm syntax colors for long coding sessions.",
      "website": "https://marketplace.visualstudio.com/items?itemName=AlvinUnreal.claude-vscode-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AlvinUnreal.claude-vscode-theme"
      },
      "tags": [],
      "_install_count": 2950,
      "_average_rating": 5,
      "_publisher": "Alvin Unreal",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.858388+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537802+00:00"
    },
    {
      "slug": "vscode-fluxlabs-gsd-2",
      "name": "GSD-2",
      "description": "VS Code integration for the GSD-2 coding agent \u2014 sidebar dashboard, @gsd chat participant, activity feed, conversation history, code lens, session forking, slash command completion, workflow controls, and 33 commands",
      "website": "https://marketplace.visualstudio.com/items?itemName=FluxLabs.gsd-2",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "FluxLabs.gsd-2"
      },
      "tags": [],
      "_install_count": 2924,
      "_average_rating": null,
      "_publisher": "Flux Labs",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.862262+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.655124+00:00"
    },
    {
      "slug": "vscode-axtra-claude-code-router-vscode",
      "name": "Claude Code Router For Visual Studio Code",
      "description": "Adds a button to the editor title bar to open Claude Code Router in VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Axtra.claude-code-router-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Axtra.claude-code-router-vscode"
      },
      "tags": [],
      "_install_count": 2889,
      "_average_rating": 5,
      "_publisher": "Axtra",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.865381+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.872855+00:00"
    },
    {
      "slug": "vscode-harness-inc-harness-aida-code-assistant-vsx",
      "name": "Harness AI Code Assistant",
      "description": "The leading AI code assistant",
      "website": "https://marketplace.visualstudio.com/items?itemName=harness-inc.harness-aida-code-assistant-vsx",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "harness-inc.harness-aida-code-assistant-vsx"
      },
      "tags": [],
      "_install_count": 2876,
      "_average_rating": null,
      "_publisher": "Harness Inc.",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.868810+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.872908+00:00"
    },
    {
      "slug": "vscode-rizwanansari-ai-coder",
      "name": "AI Coder",
      "description": "Code using OpenAI, Anthropic, and DeepSeek",
      "website": "https://marketplace.visualstudio.com/items?itemName=RizwanAnsari.ai-coder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "RizwanAnsari.ai-coder"
      },
      "tags": [],
      "_install_count": 2826,
      "_average_rating": 5,
      "_publisher": "Rizwan Ansari",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.872331+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537910+00:00"
    },
    {
      "slug": "vscode-benbasha-claude-autopilot",
      "name": "Claude Autopilot",
      "description": "Automated Claude Code task management with queue processing and auto-resume functionality",
      "website": "https://marketplace.visualstudio.com/items?itemName=benbasha.claude-autopilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "benbasha.claude-autopilot"
      },
      "tags": [],
      "_install_count": 2822,
      "_average_rating": 5,
      "_publisher": "Ben Basha",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.875335+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537956+00:00"
    },
    {
      "slug": "vscode-agg4code-claude-image-paste",
      "name": "Claude Image Paste",
      "description": "Seamlessly paste images from clipboard or files into VS Code terminal for Claude Code conversations",
      "website": "https://marketplace.visualstudio.com/items?itemName=agg4code.claude-image-paste",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "agg4code.claude-image-paste"
      },
      "tags": [],
      "_install_count": 2742,
      "_average_rating": null,
      "_publisher": "agg",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:01.877893+00:00",
      "_last_seen_at": "2026-05-25T13:59:28.873063+00:00"
    },
    {
      "slug": "vscode-zhang-renyang-claude-vscode",
      "name": "Claude",
      "description": "Key-free,Free of charge,\u514dKey,\u514d\u9b54\u6cd5,\u514d\u6ce8\u518c,\u514d\u8d39",
      "website": "https://marketplace.visualstudio.com/items?itemName=zhang-renyang.claude-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "zhang-renyang.claude-vscode"
      },
      "tags": [],
      "_install_count": 2740,
      "_average_rating": 4,
      "_publisher": "zhang-renyang",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.145250+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.443122+00:00"
    },
    {
      "slug": "vscode-ryonakae-vscode-lm-proxy",
      "name": "LM Proxy",
      "description": "Expose VSCode's GitHub Copilot capabilities through OpenAI, Anthropic, and Claude Code compatible REST APIs. Access GitHub Copilot from external applications using the VSCode Language Model API.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ryonakae.vscode-lm-proxy",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ryonakae.vscode-lm-proxy"
      },
      "tags": [],
      "_install_count": 2683,
      "_average_rating": 5,
      "_publisher": "Ryo Nakae",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.148468+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538156+00:00"
    },
    {
      "slug": "vscode-aiqubit-gemini-pro",
      "name": "GeminiPro(Gemini for Visual Studio Code)",
      "description": "Gemini integration for Visual Studio Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=aiqubit.gemini-pro",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "aiqubit.gemini-pro"
      },
      "tags": [],
      "_install_count": 2655,
      "_average_rating": null,
      "_publisher": "aiqubit",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.152258+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.443289+00:00"
    },
    {
      "slug": "vscode-ezoosk-claude-context-bar",
      "name": "Claude Context Bar",
      "description": "Real-time context window usage monitor for Claude Code sessions. See token counts in your status bar with color-coded warnings.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ezoosk.claude-context-bar",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ezoosk.claude-context-bar"
      },
      "tags": [],
      "_install_count": 2626,
      "_average_rating": 5,
      "_publisher": "ezoosk",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.155320+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538240+00:00"
    },
    {
      "slug": "vscode-erdemgiray-claude-code-notifier",
      "name": "Claude Code Notifier",
      "description": "Get VS Code notifications when Claude Code needs your attention - never miss a question or permission request",
      "website": "https://marketplace.visualstudio.com/items?itemName=erdemgiray.claude-code-notifier",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "erdemgiray.claude-code-notifier"
      },
      "tags": [],
      "_install_count": 2590,
      "_average_rating": null,
      "_publisher": "Erdem Giray",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.159021+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538299+00:00"
    },
    {
      "slug": "vscode-hiztam-codex-history-viewer",
      "name": "Codex History Viewer",
      "description": "Browse, search, tag, import/export, and manage local Codex CLI / Claude Code session history.",
      "website": "https://marketplace.visualstudio.com/items?itemName=hiztam.codex-history-viewer",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "hiztam.codex-history-viewer"
      },
      "tags": [],
      "_install_count": 2575,
      "_average_rating": 5,
      "_publisher": "HizTam",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.164953+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538351+00:00"
    },
    {
      "slug": "vscode-devgom-claude-dev-helper",
      "name": "Claude Dev Helper",
      "description": "\u26a0\ufe0f Requires Claude Code plugin! Auto-opens files when Claude edits them + CodeLens buttons for reviewing code changes",
      "website": "https://marketplace.visualstudio.com/items?itemName=devGOM.claude-dev-helper",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "devGOM.claude-dev-helper"
      },
      "tags": [],
      "_install_count": 2556,
      "_average_rating": null,
      "_publisher": "dev GOM",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.168399+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.443501+00:00"
    },
    {
      "slug": "vscode-hypersec-claudemeter",
      "name": "Claudemeter - Claude AI Usage Monitor",
      "description": "Monitor your Claude Code usage proactively in real time, with full limit information. No more 'Surprise! You've hit your Claude Code weekly limit and it resets in 3 days you lucky, lucky person!'. Tracks session, weekly, and token limits across all Claude plans.",
      "website": "https://marketplace.visualstudio.com/items?itemName=hypersec.claudemeter",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "hypersec.claudemeter"
      },
      "tags": [],
      "_install_count": 2510,
      "_average_rating": 4.75,
      "_publisher": "HyperI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.170949+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538404+00:00"
    },
    {
      "slug": "vscode-processor-free-ai-tools",
      "name": "Free AI Tools",
      "description": "Free AI tools for developers. Access to a variety of AI services directly from VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Processor.free-ai-tools",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Processor.free-ai-tools"
      },
      "tags": [],
      "_install_count": 2484,
      "_average_rating": 5,
      "_publisher": "Processor",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.174033+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.443605+00:00"
    },
    {
      "slug": "vscode-autoopenai-autocontinue",
      "name": "Auto Code Continue - \u4ee3\u7801\u751f\u6210 Cursor",
      "description": "\u672c\u5730\u5316\u4ee3\u7801\u751f\u6210\u5668",
      "website": "https://marketplace.visualstudio.com/items?itemName=AutoOpenai.autocontinue",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AutoOpenai.autocontinue"
      },
      "tags": [],
      "_install_count": 2458,
      "_average_rating": null,
      "_publisher": "AutoOpenai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.179832+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.443652+00:00"
    },
    {
      "slug": "vscode-maheshkok-claude-code-gui",
      "name": "Claude Code GUI",
      "description": "Modern AI-Powered GUI Interface for Claude Code CLI",
      "website": "https://marketplace.visualstudio.com/items?itemName=MaheshKok.claude-code-gui",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MaheshKok.claude-code-gui"
      },
      "tags": [],
      "_install_count": 2446,
      "_average_rating": 5,
      "_publisher": "Mahesh Kokare",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.182353+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538456+00:00"
    },
    {
      "slug": "vscode-vtkn-amazon-bedrock-copilot-chat",
      "name": "Amazon Bedrock Provider for GitHub Copilot Chat",
      "description": "Amazon Bedrock integration using VSCode's official Language Model Chat Provider API. Connects AWS Bedrock models (Claude, OpenAI OSS, DeepSeek) to GitHub Copilot Chat via AWS SDK. Supports streaming, tool calling, and vision.",
      "website": "https://marketplace.visualstudio.com/items?itemName=vtkn.amazon-bedrock-copilot-chat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "vtkn.amazon-bedrock-copilot-chat"
      },
      "tags": [],
      "_install_count": 2390,
      "_average_rating": 5,
      "_publisher": "Konstantin Vyatkin",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.185475+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.443812+00:00"
    },
    {
      "slug": "vscode-omercnet-vscode-acp",
      "name": "VSCode ACP",
      "description": "AI coding agents in VS Code via Agent Client Protocol (ACP). Chat with Claude, OpenCode, and other ACP-compatible agents directly in your editor.",
      "website": "https://marketplace.visualstudio.com/items?itemName=omercnet.vscode-acp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "omercnet.vscode-acp"
      },
      "tags": [],
      "_install_count": 2380,
      "_average_rating": 5,
      "_publisher": "Omer C",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.187770+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.655877+00:00"
    },
    {
      "slug": "vscode-zakhariimelnyk-claude-git-commit",
      "name": "Claude Git Commit",
      "description": "AI-powered git commit message generator using Claude AI",
      "website": "https://marketplace.visualstudio.com/items?itemName=ZakhariiMelnyk.claude-git-commit",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ZakhariiMelnyk.claude-git-commit"
      },
      "tags": [],
      "_install_count": 2347,
      "_average_rating": 5,
      "_publisher": "Zakharii Melnyk",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.191066+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538548+00:00"
    },
    {
      "slug": "vscode-forgecode-forge-vscode",
      "name": "Forge Code",
      "description": "AI-enabled pair programmer for Claude, GPT, and 300+ models. Seamlessly integrate Forge AI assistant into your VS Code workflow.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ForgeCode.forge-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ForgeCode.forge-vscode"
      },
      "tags": [],
      "_install_count": 2300,
      "_average_rating": 5,
      "_publisher": "ForgeCode",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.201422+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.443985+00:00"
    },
    {
      "slug": "vscode-jsaluja-claude-voice",
      "name": "Claude Voice",
      "description": "Talk to Claude instead of typing. Press a shortcut, speak your prompt, and it appears in Claude Code ready to send.",
      "website": "https://marketplace.visualstudio.com/items?itemName=jsaluja.claude-voice",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jsaluja.claude-voice"
      },
      "tags": [],
      "_install_count": 2290,
      "_average_rating": 5,
      "_publisher": "Jaspal Singh Saluja",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.205568+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.444033+00:00"
    },
    {
      "slug": "vscode-kenikool-tech-kenikool-ai-code-generator",
      "name": "AI Code Generator - Ultimate Development Platform",
      "description": "Revolutionary AI-powered development platform with intelligent autocomplete, project scanning, debugging assistance, and complete project generation. Features beautiful dashboard, subscription system, and 35+ commands.",
      "website": "https://marketplace.visualstudio.com/items?itemName=KENIKOOL-TECH.kenikool-ai-code-generator",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "KENIKOOL-TECH.kenikool-ai-code-generator"
      },
      "tags": [],
      "_install_count": 2226,
      "_average_rating": null,
      "_publisher": "KENIKOOL-TECH",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.208832+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.444114+00:00"
    },
    {
      "slug": "vscode-invisibletools-sidekickai",
      "name": "Sidekick AI",
      "description": "Code faster, ask questions, find bugs. Powered by GPT-4.",
      "website": "https://marketplace.visualstudio.com/items?itemName=InvisibleTools.sidekickai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "InvisibleTools.sidekickai"
      },
      "tags": [],
      "_install_count": 2203,
      "_average_rating": 4.333333492279053,
      "_publisher": "Invisible Tools",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.214414+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538634+00:00"
    },
    {
      "slug": "vscode-tabbyml-pochi",
      "name": "Pochi (Research Preview)",
      "description": "Pochi is your AI powered team mate. Now available in research preview.",
      "website": "https://marketplace.visualstudio.com/items?itemName=TabbyML.pochi",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TabbyML.pochi"
      },
      "tags": [],
      "_install_count": 2109,
      "_average_rating": 5,
      "_publisher": "TabbyML",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.218781+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.444349+00:00"
    },
    {
      "slug": "vscode-rfsales-speckit-assistant",
      "name": "Spec Kit Assistant",
      "description": "Visual orchestrator for Spec-Driven Development (SDD) \u2014 guided AI workflow with constitution, spec, plan, tasks and implementation phases, inline task checklist, stale-phase alerts, clarification templates, and an interactive DAG map of your entire project.",
      "website": "https://marketplace.visualstudio.com/items?itemName=rfsales.speckit-assistant",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "rfsales.speckit-assistant"
      },
      "tags": [],
      "_install_count": 2086,
      "_average_rating": 5,
      "_publisher": "Rafael Sales",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.222342+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.444434+00:00"
    },
    {
      "slug": "vscode-risalabs-cursor-auto-continue",
      "name": "Cursor Auto Continue",
      "description": "Automatically responds with 'continue' when Claude hits the tool call limit in Cursor",
      "website": "https://marketplace.visualstudio.com/items?itemName=risalabs.cursor-auto-continue",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "risalabs.cursor-auto-continue"
      },
      "tags": [],
      "_install_count": 2059,
      "_average_rating": 5,
      "_publisher": "Risa Labs",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.225136+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.444487+00:00"
    },
    {
      "slug": "vscode-ghoststudio666-ghost-writers-ia",
      "name": "Ghost Writers IA - Code Assistant",
      "description": "AI-powered code assistant with Claude Sonnet 4 Opus and enhanced chat history",
      "website": "https://marketplace.visualstudio.com/items?itemName=GhostStudio666.ghost-writers-ia",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "GhostStudio666.ghost-writers-ia"
      },
      "tags": [],
      "_install_count": 2058,
      "_average_rating": null,
      "_publisher": "Ghost Studio",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.227984+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.444542+00:00"
    },
    {
      "slug": "vscode-claudevial-monokai-dark-darker-yet-darker",
      "name": "Monokai Dark Darker Yet Darker",
      "description": "A dark, darker (yet darker) fork of Monokai.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ClaudeVial.monokai-dark-darker-yet-darker",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ClaudeVial.monokai-dark-darker-yet-darker"
      },
      "tags": [],
      "_install_count": 2041,
      "_average_rating": 5,
      "_publisher": "Claude Vial",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.231071+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.444626+00:00"
    },
    {
      "slug": "vscode-kerns-commander-v",
      "name": "Commander V",
      "description": "Improves AI pair programming workflows by making it easy to share the current state and structure of your code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=kerns.commander-v",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kerns.commander-v"
      },
      "tags": [],
      "_install_count": 1926,
      "_average_rating": 5,
      "_publisher": "David Kerns",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.238571+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.444773+00:00"
    },
    {
      "slug": "vscode-kingleo-sonus-web",
      "name": "Sonus",
      "description": "Embed Sonus Chat (https://chat.sonus.ai/) in VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Kingleo.sonus-web",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Kingleo.sonus-web"
      },
      "tags": [],
      "_install_count": 1833,
      "_average_rating": 5,
      "_publisher": "Kingleo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.241813+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538851+00:00"
    },
    {
      "slug": "vscode-jnahian-jnahian-claude-theme",
      "name": "Claude Theme by jnahian",
      "description": "A warm, professional theme inspired by Claude's design system. Compatible with VS Code, Cursor, and other OpenVSX-supported editors. Available on VS Code Marketplace and Open VSX Registry.",
      "website": "https://marketplace.visualstudio.com/items?itemName=jnahian.jnahian-claude-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jnahian.jnahian-claude-theme"
      },
      "tags": [],
      "_install_count": 1830,
      "_average_rating": 5,
      "_publisher": "jnahian",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.245860+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.444911+00:00"
    },
    {
      "slug": "vscode-neerajgrg93-aem-copilot",
      "name": "AEM Copilot",
      "description": "Github Copilot for AEM Edge Delivery Services",
      "website": "https://marketplace.visualstudio.com/items?itemName=neerajgrg93.aem-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "neerajgrg93.aem-copilot"
      },
      "tags": [],
      "_install_count": 1740,
      "_average_rating": 5,
      "_publisher": "GargAdobe",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.248464+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538908+00:00"
    },
    {
      "slug": "vscode-mem0-openmemoryvs",
      "name": "OpenMemory",
      "description": "Memory for coding agents such as Cursor, Windsurf, Qoder, Trae, GitHub Copilot, Claude Code, VSCode, etc.",
      "website": "https://marketplace.visualstudio.com/items?itemName=mem0.openmemoryvs",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "mem0.openmemoryvs"
      },
      "tags": [],
      "_install_count": 1728,
      "_average_rating": null,
      "_publisher": "Mem0",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.251275+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.445040+00:00"
    },
    {
      "slug": "vscode-aiqubit-gemini-pro-vision",
      "name": "GeminiProVision(Gemini for Visual Studio Code)",
      "description": "Gemini integration for Visual Studio Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=aiqubit.gemini-pro-vision",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "aiqubit.gemini-pro-vision"
      },
      "tags": [],
      "_install_count": 1676,
      "_average_rating": null,
      "_publisher": "aiqubit",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.253648+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.445120+00:00"
    },
    {
      "slug": "vscode-samihindi-claude-theme-sami-hindi",
      "name": "Claude Theme for VS Code/Cursor/Windsurf",
      "description": "This theme mimics the colors of the Claude Desktop Theme (light & dark-mode)",
      "website": "https://marketplace.visualstudio.com/items?itemName=SamiHindi.claude-theme-sami-hindi",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SamiHindi.claude-theme-sami-hindi"
      },
      "tags": [],
      "_install_count": 1640,
      "_average_rating": null,
      "_publisher": "Sami Hindi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.256586+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.445202+00:00"
    },
    {
      "slug": "vscode-rustcc-chatgpt-cn",
      "name": "ChatGPT.Cn",
      "description": "\ud83d\udcab\u6b63\u7248\u8d85\u6382AI\u63d2\u4ef6! \u5feb\u901f\u3001\u7a33\u5b9a\u3001\u65e0\u9650\u5236\u3001\u514d\u79d1\u5b66\u4e0a\u7f51\u3002\u5305\u542b\u6700\u65b0ChatGPT\u3001Claude2\u6a21\u578b\ud83e\udd17",
      "website": "https://marketplace.visualstudio.com/items?itemName=rustcc.chatgpt-cn",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "rustcc.chatgpt-cn"
      },
      "tags": [],
      "_install_count": 1630,
      "_average_rating": 5,
      "_publisher": "rustcc",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.259157+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.445254+00:00"
    },
    {
      "slug": "vscode-iyapici-terracota-cream",
      "name": "Terracotta Cream",
      "description": "Claude-inspired VS Code color theme.",
      "website": "https://marketplace.visualstudio.com/items?itemName=iyapici.terracota-cream",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "iyapici.terracota-cream"
      },
      "tags": [],
      "_install_count": 1608,
      "_average_rating": 5,
      "_publisher": "Ilhan Yapici",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.263398+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.445307+00:00"
    },
    {
      "slug": "vscode-clevermonkey-claude-monkey-bar",
      "name": "Claude Status Bar",
      "description": "\u273c 67% \u00b7 Claude session and weekly usage limits real-time on the VS Code status bar",
      "website": "https://marketplace.visualstudio.com/items?itemName=CleverMonkey.claude-monkey-bar",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CleverMonkey.claude-monkey-bar"
      },
      "tags": [],
      "_install_count": 1596,
      "_average_rating": 5,
      "_publisher": "Clever Monkey",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.265813+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.445366+00:00"
    },
    {
      "slug": "vscode-enduin-enduin",
      "name": "Enduin - AI Debugging for Embedded Software",
      "description": "AI Debugging for Embedded Software",
      "website": "https://marketplace.visualstudio.com/items?itemName=Enduin.enduin",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Enduin.enduin"
      },
      "tags": [],
      "_install_count": 1593,
      "_average_rating": 5,
      "_publisher": "Enduin",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.555185+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.747214+00:00"
    },
    {
      "slug": "vscode-simon-p-agent-flow",
      "name": "Agent Flow",
      "description": "Real-time visualization of Claude Code and Codex agent orchestration",
      "website": "https://marketplace.visualstudio.com/items?itemName=simon-p.agent-flow",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "simon-p.agent-flow"
      },
      "tags": [],
      "_install_count": 1586,
      "_average_rating": 4.333333492279053,
      "_publisher": "Simon P",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.561496+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.747400+00:00"
    },
    {
      "slug": "vscode-rasbuzz-ai-project-export-pro",
      "name": "ChatGPT & Claude Code Exporter",
      "description": "Stop copy-pasting for ChatGPT... One click = whole project exported. Done. \u2680",
      "website": "https://marketplace.visualstudio.com/items?itemName=rasbuzz.ai-project-export-pro",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "rasbuzz.ai-project-export-pro"
      },
      "tags": [],
      "_install_count": 1581,
      "_average_rating": 5,
      "_publisher": "rasbuzz",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.565182+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.747549+00:00"
    },
    {
      "slug": "vscode-cap-pilot-cap-pilot",
      "name": "CAP Pilot",
      "description": "Smart AI code assistance for SAP CAP development - More accurate than ChatGPT, Claude, or SAP Joule. Purpose-built for the SAP Cloud Application Programming Model.",
      "website": "https://marketplace.visualstudio.com/items?itemName=CAP-Pilot.cap-pilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CAP-Pilot.cap-pilot"
      },
      "tags": [],
      "_install_count": 1550,
      "_average_rating": 1,
      "_publisher": "CAP Pilot",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.570975+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.747614+00:00"
    },
    {
      "slug": "vscode-bartosz-warzocha-claude-statusbar",
      "name": "Claude Code Status Bar Monitor",
      "description": "Real-time monitoring of Claude Code usage in VS Code status bar - tokens, costs, and messages",
      "website": "https://marketplace.visualstudio.com/items?itemName=bartosz-warzocha.claude-statusbar",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bartosz-warzocha.claude-statusbar"
      },
      "tags": [],
      "_install_count": 1540,
      "_average_rating": 5,
      "_publisher": "Bartosz Warzocha",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.581857+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.539075+00:00"
    },
    {
      "slug": "vscode-neo-swbyun1024-claude-hud",
      "name": "Claude HUD",
      "description": "Status bar for Claude Code \u2014 shows token usage and switches between Opus/Sonnet models",
      "website": "https://marketplace.visualstudio.com/items?itemName=Neo-swbyun1024.claude-hud",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Neo-swbyun1024.claude-hud"
      },
      "tags": [],
      "_install_count": 1511,
      "_average_rating": null,
      "_publisher": "Neo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.590022+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.539128+00:00"
    },
    {
      "slug": "vscode-tjcg-auto-accept-claude-code",
      "name": "Auto Accept for Claude Code",
      "description": "Auto accept all permission requests from Claude Code, Google Antigravity agent, and Cursor. One-click toggle to bypass permissions and approve tool calls across all AI coding IDEs.",
      "website": "https://marketplace.visualstudio.com/items?itemName=TJCG.auto-accept-claude-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TJCG.auto-accept-claude-code"
      },
      "tags": [],
      "_install_count": 1446,
      "_average_rating": 5,
      "_publisher": "TJCG",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.606536+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748102+00:00"
    },
    {
      "slug": "vscode-khavjhav-faah-ai-reply-error-terminal-sound",
      "name": "FAAH! Sound \u2014 AI Reply, Error & Terminal Alerts",
      "description": "Plays the iconic FAAH sound when Claude CLI replies, asks permission, terminal commands fail, tasks error, or diagnostics fire. Works with Claude Code, Copilot Chat, and any LLM CLI. Customizable sounds, per-category toggles & cooldowns.",
      "website": "https://marketplace.visualstudio.com/items?itemName=khavjhav.faah-ai-reply-error-terminal-sound",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "khavjhav.faah-ai-reply-error-terminal-sound"
      },
      "tags": [],
      "_install_count": 1445,
      "_average_rating": 5,
      "_publisher": "khavjhav",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.614865+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748176+00:00"
    },
    {
      "slug": "vscode-proflead-invisible-ai-chart-detector",
      "name": "Invisible AI Character Detector & Remover",
      "description": "Detect, visualize, and remove invisible Unicode characters commonly introduced by AI tools like ChatGPT, Claude, and Gemini. Detects AI-style invisible watermark characters (Unicode Cf, zero-widths, BOM, bidi controls, special spaces) and common confusables (curly quotes, dashes, minus). Visualize a",
      "website": "https://marketplace.visualstudio.com/items?itemName=proflead.invisible-ai-chart-detector",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "proflead.invisible-ai-chart-detector"
      },
      "tags": [],
      "_install_count": 1437,
      "_average_rating": null,
      "_publisher": "proflead",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.622495+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748234+00:00"
    },
    {
      "slug": "vscode-doctorliang-continue-local-continue",
      "name": "Local Continue ",
      "description": "The leading open-source AI code assistant",
      "website": "https://marketplace.visualstudio.com/items?itemName=doctorliang-continue.local-continue",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "doctorliang-continue.local-continue"
      },
      "tags": [],
      "_install_count": 1434,
      "_average_rating": null,
      "_publisher": "doctorliang",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.626866+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748290+00:00"
    },
    {
      "slug": "vscode-ameck-perplexity-copilot-chat",
      "name": "Perplexity Copilot Chat",
      "description": "AI chat features powered by Copilot with Perplexity AI Pro models - Sonar, GPT-5.2, Claude Opus 4.5, Gemini 3, Grok 4.1, Kimi K2. Now with Voice Recognition and Text-to-Speech!",
      "website": "https://marketplace.visualstudio.com/items?itemName=ameck.perplexity-copilot-chat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ameck.perplexity-copilot-chat"
      },
      "tags": [],
      "_install_count": 1433,
      "_average_rating": null,
      "_publisher": "ameck",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.634680+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748369+00:00"
    },
    {
      "slug": "vscode-hootbu-pixel-agent",
      "name": "Pixel Agents - Hootbu",
      "description": "Pixel art office where your Claude Code agents come to life as animated characters",
      "website": "https://marketplace.visualstudio.com/items?itemName=Hootbu.pixel-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Hootbu.pixel-agent"
      },
      "tags": [],
      "_install_count": 1421,
      "_average_rating": 5,
      "_publisher": "Emir Yorgun",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.638258+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748442+00:00"
    },
    {
      "slug": "vscode-parekhdhruv-quicksend-code2ai",
      "name": "QuickSend Code2AI - Share Code with AI Assistants",
      "description": "Share multiple code files with ChatGPT, Claude & Gemini directly from VS Code. Format & copy code to AI assistants with one click.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ParekhDhruv.quicksend-code2ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ParekhDhruv.quicksend-code2ai"
      },
      "tags": [],
      "_install_count": 1407,
      "_average_rating": null,
      "_publisher": "ParekhDhruv",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.642733+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748533+00:00"
    },
    {
      "slug": "vscode-s-hiraoku-vscode-sidebar-terminal",
      "name": "Secondary Terminal",
      "description": "Sidebar terminal for VS Code with AI agent awareness (Claude Code, Copilot, Gemini, Codex), split views, session persistence, and full IME support.",
      "website": "https://marketplace.visualstudio.com/items?itemName=s-hiraoku.vscode-sidebar-terminal",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "s-hiraoku.vscode-sidebar-terminal"
      },
      "tags": [],
      "_install_count": 1392,
      "_average_rating": 3.6666667461395264,
      "_publisher": "s-hiraoku",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:02.648855+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748588+00:00"
    },
    {
      "slug": "vscode-akirakudo-kudosflow",
      "name": "kudosflow - LangChain extension",
      "description": "Use LangChain Nodes inside VSCode to enhance and automate your coding with AI-powered assistance",
      "website": "https://marketplace.visualstudio.com/items?itemName=AkiraKudo.kudosflow",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AkiraKudo.kudosflow"
      },
      "tags": [],
      "_install_count": 1366,
      "_average_rating": null,
      "_publisher": "Akira Kudo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.889087+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.539180+00:00"
    },
    {
      "slug": "vscode-codybrom-gpt-context-generator",
      "name": "Rodeo - LLM Context Generator",
      "description": "Generate LLM-ready Markdown code context from files and workspaces",
      "website": "https://marketplace.visualstudio.com/items?itemName=codybrom.gpt-context-generator",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "codybrom.gpt-context-generator"
      },
      "tags": [],
      "_install_count": 1343,
      "_average_rating": null,
      "_publisher": "Cody Bromley",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.894060+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.539232+00:00"
    },
    {
      "slug": "vscode-nuriyev-claude-code-katex",
      "name": "Claude Code LaTeX",
      "description": "Adds LaTeX math rendering to Claude Code chat \u2014 inline $...$, display $$...$$, and \\(...\\) / \\[...\\]",
      "website": "https://marketplace.visualstudio.com/items?itemName=nuriyev.claude-code-katex",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "nuriyev.claude-code-katex"
      },
      "tags": [],
      "_install_count": 1312,
      "_average_rating": 5,
      "_publisher": "nuriyev",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.900206+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.844846+00:00"
    },
    {
      "slug": "vscode-codestoryai-sota-swe",
      "name": "CodeStory: SOTA SWE",
      "description": "Codestory's extension for SOTA agentic editing",
      "website": "https://marketplace.visualstudio.com/items?itemName=codestoryai.sota-swe",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "codestoryai.sota-swe"
      },
      "tags": [],
      "_install_count": 1308,
      "_average_rating": null,
      "_publisher": "CodeStory AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.911541+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.748947+00:00"
    },
    {
      "slug": "vscode-deepaktiwari09-dt-agent",
      "name": "dt-agent",
      "description": "dt-agent is product of dt-workspace providing features like project Docs generation, mobile app generation, web app generation, backend generation, all Fullstack and Project manager stuff",
      "website": "https://marketplace.visualstudio.com/items?itemName=deepaktiwari09.dt-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "deepaktiwari09.dt-agent"
      },
      "tags": [],
      "_install_count": 1288,
      "_average_rating": null,
      "_publisher": "Deepak Tiwari",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.915361+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.844968+00:00"
    },
    {
      "slug": "vscode-melon-hub-claude-code-image-paste-wsl",
      "name": "Claude Code Image Paste (WSL)",
      "description": "Paste images from clipboard into VS Code/Cursor terminal for Claude Code conversations. Optimized for Windows & WSL with auto-save to project directory. Based on agg4code/claude-image-paste.",
      "website": "https://marketplace.visualstudio.com/items?itemName=melon-hub.claude-code-image-paste-wsl",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "melon-hub.claude-code-image-paste-wsl"
      },
      "tags": [],
      "_install_count": 1273,
      "_average_rating": null,
      "_publisher": "melon",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.922755+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749106+00:00"
    },
    {
      "slug": "vscode-dhcoder-dhcoder",
      "name": "dhcoder - AI Autopilot",
      "description": "AI code assistant",
      "website": "https://marketplace.visualstudio.com/items?itemName=dhcoder.dhcoder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "dhcoder.dhcoder"
      },
      "tags": [],
      "_install_count": 1273,
      "_average_rating": null,
      "_publisher": "dhcoder",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.926942+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749155+00:00"
    },
    {
      "slug": "vscode-copyai-copyai",
      "name": "Copy AI",
      "description": "Easily copy code to your favorite AI assistant with one click",
      "website": "https://marketplace.visualstudio.com/items?itemName=copyai.copyai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "copyai.copyai"
      },
      "tags": [],
      "_install_count": 1268,
      "_average_rating": 5,
      "_publisher": "Jean-Baptiste Vanhems",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.930533+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749207+00:00"
    },
    {
      "slug": "vscode-neoresearchinc-heyneo",
      "name": "Neo - Autonomous Machine Learning Engineer",
      "description": "Neo is an autonomous AI agent for machine learning engineers. Train, fine-tune, test and deploy ML workflows from natural language in VS Code. Iterate on real ML experiments, from data to deployment.",
      "website": "https://marketplace.visualstudio.com/items?itemName=NeoResearchInc.heyneo",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "NeoResearchInc.heyneo"
      },
      "tags": [],
      "_install_count": 1265,
      "_average_rating": 5,
      "_publisher": "Neo Research Inc.",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.938920+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749262+00:00"
    },
    {
      "slug": "vscode-loki-laufeyson-intelligent-assistant",
      "name": "Intelligent Assistant",
      "description": "Intelligent Assistant goes beyond simple code completion by reading & writing files, creating projects, and executing terminal commands with your permission.",
      "website": "https://marketplace.visualstudio.com/items?itemName=loki-laufeyson.intelligent-assistant",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "loki-laufeyson.intelligent-assistant"
      },
      "tags": [],
      "_install_count": 1260,
      "_average_rating": 5,
      "_publisher": "loki laufeyson",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.942683+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749319+00:00"
    },
    {
      "slug": "vscode-bryanr-anthropic-theme",
      "name": "Anthropic Theme",
      "description": "A dark theme inspired by Anthropic's design aesthetic",
      "website": "https://marketplace.visualstudio.com/items?itemName=bryanr.anthropic-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bryanr.anthropic-theme"
      },
      "tags": [],
      "_install_count": 1260,
      "_average_rating": null,
      "_publisher": "Bryan Russett",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.948216+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845029+00:00"
    },
    {
      "slug": "vscode-uthakkan-byte-coder-ai-agent",
      "name": "Byte Coder AI Agent - Autonomous Software Engineer",
      "description": "\ud83d\ude80 The Autonomous AI Software Engineer. Better than Copilot. Agentic AI coding assistant with multi-agent architecture. Features specialized sub-agents for Planning, Execution, and Verification. Understands your entire codebase, not just selected code. Premium glassmorphism UI with @ file mentions,",
      "website": "https://marketplace.visualstudio.com/items?itemName=uthakkan.byte-coder-ai-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "uthakkan.byte-coder-ai-agent"
      },
      "tags": [],
      "_install_count": 1244,
      "_average_rating": 5,
      "_publisher": "Uthakkan",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.957990+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845093+00:00"
    },
    {
      "slug": "vscode-sourcegraph-cody-testing",
      "name": "Testing Extension",
      "description": "Sourcegraph\u2019s AI code assistant goes beyond individual dev productivity, helping enterprises achieve consistency and quality at scale with AI. & codebase context to help you write code faster. Cody brings you autocomplete, chat, and commands, so you can generate code, write unit tests, create docs,",
      "website": "https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-testing",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sourcegraph.cody-testing"
      },
      "tags": [],
      "_install_count": 1242,
      "_average_rating": null,
      "_publisher": "Sourcegraph",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.962707+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845154+00:00"
    },
    {
      "slug": "vscode-shandylee-claude-code-assistant",
      "name": "ClaudeCode_Screenshot for Windows (v0.2.5)",
      "description": "VS Code extension for Claude AI with screenshot support, sidebar panel and terminal integration - Windows Edition",
      "website": "https://marketplace.visualstudio.com/items?itemName=shandylee.claude-code-assistant",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "shandylee.claude-code-assistant"
      },
      "tags": [],
      "_install_count": 1232,
      "_average_rating": null,
      "_publisher": "shandylee",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.967214+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749568+00:00"
    },
    {
      "slug": "vscode-bmwlingyuecih-joycode-cn",
      "name": "JOYCODE CN",
      "description": "JOYCODE-CN",
      "website": "https://marketplace.visualstudio.com/items?itemName=BMWLingYueCIH.JoyCode-CN",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "BMWLingYueCIH.JoyCode-CN"
      },
      "tags": [],
      "_install_count": 1231,
      "_average_rating": null,
      "_publisher": "BMW LingYue(CIH)",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.971595+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749620+00:00"
    },
    {
      "slug": "vscode-fotispanokis-claude-changes",
      "name": "Claude Changes",
      "description": "Review all file changes made by Claude Code sessions with diffs and one-click revert",
      "website": "https://marketplace.visualstudio.com/items?itemName=FotisPanokis.claude-changes",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "FotisPanokis.claude-changes"
      },
      "tags": [],
      "_install_count": 1229,
      "_average_rating": 5,
      "_publisher": "Fotis Panokis",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.975902+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749674+00:00"
    },
    {
      "slug": "vscode-turing-ci-continue-ci",
      "name": "Continue-ci",
      "description": "Customized model performance collection plugin based on continue v0.9.225.",
      "website": "https://marketplace.visualstudio.com/items?itemName=turing-ci.continue-ci",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "turing-ci.continue-ci"
      },
      "tags": [],
      "_install_count": 1227,
      "_average_rating": null,
      "_publisher": "turing-ci",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.979742+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749731+00:00"
    },
    {
      "slug": "vscode-arifum-bedrock-vscode-chat",
      "name": "AWS Bedrock Provider for GitHub Copilot Chat",
      "description": "Native AWS Bedrock integration for GitHub Copilot Chat. Brings Claude, Llama, and Mistral models into your editor with streaming, function calling, and vision support across 14 regions.",
      "website": "https://marketplace.visualstudio.com/items?itemName=arifum.bedrock-vscode-chat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "arifum.bedrock-vscode-chat"
      },
      "tags": [],
      "_install_count": 1225,
      "_average_rating": 5,
      "_publisher": "Ari Fumagalli",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.984843+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749785+00:00"
    },
    {
      "slug": "vscode-arikaizikovich-claude-usage",
      "name": "Claude Usage",
      "description": "Shows Claude usage utilization in the VS Code status bar.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ArikAizikovich.claude-usage",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ArikAizikovich.claude-usage"
      },
      "tags": [],
      "_install_count": 1223,
      "_average_rating": null,
      "_publisher": "Arik.Aizikovich",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.989983+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845211+00:00"
    },
    {
      "slug": "vscode-ruijie-xiaorui",
      "name": "DevCopilot",
      "description": "DevCopilot vscode \u52a9\u624b",
      "website": "https://marketplace.visualstudio.com/items?itemName=ruijie.xiaorui",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ruijie.xiaorui"
      },
      "tags": [],
      "_install_count": 1220,
      "_average_rating": null,
      "_publisher": "xiaorui",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.993384+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749896+00:00"
    },
    {
      "slug": "vscode-tsinghua-lau-transgo",
      "name": "TransGo - AI\u7ffb\u8bd1 & \u60ac\u6d6e\u7ffb\u8bd1",
      "description": "TransGo - VS Code \u5f3a\u5927 AI \u4e2d\u82f1\u6587\u7ffb\u8bd1\u63d2\u4ef6\u3002\u652f\u6301\u4fa7\u8fb9\u680f\u5bf9\u8bdd\u7ffb\u8bd1\u3001\u9f20\u6807\u60ac\u6d6e\u7ffb\u8bd1\u3001\u9009\u4e2d\u6587\u672c\u4e00\u952e\u7ffb\u8bd1\u3001\u8bed\u97f3\u6717\u8bfb\uff08\u706b\u5c71\u5f15\u64ce\u8c46\u5305 TTS\uff09\u3001\u9a7c\u5cf0/\u4e0b\u5212\u7ebf\u547d\u540d\u8f6c\u6362\u3002\u73b0\u5168\u9762\u652f\u6301 DeepSeek\u3001ChatGPT\u3001Claude\u3001Kimi\u3001\u901a\u4e49\u5343\u95ee\u7b49\u5927\u6a21\u578b\uff0c\u540c\u65f6\u517c\u5bb9 Google\u3001\u767e\u5ea6\u3001\u6709\u9053\u3001\u817e\u8baf\u7b49\u4f20\u7edf\u5f15\u64ce\u3002API \u5bc6\u94a5\u5b89\u5168\u52a0\u5bc6\u5b58\u50a8\uff0c\u9002\u5408\u5f00\u53d1\u8005\u5904\u7406\u4ee3\u7801\u6ce8\u91ca\u3001\u6280\u672f\u6587\u6863\u3001\u53d8\u91cf\u540d\u7ffb\u8bd1\u3002\u65e0\u9700\u5207\u6362\u7a97\u53e3\uff0c\u9ad8\u6548\u5feb\u6377\uff01",
      "website": "https://marketplace.visualstudio.com/items?itemName=tsinghua-lau.TransGo",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "tsinghua-lau.TransGo"
      },
      "tags": [],
      "_install_count": 1217,
      "_average_rating": 5,
      "_publisher": "tsinghua",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:03.997419+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.749962+00:00"
    },
    {
      "slug": "vscode-yonis-claude-quota-tracker",
      "name": "Claude Quota Tracker",
      "description": "Track your Claude.ai subscription usage with real-time quota monitoring in VS Code status bar",
      "website": "https://marketplace.visualstudio.com/items?itemName=yonis.claude-quota-tracker",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "yonis.claude-quota-tracker"
      },
      "tags": [],
      "_install_count": 1206,
      "_average_rating": 5,
      "_publisher": "Yoni",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.008440+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845266+00:00"
    },
    {
      "slug": "vscode-twsc-afs-mycoder",
      "name": "AFS MyCoder",
      "description": "The leading AI code assistant",
      "website": "https://marketplace.visualstudio.com/items?itemName=TWSC.afs-mycoder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TWSC.afs-mycoder"
      },
      "tags": [],
      "_install_count": 1206,
      "_average_rating": 5,
      "_publisher": "TWSC",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.012780+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.750320+00:00"
    },
    {
      "slug": "vscode-kilozh101-kilozh101",
      "name": "CoCheap - Kilo Code \u4e2d\u6587\u7248 - \u7701\u94b1\u957f\u8bb0\u5fc6- AI\u8d39\u7528\u964d\u4f4e95%",
      "description": "AI\u8d39\u7528\u964d\u4f4e95%\uff1a\u4f7f\u7528\u8f7b\u91cf\u6a21\u578b\u8fdb\u884c\u8bfb\u53d6\u4e0e\u5206\u6790\uff0c\u914d\u5408\u6301\u4e45\u957f\u8bb0\u5fc6\u8f85\u52a9\u7f16\u7a0b",
      "website": "https://marketplace.visualstudio.com/items?itemName=kilozh101.kilozh101",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kilozh101.kilozh101"
      },
      "tags": [],
      "_install_count": 1204,
      "_average_rating": null,
      "_publisher": "kilozh",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.019991+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.750388+00:00"
    },
    {
      "slug": "vscode-fultonmarketaistudio-claude-code-voice",
      "name": "Claude Code Voice",
      "description": "Voice-enabled Claude Code Chat Interface for VS Code with native mic recording and TTS",
      "website": "https://marketplace.visualstudio.com/items?itemName=Fultonmarketaistudio.claude-code-voice",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Fultonmarketaistudio.claude-code-voice"
      },
      "tags": [],
      "_install_count": 1194,
      "_average_rating": null,
      "_publisher": "Fulton market ai studio",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.024880+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845326+00:00"
    },
    {
      "slug": "vscode-kodu-ai-claude-coder",
      "name": "Coder by Kodu, AI Powered Coding Assistant using Anthropic Claude",
      "description": "Claude Coder: Your AI pair programmer in VSCode. Powered by Anthropic's Claude, it assists both beginners and pros in coding, debugging, and more. Create/edit files and execute commands with AI guidance. Perfect for no-coders to senior devs. Enjoy free credits to supercharge your coding experience.",
      "website": "https://marketplace.visualstudio.com/items?itemName=kodu-ai.claude-coder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kodu-ai.claude-coder"
      },
      "tags": [],
      "_install_count": 1168,
      "_average_rating": 5,
      "_publisher": "kodu-ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.029543+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845420+00:00"
    },
    {
      "slug": "vscode-texra-ai-texra",
      "name": "TeXRA",
      "description": "TeXRA: Your LLM-powered 24/7 LaTeX Research Assistant.",
      "website": "https://marketplace.visualstudio.com/items?itemName=texra-ai.texra",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "texra-ai.texra"
      },
      "tags": [],
      "_install_count": 1157,
      "_average_rating": 5,
      "_publisher": "TeXRA.ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.034295+00:00",
      "_last_seen_at": "2026-05-25T13:59:29.750630+00:00"
    },
    {
      "slug": "vscode-blackboxapp-blackbox",
      "name": "BLACKBOXAI #1 AI Coding Agent and Coding Copilot",
      "description": "BLACKBOX AI is an AI coding assistant that helps developers  by providing real-time code completion, documentation, and debugging suggestions. BLACKBOX AI is also integrated with a variety of developer tools such as Github Gitlab among others, making it easy to use within your existing workflow.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Blackboxapp.blackbox",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Blackboxapp.blackbox"
      },
      "tags": [],
      "_install_count": 5127282,
      "_average_rating": 4.222634315490723,
      "_publisher": "BLACKBOXAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.330219+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045305+00:00"
    },
    {
      "slug": "vscode-silasnevstad-gpthelper",
      "name": "GPT",
      "description": "Use OpenAI, Anthropic, or Gemini models inside VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=SilasNevstad.gpthelper",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SilasNevstad.gpthelper"
      },
      "tags": [],
      "_install_count": 342054,
      "_average_rating": 3.857142857142857,
      "_publisher": "Silas Nevstad",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.335650+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.248526+00:00"
    },
    {
      "slug": "vscode-codescene-codescene-vscode",
      "name": "CodeScene",
      "description": "Integrates CodeScene analysis into VS Code. Keeps your code clean and maintainable.",
      "website": "https://marketplace.visualstudio.com/items?itemName=CodeScene.codescene-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CodeScene.codescene-vscode"
      },
      "tags": [],
      "_install_count": 34869,
      "_average_rating": 5,
      "_publisher": "CodeScene",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.342515+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.152272+00:00"
    },
    {
      "slug": "vscode-merico-devchat",
      "name": "DevChat",
      "description": "Write prompts, not code",
      "website": "https://marketplace.visualstudio.com/items?itemName=merico.devchat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "merico.devchat"
      },
      "tags": [],
      "_install_count": 13910,
      "_average_rating": 5,
      "_publisher": "Merico",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.346937+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.250263+00:00"
    },
    {
      "slug": "vscode-code-fundi-code-fundi",
      "name": "Code Fundi",
      "description": "CodeFundi is an All-In-One coding AI that helps teams ship faster",
      "website": "https://marketplace.visualstudio.com/items?itemName=code-fundi.code-fundi",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "code-fundi.code-fundi"
      },
      "tags": [],
      "_install_count": 10091,
      "_average_rating": 4.800000190734863,
      "_publisher": "Code Fundi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.351850+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.250489+00:00"
    },
    {
      "slug": "vscode-vicanent-gcmp",
      "name": "AI Chat Models",
      "description": "Extension that provides ZhipuAI, MiniMax, MoonshotAI, DeepSeek, DashScope, StreamLake, Volcengine, Tencent Cloud, Xiaomi MiMo, and Baidu Qianfan model support for GitHub Copilot Chat, plus custom OpenAI / Anthropic compatible models.",
      "website": "https://marketplace.visualstudio.com/items?itemName=vicanent.gcmp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "vicanent.gcmp"
      },
      "tags": [],
      "_install_count": 8870,
      "_average_rating": 5,
      "_publisher": "VicBilibily",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.356948+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.251050+00:00"
    },
    {
      "slug": "vscode-collectivai-collectiv-chat",
      "name": "dowhile AI - code search & understanding tool for your codebase",
      "description": "AI on your entire Code & Knowledge Base that does NOT hallucinate",
      "website": "https://marketplace.visualstudio.com/items?itemName=CollectivAI.collectiv-chat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CollectivAI.collectiv-chat"
      },
      "tags": [],
      "_install_count": 5706,
      "_average_rating": 5,
      "_publisher": "DoWhile AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.360859+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.251766+00:00"
    },
    {
      "slug": "vscode-wingman-wing-man",
      "name": "Wingman-AI",
      "description": "Wingman - AI agentic coding assistant that works with Anthropic, OpenAI, Azure and Ollama",
      "website": "https://marketplace.visualstudio.com/items?itemName=WingMan.wing-man",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "WingMan.wing-man"
      },
      "tags": [],
      "_install_count": 5623,
      "_average_rating": 5,
      "_publisher": "WingMan",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.365431+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.653099+00:00"
    },
    {
      "slug": "vscode-anthropic-url-content-opener",
      "name": "URL Content Opener",
      "description": "Create files or open content from vscode:// URIs with content parameter",
      "website": "https://marketplace.visualstudio.com/items?itemName=anthropic.url-content-opener",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "anthropic.url-content-opener"
      },
      "tags": [],
      "_install_count": 5614,
      "_average_rating": null,
      "_publisher": "Anthropic",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.607294+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.536178+00:00"
    },
    {
      "slug": "vscode-rizwanansari-anthropic-coder",
      "name": "Anthropic Coder",
      "description": "Code using Anthropic API Key",
      "website": "https://marketplace.visualstudio.com/items?itemName=RizwanAnsari.anthropic-coder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "RizwanAnsari.anthropic-coder"
      },
      "tags": [],
      "_install_count": 3228,
      "_average_rating": null,
      "_publisher": "Rizwan Ansari",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.611751+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537552+00:00"
    },
    {
      "slug": "vscode-blizzardai-cyclone-coder",
      "name": "Cyclone Coder",
      "description": "AI Assistant Chat Interface",
      "website": "https://marketplace.visualstudio.com/items?itemName=BlizzardAI.cyclone-coder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "BlizzardAI.cyclone-coder"
      },
      "tags": [],
      "_install_count": 2867,
      "_average_rating": null,
      "_publisher": "Blizzard AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.615182+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.537863+00:00"
    },
    {
      "slug": "vscode-littlecareless-dish-ai-commit",
      "name": "Dish AI Commit Message Gen",
      "description": "\ud83e\udd16 AI-Powered VSCode extension for generating standardized Git/SVN commit messages. \u2728 Supports 20+ AI services: OpenAI, Ollama, VS Code AI, Zhipu AI, DashScope, Doubao AI, Gemini, Deepseek, Anthropic, Mistral, Azure OpenAI, VertexAI, LMStudio and more. \ud83c\udf0d 19 languages supported. \ud83d\udcca Features: AI comm",
      "website": "https://marketplace.visualstudio.com/items?itemName=littleCareless.dish-ai-commit",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "littleCareless.dish-ai-commit"
      },
      "tags": [],
      "_install_count": 2748,
      "_average_rating": 5,
      "_publisher": "littleCareless",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.618377+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538049+00:00"
    },
    {
      "slug": "vscode-aruna-labs-mode",
      "name": "Mode: Superhuman coding without compromise",
      "description": "Personal and autonomous coding agent that lets you code, refactor, fix issues, and build apps\u2014all with a single prompt. No third-party servers, token limits, or hidden upgrade fees.",
      "website": "https://marketplace.visualstudio.com/items?itemName=aruna-labs.mode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "aruna-labs.mode"
      },
      "tags": [],
      "_install_count": 1658,
      "_average_rating": 5,
      "_publisher": "Aruna Labs",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.622385+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.538985+00:00"
    },
    {
      "slug": "vscode-nandamyashwanth-go-debugger-ai",
      "name": "Co Debugger AI",
      "description": "AI-powered multi-language debugging with symbolic execution and path-sensitivity analysis",
      "website": "https://marketplace.visualstudio.com/items?itemName=NandamYashwanth.go-debugger-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "NandamYashwanth.go-debugger-ai"
      },
      "tags": [],
      "_install_count": 1314,
      "_average_rating": 5,
      "_publisher": "Nandam Yashwanth",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:04.625258+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.539289+00:00"
    },
    {
      "slug": "vscode-cdervis-vscode-pi",
      "name": "pi Agent for VS Code",
      "description": "Extension that provides UX & UI for the pi coding agent, integrated into VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=cdervis.vscode-pi",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "cdervis.vscode-pi"
      },
      "tags": [],
      "_install_count": 1137,
      "_average_rating": 5,
      "_publisher": "Cem Dervis",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.005514+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845491+00:00"
    },
    {
      "slug": "vscode-doorsofperception-claude-code-history",
      "name": "Claude Code History",
      "description": "Browse and search your Claude Code conversation history. No server, no telemetry \u2014 everything stays local.",
      "website": "https://marketplace.visualstudio.com/items?itemName=doorsofperception.claude-code-history",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "doorsofperception.claude-code-history"
      },
      "tags": [],
      "_install_count": 1129,
      "_average_rating": null,
      "_publisher": "doors of perception",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.008890+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845546+00:00"
    },
    {
      "slug": "vscode-brainyblaze-autopilot",
      "name": "Autopilot - Coding Assistant (GPT/ChatGPT, Claude)",
      "description": "Autopilot is an pair coding and debugging assistant that supports GPT/ChatGPT (OpenAI), and Claude (Anthropic). Supported models: [gpt4, gpt-3.5-turbo, claude-v1.3]. Import/export your conversation history. Bring up the assistant in a side pane by pressing cmd+shift+i.",
      "website": "https://marketplace.visualstudio.com/items?itemName=BrainyBlaze.autopilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "BrainyBlaze.autopilot"
      },
      "tags": [],
      "_install_count": 1074,
      "_average_rating": null,
      "_publisher": "BrainyBlaze",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.013112+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845631+00:00"
    },
    {
      "slug": "vscode-xiaomila-claude-api-switcher",
      "name": "Claude Code API Switcher",
      "description": "Quickly switch Claude Code API providers without leaving VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=xiaomila.claude-api-switcher",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "xiaomila.claude-api-switcher"
      },
      "tags": [],
      "_install_count": 1039,
      "_average_rating": 5,
      "_publisher": "xiaomila",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.017098+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845686+00:00"
    },
    {
      "slug": "vscode-boophy-claude-coder-chinese",
      "name": "Claude Coder Chinese",
      "description": "Claude Coder: Your AI pair programmer in VSCode. Powered by Anthropic's Claude, it assists both beginners and pros in coding, debugging, and more. Create/edit files and execute commands with AI guidance. Perfect for no-coders to senior devs. Enjoy free credits to supercharge your coding experience.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Boophy.claude-coder-chinese",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Boophy.claude-coder-chinese"
      },
      "tags": [],
      "_install_count": 1020,
      "_average_rating": null,
      "_publisher": "Boophy",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.020477+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845740+00:00"
    },
    {
      "slug": "vscode-krsnasgr-claude-code-notify",
      "name": "Claude Notify",
      "description": "Get notified when Claude Code finishes a task and is waiting for input",
      "website": "https://marketplace.visualstudio.com/items?itemName=krsnasgr.claude-code-notify",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "krsnasgr.claude-code-notify"
      },
      "tags": [],
      "_install_count": 990,
      "_average_rating": 3,
      "_publisher": "krsnasgr",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.023695+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845793+00:00"
    },
    {
      "slug": "vscode-vitpyvovar-minimal-claude-chat",
      "name": "Claude Code Chat",
      "description": "Fork of https://github.com/andrepimenta/claude-code-chat - Big thanks to andrepimenta for creating this extension! Originally forked to add Windows support. The original now supports Windows/WSL in v1.1+, so consider using the original instead.",
      "website": "https://marketplace.visualstudio.com/items?itemName=vitpyvovar.minimal-claude-chat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "vitpyvovar.minimal-claude-chat"
      },
      "tags": [],
      "_install_count": 977,
      "_average_rating": null,
      "_publisher": "Vitali Pyvovar",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.026337+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.845880+00:00"
    },
    {
      "slug": "vscode-gethnet-litellm-connector-copilot",
      "name": "LiteLLM Connector for Copilot",
      "description": "An extension that integrates LiteLLM proxy into Copilot",
      "website": "https://marketplace.visualstudio.com/items?itemName=Gethnet.litellm-connector-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Gethnet.litellm-connector-copilot"
      },
      "tags": [],
      "_install_count": 969,
      "_average_rating": null,
      "_publisher": "Gethnet",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.030833+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.846032+00:00"
    },
    {
      "slug": "vscode-shahabbahreinijangjoo-ai-commit-assistant",
      "name": "GitMind: AI-Powered Commit Messages",
      "description": "Generate professional commit messages in seconds using 15 AI providers (OpenAI, Anthropic, MiniMax, Google Gemini, DeepSeek, Grok, Perplexity, Z.ai, Mistral, Cohere, HuggingFace, Together AI, OpenRouter, Ollama, GitHub Copilot) and 50+ models. Zero setup options available.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ShahabBahreiniJangjoo.ai-commit-assistant",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ShahabBahreiniJangjoo.ai-commit-assistant"
      },
      "tags": [],
      "_install_count": 960,
      "_average_rating": 5,
      "_publisher": "Shahab Bahreini Jangjoo",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.034105+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.846172+00:00"
    },
    {
      "slug": "vscode-wilendar-claude-usage-monitor",
      "name": "Claude Token Monitor",
      "description": "Multilingual real-time monitoring of Claude AI token usage with 11 language support, auto-plan detection, live mode, and interactive dashboard",
      "website": "https://marketplace.visualstudio.com/items?itemName=Wilendar.claude-usage-monitor",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Wilendar.claude-usage-monitor"
      },
      "tags": [],
      "_install_count": 950,
      "_average_rating": 1,
      "_publisher": "Wilendar",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.036859+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.846429+00:00"
    },
    {
      "slug": "vscode-kodu-ai-kodu",
      "name": "Kodu: AI Coding Agent, No-Code AI Assistant, Prompt to Production",
      "description": "Claude Coder: Your AI pair programmer in VSCode. Powered by Anthropic's Claude, it assists both beginners and pros in coding, debugging, and more. Create/edit files and execute commands with AI guidance. Perfect for no-coders to senior devs. Enjoy free credits to supercharge your coding experience.",
      "website": "https://marketplace.visualstudio.com/items?itemName=kodu-ai.kodu",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kodu-ai.kodu"
      },
      "tags": [],
      "_install_count": 917,
      "_average_rating": null,
      "_publisher": "kodu-ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.039704+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.846594+00:00"
    },
    {
      "slug": "vscode-duca-claude-anthropic-theme",
      "name": "Claude - Anthropic Theme",
      "description": "A dark VS Code theme inspired by Anthropic's Claude interface palette",
      "website": "https://marketplace.visualstudio.com/items?itemName=duca.claude-anthropic-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "duca.claude-anthropic-theme"
      },
      "tags": [],
      "_install_count": 848,
      "_average_rating": null,
      "_publisher": "duca",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.044233+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.846732+00:00"
    },
    {
      "slug": "vscode-briansuhit-anthropic-inspired-theme",
      "name": "Anthropic Inspired Theme",
      "description": "Minimalist theme inspired by Anthropic and Claude Code branding. Paper & Charcoal aesthetic.",
      "website": "https://marketplace.visualstudio.com/items?itemName=BrianSuhit.anthropic-inspired-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "BrianSuhit.anthropic-inspired-theme"
      },
      "tags": [],
      "_install_count": 847,
      "_average_rating": null,
      "_publisher": "Brian Suhit",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.048226+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.846883+00:00"
    },
    {
      "slug": "vscode-oevortex-better-copilot-chat",
      "name": "Copilot ++",
      "description": "An extension that provides model support for GitHub Copilot Chat, including ZhipuAI, MiniMax, MoonshotAI, DeepSeek, Alibaba Cloud Bailian, and custom OpenAI/Anthropic compatible models.",
      "website": "https://marketplace.visualstudio.com/items?itemName=OEvortex.better-copilot-chat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "OEvortex.better-copilot-chat"
      },
      "tags": [],
      "_install_count": 832,
      "_average_rating": 5,
      "_publisher": "OEvortex",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.051032+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.847034+00:00"
    },
    {
      "slug": "vscode-deepwn-addi",
      "name": "Addi",
      "description": "add more custom AI providers and models for your copilot",
      "website": "https://marketplace.visualstudio.com/items?itemName=deepwn.addi",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "deepwn.addi"
      },
      "tags": [],
      "_install_count": 813,
      "_average_rating": 5,
      "_publisher": "deePwn",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.053646+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.847166+00:00"
    },
    {
      "slug": "vscode-codingworkflow-claude-runner",
      "name": "Claude Runner",
      "description": "Execute Claude Code commands directly from VS Code with an intuitive interface",
      "website": "https://marketplace.visualstudio.com/items?itemName=Codingworkflow.claude-runner",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Codingworkflow.claude-runner"
      },
      "tags": [],
      "_install_count": 779,
      "_average_rating": 5,
      "_publisher": "Coding workflow",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.056845+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.847339+00:00"
    },
    {
      "slug": "vscode-ahmedhamedaly-ccusage",
      "name": "Claude Usage Tracker",
      "description": "Monitor daily Claude Code costs in VS Code status bar with real-time tracking and detailed breakdowns",
      "website": "https://marketplace.visualstudio.com/items?itemName=ahmedhamedaly.ccusage",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ahmedhamedaly.ccusage"
      },
      "tags": [],
      "_install_count": 706,
      "_average_rating": 4,
      "_publisher": "ahmedhamedaly",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.060640+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.847483+00:00"
    },
    {
      "slug": "vscode-uzhao-claude-proxy",
      "name": "Claude Proxy",
      "description": "Simple proxy for Claude API with multiple AI provider support",
      "website": "https://marketplace.visualstudio.com/items?itemName=uzhao.claude-proxy",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "uzhao.claude-proxy"
      },
      "tags": [],
      "_install_count": 669,
      "_average_rating": null,
      "_publisher": "uzhao",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.064403+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.847619+00:00"
    },
    {
      "slug": "vscode-analyticendeavors-claude-usage-analytics",
      "name": "Claude Usage Analytics",
      "description": "Real-time Claude Code usage stats, costs, and analytics in VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=AnalyticEndeavors.claude-usage-analytics",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AnalyticEndeavors.claude-usage-analytics"
      },
      "tags": [],
      "_install_count": 655,
      "_average_rating": null,
      "_publisher": "Analytic Endeavors",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.068885+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.847766+00:00"
    },
    {
      "slug": "vscode-yedewww-claude-code-dev-tools",
      "name": "Claude Code Dev Tools",
      "description": "Essential toolkit for Claude Code CLI users - track usage, manage sessions, and optimize costs",
      "website": "https://marketplace.visualstudio.com/items?itemName=yedewww.claude-code-dev-tools",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "yedewww.claude-code-dev-tools"
      },
      "tags": [],
      "_install_count": 640,
      "_average_rating": 5,
      "_publisher": "yedewww",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.071608+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.847902+00:00"
    },
    {
      "slug": "vscode-studiocoolkid-claude-talk",
      "name": "Claude Talk",
      "description": "Two AI agents debate any topic to spark insights, expand ideas, and explore deeper \u2014 powered by Claude and Gemini CLI",
      "website": "https://marketplace.visualstudio.com/items?itemName=STUDIOCOOLKID.claude-talk",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "STUDIOCOOLKID.claude-talk"
      },
      "tags": [],
      "_install_count": 597,
      "_average_rating": 5,
      "_publisher": "STUDIO COOLKID",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.074626+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.848055+00:00"
    },
    {
      "slug": "vscode-jspw-claude-code-dashboard",
      "name": "Claude Code Dashboard",
      "description": "Real-time dashboard for all your Claude Code projects \u2014 sessions, usage, tokens, and more.",
      "website": "https://marketplace.visualstudio.com/items?itemName=jspw.claude-code-dashboard",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jspw.claude-code-dashboard"
      },
      "tags": [],
      "_install_count": 585,
      "_average_rating": 5,
      "_publisher": "jspw",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.078614+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.848228+00:00"
    },
    {
      "slug": "vscode-orientluna-chatglm-router-vscode",
      "name": "ChatGLM Router for GitHub Copilot Chat",
      "description": "\u5c06 ChatGLM\uff08Coding \u5957\u9910\u548c General \u901a\u7528\u7aef\uff09\u96c6\u6210\u5230 GitHub Copilot Chat\uff0c\u9488\u5bf9\u4ee3\u7801\u751f\u6210\u4f18\u5316",
      "website": "https://marketplace.visualstudio.com/items?itemName=OrientLuna.chatglm-router-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "OrientLuna.chatglm-router-vscode"
      },
      "tags": [],
      "_install_count": 579,
      "_average_rating": null,
      "_publisher": "Orient Luna",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.082001+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.848433+00:00"
    },
    {
      "slug": "vscode-haroldmartin-securedesign",
      "name": "securedesign",
      "description": "The 1st Design Agent lives inside your IDE",
      "website": "https://marketplace.visualstudio.com/items?itemName=HaroldMartin.securedesign",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "HaroldMartin.securedesign"
      },
      "tags": [],
      "_install_count": 554,
      "_average_rating": null,
      "_publisher": "Harold Martin",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.085690+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.848665+00:00"
    },
    {
      "slug": "vscode-zollicoff-claude-code-cli-usage",
      "name": "Claude Code CLI Usage",
      "description": "Track your Claude Code usage, costs, and analytics directly in VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=zollicoff.claude-code-cli-usage",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "zollicoff.claude-code-cli-usage"
      },
      "tags": [],
      "_install_count": 540,
      "_average_rating": 5,
      "_publisher": "zollicoff",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.088875+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.848725+00:00"
    },
    {
      "slug": "vscode-michelyaneslopez-claude-rate-monitor",
      "name": "Claude Usage Monitor",
      "description": "Monitor your Claude AI rate limits (5-hour and 7-day usage windows) directly in the VS Code status bar. Authenticate with your Claude.ai account and see real-time usage percentages, reset timers, and extra usage stats at a glance.",
      "website": "https://marketplace.visualstudio.com/items?itemName=MichelYanesLopez.claude-rate-monitor",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MichelYanesLopez.claude-rate-monitor"
      },
      "tags": [],
      "_install_count": 537,
      "_average_rating": 5,
      "_publisher": "Michel Yanes L\u00f3pez",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.091588+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.848783+00:00"
    },
    {
      "slug": "vscode-drewipson-claude-code-config",
      "name": "Claude Code Config",
      "description": "Manage and configure Claude Code settings with powerful tools and analytics",
      "website": "https://marketplace.visualstudio.com/items?itemName=drewipson.claude-code-config",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "drewipson.claude-code-config"
      },
      "tags": [],
      "_install_count": 535,
      "_average_rating": null,
      "_publisher": "Drew Ipson",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.094673+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.848848+00:00"
    },
    {
      "slug": "vscode-hugehardzhang-zenmux-copilot",
      "name": "ZenMux Provider for Copilot",
      "description": "An extension that ZenMux API Providers into GitHub Copilot Chat",
      "website": "https://marketplace.visualstudio.com/items?itemName=hugehardzhang.zenmux-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "hugehardzhang.zenmux-copilot"
      },
      "tags": [],
      "_install_count": 531,
      "_average_rating": null,
      "_publisher": "hugehardzhang",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.097917+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.848911+00:00"
    },
    {
      "slug": "vscode-r3enetwork-autoclaude",
      "name": "AutoClaude",
      "description": "Automated Claude Code assistant with smart task completion, queue management, and workflow automation for VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=R3ENetwork.autoclaude",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "R3ENetwork.autoclaude"
      },
      "tags": [],
      "_install_count": 519,
      "_average_rating": null,
      "_publisher": "R3E Network",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.100860+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.848976+00:00"
    },
    {
      "slug": "vscode-brainmetrix-claude-statusline",
      "name": "Claude Statusline",
      "description": "Shows Claude Code context usage, model, git branch, rate limits, and session duration in the VS Code status bar.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Brainmetrix.claude-statusline",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Brainmetrix.claude-statusline"
      },
      "tags": [],
      "_install_count": 516,
      "_average_rating": 5,
      "_publisher": "Brainmetrix",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.102874+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.849043+00:00"
    },
    {
      "slug": "vscode-aamiramin-claudeforever",
      "name": "Claude Forever",
      "description": "Chat with Claude free tier \u2014 multi-account rotation, agent mode, OCR, codebase context",
      "website": "https://marketplace.visualstudio.com/items?itemName=aamiramin.claudeforever",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "aamiramin.claudeforever"
      },
      "tags": [],
      "_install_count": 509,
      "_average_rating": 5,
      "_publisher": "Aamir Muhammad Amin",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.104521+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.849105+00:00"
    },
    {
      "slug": "vscode-ryanreynolds-agent-terminal",
      "name": "Agent Terminal",
      "description": "Run a configurable agent/REPL in a terminal in the editor area. Profiles let you choose between multiple CLIs.",
      "website": "https://marketplace.visualstudio.com/items?itemName=RyanReynolds.agent-terminal",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "RyanReynolds.agent-terminal"
      },
      "tags": [],
      "_install_count": 484,
      "_average_rating": null,
      "_publisher": "Ryan Reynolds",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.107514+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.849164+00:00"
    },
    {
      "slug": "vscode-taltukh-claude-code-ai-commit-message-button",
      "name": "Claude Code AI Commit Message Button",
      "description": "Generate AI-powered commit messages using Claude with a sparkles button in VS Code's Git panel",
      "website": "https://marketplace.visualstudio.com/items?itemName=TalTukh.claude-code-ai-commit-message-button",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TalTukh.claude-code-ai-commit-message-button"
      },
      "tags": [],
      "_install_count": 480,
      "_average_rating": 5,
      "_publisher": "Tal Tukh",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.111015+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.849225+00:00"
    },
    {
      "slug": "vscode-harshitgarg-codeglance",
      "name": "codeglance",
      "description": "AI Powered code summarization and explanation",
      "website": "https://marketplace.visualstudio.com/items?itemName=HarshitGarg.codeglance",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "HarshitGarg.codeglance"
      },
      "tags": [],
      "_install_count": 479,
      "_average_rating": null,
      "_publisher": "Harshit Garg",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.114770+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.849285+00:00"
    },
    {
      "slug": "vscode-drewzhao-infiniai-copilot",
      "name": "InfiniAI Provider for Copilot",
      "description": "InfiniAI language model provider and diagnostics participant for VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=drewzhao.infiniai-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "drewzhao.infiniai-copilot"
      },
      "tags": [],
      "_install_count": 471,
      "_average_rating": 5,
      "_publisher": "drewzhao",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.117888+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.849351+00:00"
    },
    {
      "slug": "vscode-trentmcnitt-bespoke-ai",
      "name": "Bespoke AI \u2014 Autocomplete and One-Click Commit Messages",
      "description": "AI autocomplete for prose and code \u2014 use your Claude subscription or bring your own API key (xAI, OpenAI, Anthropic, Gemini, Ollama)",
      "website": "https://marketplace.visualstudio.com/items?itemName=TrentMcNitt.bespoke-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TrentMcNitt.bespoke-ai"
      },
      "tags": [],
      "_install_count": 468,
      "_average_rating": 5,
      "_publisher": "Trent McNitt",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.120085+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.849413+00:00"
    },
    {
      "slug": "vscode-ajax1029-clusage",
      "name": "Clusage - Claude Usage Tracker",
      "description": "Real-time Claude Code usage tracking - cost, tokens, and live quota in your status bar and a beautiful dashboard.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Ajax1029.clusage",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Ajax1029.clusage"
      },
      "tags": [],
      "_install_count": 462,
      "_average_rating": 5,
      "_publisher": "Ajax",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.123113+00:00",
      "_last_seen_at": "2026-05-25T13:59:30.849481+00:00"
    },
    {
      "slug": "vscode-abelmak-skills-sh",
      "name": "Skills.sh \u2014 Agent Skills Manager",
      "description": "The skills.sh client \u2014 browse, install, and manage AI agent skills for Claude Code, Cursor, Copilot, Windsurf, and Codex",
      "website": "https://marketplace.visualstudio.com/items?itemName=AbelMak.skills-sh",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AbelMak.skills-sh"
      },
      "tags": [],
      "_install_count": 454,
      "_average_rating": 5,
      "_publisher": "Abel Mak",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.531996+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.151816+00:00"
    },
    {
      "slug": "vscode-imkkingshuk-xsnippets",
      "name": "xSnippets",
      "description": "xSnippets - Your Ultimate Snippets Extension for Next.js, React, Vue.js, Svelte, Prisma, Drizzle, tRPC, Auth, Backend Frameworks, AI Services, Payment Gateways and More! \ud83d\ude80\u2728 Harness the power of xSnippets to boost your productivity in web development. Dive into a world of efficient coding with snipp",
      "website": "https://marketplace.visualstudio.com/items?itemName=ImKKingshuk.xsnippets",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ImKKingshuk.xsnippets"
      },
      "tags": [],
      "_install_count": 444,
      "_average_rating": null,
      "_publisher": "ImKKingshuk",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.535389+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152074+00:00"
    },
    {
      "slug": "vscode-swiftapi-cc-provider-switcher",
      "name": "API Switcher",
      "description": "Manage and switch Claude Code configurations with ease \u2014 multi-provider, multi-model, one click.",
      "website": "https://marketplace.visualstudio.com/items?itemName=SwiftAPI.cc-provider-switcher",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SwiftAPI.cc-provider-switcher"
      },
      "tags": [],
      "_install_count": 430,
      "_average_rating": null,
      "_publisher": "SwiftAPI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.538008+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152155+00:00"
    },
    {
      "slug": "vscode-onelostmuppet-claude-context-indicator-vscode",
      "name": "Claude Context Indicator",
      "description": "Shows Claude Code context window usage in the VS Code status bar",
      "website": "https://marketplace.visualstudio.com/items?itemName=onelostmuppet.claude-context-indicator-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "onelostmuppet.claude-context-indicator-vscode"
      },
      "tags": [],
      "_install_count": 428,
      "_average_rating": null,
      "_publisher": "onelostmuppet",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.541114+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152214+00:00"
    },
    {
      "slug": "vscode-coderexstudios-ai-coding-assistant",
      "name": "AI Coding Assistant",
      "description": "AI coding assistant powered by Anthropic",
      "website": "https://marketplace.visualstudio.com/items?itemName=CodeRexStudios.ai-coding-assistant",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CodeRexStudios.ai-coding-assistant"
      },
      "tags": [],
      "_install_count": 414,
      "_average_rating": null,
      "_publisher": "CodeRex Studios",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.545185+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152280+00:00"
    },
    {
      "slug": "vscode-invisibletools-sk-insiders",
      "name": "sk-insiders",
      "description": "Code faster, ask questions, find bugs. Powered by GPT-4.",
      "website": "https://marketplace.visualstudio.com/items?itemName=InvisibleTools.sk-insiders",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "InvisibleTools.sk-insiders"
      },
      "tags": [],
      "_install_count": 408,
      "_average_rating": null,
      "_publisher": "Invisible Tools",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.548380+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152337+00:00"
    },
    {
      "slug": "vscode-dimokol-claude-notifications",
      "name": "Claude Notifications",
      "description": "All-in-one Claude Code notifications \u2014 sound alerts, OS notifications, and terminal focus. One-click setup, zero external dependencies.",
      "website": "https://marketplace.visualstudio.com/items?itemName=dimokol.claude-notifications",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "dimokol.claude-notifications"
      },
      "tags": [],
      "_install_count": 404,
      "_average_rating": 5,
      "_publisher": "dimokol",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.551881+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152398+00:00"
    },
    {
      "slug": "vscode-euxx-claude-skills-for-copilot",
      "name": "Claude Skills for Copilot",
      "description": "GitHub Copilot agent skills adapted from Anthropic Claude plugins and OpenAI Codex Skills.",
      "website": "https://marketplace.visualstudio.com/items?itemName=euxx.claude-skills-for-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "euxx.claude-skills-for-copilot"
      },
      "tags": [],
      "_install_count": 402,
      "_average_rating": null,
      "_publisher": "euxx",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.554557+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152465+00:00"
    },
    {
      "slug": "vscode-jeffycyang-claude-code-context-plus",
      "name": "Claude Code Context Plus",
      "description": "Add files and selections to Claude Code terminal context via right-click menus and keyboard shortcuts",
      "website": "https://marketplace.visualstudio.com/items?itemName=jeffycyang.claude-code-context-plus",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jeffycyang.claude-code-context-plus"
      },
      "tags": [],
      "_install_count": 392,
      "_average_rating": 5,
      "_publisher": "jeffycyang",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.557903+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152532+00:00"
    },
    {
      "slug": "vscode-clarkzhang-llm-chat-history",
      "name": "LLM Chat History - Export, explore and share your AI chat history",
      "description": "Export, explore and share your AI chat history",
      "website": "https://marketplace.visualstudio.com/items?itemName=ClarkZhang.llm-chat-history",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ClarkZhang.llm-chat-history"
      },
      "tags": [],
      "_install_count": 386,
      "_average_rating": null,
      "_publisher": "ClarkZhang",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.561430+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152591+00:00"
    },
    {
      "slug": "vscode-manuj-claude-code-switcher",
      "name": "Claude Code Switcher",
      "description": "Quickly switch Claude Code between Pro/Max subscription and API Key mode with a single click",
      "website": "https://marketplace.visualstudio.com/items?itemName=Manuj.claude-code-switcher",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Manuj.claude-code-switcher"
      },
      "tags": [],
      "_install_count": 378,
      "_average_rating": null,
      "_publisher": "Manuj",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.565313+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152653+00:00"
    },
    {
      "slug": "vscode-rule42-rule42-framework",
      "name": "rule42 Framework",
      "description": "Agentic AI framework for the rule42 system: manage providers, models, memory, resilience, protocols, and toolkit settings.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Rule42.rule42-framework",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Rule42.rule42-framework"
      },
      "tags": [],
      "_install_count": 372,
      "_average_rating": null,
      "_publisher": "Rule42",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.569070+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152710+00:00"
    },
    {
      "slug": "vscode-biebie99-copilot-helper-pro",
      "name": "Copilot Helper Pro",
      "description": "An extension that provides model support for GitHub Copilot Chat, including ZhipuAI, MiniMax, MoonshotAI, DeepSeek, Alibaba Cloud Bailian, and custom OpenAI/Anthropic compatible models.",
      "website": "https://marketplace.visualstudio.com/items?itemName=biebie99.copilot-helper-pro",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "biebie99.copilot-helper-pro"
      },
      "tags": [],
      "_install_count": 366,
      "_average_rating": 5,
      "_publisher": "biebie99",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.571607+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152774+00:00"
    },
    {
      "slug": "vscode-mdrulesdev-agent-skill-finder",
      "name": "Agent Skill Finder",
      "description": "Search, install and manage Agent Skills for GitHub Copilot, Claude Code and AI coding assistants",
      "website": "https://marketplace.visualstudio.com/items?itemName=mdrulesdev.agent-skill-finder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "mdrulesdev.agent-skill-finder"
      },
      "tags": [],
      "_install_count": 366,
      "_average_rating": 1,
      "_publisher": "MDRules Dev",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.574988+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.152877+00:00"
    },
    {
      "slug": "vscode-shiftinbits-clawdcommit",
      "name": "ClawdCommit",
      "description": "AI-powered git commit messages in the Source Control pane \u2014 analyzes staged changes using Claude Code CLI",
      "website": "https://marketplace.visualstudio.com/items?itemName=ShiftinBits.clawdcommit",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ShiftinBits.clawdcommit"
      },
      "tags": [],
      "_install_count": 362,
      "_average_rating": 5,
      "_publisher": "ShiftinBits Inc",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.579556+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.153022+00:00"
    },
    {
      "slug": "vscode-ocuco-hive",
      "name": "Hive",
      "description": "AI-Powered Bug Fix Assistant with Claude integration for automated debugging and code generation",
      "website": "https://marketplace.visualstudio.com/items?itemName=Ocuco.hive",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Ocuco.hive"
      },
      "tags": [],
      "_install_count": 345,
      "_average_rating": null,
      "_publisher": "Ocuco",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.583662+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.153158+00:00"
    },
    {
      "slug": "vscode-edgaras7-ai-localizator",
      "name": "AI Localizator",
      "description": "A VSCode extension that enhances localization workflows by providing AI-powered text translation features. It allows users to translate selected text, configure translation settings, and utilize advanced language models and APIs to ensure accurate and nuanced translations.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Edgaras7.ai-localizator",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Edgaras7.ai-localizator"
      },
      "tags": [],
      "_install_count": 323,
      "_average_rating": 5,
      "_publisher": "Edgaras7",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.586875+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.153314+00:00"
    },
    {
      "slug": "vscode-davidmaliglowka-taskr-kanban",
      "name": "taskr: Task Master Kanban",
      "description": "A visual Kanban board interface for Task Master projects in VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=DavidMaliglowka.taskr-kanban",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DavidMaliglowka.taskr-kanban"
      },
      "tags": [],
      "_install_count": 319,
      "_average_rating": null,
      "_publisher": "David Maliglowka",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.590159+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.153454+00:00"
    },
    {
      "slug": "vscode-dhrumil-sand-theme",
      "name": "Sand (Light)",
      "description": "A warm, minimal light theme inspired by Anthropic's palette with sand and clay colors",
      "website": "https://marketplace.visualstudio.com/items?itemName=dhrumil.sand-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "dhrumil.sand-theme"
      },
      "tags": [],
      "_install_count": 317,
      "_average_rating": 5,
      "_publisher": "Dhrumil Patel",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.593461+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.153594+00:00"
    },
    {
      "slug": "vscode-byungho-claude-code-lens",
      "name": "Claude Code Lens",
      "description": "Visualize and manage .claude configuration folders in VS Code. Browse, edit, and organize your Claude Code configurations with ease.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Byungho.claude-code-lens",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Byungho.claude-code-lens"
      },
      "tags": [],
      "_install_count": 313,
      "_average_rating": 5,
      "_publisher": "Byungho",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.597355+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.153756+00:00"
    },
    {
      "slug": "vscode-secureflag-training-secureflag-analyzer",
      "name": "SecureFlag Analyzer",
      "description": "Analyze code for vulnerabilities using LLMs (ChatGPT/Anthropic) and SecureFlag resources.",
      "website": "https://marketplace.visualstudio.com/items?itemName=SecureFlag-Training.secureflag-analyzer",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SecureFlag-Training.secureflag-analyzer"
      },
      "tags": [],
      "_install_count": 310,
      "_average_rating": null,
      "_publisher": "SecureFlag",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.600877+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.153902+00:00"
    },
    {
      "slug": "vscode-simongustafsson-olav-autocode-extension",
      "name": "Olav Autocode Extension",
      "description": "Streams code from Anthropic to editor.",
      "website": "https://marketplace.visualstudio.com/items?itemName=SimonGustafsson.olav-autocode-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SimonGustafsson.olav-autocode-extension"
      },
      "tags": [],
      "_install_count": 309,
      "_average_rating": null,
      "_publisher": "Simon Gustafsson",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.603397+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.154063+00:00"
    },
    {
      "slug": "vscode-roki-claude-token-view",
      "name": "Claude Token View",
      "description": "Display Claude Code token usage (5h session / 7d weekly) in the VS Code status bar with progress bars, colored levels, reset countdowns, and an animated pixel-art Claude mascot.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Roki.claude-token-view",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Roki.claude-token-view"
      },
      "tags": [],
      "_install_count": 303,
      "_average_rating": null,
      "_publisher": "Roki",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.605347+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.154207+00:00"
    },
    {
      "slug": "vscode-thewebdev-claude-mode",
      "name": "Claude Mode",
      "description": "A warm, elegant VS Code theme inspired by Claude AI's brand colors. Includes Claude Mode (Terracotta) and Claude Velvet (Plum) variants, each in light and dark, with creamy cream backgrounds, sage, and soft blue.",
      "website": "https://marketplace.visualstudio.com/items?itemName=TheWebDev.claude-mode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TheWebDev.claude-mode"
      },
      "tags": [],
      "_install_count": 297,
      "_average_rating": null,
      "_publisher": "TheWebDev",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.607718+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.154348+00:00"
    },
    {
      "slug": "vscode-vitalii4reva-git-autoreview",
      "name": "Git AutoReview - AI Code Review",
      "description": "AI suggests. You decide. AI code review for GitHub, GitLab & Bitbucket (Cloud, Server, Data Center). Claude, Gemini & GPT agent reviews. Human approval, BYOK privacy, Jira AC verification.",
      "website": "https://marketplace.visualstudio.com/items?itemName=vitalii4reva.git-autoreview",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "vitalii4reva.git-autoreview"
      },
      "tags": [],
      "_install_count": 296,
      "_average_rating": 5,
      "_publisher": "Vitalii Tech",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.611198+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.154531+00:00"
    },
    {
      "slug": "vscode-kadirgun-copilot-byok",
      "name": "Copilot BYOK",
      "description": "Add custom OpenAI and Anthropic providers to VS Code Copilot",
      "website": "https://marketplace.visualstudio.com/items?itemName=kadirgun.copilot-byok",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kadirgun.copilot-byok"
      },
      "tags": [],
      "_install_count": 288,
      "_average_rating": 5,
      "_publisher": "Kadir G\u00fcn",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.614910+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.154722+00:00"
    },
    {
      "slug": "vscode-smanettu-vscode-claude-usage",
      "name": "Claude Code Usage Bar",
      "description": "Display Claude Code usage limits in the VS Code status bar",
      "website": "https://marketplace.visualstudio.com/items?itemName=smanettu.vscode-claude-usage",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "smanettu.vscode-claude-usage"
      },
      "tags": [],
      "_install_count": 288,
      "_average_rating": null,
      "_publisher": "Vincenzo Vitale",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.617824+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.154875+00:00"
    },
    {
      "slug": "vscode-denizhandaklr-opencode-go-for-copilot",
      "name": "OpenCode Go: Copilot Provider",
      "description": "Use Opencode Go models in VS Code Copilot Chat with silent startup model sync and dual OpenAI/Anthropic protocol support.",
      "website": "https://marketplace.visualstudio.com/items?itemName=DenizhanDaklr.opencode-go-for-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DenizhanDaklr.opencode-go-for-copilot"
      },
      "tags": [],
      "_install_count": 279,
      "_average_rating": null,
      "_publisher": "Denizhan Dak\u0131l\u0131r",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.619969+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.155031+00:00"
    },
    {
      "slug": "vscode-kkdev92-claude-imgpaste",
      "name": "[DEPRECATED] Image Paste for Claude Code (Unofficial)",
      "description": "\u26a0\ufe0f DEPRECATED: Please use 'ClipShot' extension instead. This extension is no longer maintained.",
      "website": "https://marketplace.visualstudio.com/items?itemName=kkdev92.claude-imgpaste",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kkdev92.claude-imgpaste"
      },
      "tags": [],
      "_install_count": 278,
      "_average_rating": null,
      "_publisher": "kkdev92",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.622415+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.155183+00:00"
    },
    {
      "slug": "vscode-tpstech-diff-commit",
      "name": "Diff Commit",
      "description": "Generate detailed Git commit messages following the conventional commit specification using AI models. Choose between Anthropic's cloud-based models like Claude 4 Sonnet or local Ollama models for offline usage.",
      "website": "https://marketplace.visualstudio.com/items?itemName=tpsTech.diff-commit",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "tpsTech.diff-commit"
      },
      "tags": [],
      "_install_count": 276,
      "_average_rating": 5,
      "_publisher": "tpsTech",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.625257+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.155333+00:00"
    },
    {
      "slug": "vscode-weixiao-space-claude-copilot",
      "name": "Claude Copilot",
      "description": "Claude Code configuration manager: plugins / MCP / skills / memory / settings / usage \u2014 all in one visual interface",
      "website": "https://marketplace.visualstudio.com/items?itemName=weixiao-space.claude-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "weixiao-space.claude-copilot"
      },
      "tags": [],
      "_install_count": 273,
      "_average_rating": null,
      "_publisher": "WeiXiao",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.628380+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.155481+00:00"
    },
    {
      "slug": "vscode-safeekow-ccexp-vscode",
      "name": "Claude Code Explorer",
      "description": "Explore and manage Claude Code configuration files, slash commands, and sub-agents. Manage CLAUDE.md, custom commands, agents, and settings files with an intuitive tree view.",
      "website": "https://marketplace.visualstudio.com/items?itemName=safeekow.ccexp-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "safeekow.ccexp-vscode"
      },
      "tags": [],
      "_install_count": 271,
      "_average_rating": null,
      "_publisher": "Koichi Sano",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.632066+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.155642+00:00"
    },
    {
      "slug": "vscode-codag-codag",
      "name": "Codag - Visualize LLM Workflows",
      "description": "Visualize AI/LLM workflows in your codebase",
      "website": "https://marketplace.visualstudio.com/items?itemName=Codag.codag",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Codag.codag"
      },
      "tags": [],
      "_install_count": 269,
      "_average_rating": null,
      "_publisher": "Codag",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.635543+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.155787+00:00"
    },
    {
      "slug": "vscode-oevortex-aether-ai",
      "name": "Aether AI",
      "description": "An extension that provides model support for GitHub Copilot Chat, including ZhipuAI, MiniMax, MoonshotAI, DeepSeek, Alibaba Cloud Bailian, and custom OpenAI/Anthropic compatible models.",
      "website": "https://marketplace.visualstudio.com/items?itemName=OEvortex.aether-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "OEvortex.aether-ai"
      },
      "tags": [],
      "_install_count": 267,
      "_average_rating": 5,
      "_publisher": "OEvortex",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.637878+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.155933+00:00"
    },
    {
      "slug": "vscode-parksubeom-claude-skills-panel",
      "name": "Claude Code Skills Panel",
      "description": "Manage your Claude Code skills like a game: one-click triggers, right-click edit, per-skill stats and live token usage. Cute pixel buddies fight monsters while Claude works. CLI users \u2192 activity bar; IDE users \u2192 bottom panel. Free, MIT. EN \u00b7 \ud55c\uad6d\uc5b4 \u00b7 \u65e5\u672c\u8a9e \u00b7 \u4e2d\u6587.",
      "website": "https://marketplace.visualstudio.com/items?itemName=parksubeom.claude-skills-panel",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "parksubeom.claude-skills-panel"
      },
      "tags": [],
      "_install_count": 263,
      "_average_rating": null,
      "_publisher": "parksubeom",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.640924+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.156093+00:00"
    },
    {
      "slug": "vscode-darkflows-codersinflow",
      "name": "Coders in Flow",
      "description": "Coders in Flow AI Code Editor",
      "website": "https://marketplace.visualstudio.com/items?itemName=DarkFlows.codersinflow",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DarkFlows.codersinflow"
      },
      "tags": [],
      "_install_count": 257,
      "_average_rating": 5,
      "_publisher": "Coders In Flow",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.644249+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.156258+00:00"
    },
    {
      "slug": "vscode-kimchikingdom-claude-code-usage-monitor",
      "name": "Usage Monitor - Claude Code",
      "description": "Monitor Claude Code API usage in VS Code with real-time statistics",
      "website": "https://marketplace.visualstudio.com/items?itemName=kimchikingdom.claude-code-usage-monitor",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kimchikingdom.claude-code-usage-monitor"
      },
      "tags": [],
      "_install_count": 254,
      "_average_rating": null,
      "_publisher": "kimchikingdom",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.648391+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.156404+00:00"
    },
    {
      "slug": "vscode-a-lou-noah-git-ai-commit",
      "name": "\ud83e\udd16 Git AI Commit",
      "description": "\ud83d\ude80 AI \u9a71\u52a8 Git \u63d0\u4ea4\u4fe1\u606f\u751f\u6210\u5668\uff0c\u667a\u80fd\u89e3\u6790\u4ee3\u7801\u53d8\u66f4\uff0c\u81ea\u52a8\u751f\u6210\u6807\u51c6\u5316\u7ea6\u5b9a\u5f0f\u63d0\u4ea4\uff0c\u4e2d\u82f1\u53cc\u8bed\u9002\u914d\u3002AI-powered Git commit generator, analyzes code changes intelligently and creates standardized conventional commits with bilingual Chinese & English support.",
      "website": "https://marketplace.visualstudio.com/items?itemName=a-lou-noah.git-ai-commit",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "a-lou-noah.git-ai-commit"
      },
      "tags": [],
      "_install_count": 254,
      "_average_rating": 5,
      "_publisher": "CodePlus",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.651989+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.156568+00:00"
    },
    {
      "slug": "vscode-genecooper-genecooper-claude-code-chatui",
      "name": "Claude Code Chat UI",
      "description": "A GUI wrapper for Claude Code CLI inside VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=GeneCooper.genecooper-claude-code-chatui",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "GeneCooper.genecooper-claude-code-chatui"
      },
      "tags": [],
      "_install_count": 243,
      "_average_rating": null,
      "_publisher": "GeneCooper",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.654338+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.156718+00:00"
    },
    {
      "slug": "vscode-dprol-buddy-ai",
      "name": "Buddy AI - Asistente de Programaci\u00f3n para Estudiantes",
      "description": "Buddy es una extensi\u00f3n de VS Code que ayuda a los estudiantes a comprender mejor los problemas de programaci\u00f3n.",
      "website": "https://marketplace.visualstudio.com/items?itemName=dprol.buddy-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "dprol.buddy-ai"
      },
      "tags": [],
      "_install_count": 238,
      "_average_rating": null,
      "_publisher": "dprol",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.657432+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.156888+00:00"
    },
    {
      "slug": "vscode-liliangshan-openapi-compatible-copilot",
      "name": "LLS OAI",
      "description": "OpenAI-compatible OR Anthropic for Copilot Chat",
      "website": "https://marketplace.visualstudio.com/items?itemName=liliangshan.openapi-compatible-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "liliangshan.openapi-compatible-copilot"
      },
      "tags": [],
      "_install_count": 237,
      "_average_rating": null,
      "_publisher": "liliangshan",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.660290+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.157006+00:00"
    },
    {
      "slug": "vscode-kodu-ai-azad",
      "name": "Azad",
      "description": "Upcoming release of Azad Bot and Azad Agent Daemon and Kodu V3 VSCODE Extension",
      "website": "https://marketplace.visualstudio.com/items?itemName=kodu-ai.azad",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kodu-ai.azad"
      },
      "tags": [],
      "_install_count": 229,
      "_average_rating": null,
      "_publisher": "kodu-ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.664072+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.157296+00:00"
    },
    {
      "slug": "vscode-neon-agents-neon-agent",
      "name": "Neon Agent - AI Coding Assistant",
      "description": "Advanced AI-powered coding assistant with real-time completion, intelligent refactoring, and comprehensive code analysis",
      "website": "https://marketplace.visualstudio.com/items?itemName=neon-agents.neon-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "neon-agents.neon-agent"
      },
      "tags": [],
      "_install_count": 227,
      "_average_rating": null,
      "_publisher": "neon-agents",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.668160+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.157383+00:00"
    },
    {
      "slug": "vscode-jorsm-vertex-anthropic",
      "name": "Vertex AI Models Chat Provider (Deprecated)",
      "description": "VS Code Chat Model Provider for Google Cloud Vertex AI (Gemini & Claude)",
      "website": "https://marketplace.visualstudio.com/items?itemName=jorsm.vertex-anthropic",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jorsm.vertex-anthropic"
      },
      "tags": [],
      "_install_count": 226,
      "_average_rating": 5,
      "_publisher": "jorsm",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.670932+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.157463+00:00"
    },
    {
      "slug": "vscode-agentstats-agentstats",
      "name": "Agent Stats - AI Usage Tracker",
      "description": "Track AI coding agent usage, tokens, and costs for Claude Code, OpenAI Codex CLI. Analytics dashboard for AI-assisted development.",
      "website": "https://marketplace.visualstudio.com/items?itemName=agentstats.agentstats",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "agentstats.agentstats"
      },
      "tags": [],
      "_install_count": 224,
      "_average_rating": null,
      "_publisher": "Agent Stats",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.673875+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.157531+00:00"
    },
    {
      "slug": "vscode-tab-tab",
      "name": "OpenTab",
      "description": "VS Code: TAB.tab",
      "website": "https://marketplace.visualstudio.com/items?itemName=TAB.tab",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TAB.tab"
      },
      "tags": [],
      "_install_count": 223,
      "_average_rating": 3.857142925262451,
      "_publisher": "TAB_",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.676920+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.157602+00:00"
    },
    {
      "slug": "vscode-cesarandreslopez-sidekick-for-max",
      "name": "Sidekick Agent Hub",
      "description": "AI coding assistant with real-time agent monitoring \u2014 see what your AI is doing, control token costs, and never lose session context.",
      "website": "https://marketplace.visualstudio.com/items?itemName=CesarAndresLopez.sidekick-for-max",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CesarAndresLopez.sidekick-for-max"
      },
      "tags": [],
      "_install_count": 221,
      "_average_rating": 5,
      "_publisher": "Cesar Andres Lopez",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.680526+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.157676+00:00"
    },
    {
      "slug": "vscode-teovoss-antzed-theme",
      "name": "AntZed",
      "description": "Warm, minimalist light & dark themes with enhanced contrast. Features bottom activity bar, hidden scrollbars, auto-hide minimap, and IBM Plex Sans UI font. Inspired by Anthropic's brand and Zed's clean design.",
      "website": "https://marketplace.visualstudio.com/items?itemName=TeoVoss.antzed-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TeoVoss.antzed-theme"
      },
      "tags": [],
      "_install_count": 217,
      "_average_rating": null,
      "_publisher": "TeoVoss",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.684481+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.157749+00:00"
    },
    {
      "slug": "vscode-chriswiegman-ai-usage-limits",
      "name": "AI Usage Limits",
      "description": "Shows Claude and Codex usage budgets in the VS Code status bar using existing extension logins",
      "website": "https://marketplace.visualstudio.com/items?itemName=ChrisWiegman.ai-usage-limits",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ChrisWiegman.ai-usage-limits"
      },
      "tags": [],
      "_install_count": 216,
      "_average_rating": null,
      "_publisher": "Chris Wiegman",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.687233+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.157819+00:00"
    },
    {
      "slug": "vscode-craftedsphere-craftedcode",
      "name": "CraftedCode - AI Trading Assistant",
      "description": "Advanced AI-powered coding assistant for quantitative trading development",
      "website": "https://marketplace.visualstudio.com/items?itemName=Craftedsphere.craftedcode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Craftedsphere.craftedcode"
      },
      "tags": [],
      "_install_count": 215,
      "_average_rating": null,
      "_publisher": "SphereAi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:05.690404+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.157906+00:00"
    },
    {
      "slug": "vscode-piebald-splitrail-vscode",
      "name": "Splitrail",
      "description": "Track AI coding assistant usage, costs, and tokens in real-time. A powerful alternative to ccusage with support for multiple tools. Monitors Claude Code, GitHub Copilot, Cline, Roo Code, Kilo Code, Codex CLI, Gemini CLI, Pi Agent, OpenCode, and Qwen Code. Features include: real-time cost tracking, t",
      "website": "https://marketplace.visualstudio.com/items?itemName=piebald.splitrail-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "piebald.splitrail-vscode"
      },
      "tags": [],
      "_install_count": 215,
      "_average_rating": null,
      "_publisher": "Piebald",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.013455+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.520158+00:00"
    },
    {
      "slug": "vscode-hikaruegashira-copilot-boost-mode",
      "name": "Copilot Boost Mode",
      "description": "Escape from copilot provider, use Anthropic API / Groq API / Gemini API / OpenRouter API / OpenAI API",
      "website": "https://marketplace.visualstudio.com/items?itemName=HikaruEgashira.copilot-boost-mode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "HikaruEgashira.copilot-boost-mode"
      },
      "tags": [],
      "_install_count": 210,
      "_average_rating": 5,
      "_publisher": "HikaruEgashira",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.018077+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.520318+00:00"
    },
    {
      "slug": "vscode-nrentas-clauder",
      "name": "Clauder",
      "description": "Track your Claude Code usage directly in VS Code. Shows real-time session and weekly utilization with color-coded status bar indicator.",
      "website": "https://marketplace.visualstudio.com/items?itemName=nrentas.clauder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "nrentas.clauder"
      },
      "tags": [],
      "_install_count": 207,
      "_average_rating": 5,
      "_publisher": "nrentas",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.021251+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.520394+00:00"
    },
    {
      "slug": "vscode-workflowconfig-claude-workflow-builder",
      "name": "Claude Workflow Builder",
      "description": "Visual workflow editor for designing multi-agent AI workflows with Claude Code integration",
      "website": "https://marketplace.visualstudio.com/items?itemName=WorkflowConfig.claude-workflow-builder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "WorkflowConfig.claude-workflow-builder"
      },
      "tags": [],
      "_install_count": 205,
      "_average_rating": null,
      "_publisher": "Workflow Config",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.024397+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.520463+00:00"
    },
    {
      "slug": "vscode-recoder-recoder-code-vscode-companion",
      "name": "Recoder Code",
      "description": "AI-powered coding assistant with 12+ providers: OpenRouter, OpenAI, Anthropic, Ollama, LM Studio, Groq, DeepSeek, Mistral, and more. Free tier available.",
      "website": "https://marketplace.visualstudio.com/items?itemName=recoder.recoder-code-vscode-companion",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "recoder.recoder-code-vscode-companion"
      },
      "tags": [],
      "_install_count": 204,
      "_average_rating": 5,
      "_publisher": "recoder",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.027623+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.520536+00:00"
    },
    {
      "slug": "vscode-andjae-claudecode-usage",
      "name": "ClaudeProUsage",
      "description": "Shows your Claude Pro/Max quota usage in the status bar \u2014 5-hour and 7-day rolling windows as live progress bars with reset countdown. Requires Claude Code CLI to be installed and authenticated.",
      "website": "https://marketplace.visualstudio.com/items?itemName=AndJae.claudecode-usage",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AndJae.claudecode-usage"
      },
      "tags": [],
      "_install_count": 203,
      "_average_rating": null,
      "_publisher": "Andreas Jaenisch",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.031290+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.520610+00:00"
    },
    {
      "slug": "vscode-adronite-adronite-agent",
      "name": "Codistry",
      "description": "Privacy-first AI coding assistant. Connect to your own AI providers, local models, or corporate endpoints. Your code never touches our servers.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Adronite.adronite-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Adronite.adronite-agent"
      },
      "tags": [],
      "_install_count": 203,
      "_average_rating": 5,
      "_publisher": "Adronite",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.034407+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.520680+00:00"
    },
    {
      "slug": "vscode-yurman-claude-cockpit",
      "name": "Claude Cockpit",
      "description": "Session manager for Claude Code \u2014 search, pin, tag, prompt library, metrics",
      "website": "https://marketplace.visualstudio.com/items?itemName=yurman.claude-cockpit",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "yurman.claude-cockpit"
      },
      "tags": [],
      "_install_count": 203,
      "_average_rating": null,
      "_publisher": "Yurman",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.037046+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.520750+00:00"
    },
    {
      "slug": "vscode-devlaubin-localai-chat",
      "name": "LocalAI Chat",
      "description": "Chat with local and cloud AI models (Ollama, LM Studio, OpenAI, Anthropic, Gemini, Mistral, Groq) in VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=Devlaubin.localai-chat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Devlaubin.localai-chat"
      },
      "tags": [],
      "_install_count": 195,
      "_average_rating": null,
      "_publisher": "Devlaubin",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.038801+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.520818+00:00"
    },
    {
      "slug": "vscode-pratikvanol-potato",
      "name": "Potato AI Autocomplete",
      "description": "AI-powered autocompletion that gives you human control and blazing-fast coding suggestions from OpenAI or Anthropic.",
      "website": "https://marketplace.visualstudio.com/items?itemName=PratikVanol.potato",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "PratikVanol.potato"
      },
      "tags": [],
      "_install_count": 193,
      "_average_rating": 5,
      "_publisher": "PratikVanol",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.041737+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.520886+00:00"
    },
    {
      "slug": "vscode-promptbook-book-extension",
      "name": "Promptbook .book language support",
      "description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
      "website": "https://marketplace.visualstudio.com/items?itemName=promptbook.book-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "promptbook.book-extension"
      },
      "tags": [],
      "_install_count": 192,
      "_average_rating": null,
      "_publisher": "Promptbook",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.045159+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.520957+00:00"
    },
    {
      "slug": "vscode-createlexllc-createlex-local-mcp",
      "name": "CreateLex Local MCP",
      "description": "Adds 71+ Unreal Engine AI tools to VSCode and Cursor through MCP. Includes world building, physics, material management, and actor management tools. Automatically handles server, authentication, and configuration.",
      "website": "https://marketplace.visualstudio.com/items?itemName=CreatelexLLC.createlex-local-mcp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CreatelexLLC.createlex-local-mcp"
      },
      "tags": [],
      "_install_count": 191,
      "_average_rating": null,
      "_publisher": "Createlex LLC",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.048269+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521025+00:00"
    },
    {
      "slug": "vscode-gitanticipator-git-conflict-anticipator",
      "name": "Git Anticipator",
      "description": "Anticipates Git conflicts between remote and local branches.",
      "website": "https://marketplace.visualstudio.com/items?itemName=GitAnticipator.git-conflict-anticipator",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "GitAnticipator.git-conflict-anticipator"
      },
      "tags": [],
      "_install_count": 190,
      "_average_rating": 5,
      "_publisher": "Git Anticipator",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.051151+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521101+00:00"
    },
    {
      "slug": "vscode-chase-bowers-claude-code-browser",
      "name": "Claude Code Browser",
      "description": "Browse and invoke Claude Code skills, agents, MCP servers, and plugins",
      "website": "https://marketplace.visualstudio.com/items?itemName=chase-bowers.claude-code-browser",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "chase-bowers.claude-code-browser"
      },
      "tags": [],
      "_install_count": 188,
      "_average_rating": null,
      "_publisher": "Bowers Enterprises",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.053174+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521196+00:00"
    },
    {
      "slug": "vscode-rishabh-rathod-claude-cli-companion",
      "name": "Claude CLI Companion",
      "description": "Send @file:lines references to Claude Code from the editor with a single keybind",
      "website": "https://marketplace.visualstudio.com/items?itemName=rishabh-rathod.claude-cli-companion",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "rishabh-rathod.claude-cli-companion"
      },
      "tags": [],
      "_install_count": 185,
      "_average_rating": null,
      "_publisher": "rishabh-rathod",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.054795+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521282+00:00"
    },
    {
      "slug": "vscode-aizenvolt-damocles",
      "name": "Damocles",
      "description": "A VS Code extension that integrates Claude AI as your coding assistant using the Agent SDK.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Aizenvolt.damocles",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Aizenvolt.damocles"
      },
      "tags": [],
      "_install_count": 180,
      "_average_rating": 5,
      "_publisher": "Aizenvolt",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.057533+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521349+00:00"
    },
    {
      "slug": "vscode-m0n0t0ny-claude-commit-2",
      "name": "Claude Commit Universal (Windows Fork)",
      "description": "Cross-platform fork of Claude Commit with full Windows/PowerShell support. AI commit messages via Claude CLI.",
      "website": "https://marketplace.visualstudio.com/items?itemName=m0n0t0ny.claude-commit-2",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "m0n0t0ny.claude-commit-2"
      },
      "tags": [],
      "_install_count": 177,
      "_average_rating": null,
      "_publisher": "Antonio Bertuccio",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.059677+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521419+00:00"
    },
    {
      "slug": "vscode-pisces2622-dongx-for-vscode",
      "name": "Dongx for VSCode",
      "description": "OAuth-enabled environment variable management for Claude Code integration with dynamic authentication",
      "website": "https://marketplace.visualstudio.com/items?itemName=pisces2622.dongx-for-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "pisces2622.dongx-for-vscode"
      },
      "tags": [],
      "_install_count": 175,
      "_average_rating": null,
      "_publisher": "pisces2622",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.062540+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521483+00:00"
    },
    {
      "slug": "vscode-promptdriven-prompt-highlighter",
      "name": "Prompt Driven Development",
      "description": "PDD CLI installation and syntax highlighting for .prompt files.",
      "website": "https://marketplace.visualstudio.com/items?itemName=PromptDriven.prompt-highlighter",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "PromptDriven.prompt-highlighter"
      },
      "tags": [],
      "_install_count": 173,
      "_average_rating": 5,
      "_publisher": "Prompt Driven",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.065790+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521547+00:00"
    },
    {
      "slug": "vscode-yaniv-naor-claude-code-rtl-fix",
      "name": "Claude Code RTL Fix",
      "description": "Enables right-to-left text rendering in Claude Code for Hebrew, Arabic, Farsi, Urdu, and other RTL languages. Smart direction detection without affecting LTR text.",
      "website": "https://marketplace.visualstudio.com/items?itemName=yaniv-naor.claude-code-rtl-fix",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "yaniv-naor.claude-code-rtl-fix"
      },
      "tags": [],
      "_install_count": 167,
      "_average_rating": null,
      "_publisher": "Yaniv Naor",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.068188+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521611+00:00"
    },
    {
      "slug": "vscode-mbenachour-claude-code-chameleon",
      "name": "Claude Code Chameleon",
      "description": "Quickly switch between Claude Code agents, install commands, and configure MCPs with a visual interface",
      "website": "https://marketplace.visualstudio.com/items?itemName=mbenachour.claude-code-chameleon",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "mbenachour.claude-code-chameleon"
      },
      "tags": [],
      "_install_count": 166,
      "_average_rating": null,
      "_publisher": "mohamed ben-achour - official",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.070076+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521679+00:00"
    },
    {
      "slug": "vscode-okeylanders-pixel-minion",
      "name": "Pixel Minion: AI Image & SVG Generator Toolkit",
      "description": "AI-powered image and SVG generation inside VSCode. Generate images and vector graphics directly in your editor using Gemini ( Nano Banana ), GPT-5, Claude, and FLUX models via OpenRouter.",
      "website": "https://marketplace.visualstudio.com/items?itemName=OkeyLanders.pixel-minion",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "OkeyLanders.pixel-minion"
      },
      "tags": [],
      "_install_count": 166,
      "_average_rating": null,
      "_publisher": "Okey Landers",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.071831+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521842+00:00"
    },
    {
      "slug": "vscode-swaritpandey-voight",
      "name": "Voight",
      "description": "Ensures human intent drives AI generation, bridging the gap between speed and understanding.",
      "website": "https://marketplace.visualstudio.com/items?itemName=SwaritPandey.voight",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SwaritPandey.voight"
      },
      "tags": [],
      "_install_count": 165,
      "_average_rating": null,
      "_publisher": "Swarit Pandey",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.074371+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.521996+00:00"
    },
    {
      "slug": "vscode-brijbyte-piagent-vscode",
      "name": "PiAgent - AI Coding Agent",
      "description": "AI coding agent for VSCode Chat. Read, write, edit files and run bash commands using Claude, GPT-4, Gemini, and 10+ LLM providers. No permission prompts - tools execute directly. Uses the same shared configuration as the pi CLI.",
      "website": "https://marketplace.visualstudio.com/items?itemName=brijbyte.piagent-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "brijbyte.piagent-vscode"
      },
      "tags": [],
      "_install_count": 164,
      "_average_rating": null,
      "_publisher": "Brijbyte",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.076583+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.522167+00:00"
    },
    {
      "slug": "vscode-nice0w0-ollamacommit",
      "name": "Ollama Commit Message",
      "description": "Generate Git commit messages in VS Code using Ollama with Codex, Claude Code, Groq, and Gemini fallbacks.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Nice0w0.ollamacommit",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Nice0w0.ollamacommit"
      },
      "tags": [],
      "_install_count": 159,
      "_average_rating": 5,
      "_publisher": "Nice0w0",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.079791+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.522323+00:00"
    },
    {
      "slug": "vscode-clawdcontext-clawdcontext",
      "name": "ClawdContext \u2014 Markdown OS for AI Agents",
      "description": "The complete VS Code toolkit for agentic AI: context health (CER dashboard), Markdown OS diagnostics, lessons governance, SKILL.md security scanning, Skill Forge Studio (guided skill creation across 6 domains \u00d7 7 archetypes), multi-provider AI support (OpenAI, Anthropic, Azure, Ollama, DeepSeek), an",
      "website": "https://marketplace.visualstudio.com/items?itemName=clawdcontext.clawdcontext",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "clawdcontext.clawdcontext"
      },
      "tags": [],
      "_install_count": 150,
      "_average_rating": null,
      "_publisher": "clawdcontext",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.082998+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.522503+00:00"
    },
    {
      "slug": "vscode-akashrathod-ai-fix-pro",
      "name": "AI Fix Pro",
      "description": "\ud83e\udd16 Multi-platform AI bug fixer with Claude, ChatGPT, Gemini, DeepSeek, Ollama, Together AI, Groq & Custom APIs. Intelligent caching, rate limiting, debug history tracking.",
      "website": "https://marketplace.visualstudio.com/items?itemName=akashrathod.ai-fix-pro",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "akashrathod.ai-fix-pro"
      },
      "tags": [],
      "_install_count": 149,
      "_average_rating": null,
      "_publisher": "Akash-Rathod",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.085055+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.522666+00:00"
    },
    {
      "slug": "vscode-tctinh-llm-trace-viewer",
      "name": "LLM Trace Viewer",
      "description": "Browse and debug LLM traces from Langfuse directly in VS Code. Support for LangSmith and Pydantic Logfire coming soon.",
      "website": "https://marketplace.visualstudio.com/items?itemName=TCTinh.llm-trace-viewer",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TCTinh.llm-trace-viewer"
      },
      "tags": [],
      "_install_count": 147,
      "_average_rating": null,
      "_publisher": "TCTinh",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.087374+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.522821+00:00"
    },
    {
      "slug": "vscode-chat-interface-100vsix-chat-interface-100vsix",
      "name": "testlx-clade-code",
      "description": "\u4e00\u4e2a\u96c6\u6210 AI \u7f16\u7a0b\u52a9\u624b\u7684 VSCode \u63d2\u4ef6\uff0c\u652f\u6301\u4e0e AI \u5bf9\u8bdd\u8fdb\u884c\u7f16\u7a0b\u8f85\u52a9",
      "website": "https://marketplace.visualstudio.com/items?itemName=chat-interface-100vsix.chat-interface-100vsix",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "chat-interface-100vsix.chat-interface-100vsix"
      },
      "tags": [],
      "_install_count": 146,
      "_average_rating": null,
      "_publisher": "chat-interface-1.0.0.vsix",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.090237+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.522990+00:00"
    },
    {
      "slug": "vscode-lifehackinnovationsllc-lhi-ai-agent-sync",
      "name": "LHI AI Agent Sync",
      "description": "Effortlessly synchronize your AI agent configurations and project rules across all your development environments.",
      "website": "https://marketplace.visualstudio.com/items?itemName=lifehackinnovationsllc.lhi-ai-agent-sync",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "lifehackinnovationsllc.lhi-ai-agent-sync"
      },
      "tags": [],
      "_install_count": 146,
      "_average_rating": null,
      "_publisher": "Patrick Watson",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.092777+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.523162+00:00"
    },
    {
      "slug": "vscode-mplodeai-cloud-wingman",
      "name": "CloudWingman",
      "description": "Your cloud wingman. Supports OpenAI, Anthropic, or any LLM on your local inference server. Workflows coming soon :)",
      "website": "https://marketplace.visualstudio.com/items?itemName=mplodeai.cloud-wingman",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "mplodeai.cloud-wingman"
      },
      "tags": [],
      "_install_count": 143,
      "_average_rating": null,
      "_publisher": "mplode.ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.096848+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.523325+00:00"
    },
    {
      "slug": "vscode-conceptatech-ai-revu-code",
      "name": "ai-revu-code",
      "description": "A AI that let you talk to your project using Claude API from Anthropic AI",
      "website": "https://marketplace.visualstudio.com/items?itemName=ConceptaTech.ai-revu-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ConceptaTech.ai-revu-code"
      },
      "tags": [],
      "_install_count": 141,
      "_average_rating": null,
      "_publisher": "Concepta Tech",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.101410+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.523499+00:00"
    },
    {
      "slug": "vscode-dcode-suite-d-read",
      "name": "d.read",
      "description": "An extension that uses Anthropic's Claude to help you understand your code line by line",
      "website": "https://marketplace.visualstudio.com/items?itemName=dcode-suite.d-read",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "dcode-suite.d-read"
      },
      "tags": [],
      "_install_count": 138,
      "_average_rating": 5,
      "_publisher": "dcode",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.103767+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.523662+00:00"
    },
    {
      "slug": "vscode-benlaufer-mcp-manager",
      "name": "MCP Manager for Claude Code",
      "description": "Manage Claude Code MCP server configurations from VS Code sidebar",
      "website": "https://marketplace.visualstudio.com/items?itemName=benlaufer.mcp-manager",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "benlaufer.mcp-manager"
      },
      "tags": [],
      "_install_count": 137,
      "_average_rating": 5,
      "_publisher": "Ben Laufer",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.105765+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.523850+00:00"
    },
    {
      "slug": "vscode-tuantran-ollama-proxy-manager",
      "name": "Ollama Proxy Manager",
      "description": "Manage Ollama Proxy configuration and auto-start proxy server for routing LLM requests to multiple providers",
      "website": "https://marketplace.visualstudio.com/items?itemName=TuanTran.ollama-proxy-manager",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TuanTran.ollama-proxy-manager"
      },
      "tags": [],
      "_install_count": 135,
      "_average_rating": null,
      "_publisher": "TuanTran",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.109263+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.524051+00:00"
    },
    {
      "slug": "vscode-hariskhan1596-claude-code-commits",
      "name": "claude-code-commits",
      "description": "One-click conventional commit messages powered by Claude Code CLI. Analyzes your staged changes and generates well-structured commit messages right in VS Code's Source Control panel.",
      "website": "https://marketplace.visualstudio.com/items?itemName=HarisKhan1596.claude-code-commits",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "HarisKhan1596.claude-code-commits"
      },
      "tags": [],
      "_install_count": 132,
      "_average_rating": 5,
      "_publisher": "Haris Spark",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.113532+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.524224+00:00"
    },
    {
      "slug": "vscode-hsantanna-clu",
      "name": "clu \u2014 Claude Usage Monitor",
      "description": "Real-time Claude Code token usage in your status bar + dashboard panel",
      "website": "https://marketplace.visualstudio.com/items?itemName=hsantanna.clu",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "hsantanna.clu"
      },
      "tags": [],
      "_install_count": 131,
      "_average_rating": null,
      "_publisher": "Hugo Sant'Anna",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.117132+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.524305+00:00"
    },
    {
      "slug": "vscode-oolab-labs-claude-ide-bridge-extension",
      "name": "Claude IDE Bridge",
      "description": "MCP bridge between Claude Code and your IDE. 177 tools \u2014 diagnostics, LSP, debugger, terminal, git. Optional Patchwork OS layer adds recipes, oversight, and approval queue.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Oolab-labs.claude-ide-bridge-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": true,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Oolab-labs.claude-ide-bridge-extension"
      },
      "tags": [],
      "_install_count": 130,
      "_average_rating": null,
      "_publisher": "Oolab-labs",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.119436+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.524384+00:00"
    },
    {
      "slug": "vscode-withai-research-withai-extension",
      "name": "WithAI Extension",
      "description": "Turn VS Code into an AI workspace like Claude Cowork. WYSIWYG markdown editor, Claude Code settings manager, and workspace setup tools for AI-powered workflows.",
      "website": "https://marketplace.visualstudio.com/items?itemName=withai-research.withai-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "withai-research.withai-extension"
      },
      "tags": [],
      "_install_count": 129,
      "_average_rating": 5,
      "_publisher": "WithAI Research",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.121289+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.524466+00:00"
    },
    {
      "slug": "vscode-spothineni-bedrock-chat",
      "name": "Bedrock Chat",
      "description": "AI-powered chat assistant using AWS Bedrock models",
      "website": "https://marketplace.visualstudio.com/items?itemName=spothineni.bedrock-chat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "spothineni.bedrock-chat"
      },
      "tags": [],
      "_install_count": 128,
      "_average_rating": null,
      "_publisher": "Sudhir Pothineni",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.123865+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.524538+00:00"
    },
    {
      "slug": "vscode-ignire-prompt-linter",
      "name": "Prompt Linter",
      "description": "AI-powered linter for analyzing prompts. Identifies logical conflicts, ambiguities, and potential improvements in your prompts using Claude.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Ignire.prompt-linter",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Ignire.prompt-linter"
      },
      "tags": [],
      "_install_count": 128,
      "_average_rating": 5,
      "_publisher": "Ignire",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.125918+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.524641+00:00"
    },
    {
      "slug": "vscode-ryanconnolly-grom",
      "name": "Grom",
      "description": "Local-first agent harness for VS Code. Bring your own LLM \u2014 no cloud, no account, no telemetry. Your model, your machine, your rules.",
      "website": "https://marketplace.visualstudio.com/items?itemName=RyanConnolly.grom",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "RyanConnolly.grom"
      },
      "tags": [],
      "_install_count": 126,
      "_average_rating": 5,
      "_publisher": "Ryan Connolly",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.129494+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.524724+00:00"
    },
    {
      "slug": "vscode-nguyenxuanvinh-vtcode-companion",
      "name": "VT Code",
      "description": "VS Code extension for VT Code, a Rust-based terminal coding agent with semantic code intelligence and multi-provider AI support. Provides deep integration with the VT Code AI coding assistant for enhanced productivity.",
      "website": "https://marketplace.visualstudio.com/items?itemName=NguyenXuanVinh.vtcode-companion",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "NguyenXuanVinh.vtcode-companion"
      },
      "tags": [],
      "_install_count": 122,
      "_average_rating": 5,
      "_publisher": "NguyenXuanVinh",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.131700+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.524905+00:00"
    },
    {
      "slug": "vscode-glassbox-ai-glassbox-ai",
      "name": "Glassbox AI Testing",
      "description": "\ud83d\ude80 The ultimate AI prompt testing toolkit for VS Code. Generate comprehensive tests for AI prompts, detect prompts in code, manage costs, and validate responses across OpenAI, Anthropic, and local models. Perfect for AI developers, QA engineers, and DevOps teams.",
      "website": "https://marketplace.visualstudio.com/items?itemName=glassbox-ai.glassbox-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "glassbox-ai.glassbox-ai"
      },
      "tags": [],
      "_install_count": 122,
      "_average_rating": 5,
      "_publisher": "Glassbox AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.134261+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.524999+00:00"
    },
    {
      "slug": "vscode-hoangsonw-claude-code-agent-monitor",
      "name": "Claude Code Agent Monitor",
      "description": "Professional integrated dashboard for monitoring Claude Code AI agent activity, token usage, and costs directly in VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=hoangsonw.claude-code-agent-monitor",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "hoangsonw.claude-code-agent-monitor"
      },
      "tags": [],
      "_install_count": 116,
      "_average_rating": 5,
      "_publisher": "Son Nguyen",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.136764+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.525075+00:00"
    },
    {
      "slug": "vscode-bablilayoub-auto-git-message",
      "name": "Auto Git Message",
      "description": "AI-powered Git commit message generator supporting multiple AI providers (OpenAI, Anthropic, Google Gemini, Ollama, Groq)",
      "website": "https://marketplace.visualstudio.com/items?itemName=bablilayoub.auto-git-message",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bablilayoub.auto-git-message"
      },
      "tags": [],
      "_install_count": 116,
      "_average_rating": 5,
      "_publisher": "Ayoub Bablil",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.139666+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.525149+00:00"
    },
    {
      "slug": "vscode-aicodeboost-aicodeboost",
      "name": "AiCodeBoost",
      "description": "Auto-approve for Claude Code & OpenAI Codex CLI. Skip approval popups and code faster with AI assistants.",
      "website": "https://marketplace.visualstudio.com/items?itemName=AiCodeBoost.aicodeboost",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AiCodeBoost.aicodeboost"
      },
      "tags": [],
      "_install_count": 116,
      "_average_rating": null,
      "_publisher": "Ai Code Boost",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.142206+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.525222+00:00"
    },
    {
      "slug": "vscode-argus-claude-argus-claude",
      "name": "Argus - Claude Code Agent Monitoring & Observability on VSCode",
      "description": "Monitoring and observability for Claude Code agent sessions inside VS Code \u2014 live transcripts, cost telemetry, context-window metrics, dependency graphs, and rule-based analysis of tool calls, retry loops, and compaction events.",
      "website": "https://marketplace.visualstudio.com/items?itemName=argus-claude.argus-claude",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "argus-claude.argus-claude"
      },
      "tags": [],
      "_install_count": 116,
      "_average_rating": 5,
      "_publisher": "argus-claude",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.145641+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.525302+00:00"
    },
    {
      "slug": "vscode-yangyangleelee-claude-code-context-add",
      "name": "Claude Code Context Add",
      "description": "Add files and selections to Claude Code terminal/panel context via right-click menus and keyboard shortcuts. Forked from claude-code-context-plus.",
      "website": "https://marketplace.visualstudio.com/items?itemName=YangYangLeeLee.claude-code-context-add",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "YangYangLeeLee.claude-code-context-add"
      },
      "tags": [],
      "_install_count": 115,
      "_average_rating": null,
      "_publisher": "YangYangLeeLee",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.148224+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.525374+00:00"
    },
    {
      "slug": "vscode-mr-innovations-mr-multi-coder",
      "name": "MR Multi Model Ai coder",
      "description": "MR Coder \u2014 8 AI providers in one extension. Claude, Kilo Code (free), OpenRouter (14 free models), Ollama (offline, Qwen 3.6 / Llama / Gemma), Qwen, OpenAI Codex, Google Gemini, HuggingFace (Qwen / DeepSeek / Llama / Mistral). Switch mid-chat, bring your own keys or use completely free models.",
      "website": "https://marketplace.visualstudio.com/items?itemName=mr-innovations.mr-multi-coder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "mr-innovations.mr-multi-coder"
      },
      "tags": [],
      "_install_count": 115,
      "_average_rating": 5,
      "_publisher": "MR INNOVATIONS",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.150789+00:00",
      "_last_seen_at": "2026-05-25T13:59:31.525451+00:00"
    },
    {
      "slug": "vscode-openai-chatgpt",
      "name": "Codex \u2013 OpenAI\u2019s coding agent",
      "description": "Codex is a coding agent that works with you everywhere you code \u2014 included in ChatGPT Plus, Pro, Business, Edu, and Enterprise plans.",
      "website": "https://marketplace.visualstudio.com/items?itemName=openai.chatgpt",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "openai.chatgpt"
      },
      "tags": [],
      "_install_count": 9354718,
      "_average_rating": 3.3359375,
      "_publisher": "OpenAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.508136+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045087+00:00"
    },
    {
      "slug": "vscode-alibaba-cloud-tongyi-lingma",
      "name": "Qoder CN \uff08Formerly Lingma\uff09 - Alibaba Cloud AI Agentic Coding Platform",
      "description": "Type Less, Code More",
      "website": "https://marketplace.visualstudio.com/items?itemName=Alibaba-Cloud.tongyi-lingma",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Alibaba-Cloud.tongyi-lingma"
      },
      "tags": [],
      "_install_count": 2509198,
      "_average_rating": 3.7567567825317383,
      "_publisher": "Alibaba-Cloud",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.512331+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045497+00:00"
    },
    {
      "slug": "vscode-aminer-codegeex",
      "name": "CodeGeeX: AI Coding Assistant",
      "description": "CodeGeeX is an AI-based coding assistant, which can suggest code in the current or following lines.  It is powered by a large-scale multilingual code generation model with 13 billion parameters, pretrained on a large code corpus of more than 20 programming languages.",
      "website": "https://marketplace.visualstudio.com/items?itemName=aminer.codegeex",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "aminer.codegeex"
      },
      "tags": [],
      "_install_count": 1252588,
      "_average_rating": 4.22580623626709,
      "_publisher": "Zhipu AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.515212+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045606+00:00"
    },
    {
      "slug": "vscode-zencoderai-zencoder",
      "name": "Zencoder: AI Coding Agent and Chat for Python, Javascript, Typescript, Java, Go, and more",
      "description": "Embedded AI agents",
      "website": "https://marketplace.visualstudio.com/items?itemName=ZencoderAI.zencoder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ZencoderAI.zencoder"
      },
      "tags": [],
      "_install_count": 147767,
      "_average_rating": 4.508771896362305,
      "_publisher": "Zencoder",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.518535+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045841+00:00"
    },
    {
      "slug": "vscode-meshintelligenttechnologiesinc-pieces-vscode",
      "name": "Pieces for VS Code",
      "description": "An on-device storage agent and AI coding assistant integrated throughout your entire toolchain that helps developers capture, enrich, and reuse useful code, as well as debug, add comments, and solve c",
      "website": "https://marketplace.visualstudio.com/items?itemName=MeshIntelligentTechnologiesInc.pieces-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MeshIntelligentTechnologiesInc.pieces-vscode"
      },
      "tags": [],
      "_install_count": 142339,
      "_average_rating": 4.629310131072998,
      "_publisher": "Mesh Intelligent Technologies - Inc.",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.521196+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.045917+00:00"
    },
    {
      "slug": "vscode-ayushsinghal-code-mate",
      "name": "CodeMate AI- Your Smartest Full Stack Coding Agent- Python, C++, C, Java, Javascript, Typescript, Ruby & 100+ languages supported",
      "description": "CodeMate AI is an on-device AI Coding Agent that helps you ship quality code 20x faster. It helps you automate the entire software development lifecycle from searching and understanding codebase to generating code, fixing errors and generating test cases. Try it out for free!",
      "website": "https://marketplace.visualstudio.com/items?itemName=AyushSinghal.Code-Mate",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AyushSinghal.Code-Mate"
      },
      "tags": [],
      "_install_count": 80407,
      "_average_rating": 4.514285564422607,
      "_publisher": "CodeMate AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.524301+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.046142+00:00"
    },
    {
      "slug": "vscode-tanishqkancharla-opencode-vscode",
      "name": "OpenCode GUI",
      "description": "OpenCode AI coding agent for VSCode GUI extension",
      "website": "https://marketplace.visualstudio.com/items?itemName=TanishqKancharla.opencode-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TanishqKancharla.opencode-vscode"
      },
      "tags": [],
      "_install_count": 61462,
      "_average_rating": 5,
      "_publisher": "Tanishq Kancharla",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.527721+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.046244+00:00"
    },
    {
      "slug": "vscode-factory-factory-vscode-extension",
      "name": "Droid - Factory's AI Coding Agent",
      "description": "Factory Droid for VS Code: Enterprise coding agents in your IDE",
      "website": "https://marketplace.visualstudio.com/items?itemName=Factory.factory-vscode-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Factory.factory-vscode-extension"
      },
      "tags": [],
      "_install_count": 34414,
      "_average_rating": 3.9000000953674316,
      "_publisher": "Factory",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.532221+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.153086+00:00"
    },
    {
      "slug": "vscode-welltestedai-fluttergpt",
      "name": "CommandDash: AI Code Agents for libraries",
      "description": "Only AI Copilot to integrate libraries with expert agents",
      "website": "https://marketplace.visualstudio.com/items?itemName=WelltestedAI.fluttergpt",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "WelltestedAI.fluttergpt"
      },
      "tags": [],
      "_install_count": 31854,
      "_average_rating": 4.111111164093018,
      "_publisher": "CommandDash",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.535605+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.046996+00:00"
    },
    {
      "slug": "vscode-stagewise-stagewise-vscode-extension",
      "name": "stagewise",
      "description": "Visual vibe coding. Right in your codebase.",
      "website": "https://marketplace.visualstudio.com/items?itemName=stagewise.stagewise-vscode-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "stagewise.stagewise-vscode-extension"
      },
      "tags": [],
      "_install_count": 11263,
      "_average_rating": 5,
      "_publisher": "stagewise",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.538981+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.047741+00:00"
    },
    {
      "slug": "vscode-rickyang-ocopilot",
      "name": "Open Copilot \u2013 Intelligent Assistant tailored for deepseek",
      "description": "Customizable Copilot with DeepSeek/Ollama, such as: Customize Your Chatbot, Coding Assistant, Translator and more.",
      "website": "https://marketplace.visualstudio.com/items?itemName=rickyang.ocopilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "rickyang.ocopilot"
      },
      "tags": [],
      "_install_count": 11055,
      "_average_rating": 5,
      "_publisher": "rickyang",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.542908+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.047974+00:00"
    },
    {
      "slug": "vscode-abacusai-abacusai-agent",
      "name": "Abacus AI Agent",
      "description": "AI-powered coding assistant for VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=AbacusAI.abacusai-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AbacusAI.abacusai-agent"
      },
      "tags": [],
      "_install_count": 11003,
      "_average_rating": 3.6666667461395264,
      "_publisher": "AbacusAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.546592+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.048183+00:00"
    },
    {
      "slug": "vscode-asadbinimtiaz-kiro-vscode-extension",
      "name": "Kiro",
      "description": "VS Code UI wrapper for the Kiro CLI \u2014 chat with AI agents, run Spec workflows, and get context-aware coding help. Requires Kiro CLI (kiro-cli) installed separately from kiro.dev.",
      "website": "https://marketplace.visualstudio.com/items?itemName=AsadBinImtiaz.kiro-vscode-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AsadBinImtiaz.kiro-vscode-extension"
      },
      "tags": [],
      "_install_count": 7063,
      "_average_rating": null,
      "_publisher": "Asad Bin Imtiaz",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:06.549916+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.048726+00:00"
    },
    {
      "slug": "vscode-hirokimukai-jules-extension",
      "name": "Jules Extension",
      "description": "Control Google Jules AI coding agent directly from VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=HirokiMukai.jules-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "HirokiMukai.jules-extension"
      },
      "tags": [],
      "_install_count": 5502,
      "_average_rating": 5,
      "_publisher": "HirokiMukai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.027730+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.653445+00:00"
    },
    {
      "slug": "vscode-phodal-autodev",
      "name": "AutoDev Xiuper - \ud83e\uddd9the AI-powered coding wizard (KMP Edition).",
      "description": "\ud83e\uddd9\u200d AutoDev Xiuper: One Platform. All Phases. Every Device. AI-powered coding wizard with multilingual support \ud83c\udf10, auto code generation \ud83c\udfd7\ufe0f, based on Kotlin Multiplatform. Provides CodeLens, Chat, and powerful agent features! \ud83d\ude80",
      "website": "https://marketplace.visualstudio.com/items?itemName=Phodal.autodev",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Phodal.autodev"
      },
      "tags": [],
      "_install_count": 5400,
      "_average_rating": null,
      "_publisher": "Phodal",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.030194+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.653697+00:00"
    },
    {
      "slug": "vscode-cosine-cosine-vscode",
      "name": "Cosine",
      "description": "AI coding agent for VS Code \u2014 powered by Cosine.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Cosine.cosine-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Cosine.cosine-vscode"
      },
      "tags": [],
      "_install_count": 5275,
      "_average_rating": 4.875,
      "_publisher": "Cosine",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.032970+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.653874+00:00"
    },
    {
      "slug": "vscode-nishantunavane-ollama-ai-agent",
      "name": "Ollama Agent - Local AI Coding Assistant",
      "description": "Transform your locally-running Ollama models into an intelligent coding agent. Chat, generate code, edit files, and automate tasks\u2014all running 100% locally with full privacy.",
      "website": "https://marketplace.visualstudio.com/items?itemName=NishantUnavane.Ollama-Ai-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "NishantUnavane.Ollama-Ai-agent"
      },
      "tags": [],
      "_install_count": 4554,
      "_average_rating": 3,
      "_publisher": "Nishant Unavane",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.035443+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654135+00:00"
    },
    {
      "slug": "vscode-qi-anxin-group-qax-codegen",
      "name": "Qax CodeGen",
      "description": "\u5947\u5b89\u4fe1\u4ee3\u7801\u751f\u6210\u52a9\u624b - \u57fa\u4e8e\u5927\u6a21\u578b\u7684\u667a\u80fd\u7f16\u7a0b\u5de5\u5177",
      "website": "https://marketplace.visualstudio.com/items?itemName=QI-ANXIN-GROUP.qax-codegen",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "QI-ANXIN-GROUP.qax-codegen"
      },
      "tags": [],
      "_install_count": 4313,
      "_average_rating": 5,
      "_publisher": "QI-ANXIN GROUP",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.039120+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654396+00:00"
    },
    {
      "slug": "vscode-tanshiyong-opencode-gui",
      "name": "OpenCode UI - AI Coding Agent",
      "description": "VS Code UI for OpenCode CLI with subagents, code diff, change lists, and undo/restore.",
      "website": "https://marketplace.visualstudio.com/items?itemName=TanShiyong.opencode-gui",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TanShiyong.opencode-gui"
      },
      "tags": [],
      "_install_count": 4118,
      "_average_rating": 5,
      "_publisher": "TanShiyong",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.042019+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654538+00:00"
    },
    {
      "slug": "vscode-multicoder-multicoder",
      "name": "Multicoder - VSCode ACP Client",
      "description": "Code with AI agents via Agent Client Protocol",
      "website": "https://marketplace.visualstudio.com/items?itemName=multicoder.multicoder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "multicoder.multicoder"
      },
      "tags": [],
      "_install_count": 4042,
      "_average_rating": 5,
      "_publisher": "Multicoder",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.044356+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654607+00:00"
    },
    {
      "slug": "vscode-front-end-ai-front-end-ai",
      "name": "FRONT-END.AI : From Figma to semantic HTML with the power of Generative AI",
      "description": "FRONT-END.AI, powered by an AI model specialized in website design, lets you export design comps and assets from Figma in one batch, then generates highly accurate HTML directly in your VS Code enviro",
      "website": "https://marketplace.visualstudio.com/items?itemName=FRONT-END-AI.front-end-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "FRONT-END-AI.front-end-ai"
      },
      "tags": [],
      "_install_count": 3207,
      "_average_rating": 5,
      "_publisher": "FRONT-END.AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.047702+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.654931+00:00"
    },
    {
      "slug": "vscode-wizz-gemini-agent",
      "name": "Gemini Agent",
      "description": "An AI-powered agent to help with coding.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Wizz.gemini-agent",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Wizz.gemini-agent"
      },
      "tags": [],
      "_install_count": 2793,
      "_average_rating": null,
      "_publisher": "Wizz",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.050598+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.655350+00:00"
    },
    {
      "slug": "vscode-thanksben-devin-sessions",
      "name": "Devin Sessions - AI Coding Assistant",
      "description": "Integrate Devin AI sessions directly into your editor. View, manage, chat with, and create Devin sessions without leaving your code. Works with VS Code, Cursor, and other compatible editors.",
      "website": "https://marketplace.visualstudio.com/items?itemName=thanksben.devin-sessions",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "thanksben.devin-sessions"
      },
      "tags": [],
      "_install_count": 2722,
      "_average_rating": null,
      "_publisher": "Thanks Ben",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.054013+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.655516+00:00"
    },
    {
      "slug": "vscode-codemateai-codemate-enterprise",
      "name": "CodeMate AI for Enterprise - Your Smartest Full Stack Coding Agent- Python, C++, C, Java, Javascript, Typescript, Ruby & 100+ languages supported",
      "description": "CodeMate AI for Enterprise is an on-device AI Coding Agent that helps you ship quality code 20x faster. It helps you automate the entire software development lifecycle from searching and understanding",
      "website": "https://marketplace.visualstudio.com/items?itemName=CodeMateAI.CodeMate-Enterprise",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CodeMateAI.CodeMate-Enterprise"
      },
      "tags": [],
      "_install_count": 2582,
      "_average_rating": 5,
      "_publisher": "CodeMate",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.057215+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.655684+00:00"
    },
    {
      "slug": "vscode-minato-chat-gpt-minato-ai-coding-assistant",
      "name": "Chat GPT - Minato: AI Coding assistant",
      "description": "Chat GPT with codebase understanding, web browsing, & GPT-4. AI Coding Assistant! Your Code Integrity AI Agent - analyses your code and generates meaningful tests to catch bugs before you ship. Powered by GPT 3.5 & 4!",
      "website": "https://marketplace.visualstudio.com/items?itemName=Minato.chat-gpt---minato--ai-coding-assistant",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Minato.chat-gpt---minato--ai-coding-assistant"
      },
      "tags": [],
      "_install_count": 2289,
      "_average_rating": 5,
      "_publisher": "Minato",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.059608+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.656046+00:00"
    },
    {
      "slug": "vscode-freedev-ai-freedev",
      "name": "Freedev",
      "description": "AI coding assistant: autocompletion, ai chat, natural language codebase search, autonomous coding agents",
      "website": "https://marketplace.visualstudio.com/items?itemName=Freedev-ai.Freedev",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Freedev-ai.Freedev"
      },
      "tags": [],
      "_install_count": 2221,
      "_average_rating": null,
      "_publisher": "Freedev.ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.062497+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.656370+00:00"
    },
    {
      "slug": "vscode-darthmolen-copilot-cli-extension",
      "name": "Copilot CLI Chat",
      "description": "Interactive chat panel for GitHub Copilot CLI with session management and markdown rendering",
      "website": "https://marketplace.visualstudio.com/items?itemName=darthmolen.copilot-cli-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "darthmolen.copilot-cli-extension"
      },
      "tags": [],
      "_install_count": 1889,
      "_average_rating": null,
      "_publisher": "darthmolen",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.066013+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.657255+00:00"
    },
    {
      "slug": "vscode-lispace-ai-siada-plugin",
      "name": "Siada",
      "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
      "website": "https://marketplace.visualstudio.com/items?itemName=lispace-ai.siada-plugin",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "lispace-ai.siada-plugin"
      },
      "tags": [],
      "_install_count": 1869,
      "_average_rating": 5,
      "_publisher": "lispace-ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.068901+00:00",
      "_last_seen_at": "2026-05-25T13:59:32.657390+00:00"
    },
    {
      "slug": "vscode-ms-vscode-vscode-speech-language-pack-zh-cn",
      "name": "Chinese (Simplified, China) language support for VS Code Speech",
      "description": "Chinese (Simplified, China) language support for speech-to-text and other voice capabilities in VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-speech-language-pack-zh-cn",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ms-vscode.vscode-speech-language-pack-zh-cn"
      },
      "tags": [],
      "_install_count": 144919,
      "_average_rating": 5,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.467218+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.194688+00:00"
    },
    {
      "slug": "vscode-qxlabai-text2code",
      "name": "Text2Code",
      "description": "Text2Code  - Experience Generative AI in Coding World !",
      "website": "https://marketplace.visualstudio.com/items?itemName=QxLabAI.text2code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "QxLabAI.text2code"
      },
      "tags": [],
      "_install_count": 141395,
      "_average_rating": null,
      "_publisher": "QX Lab AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.470043+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.194855+00:00"
    },
    {
      "slug": "vscode-volartools-volar-ai",
      "name": "Volar",
      "description": "Plan, Review & Build with AI",
      "website": "https://marketplace.visualstudio.com/items?itemName=VolarTools.volar-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "VolarTools.volar-ai"
      },
      "tags": [],
      "_install_count": 130614,
      "_average_rating": null,
      "_publisher": "VolarTools",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.472642+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.194936+00:00"
    },
    {
      "slug": "vscode-daviddai-deepseek-code-generator",
      "name": "DeepSeek Code Generator",
      "description": "Generate code using DeepSeek AI",
      "website": "https://marketplace.visualstudio.com/items?itemName=DavidDai.deepseek-code-generator",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "DavidDai.deepseek-code-generator"
      },
      "tags": [],
      "_install_count": 130389,
      "_average_rating": 4,
      "_publisher": "David Dai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.474316+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195007+00:00"
    },
    {
      "slug": "vscode-onecrayon-theme-quietlight-vsc",
      "name": "Quiet Light for VSC",
      "description": "Light, peaceful coding (from the original designer).",
      "website": "https://marketplace.visualstudio.com/items?itemName=onecrayon.theme-quietlight-vsc",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "onecrayon.theme-quietlight-vsc"
      },
      "tags": [],
      "_install_count": 129697,
      "_average_rating": 5,
      "_publisher": "Ian Beck",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.476419+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195079+00:00"
    },
    {
      "slug": "vscode-yalehuang-chatgpt-ai",
      "name": "ChatGPT AI",
      "description": "Automatically write new code, ask questions, find bugs, and more with ChatGPT AI",
      "website": "https://marketplace.visualstudio.com/items?itemName=YaleHuang.chatgpt-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "YaleHuang.chatgpt-ai"
      },
      "tags": [],
      "_install_count": 124404,
      "_average_rating": 2.5,
      "_publisher": "Yale Huang",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.479984+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195178+00:00"
    },
    {
      "slug": "vscode-andrewbutson-vscode-openai",
      "name": "vscode-openai",
      "description": "vscode-openai seamlessly incorporates OpenAI features into VSCode, providing integration with SCM, Code Editor and Chat.",
      "website": "https://marketplace.visualstudio.com/items?itemName=AndrewButson.vscode-openai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AndrewButson.vscode-openai"
      },
      "tags": [],
      "_install_count": 119326,
      "_average_rating": 4.400000095367432,
      "_publisher": "Andrew Butson",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.483858+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195283+00:00"
    },
    {
      "slug": "vscode-beaugunderson-solidity-extended",
      "name": "Solidity Extended",
      "description": "Solidity support that aims to enable all of Visual Studio Code's features",
      "website": "https://marketplace.visualstudio.com/items?itemName=beaugunderson.solidity-extended",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "beaugunderson.solidity-extended"
      },
      "tags": [],
      "_install_count": 116981,
      "_average_rating": 5,
      "_publisher": "beaugunderson",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.486091+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195350+00:00"
    },
    {
      "slug": "vscode-get-snippets-get-snippets",
      "name": "GetX Snippets",
      "description": "An extension to accelerate the process of developing applications with flutter, aimed at everyone using the Get package.",
      "website": "https://marketplace.visualstudio.com/items?itemName=get-snippets.get-snippets",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "get-snippets.get-snippets"
      },
      "tags": [],
      "_install_count": 115296,
      "_average_rating": 5,
      "_publisher": "Kau\u00ea Murakami",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.489122+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195417+00:00"
    },
    {
      "slug": "vscode-tsandall-opa",
      "name": "Open Policy Agent",
      "description": "Develop, test, debug, and analyze policies for the Open Policy Agent project.",
      "website": "https://marketplace.visualstudio.com/items?itemName=tsandall.opa",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "tsandall.opa"
      },
      "tags": [],
      "_install_count": 113091,
      "_average_rating": 5,
      "_publisher": "Torin Sandall",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.497072+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195523+00:00"
    },
    {
      "slug": "vscode-metabob-metabob",
      "name": "Metabob: Debug and Refactor with AI",
      "description": "Generative AI to automate debugging and refactoring Python code",
      "website": "https://marketplace.visualstudio.com/items?itemName=Metabob.metabob",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Metabob.metabob"
      },
      "tags": [],
      "_install_count": 109815,
      "_average_rating": 4.75,
      "_publisher": "Metabob",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.500619+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195613+00:00"
    },
    {
      "slug": "vscode-kodezi-kodezi",
      "name": "Kodezi AI, (Autocorrect & More) - for Python, JavaScript, TypeScript, C++, PHP, Java, C#, Ruby & more",
      "description": "Kodezi is an AI Dev-tool platform providing tools to maximize programming productivity. Our first product consists of an autocorrect for programmers.",
      "website": "https://marketplace.visualstudio.com/items?itemName=kodezi.kodezi",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "kodezi.kodezi"
      },
      "tags": [],
      "_install_count": 104206,
      "_average_rating": 4.083333492279053,
      "_publisher": "Kodezi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.503918+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195682+00:00"
    },
    {
      "slug": "vscode-alexowl-transparent-color-theme",
      "name": "Transparent Color Theme",
      "description": "Experience the ultimate coding environment with the Transparent Color theme. Designed exclusively for macOS, this theme brings the stunning vibrancy background blur of macOS to Visual Studio Code. Enjoy a sleek and modern coding experience with translucent backgrounds that seamlessly blend with the",
      "website": "https://marketplace.visualstudio.com/items?itemName=alexowl.transparent-color-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "alexowl.transparent-color-theme"
      },
      "tags": [],
      "_install_count": 99056,
      "_average_rating": 4.5,
      "_publisher": "Alex Owl",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.508046+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195752+00:00"
    },
    {
      "slug": "vscode-jabacchetta-vscode-essentials",
      "name": "VSCode Essentials",
      "description": "Turn VSCode into a supercharged IDE.",
      "website": "https://marketplace.visualstudio.com/items?itemName=jabacchetta.vscode-essentials",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jabacchetta.vscode-essentials"
      },
      "tags": [],
      "_install_count": 98894,
      "_average_rating": 5,
      "_publisher": "jabacchetta",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.511443+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195828+00:00"
    },
    {
      "slug": "vscode-salesforce-salesforcedx-vscode-agents",
      "name": "Agentforce DX",
      "description": "Provides a suite of tools to iteratively build, preview, and test agents right in your IDE.",
      "website": "https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-agents",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "salesforce.salesforcedx-vscode-agents"
      },
      "tags": [],
      "_install_count": 95792,
      "_average_rating": 5,
      "_publisher": "Salesforce",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.514941+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195919+00:00"
    },
    {
      "slug": "vscode-docsmsft-docs-scaffolding",
      "name": "learn-scaffolding",
      "description": "A Visual Studio Code extension developed to aid with scaffolding and updating Learn modules.",
      "website": "https://marketplace.visualstudio.com/items?itemName=docsmsft.docs-scaffolding",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "docsmsft.docs-scaffolding"
      },
      "tags": [],
      "_install_count": 95220,
      "_average_rating": null,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.517820+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.195992+00:00"
    },
    {
      "slug": "vscode-aztechcorps-aio-compiler",
      "name": "AIO Compiler for C, C++ & Java",
      "description": "Simple one click compiler for C, C++, JAVA and more to come.",
      "website": "https://marketplace.visualstudio.com/items?itemName=aztechcorps.aio-compiler",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "aztechcorps.aio-compiler"
      },
      "tags": [],
      "_install_count": 94458,
      "_average_rating": 4,
      "_publisher": "AztechCorps",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.519966+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.196126+00:00"
    },
    {
      "slug": "vscode-10nates-ollama-autocoder",
      "name": "Ollama Autocoder",
      "description": "A simple to use Ollama autocompletion engine with options exposed and streaming functionality",
      "website": "https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "10nates.ollama-autocoder"
      },
      "tags": [],
      "_install_count": 93539,
      "_average_rating": 5,
      "_publisher": "10nates",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.521600+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.196324+00:00"
    },
    {
      "slug": "vscode-lablup-live-code-runner",
      "name": "Live Code Runner",
      "description": "Run your codes via Backend.AI Cloud (https://cloud.backend.ai)",
      "website": "https://marketplace.visualstudio.com/items?itemName=lablup.live-code-runner",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "lablup.live-code-runner"
      },
      "tags": [],
      "_install_count": 92400,
      "_average_rating": null,
      "_publisher": "lablup",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.524179+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.196513+00:00"
    },
    {
      "slug": "vscode-salesforce-agent-script-language-client",
      "name": "Agent Script",
      "description": "VS Code extension for Agent Script language support",
      "website": "https://marketplace.visualstudio.com/items?itemName=salesforce.agent-script-language-client",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "salesforce.agent-script-language-client"
      },
      "tags": [],
      "_install_count": 89875,
      "_average_rating": null,
      "_publisher": "Salesforce",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.526108+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.196686+00:00"
    },
    {
      "slug": "vscode-ekelley-midnight-synth",
      "name": "Midnight Synth",
      "description": "A dark purple/cyan theme for late night coding.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ekelley.midnight-synth",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ekelley.midnight-synth"
      },
      "tags": [],
      "_install_count": 89552,
      "_average_rating": 5,
      "_publisher": "Eric Kelley \ud83d\ude80",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.531199+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.196897+00:00"
    },
    {
      "slug": "vscode-reloadedextensions-reloaded-cpp",
      "name": "Reloaded C/C++",
      "description": "C/C++ must-have highlighter that understands many coding styles and APIs. Use with 'Reloaded Themes' extension.",
      "website": "https://marketplace.visualstudio.com/items?itemName=reloadedextensions.reloaded-cpp",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "reloadedextensions.reloaded-cpp"
      },
      "tags": [],
      "_install_count": 84495,
      "_average_rating": 3,
      "_publisher": "Reloaded Extensions",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.534301+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.197093+00:00"
    },
    {
      "slug": "vscode-claudiosanches-wpcs-whitelist-flags",
      "name": "WPCS Whitelist Flags",
      "description": "Add WordPress Coding Standards whitelist flags to your code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=claudiosanches.wpcs-whitelist-flags",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "claudiosanches.wpcs-whitelist-flags"
      },
      "tags": [],
      "_install_count": 83710,
      "_average_rating": 5,
      "_publisher": "Claudio Sanches",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.536880+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.197266+00:00"
    },
    {
      "slug": "vscode-parasoft-vscode-cpptest",
      "name": "C/C++test",
      "description": "C/C++ Static Analysis, Unit Testing, Code Coverage. MISRA C/C++, AUTOSAR C++ 14, CERT C/C++, Line, Branch, MCDC, and others.",
      "website": "https://marketplace.visualstudio.com/items?itemName=parasoft.vscode-cpptest",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "parasoft.vscode-cpptest"
      },
      "tags": [],
      "_install_count": 82544,
      "_average_rating": 4,
      "_publisher": "Parasoft ",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.539422+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.197556+00:00"
    },
    {
      "slug": "vscode-builder-builder",
      "name": "Builder",
      "description": "Visual AI Code Editor",
      "website": "https://marketplace.visualstudio.com/items?itemName=Builder.Builder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Builder.Builder"
      },
      "tags": [],
      "_install_count": 77990,
      "_average_rating": 4.55555534362793,
      "_publisher": "Builder.io",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.541384+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.197732+00:00"
    },
    {
      "slug": "vscode-tabbyml-vscode-tabby",
      "name": "Tabby",
      "description": "Tabby is a self-hosted AI coding assistant that can suggest multi-line code or full functions in real-time.",
      "website": "https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "TabbyML.vscode-tabby"
      },
      "tags": [],
      "_install_count": 77814,
      "_average_rating": 4.833333492279053,
      "_publisher": "TabbyML",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.543654+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.197903+00:00"
    },
    {
      "slug": "vscode-task-vscode-task",
      "name": "Task",
      "description": "A task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.",
      "website": "https://marketplace.visualstudio.com/items?itemName=task.vscode-task",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "task.vscode-task"
      },
      "tags": [],
      "_install_count": 76400,
      "_average_rating": 4.599999904632568,
      "_publisher": "Task",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.548338+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.198090+00:00"
    },
    {
      "slug": "vscode-ex3ndr-llama-coder",
      "name": "Llama Coder",
      "description": "Better and self-hosted Github Copilot replacement",
      "website": "https://marketplace.visualstudio.com/items?itemName=ex3ndr.llama-coder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ex3ndr.llama-coder"
      },
      "tags": [],
      "_install_count": 76297,
      "_average_rating": 5,
      "_publisher": "Steve Korshakov",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.551271+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.198262+00:00"
    },
    {
      "slug": "vscode-huggingface-huggingface-vscode",
      "name": "llm-vscode",
      "description": "LLM powered development for VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "HuggingFace.huggingface-vscode"
      },
      "tags": [],
      "_install_count": 73973,
      "_average_rating": 4.777777671813965,
      "_publisher": "Hugging Face",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.553521+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.198460+00:00"
    },
    {
      "slug": "vscode-ghutu-perplexity-ext",
      "name": "Perplexity.ai",
      "description": "AI Integration for Perplexity.ai with VSCode",
      "website": "https://marketplace.visualstudio.com/items?itemName=ghutu.perplexity-ext",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ghutu.perplexity-ext"
      },
      "tags": [],
      "_install_count": 73275,
      "_average_rating": 1.5,
      "_publisher": "Gabriel Hutu",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.555900+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.198658+00:00"
    },
    {
      "slug": "vscode-rtg-py-snippets",
      "name": "py-snippets",
      "description": "This extension provides you with common python code snippets to make your coding faster. This imports all the code snippets provided by IntelliJ PyCharm to VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=rtg.py-snippets",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "rtg.py-snippets"
      },
      "tags": [],
      "_install_count": 71934,
      "_average_rating": 5,
      "_publisher": "Rahul George",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.557555+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.198739+00:00"
    },
    {
      "slug": "vscode-aixcoder-plugin-aixcoder",
      "name": "aiXcoder Code Completer",
      "description": "A free code completion tool powered by deep learning.",
      "website": "https://marketplace.visualstudio.com/items?itemName=aixcoder-plugin.aixcoder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "aixcoder-plugin.aixcoder"
      },
      "tags": [],
      "_install_count": 70827,
      "_average_rating": 2.933333396911621,
      "_publisher": "aixcoder-plugin",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.559705+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.198814+00:00"
    },
    {
      "slug": "vscode-philipbe-theme-gray-matter",
      "name": "Gray Matter",
      "description": "A pair of colour schemes that take aesthetic cues from popular minimalist writing apps and aims to minimise the visual impact of most of the markdown punctuation.",
      "website": "https://marketplace.visualstudio.com/items?itemName=philipbe.theme-gray-matter",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "philipbe.theme-gray-matter"
      },
      "tags": [],
      "_install_count": 70460,
      "_average_rating": 5,
      "_publisher": "philipbe",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.563415+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.198900+00:00"
    },
    {
      "slug": "vscode-bowlerhatllc-vscode-nextgenas",
      "name": "AS3, MXML, and SWF Extension Pack",
      "description": "A collection of essential ActionScript extensions for Visual Studio Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=bowlerhatllc.vscode-nextgenas",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bowlerhatllc.vscode-nextgenas"
      },
      "tags": [],
      "_install_count": 70279,
      "_average_rating": 4.882352828979492,
      "_publisher": "Bowler Hat LLC",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.566929+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.198978+00:00"
    },
    {
      "slug": "vscode-denigmaapp-denigma",
      "name": "Denigma AI",
      "description": "Denigma explains code using machine learning!",
      "website": "https://marketplace.visualstudio.com/items?itemName=denigmaapp.denigma",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "denigmaapp.denigma"
      },
      "tags": [],
      "_install_count": 70252,
      "_average_rating": 3.5,
      "_publisher": "Denigma",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.568958+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.199060+00:00"
    },
    {
      "slug": "vscode-wassimdev-wassimdev-vscode-deepseek",
      "name": "DeepSeek for GitHub Copilot",
      "description": "Run DeepSeek models in your GitHub Copilot Chat",
      "website": "https://marketplace.visualstudio.com/items?itemName=wassimdev.wassimdev-vscode-deepseek",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "wassimdev.wassimdev-vscode-deepseek"
      },
      "tags": [],
      "_install_count": 67865,
      "_average_rating": 4.5,
      "_publisher": "Wassim Chegham",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.570694+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.199229+00:00"
    },
    {
      "slug": "vscode-pythagoratechnologies-gpt-pilot-vs-code",
      "name": "GPT Pilot (Beta)",
      "description": "The first real AI developer.",
      "website": "https://marketplace.visualstudio.com/items?itemName=PythagoraTechnologies.gpt-pilot-vs-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "PythagoraTechnologies.gpt-pilot-vs-code"
      },
      "tags": [],
      "_install_count": 66625,
      "_average_rating": 2.7142856121063232,
      "_publisher": "Pythagora Technologies Inc.",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.573254+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.199369+00:00"
    },
    {
      "slug": "vscode-haselerdev-aiquickfix",
      "name": "AI QuickFix: Instantly fix problems with ChatGPT AI",
      "description": "Use ChatGPT and GPT-4 AI tools to find one-click 'lightbulb menu' solutions to problems in your code flagged by your editor, linter, and other code quality tools.",
      "website": "https://marketplace.visualstudio.com/items?itemName=HaselerDev.aiquickfix",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "HaselerDev.aiquickfix"
      },
      "tags": [],
      "_install_count": 66546,
      "_average_rating": null,
      "_publisher": "Double Technologies Inc",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.575256+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.199894+00:00"
    },
    {
      "slug": "vscode-bowlerhatllc-vscode-swf-debug",
      "name": "Debugger for SWF",
      "description": "Debug your SWF files in Adobe AIR or Flash Player",
      "website": "https://marketplace.visualstudio.com/items?itemName=bowlerhatllc.vscode-swf-debug",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bowlerhatllc.vscode-swf-debug"
      },
      "tags": [],
      "_install_count": 61935,
      "_average_rating": 5,
      "_publisher": "Bowler Hat LLC",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.577940+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.200067+00:00"
    },
    {
      "slug": "vscode-jan-dolejsi-pddl",
      "name": "PDDL",
      "description": "Planning Domain Description Language support",
      "website": "https://marketplace.visualstudio.com/items?itemName=jan-dolejsi.pddl",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jan-dolejsi.pddl"
      },
      "tags": [],
      "_install_count": 61707,
      "_average_rating": 5,
      "_publisher": "Jan Dolejsi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:07.581300+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.200148+00:00"
    },
    {
      "slug": "vscode-ms-copilotstudio-vscode-copilotstudio",
      "name": "Copilot Studio",
      "description": "This extension enables developers to edit their Copilot Studio agents from within Visual Studio Code. Clone an agent, get changes, preview differences, and apply updates directly back to their environments.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ms-CopilotStudio.vscode-copilotstudio",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ms-CopilotStudio.vscode-copilotstudio"
      },
      "tags": [],
      "_install_count": 60872,
      "_average_rating": 3,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.163234+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811203+00:00"
    },
    {
      "slug": "vscode-roylam23-gpt-code",
      "name": "GPT Code",
      "description": "GPT powered code assistant (Support multi language, sentiment and mode)",
      "website": "https://marketplace.visualstudio.com/items?itemName=Roylam23.gpt-code",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Roylam23.gpt-code"
      },
      "tags": [],
      "_install_count": 59993,
      "_average_rating": 4,
      "_publisher": "Roylam23",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.165916+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811338+00:00"
    },
    {
      "slug": "vscode-rjmacarthy-twinny",
      "name": "twinny - AI Code Completion and Chat",
      "description": "Locally hosted AI code completion plugin for vscode",
      "website": "https://marketplace.visualstudio.com/items?itemName=rjmacarthy.twinny",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "rjmacarthy.twinny"
      },
      "tags": [],
      "_install_count": 59886,
      "_average_rating": 4.800000190734863,
      "_publisher": "twinnydotdev",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.168289+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811414+00:00"
    },
    {
      "slug": "vscode-vexrobotics-vexcode",
      "name": "VEX Robotics",
      "description": "The VEX Extension allows for software development on VEX IQ 2nd Generation, EXP, V5, CTE, AIM and AIR platforms. C/C++ and Python programming languages are supported for select platforms.",
      "website": "https://marketplace.visualstudio.com/items?itemName=VEXRobotics.vexcode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "VEXRobotics.vexcode"
      },
      "tags": [],
      "_install_count": 59844,
      "_average_rating": 3.25,
      "_publisher": "VEX Robotics",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.170756+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811524+00:00"
    },
    {
      "slug": "vscode-jkiviluoto-tws",
      "name": "Trailing Whitespace",
      "description": "Highlight and remove trailing whitespaces the right way!",
      "website": "https://marketplace.visualstudio.com/items?itemName=jkiviluoto.tws",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jkiviluoto.tws"
      },
      "tags": [],
      "_install_count": 59512,
      "_average_rating": 4.800000190734863,
      "_publisher": "jkiviluoto",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.173676+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811598+00:00"
    },
    {
      "slug": "vscode-animaapp-vscode-anima",
      "name": "Frontier: Figma to React, leveraging your own design system and components",
      "description": "The first AI Coding assistant, tailored for frontend. Convert Figma to React code, by leveraging your existing codebase and reusing your design system components. (Frontier supports Javascript / Typescript, Tailwind / CSS / SCSS / Styled Components, Next.js).",
      "website": "https://marketplace.visualstudio.com/items?itemName=AnimaApp.vscode-anima",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AnimaApp.vscode-anima"
      },
      "tags": [],
      "_install_count": 58513,
      "_average_rating": 5,
      "_publisher": "AnimaApp",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.176467+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811667+00:00"
    },
    {
      "slug": "vscode-nealkornet-theme-darcula-dark",
      "name": "Darcula Dark",
      "description": "An attempt to improve Dracula colors consistency on VS Code, making it more pleasant to the eyes during coding sessions",
      "website": "https://marketplace.visualstudio.com/items?itemName=NealKornet.theme-darcula-dark",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "NealKornet.theme-darcula-dark"
      },
      "tags": [],
      "_install_count": 58224,
      "_average_rating": 3,
      "_publisher": "Neal Kornet",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.179982+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811744+00:00"
    },
    {
      "slug": "vscode-ms-semantic-kernel-semantic-kernel",
      "name": "Semantic Kernel Tools",
      "description": "AI Tools for Semantic Kernel",
      "website": "https://marketplace.visualstudio.com/items?itemName=ms-semantic-kernel.semantic-kernel",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ms-semantic-kernel.semantic-kernel"
      },
      "tags": [],
      "_install_count": 57452,
      "_average_rating": 5,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.182949+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811854+00:00"
    },
    {
      "slug": "vscode-kr4is-cpptools-extension-pack",
      "name": "C/C++ Extension Pack",
      "description": "Must have extensions for C++ development in Visual Studio Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Kr4is.cpptools-extension-pack",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Kr4is.cpptools-extension-pack"
      },
      "tags": [],
      "_install_count": 56957,
      "_average_rating": 4,
      "_publisher": "Kr4is",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.185471+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811923+00:00"
    },
    {
      "slug": "vscode-arm-vscode-cmsis-debugger",
      "name": "Arm CMSIS Debugger",
      "description": "Run and debug embedded and Edge AI projects on Arm Cortex-M single or multi core devices. Connects via pyOCD to CMSIS-DAP or other GDB servers.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Arm.vscode-cmsis-debugger",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Arm.vscode-cmsis-debugger"
      },
      "tags": [],
      "_install_count": 56418,
      "_average_rating": null,
      "_publisher": "Arm",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.193354+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.811996+00:00"
    },
    {
      "slug": "vscode-sayaib-hue-console",
      "name": "DevSnip Pro",
      "description": "\u26a1The ultimate toolkit for API testing, MongoDB connections, console log cleanup, and snippet management in VS Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=sayaib.hue-console",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "sayaib.hue-console"
      },
      "tags": [],
      "_install_count": 55820,
      "_average_rating": 4.622951030731201,
      "_publisher": "Sayaib Sarkar",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.198002+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.812077+00:00"
    },
    {
      "slug": "vscode-iceworks-team-iceworks",
      "name": "AppWorks",
      "description": "Application Development Pack, provide visualization and intelligent technology to build Universal Application faster and better, support Web / H5 / MiniProgram(???) Application.",
      "website": "https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "iceworks-team.iceworks"
      },
      "tags": [],
      "_install_count": 55460,
      "_average_rating": 5,
      "_publisher": "AppWorks Team",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.210178+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.812151+00:00"
    },
    {
      "slug": "vscode-ezshine-rainbow-fart-waifu",
      "name": "\ud83c\udf08 Rainbow Fart Waifu",
      "description": "Rainbow Fart Waifu is an extension that put a virtual lover on your desktop and keeps giving you compliment while you are coding. supported python, javascript, c#, php, java, vue...and all language",
      "website": "https://marketplace.visualstudio.com/items?itemName=ezshine.rainbow-fart-waifu",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ezshine.rainbow-fart-waifu"
      },
      "tags": [],
      "_install_count": 55245,
      "_average_rating": 4.75,
      "_publisher": "\u5927\u5e05",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.219943+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.812226+00:00"
    },
    {
      "slug": "vscode-warm3snow-vscode-ollama",
      "name": "VSCode Ollama",
      "description": "VSCode Ollama is a powerful Visual Studio Code extension that seamlessly integrates Ollama's local LLM capabilities into your development environment.",
      "website": "https://marketplace.visualstudio.com/items?itemName=warm3snow.vscode-ollama",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "warm3snow.vscode-ollama"
      },
      "tags": [],
      "_install_count": 54114,
      "_average_rating": 3.6666667461395264,
      "_publisher": "warm3snow",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.225635+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.812300+00:00"
    },
    {
      "slug": "vscode-pydocgenai-pydocgenai",
      "name": "Python DocString Generator AI",
      "description": "Python docstring generator, for functions, based on deep learning model, configurable.",
      "website": "https://marketplace.visualstudio.com/items?itemName=pyDocGenAI.pyDocGenAI",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "pyDocGenAI.pyDocGenAI"
      },
      "tags": [],
      "_install_count": 54075,
      "_average_rating": 3.5,
      "_publisher": "pyDocGenAI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.233806+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.812373+00:00"
    },
    {
      "slug": "vscode-murbani-vscode-abap-remote-fs",
      "name": "ABAP remote filesystem",
      "description": "VS Code-based Agentic AI Platform for SAP ABAP Development",
      "website": "https://marketplace.visualstudio.com/items?itemName=murbani.vscode-abap-remote-fs",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "murbani.vscode-abap-remote-fs"
      },
      "tags": [],
      "_install_count": 54011,
      "_average_rating": 5,
      "_publisher": "Marcello Urbani",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.239208+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.812445+00:00"
    },
    {
      "slug": "vscode-bowlerhatllc-vscode-as3mxml",
      "name": "ActionScript & MXML",
      "description": "Language support for ActionScript and MXML",
      "website": "https://marketplace.visualstudio.com/items?itemName=bowlerhatllc.vscode-as3mxml",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "bowlerhatllc.vscode-as3mxml"
      },
      "tags": [],
      "_install_count": 53650,
      "_average_rating": 5,
      "_publisher": "Bowler Hat LLC",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.245851+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.812517+00:00"
    },
    {
      "slug": "vscode-n3rds-inc-pomodoro-timer-focus",
      "name": "- Pomodoro",
      "description": "Pomodoro timer",
      "website": "https://marketplace.visualstudio.com/items?itemName=n3rds-inc.pomodoro-timer-focus",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "n3rds-inc.pomodoro-timer-focus"
      },
      "tags": [],
      "_install_count": 53365,
      "_average_rating": 4.666666507720947,
      "_publisher": "Nerds Inc.",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.248598+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.812651+00:00"
    },
    {
      "slug": "vscode-lakshits11-monokai-pirokai",
      "name": "Monokai Pirokai",
      "description": "The ultimate theme that combines the vibrant colors of Monokai Pro with a sleek, dark background for maximum style and productivity",
      "website": "https://marketplace.visualstudio.com/items?itemName=lakshits11.monokai-pirokai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "lakshits11.monokai-pirokai"
      },
      "tags": [],
      "_install_count": 51466,
      "_average_rating": 5,
      "_publisher": "Lakshit Somani",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.255562+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.812830+00:00"
    },
    {
      "slug": "vscode-mai-engineeringsystems-mai-ai-telemetry",
      "name": "MicrosoftAI AI Telemetry",
      "description": "This is an AI Telemetry extension for internal MicrosoftAI use.",
      "website": "https://marketplace.visualstudio.com/items?itemName=MAI-EngineeringSystems.mai-ai-telemetry",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MAI-EngineeringSystems.mai-ai-telemetry"
      },
      "tags": [],
      "_install_count": 51123,
      "_average_rating": 2.6666667461395264,
      "_publisher": "MAI-EngineeringSystems",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.261508+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.813008+00:00"
    },
    {
      "slug": "vscode-markhutchins-beautify-vscode",
      "name": "Beautify AI",
      "description": "Beautify For VSCode",
      "website": "https://marketplace.visualstudio.com/items?itemName=MarkHutchins.beautify-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MarkHutchins.beautify-vscode"
      },
      "tags": [],
      "_install_count": 50361,
      "_average_rating": null,
      "_publisher": "Mark Hutchins",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.266630+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.813201+00:00"
    },
    {
      "slug": "vscode-tabeyti-jenkins-jack",
      "name": "Jenkins Jack",
      "description": "Jack into your Jenkins to streamline your Pipeline development and Jenkins management in VSCode. Execute Pipeline scripts remotely with real-time syntax highlighted output, access Pipeline step auto-completions, pull Pipeline step documentation, run console groovy scripts across multiple agents, man",
      "website": "https://marketplace.visualstudio.com/items?itemName=tabeyti.jenkins-jack",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "tabeyti.jenkins-jack"
      },
      "tags": [],
      "_install_count": 50093,
      "_average_rating": 4.400000095367432,
      "_publisher": "tabeyti",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.272638+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.813408+00:00"
    },
    {
      "slug": "vscode-sonichigo-validyml",
      "name": "validYML",
      "description": "ValidYML VSCode Extension is a powerful tool designed to enhance your YAML development experience by providing real-time validation, best practice enforcement, and automatic cleanup of configuration files directly within Visual Studio Code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Sonichigo.validyml",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Sonichigo.validyml"
      },
      "tags": [],
      "_install_count": 49971,
      "_average_rating": 5,
      "_publisher": "Animesh Pathak",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.275368+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.813597+00:00"
    },
    {
      "slug": "vscode-tahabasri-snippets",
      "name": "Snippets",
      "description": "Supercharge your Snippets in VS Code \u2014 Manage your code snippets & AI prompts without quitting your editor.",
      "website": "https://marketplace.visualstudio.com/items?itemName=tahabasri.snippets",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "tahabasri.snippets"
      },
      "tags": [],
      "_install_count": 49545,
      "_average_rating": 4.210526466369629,
      "_publisher": "Taha BASRI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.277864+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.813785+00:00"
    },
    {
      "slug": "vscode-manassahu-openai-developer",
      "name": "OpenAI Developer",
      "description": "Integration with OpenAI models ChatGPT(GPT3.5), Codex and Image for Developer.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ManasSahu.openai-developer",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ManasSahu.openai-developer"
      },
      "tags": [],
      "_install_count": 49182,
      "_average_rating": 4.666666507720947,
      "_publisher": "Manas Sahu",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.281001+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.813979+00:00"
    },
    {
      "slug": "vscode-franneck94-vscode-coding-tools-extension-pack",
      "name": "Coding Tools Extension Pack",
      "description": "Popular VSCode extensions for development.",
      "website": "https://marketplace.visualstudio.com/items?itemName=franneck94.vscode-coding-tools-extension-pack",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "franneck94.vscode-coding-tools-extension-pack"
      },
      "tags": [],
      "_install_count": 48931,
      "_average_rating": 5,
      "_publisher": "franneck94",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.283475+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.814195+00:00"
    },
    {
      "slug": "vscode-al-rimi-tomcat",
      "name": "Tomcat",
      "description": "AI-Assisted Java EE Support Extension for Tomcat",
      "website": "https://marketplace.visualstudio.com/items?itemName=Al-rimi.tomcat",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Al-rimi.tomcat"
      },
      "tags": [],
      "_install_count": 48147,
      "_average_rating": 5,
      "_publisher": "Al-rimi",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.285584+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.814430+00:00"
    },
    {
      "slug": "vscode-ponicode-ponicode",
      "name": "Ponicode",
      "description": "Ponicode is a quick and easy AI-powered solution for Javascript unit testing.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ponicode.ponicode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ponicode.ponicode"
      },
      "tags": [],
      "_install_count": 48068,
      "_average_rating": 3.904761791229248,
      "_publisher": "Ponicode",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.287405+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.814656+00:00"
    },
    {
      "slug": "vscode-ibm-wca-core",
      "name": "watsonx Code Assistant",
      "description": "Harness the power of generative AI inside your code editor",
      "website": "https://marketplace.visualstudio.com/items?itemName=IBM.wca-core",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "IBM.wca-core"
      },
      "tags": [],
      "_install_count": 47978,
      "_average_rating": 5,
      "_publisher": "IBM",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.289548+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.814858+00:00"
    },
    {
      "slug": "vscode-codebuddyai-codebuddy-ai",
      "name": "Codebuddy",
      "description": "Codebuddy AI-assistant.",
      "website": "https://marketplace.visualstudio.com/items?itemName=CodebuddyAI.codebuddy-ai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "CodebuddyAI.codebuddy-ai"
      },
      "tags": [],
      "_install_count": 47382,
      "_average_rating": 5,
      "_publisher": "Codebuddy AI Inc.",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.292408+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.815126+00:00"
    },
    {
      "slug": "vscode-saviof-mayacode",
      "name": "MayaCode",
      "description": "A Visual Studio Code extension with support for coding for Maya.",
      "website": "https://marketplace.visualstudio.com/items?itemName=saviof.mayacode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "saviof.mayacode"
      },
      "tags": [],
      "_install_count": 47294,
      "_average_rating": 4.333333492279053,
      "_publisher": "saviof",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.295264+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.815352+00:00"
    },
    {
      "slug": "vscode-wisen-wisen-translate",
      "name": "Wisen-Translate",
      "description": "AI \u9f20\u6807\u60ac\u6d6e\u7ffb\u8bd1",
      "website": "https://marketplace.visualstudio.com/items?itemName=wisen.wisen-translate",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "wisen.wisen-translate"
      },
      "tags": [],
      "_install_count": 46399,
      "_average_rating": 5,
      "_publisher": "wisen",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.297642+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.815526+00:00"
    },
    {
      "slug": "vscode-lakshits11-neon-city",
      "name": "Neon City",
      "description": "Discover the mesmerizing allure of the urban nightscape with Neon City, where sophistication meets the electric energy of the city streets.",
      "website": "https://marketplace.visualstudio.com/items?itemName=lakshits11.neon-city",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "lakshits11.neon-city"
      },
      "tags": [],
      "_install_count": 45963,
      "_average_rating": 5,
      "_publisher": "Lakshit Somani",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.300303+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.815666+00:00"
    },
    {
      "slug": "vscode-ainity-smartaicoder",
      "name": "AI Smart Coder: AI-Generated Unit Tests, Code Review, Documentation, and Error Fix with ChatGPT",
      "description": "AI Smart Coder is an intelligent coding companion designed to enhance your programming experience. Empowered by ChatGPT, it offers a range of advanced features, including AI-generated unit tests, comprehensive code reviews, automated code documentation, and intelligent error fix suggestions. Elevate",
      "website": "https://marketplace.visualstudio.com/items?itemName=Ainity.SmartAICoder",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Ainity.SmartAICoder"
      },
      "tags": [],
      "_install_count": 45638,
      "_average_rating": 3.75,
      "_publisher": "Ainity",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.302818+00:00",
      "_last_seen_at": "2026-05-25T13:59:33.815805+00:00"
    },
    {
      "slug": "vscode-ericsia-pythonsnippets3pro",
      "name": "Python Snippets 3 (Pro)",
      "description": "New auto suggestion for Python updated in 2024",
      "website": "https://marketplace.visualstudio.com/items?itemName=EricSia.pythonsnippets3pro",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "EricSia.pythonsnippets3pro"
      },
      "tags": [],
      "_install_count": 43743,
      "_average_rating": 5,
      "_publisher": "EricSia",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.306645+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.147433+00:00"
    },
    {
      "slug": "vscode-alvaai-alva",
      "name": "Alva - AI Assistant, Chat & Code Lab",
      "description": "Autocorrect, secure, test, and improve code with AI",
      "website": "https://marketplace.visualstudio.com/items?itemName=AlvaAI.Alva",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AlvaAI.Alva"
      },
      "tags": [],
      "_install_count": 43229,
      "_average_rating": 5,
      "_publisher": "Alva AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.309790+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.147760+00:00"
    },
    {
      "slug": "vscode-stackspotai-stackspotai",
      "name": "StackSpot AI",
      "description": "AI tool with code generation and chat capabilities.",
      "website": "https://marketplace.visualstudio.com/items?itemName=StackspotAI.StackSpotAI",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "StackspotAI.StackSpotAI"
      },
      "tags": [],
      "_install_count": 43009,
      "_average_rating": 4.885714054107666,
      "_publisher": "Stackspot AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.311705+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.148020+00:00"
    },
    {
      "slug": "vscode-pranjalkumar-minimal-kiwi",
      "name": "Minimal Kiwi",
      "description": "Minimal Kiwi is a perfect-contrast, low-fatigue theme built for long coding sessions. Clean syntax hierarchy, vivid kiwi-greens for quick scanning, and pixel-tight contrasts so you can move faster and strain less",
      "website": "https://marketplace.visualstudio.com/items?itemName=PranjalKumar.minimal-kiwi",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "PranjalKumar.minimal-kiwi"
      },
      "tags": [],
      "_install_count": 42634,
      "_average_rating": 5,
      "_publisher": "Pranjal Kumar",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.313086+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.148218+00:00"
    },
    {
      "slug": "vscode-ms-toolsai-python-ds-extension-pack",
      "name": "Python Data Science",
      "description": "An extension pack for Python data scientists.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ms-toolsai.python-ds-extension-pack",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ms-toolsai.python-ds-extension-pack"
      },
      "tags": [],
      "_install_count": 41864,
      "_average_rating": 5,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.314307+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.148530+00:00"
    },
    {
      "slug": "vscode-mattflower-aider",
      "name": "Aider",
      "description": "VSCode extension for running Aider",
      "website": "https://marketplace.visualstudio.com/items?itemName=MattFlower.aider",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MattFlower.aider"
      },
      "tags": [],
      "_install_count": 41126,
      "_average_rating": 5,
      "_publisher": "MattFlower",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.315275+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.148793+00:00"
    },
    {
      "slug": "vscode-allanoricil-nuxt-vscode-extension",
      "name": "Nuxt",
      "description": "This extension aims to simplify the workflow when coding with Nuxt in VS Code",
      "website": "https://marketplace.visualstudio.com/items?itemName=allanoricil.nuxt-vscode-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "allanoricil.nuxt-vscode-extension"
      },
      "tags": [],
      "_install_count": 40656,
      "_average_rating": 5,
      "_publisher": "Allan Oricil",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.321383+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.149087+00:00"
    },
    {
      "slug": "vscode-necatiarslan-airflow-vscode-extension",
      "name": "Airflow",
      "description": "Apache Airflow Extension to List/Trigger DAGs, View Logs and much more",
      "website": "https://marketplace.visualstudio.com/items?itemName=NecatiARSLAN.airflow-vscode-extension",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "NecatiARSLAN.airflow-vscode-extension"
      },
      "tags": [],
      "_install_count": 40073,
      "_average_rating": 5,
      "_publisher": "Necati ARSLAN",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.323405+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.149277+00:00"
    },
    {
      "slug": "vscode-checkmarx-ast-results",
      "name": "Checkmarx",
      "description": "Beat vulnerabilities with more-secure code",
      "website": "https://marketplace.visualstudio.com/items?itemName=checkmarx.ast-results",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "checkmarx.ast-results"
      },
      "tags": [],
      "_install_count": 39878,
      "_average_rating": 3.6666667461395264,
      "_publisher": "Checkmarx",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.330399+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.149466+00:00"
    },
    {
      "slug": "vscode-rubberduck-rubberduck-vscode",
      "name": "Rubberduck - ChatGPT for Visual Studio Code",
      "description": "Generate code, edit code, explain code, generate tests, find bugs, diagnose errors, and even create your own conversation templates.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Rubberduck.rubberduck-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Rubberduck.rubberduck-vscode"
      },
      "tags": [],
      "_install_count": 39775,
      "_average_rating": 4.714285850524902,
      "_publisher": "Rubberduck AI",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.333465+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.149674+00:00"
    },
    {
      "slug": "vscode-ms-vscode-vscode-copilot-data-analysis",
      "name": "Data Analysis for Copilot",
      "description": "This tool extends the LLM's capabilities by allowing it to run Python code in a sandboxed Python environment (Pyodide) for a wide range of computational tasks and data manipulations that it cannot perform directly.",
      "website": "https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-copilot-data-analysis",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "ms-vscode.vscode-copilot-data-analysis"
      },
      "tags": [],
      "_install_count": 39661,
      "_average_rating": 3.8333332538604736,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.681489+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.149866+00:00"
    },
    {
      "slug": "vscode-traycer-traycer-vscode",
      "name": "Traycer",
      "description": "An AI-powered coding assistant that plans, implements, and reviews every change \ud83d\ude80",
      "website": "https://marketplace.visualstudio.com/items?itemName=Traycer.traycer-vscode",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Traycer.traycer-vscode"
      },
      "tags": [],
      "_install_count": 39185,
      "_average_rating": 4.285714149475098,
      "_publisher": "Traycer",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.685371+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.150060+00:00"
    },
    {
      "slug": "vscode-wrenchingdev-quantum-node-pack",
      "name": "Quantum Node.js Pack",
      "description": "Take the leap with your editor and start coding in the New Age. This Extension pack includes popular VS Code extensions for Node.js development to be used as an add-on to the Quantum Extension pack or by itself.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Wrenchingdev.quantum-node-pack",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Wrenchingdev.quantum-node-pack"
      },
      "tags": [],
      "_install_count": 38998,
      "_average_rating": null,
      "_publisher": "Wrenchingdev",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.687694+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.150254+00:00"
    },
    {
      "slug": "vscode-vizards-deepseek-v4-for-copilot",
      "name": "DeepSeek V4 for Copilot Chat",
      "description": "Pick DeepSeek V4 Pro & Flash from the Copilot Chat model picker. Vision, thinking mode, agent tools \u2014 zero config, BYOK.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Vizards.deepseek-v4-for-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Vizards.deepseek-v4-for-copilot"
      },
      "tags": [],
      "_install_count": 38728,
      "_average_rating": 5,
      "_publisher": "Vizards",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.690535+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.150521+00:00"
    },
    {
      "slug": "vscode-airops-airops-data-sidekick",
      "name": "AirOps",
      "description": "Powerful AI apps you can customize & run at scale.",
      "website": "https://marketplace.visualstudio.com/items?itemName=AirOps.airops-data-sidekick",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AirOps.airops-data-sidekick"
      },
      "tags": [],
      "_install_count": 38385,
      "_average_rating": 5,
      "_publisher": "AirOps",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.693350+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.150822+00:00"
    },
    {
      "slug": "vscode-soft-aesthetic-soft-era-theme",
      "name": "soft era",
      "description": "\ud83c\udf38 Light pastel syntax theme for soft, warm, cozy, cute coding & typing \ud83c\udf31",
      "website": "https://marketplace.visualstudio.com/items?itemName=soft-aesthetic.soft-era-theme",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "soft-aesthetic.soft-era-theme"
      },
      "tags": [],
      "_install_count": 37944,
      "_average_rating": 4.400000095367432,
      "_publisher": "soft aesthetic",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.696786+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.151018+00:00"
    },
    {
      "slug": "vscode-jakubkozera-github-copilot-code-reviewer",
      "name": "Github Copilot Code Reviewer",
      "description": "Review source code changes in Git using GitHub Copilot",
      "website": "https://marketplace.visualstudio.com/items?itemName=JakubKozera.github-copilot-code-reviewer",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "JakubKozera.github-copilot-code-reviewer"
      },
      "tags": [],
      "_install_count": 37677,
      "_average_rating": 5,
      "_publisher": "Jakub Kozera",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.700738+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.151237+00:00"
    },
    {
      "slug": "vscode-jevakallio-vscode-hacker-typer",
      "name": "VSCode HackerTyper",
      "description": "Hacker Typer extension for looking cool while live coding",
      "website": "https://marketplace.visualstudio.com/items?itemName=jevakallio.vscode-hacker-typer",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "jevakallio.vscode-hacker-typer"
      },
      "tags": [],
      "_install_count": 37638,
      "_average_rating": 3.125,
      "_publisher": "jevakallio",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.704158+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.151386+00:00"
    },
    {
      "slug": "vscode-sensetime-raccoon",
      "name": "Raccoon",
      "description": "Raccoon is Another Code CO-pilOt and Navigator",
      "website": "https://marketplace.visualstudio.com/items?itemName=SenseTime.raccoon",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "SenseTime.raccoon"
      },
      "tags": [],
      "_install_count": 37489,
      "_average_rating": 5,
      "_publisher": "SenseTime",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.707447+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.151478+00:00"
    },
    {
      "slug": "vscode-vaporizer-vaporizer-dark",
      "name": "Vaporizer Dark & Light Themes",
      "description": "Collection of elegant themes for everyday coding!",
      "website": "https://marketplace.visualstudio.com/items?itemName=Vaporizer.vaporizer-dark",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Vaporizer.vaporizer-dark"
      },
      "tags": [],
      "_install_count": 36835,
      "_average_rating": 5,
      "_publisher": "Vaporizer",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.709781+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.151566+00:00"
    },
    {
      "slug": "vscode-learningengineeringoperations-learn-training-ai-assistant",
      "name": "Learn Training AI Assistant",
      "description": "VS Code: LearningEngineeringOperations.Learn-Training-AI-Assistant",
      "website": "https://marketplace.visualstudio.com/items?itemName=LearningEngineeringOperations.Learn-Training-AI-Assistant",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "LearningEngineeringOperations.Learn-Training-AI-Assistant"
      },
      "tags": [],
      "_install_count": 36781,
      "_average_rating": 5,
      "_publisher": "Microsoft",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.712693+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.151654+00:00"
    },
    {
      "slug": "vscode-smpl-ndrw-deep-dark-space",
      "name": "Deep Dark Space",
      "description": "Syntax has never been so beautiful.",
      "website": "https://marketplace.visualstudio.com/items?itemName=smpl-ndrw.deep-dark-space",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "smpl-ndrw.deep-dark-space"
      },
      "tags": [],
      "_install_count": 36622,
      "_average_rating": 5,
      "_publisher": "smpl-ndrw",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.715432+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.151735+00:00"
    },
    {
      "slug": "vscode-mengrbatinov-mssql-scripts",
      "name": "MSSQL Scripts and Utilities",
      "description": "MSSQL administration, definition and data modification scripts to ease your coding. Automate tasks. Execute your query faster.",
      "website": "https://marketplace.visualstudio.com/items?itemName=MEngRBatinov.mssql-scripts",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "MEngRBatinov.mssql-scripts"
      },
      "tags": [],
      "_install_count": 36362,
      "_average_rating": 5,
      "_publisher": "M. Eng. R. Batinov",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.717725+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.151823+00:00"
    },
    {
      "slug": "vscode-errata-ai-vale-server",
      "name": "Vale",
      "description": "The official Visual Studio Code extension for Vale.",
      "website": "https://marketplace.visualstudio.com/items?itemName=errata-ai.vale-server",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "errata-ai.vale-server"
      },
      "tags": [],
      "_install_count": 36291,
      "_average_rating": 5,
      "_publisher": "errata-ai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.719645+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.151900+00:00"
    },
    {
      "slug": "vscode-parallel-universe-gpt-copilot",
      "name": "GPT CoPilot",
      "description": "GPT-3 powered code explanation and documentation assistant",
      "website": "https://marketplace.visualstudio.com/items?itemName=parallel-universe.gpt-copilot",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "parallel-universe.gpt-copilot"
      },
      "tags": [],
      "_install_count": 36019,
      "_average_rating": 2.5999999046325684,
      "_publisher": "parallel-universe",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.721996+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.151980+00:00"
    },
    {
      "slug": "vscode-safurai-safurai",
      "name": "Safurai - AI Assistant for Javascript, Python, Typescript & more",
      "description": "JavaScript, Python, Java, Typescript & all other languages - AI Assistant plugin. Safurai let developers save time in searching, changing and optimizing code.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Safurai.Safurai",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Safurai.Safurai"
      },
      "tags": [],
      "_install_count": 35222,
      "_average_rating": 4.307692527770996,
      "_publisher": "Safurai",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.725091+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.152131+00:00"
    },
    {
      "slug": "vscode-xuangeaha-chartjs",
      "name": "Chart.js",
      "description": "Simple and flexible JavaScript charting library for the modern web. Add Chart.js graph code to your html files easily with one click.",
      "website": "https://marketplace.visualstudio.com/items?itemName=XuangeAha.chartjs",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "XuangeAha.chartjs"
      },
      "tags": [],
      "_install_count": 34832,
      "_average_rating": 5,
      "_publisher": "KamaoKat",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.727060+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.152462+00:00"
    },
    {
      "slug": "vscode-aibnuhibban-codeigniter-spark",
      "name": "CodeIgniter Spark",
      "description": "Smart Command for Codeigniter 4",
      "website": "https://marketplace.visualstudio.com/items?itemName=aibnuhibban.codeigniter-spark",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "aibnuhibban.codeigniter-spark"
      },
      "tags": [],
      "_install_count": 34728,
      "_average_rating": 5,
      "_publisher": "aibnuhibban",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.735945+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.152654+00:00"
    },
    {
      "slug": "vscode-n3rds-inc-time",
      "name": "Time",
      "description": "Track your code time like wakatime, but locally.",
      "website": "https://marketplace.visualstudio.com/items?itemName=n3rds-inc.time",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "n3rds-inc.time"
      },
      "tags": [],
      "_install_count": 34505,
      "_average_rating": 3,
      "_publisher": "Nerds Inc.",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.739290+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.152905+00:00"
    },
    {
      "slug": "vscode-2guys1account-quackrack-cursor",
      "name": "QuackTrack: Cute Animated Pixel Duck Cursor",
      "description": "A cute Duck (and his friends) next to your cursor to make debugging more enjoyable and boost your productivity! QuackTrack brings delightful animated animal cursors to VSCode, enhancing your coding experience.",
      "website": "https://marketplace.visualstudio.com/items?itemName=2Guys1Account.quackrack-cursor",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "2Guys1Account.quackrack-cursor"
      },
      "tags": [],
      "_install_count": 34095,
      "_average_rating": 5,
      "_publisher": "Quack Team",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.742157+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.153315+00:00"
    },
    {
      "slug": "vscode-edgar-cristina",
      "name": "Cristina",
      "description": "VS Code: Edgar.Cristina",
      "website": "https://marketplace.visualstudio.com/items?itemName=Edgar.Cristina",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Edgar.Cristina"
      },
      "tags": [],
      "_install_count": 33875,
      "_average_rating": null,
      "_publisher": "vsce publish -p aia6qrihymfuus4ncdeu6gzukgav5dffiofbtpm6svfbsunsdb3a",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.744171+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.153570+00:00"
    },
    {
      "slug": "vscode-merenut-ridiculous-coding",
      "name": "Ridiculous Coding",
      "description": "Make your coding experience 1000x more ridiculous in VS Code: blips, booms, fireworks, XP and levels. Inspired by the Godot Rediculous Coding plugin by jotson.",
      "website": "https://marketplace.visualstudio.com/items?itemName=Merenut.ridiculous-coding",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "Merenut.ridiculous-coding"
      },
      "tags": [],
      "_install_count": 33347,
      "_average_rating": 5,
      "_publisher": "Merenut",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.747549+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.153916+00:00"
    },
    {
      "slug": "vscode-typings-vscode-typings",
      "name": "Typings",
      "description": "Coming Soon: Happy coding with typings (https://github.com/typings/typings)",
      "website": "https://marketplace.visualstudio.com/items?itemName=typings.vscode-typings",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "typings.vscode-typings"
      },
      "tags": [],
      "_install_count": 32549,
      "_average_rating": null,
      "_publisher": "typings",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.756086+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.154247+00:00"
    },
    {
      "slug": "vscode-moondevaa-darkgreenjungle",
      "name": "Dark Green Jungle theme",
      "description": "a Relax theme  with dark green jungle color and green palette (Jungle green,Tea green,Sea green,Medium Jungle,)",
      "website": "https://marketplace.visualstudio.com/items?itemName=moondevaa.DarkGreenJungle",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "moondevaa.DarkGreenJungle"
      },
      "tags": [],
      "_install_count": 32357,
      "_average_rating": 5,
      "_publisher": "moondevaa",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.759355+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.154506+00:00"
    },
    {
      "slug": "vscode-n3rds-inc-white-noise",
      "name": "White Noise",
      "description": "Boost focus and productivity with white noise. Various sounds to help you concentrate.",
      "website": "https://marketplace.visualstudio.com/items?itemName=n3rds-inc.white-noise",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "n3rds-inc.white-noise"
      },
      "tags": [],
      "_install_count": 32317,
      "_average_rating": null,
      "_publisher": "Nerds Inc.",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.762824+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.154699+00:00"
    },
    {
      "slug": "vscode-dhiwisepvtltd-dhiwisecodesync",
      "name": "WiseGPT (Coding Assistant by DhiWise)",
      "description": "WiseGPT analyzes your entire codebase to produce personalized, production-ready code without writing prompts.",
      "website": "https://marketplace.visualstudio.com/items?itemName=dhiwisepvtltd.dhiwisecodesync",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "dhiwisepvtltd.dhiwisecodesync"
      },
      "tags": [],
      "_install_count": 32294,
      "_average_rating": 4.333333492279053,
      "_publisher": "DhiWise",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.765824+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.154898+00:00"
    },
    {
      "slug": "vscode-techwithcarlos-cyberpunk-2021",
      "name": "Cyberpunk 2021",
      "description": "A vibrant and dynamic Cyberpunk theme, optimized for deep focus and an immersive coding experience, with enhancements for JavaScript, TypeScript, Python, Go, and Rust.",
      "website": "https://marketplace.visualstudio.com/items?itemName=techwithcarlos.cyberpunk-2021",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "techwithcarlos.cyberpunk-2021"
      },
      "tags": [],
      "_install_count": 32259,
      "_average_rating": 5,
      "_publisher": "techwithcarlos",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.767997+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.155111+00:00"
    },
    {
      "slug": "vscode-aic-docify",
      "name": "Docify AI - Docstring & comment writer",
      "description": "Your AI-powered code companion. Our first set of features includes docstring & comment writer and code-aware comment translation.",
      "website": "https://marketplace.visualstudio.com/items?itemName=AIC.docify",
      "github_url": null,
      "pricing": "freemium",
      "license": "proprietary",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "vscode_ext",
      "install_config": {
        "extension_id": "AIC.docify"
      },
      "tags": [],
      "_install_count": 32128,
      "_average_rating": 4.699999809265137,
      "_publisher": "AIC",
      "_sources": [
        "vscode-marketplace"
      ],
      "_discovered_at": "2026-05-25T13:10:08.770867+00:00",
      "_last_seen_at": "2026-05-25T13:59:34.155317+00:00"
    }
  ],
  "mcp-server": [
    {
      "slug": "mcp-filesystem",
      "name": "Filesystem MCP Server",
      "description": "Official MCP reference server for safe local filesystem access (read/write within allowed paths).",
      "website": "https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem",
      "github_url": "https://github.com/modelcontextprotocol/servers",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-filesystem"
        ]
      },
      "tags": [
        "mcp-server",
        "filesystem",
        "official",
        "reference"
      ]
    },
    {
      "slug": "mcp-github",
      "name": "GitHub MCP Server",
      "description": "Official MCP server for GitHub \u2014 repos, issues, PRs, search, and code via the GitHub API.",
      "website": "https://github.com/github/github-mcp-server",
      "github_url": "https://github.com/github/github-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-github"
        ]
      },
      "tags": [
        "mcp-server",
        "github",
        "official",
        "git"
      ]
    },
    {
      "slug": "mcp-git",
      "name": "Git MCP Server",
      "description": "Official MCP reference server for local git operations \u2014 log, diff, blame, branch, status.",
      "website": "https://github.com/modelcontextprotocol/servers/tree/main/src/git",
      "github_url": "https://github.com/modelcontextprotocol/servers",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-server-git"
        ]
      },
      "tags": [
        "mcp-server",
        "git",
        "official",
        "reference"
      ]
    },
    {
      "slug": "mcp-fetch",
      "name": "Fetch MCP Server",
      "description": "Official MCP reference server for HTTP fetching and HTML-to-markdown conversion.",
      "website": "https://github.com/modelcontextprotocol/servers/tree/main/src/fetch",
      "github_url": "https://github.com/modelcontextprotocol/servers",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-server-fetch"
        ]
      },
      "tags": [
        "mcp-server",
        "fetch",
        "http",
        "scraping",
        "official"
      ]
    },
    {
      "slug": "mcp-memory",
      "name": "Memory MCP Server",
      "description": "Official MCP reference server providing a persistent knowledge-graph memory across sessions.",
      "website": "https://github.com/modelcontextprotocol/servers/tree/main/src/memory",
      "github_url": "https://github.com/modelcontextprotocol/servers",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-memory"
        ]
      },
      "tags": [
        "mcp-server",
        "memory",
        "knowledge-graph",
        "official",
        "reference"
      ]
    },
    {
      "slug": "mcp-mcp",
      "name": "inference.sh",
      "description": "Run 150+ AI apps \u2014 image, video, audio, LLMs, 3D and more. Browse, execute, stream results.",
      "website": "https://sh.inference.ac",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://sh.inference.ac"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ac.inference.sh/mcp",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.099759+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.111199+00:00"
    },
    {
      "slug": "mcp-docs-mcp",
      "name": "docs-mcp",
      "description": "Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.",
      "website": "https://tandem.ac/mcp",
      "github_url": "https://github.com/frumu-ai/tandem",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://tandem.ac/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ac.tandem/docs-mcp",
      "_version": "0.3.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.099817+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.528358+00:00"
    },
    {
      "slug": "mcp-trading",
      "name": "trading",
      "description": "AI-powered trading strategy development: backtesting, market data, and portfolio analysis",
      "website": "https://mcp.lona.agency/mcp",
      "github_url": "https://github.com/mindsightventures/lona",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.lona.agency/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "agency.lona/trading",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.099840+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.528450+00:00"
    },
    {
      "slug": "mcp-atars-mcp",
      "name": "aTars MCP",
      "description": "Crypto market signals, technical indicators, and sentiment analysis for AI agents.",
      "website": "https://mcp.aarna.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.aarna.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.aarna/atars-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.099888+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.528646+00:00"
    },
    {
      "slug": "mcp-abmeter",
      "name": "ABMeter",
      "description": "Feature flagging and A/B testing platform with AI-first experimentation workflows.",
      "website": "https://mcp.abmeter.ai",
      "github_url": "https://github.com/abmeter/abmeter",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.abmeter.ai"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.abmeter/abmeter",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.099907+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.528747+00:00"
    },
    {
      "slug": "mcp-mcp-server",
      "name": "AdAdvisor MCP Server",
      "description": "Query Meta Ads performance data \u2014 accounts, campaigns, ad sets, ads, metrics & settings.",
      "website": "https://api.adadvisor.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.adadvisor.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.adadvisor/mcp-server",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.099933+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.109553+00:00"
    },
    {
      "slug": "mcp-adeu",
      "name": "adeu",
      "description": "Automated DOCX Redlining Engine",
      "website": "https://github.com/dealfluence/adeu",
      "github_url": "https://github.com/dealfluence/adeu",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@adeu/mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.adeu/adeu",
      "_version": "1.7.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.099956+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.528924+00:00"
    },
    {
      "slug": "mcp-google-ads",
      "name": "google-ads",
      "description": "Google Ads MCP server \u2014 manage campaigns, keywords, and metrics.",
      "website": "https://mcp.adramp.ai",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.adramp.ai"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.adramp/google-ads",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.099977+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.529003+00:00"
    },
    {
      "slug": "mcp-meta-ads-mcp",
      "name": "AdWeave \u2014 Meta Ads MCP Server",
      "description": "Meta Ads MCP server with 47 tools for campaigns, creatives, audiences, and insights.",
      "website": "https://mcp.adweave.ai/meta-ads-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.adweave.ai/meta-ads-mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.adweave/meta-ads-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.099995+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.487798+00:00"
    },
    {
      "slug": "mcp-agentdm",
      "name": "AgentDM: Agent to Agent Communication Platform",
      "description": "Agent communication platform for agent to agent messaging via MCP. Messages, channels, skills.",
      "website": "https://api.agentdm.ai/mcp/v1/grid",
      "github_url": "https://github.com/agentdmai/agentdm",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.agentdm.ai/mcp/v1/grid"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.agentdm/agentdm",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100013+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.529155+00:00"
    },
    {
      "slug": "mcp-graffeo",
      "name": "Graffeo Coffee Roasting",
      "description": "Live MCP catalog for Graffeo Coffee Roasting - Simply the World's Finest Coffee since 1935.",
      "website": "https://api.agenticshelf.ai/m/graffeo/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.agenticshelf.ai/m/graffeo/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.agenticshelf/graffeo",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100053+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.529317+00:00"
    },
    {
      "slug": "mcp-directory",
      "name": "Agentic Terminal Directory",
      "description": "Verified merchants accepting agentic payments on Lightning/L402/BOLT12/USDT \u2014 search, verify, pay.",
      "website": "https://mcp.agenticterminal.ai/mcp",
      "github_url": "https://github.com/observer-protocol/at-directory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.agenticterminal.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.agenticterminal/directory",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100088+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.532979+00:00"
    },
    {
      "slug": "mcp-agentra",
      "name": "agentra",
      "description": "Identity oracle and trust layer for autonomous AI agents. Bidirectional KYA and trust scoring.",
      "website": "https://api.agentrapay.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.agentrapay.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.agentrapay/agentra",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100107+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.529822+00:00"
    },
    {
      "slug": "mcp-spotdb",
      "name": "spotdb",
      "description": "Ephemeral data sandbox for AI workflows with guardrails and security",
      "website": "https://github.com/aliengiraffe/spotdb",
      "github_url": "https://github.com/aliengiraffe/spotdb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_docker",
      "install_config": {
        "image": "docker.io/aliengiraffe/spotdb:0.1.0"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.aliengiraffe/spotdb",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100147+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.530241+00:00"
    },
    {
      "slug": "mcp-alpic-mcp",
      "name": "Alpic",
      "description": "Manage your projects, debug deployment, and check analytics for any MCP server you host with Alpic",
      "website": "https://mcp.alpic.ai",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.alpic.ai"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.alpic.mcp/alpic-mcp",
      "_version": "0.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100165+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.530425+00:00"
    },
    {
      "slug": "mcp-test-mcp-server",
      "name": "test-mcp-server",
      "description": "Alpic Test MCP Server - great server!",
      "website": "https://test.alpic.ai/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://test.alpic.ai/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.alpic.test/test-mcp-server",
      "_version": "0.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100184+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.530611+00:00"
    },
    {
      "slug": "mcp-anki-mcp-server",
      "name": "Anki MCP Server",
      "description": "MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.",
      "website": "https://github.com/ankimcp/anki-mcp-server",
      "github_url": "https://github.com/ankimcp/anki-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ankimcp/anki-mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.ankimcp/anki-mcp-server",
      "_version": "0.18.5",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100206+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.530816+00:00"
    },
    {
      "slug": "mcp-anki-mcp-server-addon",
      "name": "AnkiMCP Server",
      "description": "Anki addon that exposes your flashcard collection to AI assistants via a local MCP server.",
      "website": "https://github.com/ankimcp/anki-mcp-server-addon",
      "github_url": "https://github.com/ankimcp/anki-mcp-server-addon",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ankimcp/anki-mcp-server-addon"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.ankimcp/anki-mcp-server-addon",
      "_version": "0.15.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100226+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.531064+00:00"
    },
    {
      "slug": "mcp-armor-mcp",
      "name": "AnomalyArmor",
      "description": "Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality.",
      "website": "https://mcp.anomalyarmor.ai/mcp",
      "github_url": "https://github.com/anomalyarmor/agents",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "armor-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.anomalyarmor/armor-mcp",
      "_version": "0.6.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100246+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.531261+00:00"
    },
    {
      "slug": "mcp-anzenna",
      "name": "anzenna",
      "description": "MCP server for Anzenna",
      "website": "https://mcp.anzenna.ai/sse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.anzenna.ai/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.anzenna/anzenna",
      "_version": "0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100264+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.531448+00:00"
    },
    {
      "slug": "mcp-deploy-app",
      "name": "AppDeploy",
      "description": "AppDeploy turns app ideas described in AI chat into live full-stack web applications",
      "website": "https://api-v2.appdeploy.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api-v2.appdeploy.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.appdeploy/deploy-app",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100282+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.531598+00:00"
    },
    {
      "slug": "mcp-registry",
      "name": "Arclan MCP Registry",
      "description": "MCP server registry \u2014 validated by live handshake, scored on reliability, monitored continuously.",
      "website": "https://arclan.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://arclan.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.arclan/registry",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100301+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.485296+00:00"
    },
    {
      "slug": "mcp-artidrop",
      "name": "artidrop",
      "description": "Publish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP.",
      "website": "https://artidrop.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://artidrop.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.artidrop/artidrop",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100320+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.531749+00:00"
    },
    {
      "slug": "mcp-docs",
      "name": "AutEng MCP - Markdown Publishing & Document Share Links",
      "description": "Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai",
      "website": "https://auteng.ai/mcp/docs",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://auteng.ai/mcp/docs"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.auteng/docs",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100338+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.748704+00:00"
    },
    {
      "slug": "mcp-contextlayer-mcp",
      "name": "contextlayer-mcp",
      "description": "Personal context management for AI assistants",
      "website": "https://github.com/autoblocksai/ctxl",
      "github_url": "https://github.com/autoblocksai/ctxl",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@contextlayer/mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.autoblocks/contextlayer-mcp",
      "_version": "0.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100376+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.531972+00:00"
    },
    {
      "slug": "mcp-ctxl",
      "name": "ctxl",
      "description": "Personal context management for AI assistants",
      "website": "https://github.com/autoblocksai/ctxl",
      "github_url": "https://github.com/autoblocksai/ctxl",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ctxl"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.autoblocks/ctxl",
      "_version": "0.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100395+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.532049+00:00"
    },
    {
      "slug": "mcp-ctxl-mcp",
      "name": "ctxl-mcp",
      "description": "Personal context management for AI assistants",
      "website": "https://github.com/autoblocksai/ctxl",
      "github_url": "https://github.com/autoblocksai/ctxl",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ctxl-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.autoblocks/ctxl-mcp",
      "_version": "0.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100415+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.532126+00:00"
    },
    {
      "slug": "mcp-computeback",
      "name": "computeback",
      "description": "Agent Rewards Marketplace: earn $NOMD on B2B work, spend on agent capabilities.",
      "website": "https://github.com/Autonomad1/computeback-mcp",
      "github_url": "https://github.com/Autonomad1/computeback-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@autonomad1/computeback-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.autonomad/computeback",
      "_version": "1.1.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100436+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.532204+00:00"
    },
    {
      "slug": "mcp-travel",
      "name": "travel",
      "description": "AI travel agent \u2014 book flights, hotels, activities, and events worldwide via autonomad.ai.",
      "website": "https://mcp.autonomad.ai/mcp",
      "github_url": "https://github.com/Autonomad1/autonomad1",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "autonomad-travel"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.autonomad/travel",
      "_version": "1.4.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100462+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.196393+00:00"
    },
    {
      "slug": "mcp-auxen",
      "name": "Auxen",
      "description": "Provision private AI model endpoints on dedicated GPUs (Llama, Qwen, Mistral). Pay per minute.",
      "website": "https://api.auxen.ai/mcp",
      "github_url": "https://github.com/auxen-ai/auxen-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.auxen.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.auxen/auxen",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100502+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.532485+00:00"
    },
    {
      "slug": "mcp-inferventis-mcp",
      "name": "Inferventis MCP Server",
      "description": "Loan & mortgage calculator, compound interest, ROI, crypto prices, FX conversion for AI agents.",
      "website": "https://mcp-server-295985738387.europe-west1.run.app/mcp",
      "github_url": "https://github.com/Bankee-ai/inferventis",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp-server-295985738387.europe-west1.run.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.bankee/inferventis-mcp",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100521+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.532613+00:00"
    },
    {
      "slug": "mcp-baselight",
      "name": "baselight",
      "description": "Query Baselight's public catalog of 70,000+ datasets \u2014 finance, demographics, sports, and more.",
      "website": "https://api.baselight.app/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.baselight.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.baselight/baselight",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100541+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.532705+00:00"
    },
    {
      "slug": "mcp-local-commerce",
      "name": "Bezal \u2014 Local Business Intelligence for AI Agents",
      "description": "Search 7,000+ local service businesses across America by category, location, or keyword.",
      "website": "https://app.bezal.ai/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.bezal.ai/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.bezal/local-commerce",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100560+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.532791+00:00"
    },
    {
      "slug": "mcp-universal-mcp",
      "name": "BlueNexus Universal MCP",
      "description": "Connect your AI to all your data - 200+ sources, intelligently filtered, compliance-ready.",
      "website": "https://api.bluenexus.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.bluenexus.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.bluenexus/universal-mcp",
      "_version": "1.1.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100581+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.532877+00:00"
    },
    {
      "slug": "mcp-grep",
      "name": "Boolsai Grep",
      "description": "Parallel regex across all Boolsai scans \u2014 discover new vendor patterns, niche signals. 4 tools.",
      "website": "https://grep.boolsai.ai/mcp",
      "github_url": "https://github.com/Boolsai-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://grep.boolsai.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.boolsai/grep",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100619+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.533062+00:00"
    },
    {
      "slug": "mcp-scan",
      "name": "Boolsai Scan",
      "description": "Live tech-stack scan of any public site \u2014 vendors, account IDs, scripts, JSON-LD. 2 tools.",
      "website": "https://boolsai.ai/mcp",
      "github_url": "https://github.com/Boolsai-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://boolsai.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.boolsai/scan",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100639+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.533143+00:00"
    },
    {
      "slug": "mcp-signals",
      "name": "Boolsai Signals",
      "description": "Quant-research MCP \u2014 tradeable signals from public-company website stack changes. 7 tools.",
      "website": "https://signals.boolsai.ai/mcp",
      "github_url": "https://github.com/Boolsai-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://signals.boolsai.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.boolsai/signals",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100659+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.533224+00:00"
    },
    {
      "slug": "mcp-bringyour",
      "name": "Bring Your AI",
      "description": "No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime.",
      "website": "https://bringyour.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://bringyour.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.bringyour/bringyour",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100702+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.533388+00:00"
    },
    {
      "slug": "mcp-buyersense",
      "name": "buyersense",
      "description": "MCP server for the BuyerSense API. Get buyer signals from any MCP client.",
      "website": "https://mcp.buyersense.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.buyersense.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.buyersense/buyersense",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100721+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.533503+00:00"
    },
    {
      "slug": "mcp-buywhere-mcp",
      "name": "BuyWhere MCP",
      "description": "Product search, price comparison, and affiliate-ready shopping across Singapore and US retailers.",
      "website": "https://github.com/BuyWhere/buywhere-mcp",
      "github_url": "https://github.com/BuyWhere/buywhere-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@buywhere/mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.buywhere/buywhere-mcp",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100744+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.533593+00:00"
    },
    {
      "slug": "mcp-catalog-api",
      "name": "BuyWhere Product Catalog",
      "description": "Search 1.5M+ products across 20+ platforms. Compare prices, find deals, browse categories.",
      "website": "https://mcp.buywhere.ai/mcp",
      "github_url": "https://github.com/BuyWhere/buywhere",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.buywhere.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.buywhere/catalog-api",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100762+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.533673+00:00"
    },
    {
      "slug": "mcp-byteray-mcp",
      "name": "ByteRay AI",
      "description": "Hunt zero-days by talking to binaries. 40+ tools. Hosted, OAuth + SSO, invite: hi@byteray.ai",
      "website": "https://mcp.byteray.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.byteray.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.byteray/byteray-mcp",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100782+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.533757+00:00"
    },
    {
      "slug": "mcp-server-mcp-registry",
      "name": "CalendarMCP",
      "description": "Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.",
      "website": "https://calendarmcp.ai/api/mcp",
      "github_url": "https://github.com/Full-Vibe/calendarmcp-public",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://calendarmcp.ai/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.calendarmcp/server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100800+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.748787+00:00"
    },
    {
      "slug": "mcp-library",
      "name": "library",
      "description": "Clinician-reviewed library on ADHD in children \u2014 evaluation, treatment, school, parenting.",
      "website": "https://childadhd.ai/api/mcp/v1",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://childadhd.ai/api/mcp/v1"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.childadhd/library",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100818+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.790649+00:00"
    },
    {
      "slug": "mcp-intelligence",
      "name": "China Marketing AI Intelligence MCP",
      "description": "Remote MCP server for China brand visibility, destination demand, and KOL discovery workflows.",
      "website": "https://api.chinamarketing.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.chinamarketing.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.chinamarketing/intelligence",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100876+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.534160+00:00"
    },
    {
      "slug": "mcp-salesforce-mcp",
      "name": "Cirra AI Salesforce Admin MCP Server",
      "description": "Comprehensive Salesforce administration and data management capabilities",
      "website": "https://mcp.cirra.ai/sfdc/mcp",
      "github_url": "https://github.com/cirra-ai/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.cirra.ai/sfdc/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.cirra/salesforce-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100894+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.534241+00:00"
    },
    {
      "slug": "mcp-compliance",
      "name": "Clarid Compliance",
      "description": "Check bank marketing for FDIC, NCUA, TILA, Reg DD, Reg Z, UDAAP, and Equal Housing compliance.",
      "website": "https://mcp.clarid.ai/mcp",
      "github_url": "https://github.com/clarid-ai/compliance-checker",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.clarid.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.clarid/compliance",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100912+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.970518+00:00"
    },
    {
      "slug": "mcp-hmda",
      "name": "Clarid HMDA Validator",
      "description": "Validate HMDA LAR files against CFPB edit checks for community banks and credit unions.",
      "website": "https://api.clarid.ai/mcp",
      "github_url": "https://github.com/clarid-ai/compliance-checker",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.clarid.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.clarid/hmda",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100931+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.534412+00:00"
    },
    {
      "slug": "mcp-contabo",
      "name": "Contabo (VPS) MCP Server",
      "description": "Contabo API (v1.0.0) as MCP tools for cloud provisioning, and management. Powered by HAPI MCP server",
      "website": "https://contabo.run.mcp.com.ai/mcp",
      "github_url": "https://github.com/la-rebelion/hapimcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://contabo.run.mcp.com.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.com.mcp/contabo",
      "_version": "0.6.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100950+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.534494+00:00"
    },
    {
      "slug": "mcp-hapi-mcp",
      "name": "HAPI MCP Server",
      "description": "HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants",
      "website": "https://{HAPI_FQDN}:{HAPI_PORT}/mcp",
      "github_url": "https://github.com/larebelion/hapimcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_docker",
      "install_config": {
        "image": "docker.io/hapimcp/hapi-cli:0.6.0"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.com.mcp/hapi-mcp",
      "_version": "0.6.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100971+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.534580+00:00"
    },
    {
      "slug": "mcp-lenny-rachitsky-podcast",
      "name": "Lenny Rachitsky Podcast Transcripts MCP Server",
      "description": "MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators.",
      "website": "https://lenny-rachitsky.run.mcp.com.ai/mcp",
      "github_url": "https://github.com/la-rebelion/hapimcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://lenny-rachitsky.run.mcp.com.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.com.mcp/lenny-rachitsky-podcast",
      "_version": "0.6.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.100991+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.534667+00:00"
    },
    {
      "slug": "mcp-linkedin",
      "name": "LinkedIn MCP Server",
      "description": "LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP.",
      "website": "https://linkedin.run.mcp.com.ai/mcp",
      "github_url": "https://github.com/la-rebelion/hapimcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://linkedin.run.mcp.com.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.com.mcp/linkedin",
      "_version": "1.0.0+0.7.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.101010+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.534751+00:00"
    },
    {
      "slug": "mcp-openai-tools",
      "name": "OpenAI Tools MCP Server",
      "description": "Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.",
      "website": "https://openai-tools.run.mcp.com.ai/mcp",
      "github_url": "https://github.com/la-rebelion/hapimcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://openai-tools.run.mcp.com.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.com.mcp/openai-tools",
      "_version": "0.6.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.101030+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.534834+00:00"
    },
    {
      "slug": "mcp-petstore",
      "name": "Petstore MCP Server",
      "description": "Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server",
      "website": "https://petstore.run.mcp.com.ai/mcp",
      "github_url": "https://github.com/la-rebelion/hapimcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://petstore.run.mcp.com.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.com.mcp/petstore",
      "_version": "0.6.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.101048+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.534917+00:00"
    },
    {
      "slug": "mcp-skills-search",
      "name": "Agent Skills Search Server",
      "description": "Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.",
      "website": "https://skills-sh.run.mcp.com.ai/mcp",
      "github_url": "https://github.com/agentskills/agentskills",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://skills-sh.run.mcp.com.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.com.mcp/skills-search",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.101085+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.535088+00:00"
    },
    {
      "slug": "mcp-strava",
      "name": "HAPI Strava MCP Server",
      "description": "Strava MCP tools for AI: athletes, activities, segments, clubs, routes. Powered by HAPI MCP server.",
      "website": "https://strava.run.mcp.com.ai/mcp",
      "github_url": "https://github.com/la-rebelion/hapimcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://strava.run.mcp.com.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.com.mcp/strava",
      "_version": "3.0.0+0.7.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.101105+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.535174+00:00"
    },
    {
      "slug": "mcp-compel",
      "name": "Compeller",
      "description": "Create and track AI music videos and audio-reactive visuals from songs.",
      "website": "https://compeller.ai/api/mcp",
      "github_url": "https://github.com/Compellerai/compeller-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://compeller.ai/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.compeller/compel",
      "_version": "0.5.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.101125+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.535266+00:00"
    },
    {
      "slug": "mcp-constellation-finance-mcp",
      "name": "Constellation Credit",
      "description": "Financial and covenant data for public and private credit: statements, cap stacks, covenants.",
      "website": "https://mcp.constellationfinance.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.constellationfinance.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.constellationfinance/constellation-finance-mcp",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.435777+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.869892+00:00"
    },
    {
      "slug": "mcp-conveo",
      "name": "Conveo",
      "description": "Qualitative research platform. Design studies, analyze interviews, and generate insights.",
      "website": "https://app.conveo.ai/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.conveo.ai/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.conveo/conveo",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.435815+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.870092+00:00"
    },
    {
      "slug": "mcp-cookiy",
      "name": "Cookiy",
      "description": "AI user research via studies, interviews, recruitment, reports, and quantitative surveys.",
      "website": "https://s-api.cookiy.ai/mcp",
      "github_url": "https://github.com/cookiy-ai/cookiy-skill",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://s-api.cookiy.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.cookiy/cookiy",
      "_version": "1.7.19",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.435832+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.870205+00:00"
    },
    {
      "slug": "mcp-notes",
      "name": "Cosmonote",
      "description": "Access your Cosmonote audio notes, transcriptions, summaries, and action items.",
      "website": "https://nebula.cosmonote.ai/mcp",
      "github_url": "https://github.com/cosmonote/pocketbase",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://nebula.cosmonote.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.cosmonote/notes",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.435852+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.870359+00:00"
    },
    {
      "slug": "mcp-dataforb2b",
      "name": "DataForB2B",
      "description": "Search and enrich B2B people & companies \u2014 70+ filters (funding, linkedin, industry, country, ...).",
      "website": "https://mcp.dataforb2b.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.dataforb2b.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.dataforb2b/dataforb2b",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.435884+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.870549+00:00"
    },
    {
      "slug": "mcp-tvwizard",
      "name": "TVWizard",
      "description": "Control Android TV from any AI. 38 MCP tools: playback, recap, recommend, smart-home, schedules.",
      "website": "https://tv.djwizard.ai/mcp/",
      "github_url": "https://github.com/fizzious1/TVWizard-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://tv.djwizard.ai/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.djwizard/tvwizard",
      "_version": "0.7.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.435941+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.870860+00:00"
    },
    {
      "slug": "mcp-donethat",
      "name": "DoneThat",
      "description": "Privacy-first work tracking with summaries, reports, coaching, and AI-ready long-term memory.",
      "website": "https://mcp.donethat.ai/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.donethat.ai/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.donethat/donethat",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.435958+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.870940+00:00"
    },
    {
      "slug": "mcp-drillr",
      "name": "Drillr \u2014 The financial MCP for AI agents",
      "description": "The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.",
      "website": "https://gateway.drillr.ai/mcp/data",
      "github_url": "https://github.com/Little-Grebe-Inc/drillr-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://gateway.drillr.ai/mcp/data"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.drillr/drillr",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436001+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.871178+00:00"
    },
    {
      "slug": "mcp-sac",
      "name": "SaC \u2014 Software as Content",
      "description": "Give your AI agent the ability to respond with live, interactive apps that evolve.",
      "website": "https://github.com/Software-As-Content/software-as-content-sdk",
      "github_url": "https://github.com/Software-As-Content/software-as-content-sdk",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "sac-sdk"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.dynsoft/sac",
      "_version": "0.1.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436019+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.871258+00:00"
    },
    {
      "slug": "mcp-exa",
      "name": "exa",
      "description": "Fast, intelligent web search and web crawling.\n\nNew mcp tool: Exa-code is a context tool for coding",
      "website": "https://mcp.exa.ai/mcp",
      "github_url": "https://github.com/exa-labs/exa-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.exa.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.exa/exa",
      "_version": "3.1.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436039+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.871424+00:00"
    },
    {
      "slug": "mcp-xmp4",
      "name": "xmp4 \u2014 Semantic code knowledge for your stack",
      "description": "OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+.",
      "website": "https://mcp.example4.ai/mcp",
      "github_url": "https://github.com/0ics-srls/lsai-xmp4.public",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.example4.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.example4/xmp4",
      "_version": "1.2.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436059+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.871632+00:00"
    },
    {
      "slug": "mcp-mcp-explorium",
      "name": "mcp-explorium",
      "description": "Access live company and contact data from Explorium's AgentSource B2B platform.",
      "website": "https://mcp-github-registry.explorium.ai/mcp",
      "github_url": "https://github.com/explorium-ai/mcp-explorium",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp-github-registry.explorium.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.explorium/mcp-explorium",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436077+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.871828+00:00"
    },
    {
      "slug": "mcp-document-processing",
      "name": "document-processing",
      "description": "Extract text from documents, manipulate PDFs, and perform OCR on images.",
      "website": "https://api.filegraph.ai/mcp",
      "github_url": "https://github.com/filegraph/docconvert",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.filegraph.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.filegraph/document-processing",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436123+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.872406+00:00"
    },
    {
      "slug": "mcp-filtrix-ai",
      "name": "Filtrix AI MCP",
      "description": "Filtrix MCP for image/video generation. Portal: https://agent.filtrix.ai/",
      "website": "https://mcp.filtrix.ai/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.filtrix.ai/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.filtrix.mcp/filtrix-ai",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436141+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.872601+00:00"
    },
    {
      "slug": "mcp-fincontext",
      "name": "fincontext",
      "description": "Read-only bank & investment accounts via Plaid: balances, holdings, transactions, SQL analytics.",
      "website": "https://fincontext.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://fincontext.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.fincontext/fincontext",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436159+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.872797+00:00"
    },
    {
      "slug": "mcp-governance-platform",
      "name": "governance-platform",
      "description": "Deterministic AI governance platform. Validates agent outputs, discovers patterns, solves math.",
      "website": "https://app.geodesiclabs.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.geodesiclabs.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.geodesiclabs/governance-platform",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436208+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.873252+00:00"
    },
    {
      "slug": "mcp-mcp-api",
      "name": "mcp-api",
      "description": "GoMarble MCP API Server",
      "website": "https://apps.gomarble.ai/mcp-api/sse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://apps.gomarble.ai/mcp-api/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.gomarble/mcp-api",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436253+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.873806+00:00"
    },
    {
      "slug": "mcp-shopify-admin-mcp",
      "name": "Gossiper Shopify Admin MCP Server",
      "description": "Control Shopify Admin tasks with agents or via prompt. Ultra slim integration, fast and secure.",
      "website": "https://mcp.gossiper.io/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.gossiper.io/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.gossiper/shopify-admin-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436272+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.873899+00:00"
    },
    {
      "slug": "mcp-dbmcp",
      "name": "dbmcp",
      "description": "Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite",
      "website": "https://github.com/haymon-ai/dbmcp",
      "github_url": "https://github.com/haymon-ai/dbmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_docker",
      "install_config": {
        "image": "ghcr.io/haymon-ai/dbmcp:0.12.1"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.haymon/dbmcp",
      "_version": "0.12.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436299+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.874016+00:00"
    },
    {
      "slug": "mcp-i18n-agent",
      "name": "i18n-agent",
      "description": "AI-powered translation for 48 languages with context-aware quality",
      "website": "https://mcp.i18nagent.ai/mcp",
      "github_url": "https://github.com/i18n-agent/mcp-client",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@i18n-agent/mcp-client"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.i18nagent/i18n-agent",
      "_version": "1.16.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436347+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.874313+00:00"
    },
    {
      "slug": "mcp-dossier",
      "name": "dossier",
      "description": "MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers",
      "website": "https://github.com/imboard-ai/ai-dossier",
      "github_url": "https://github.com/imboard-ai/ai-dossier",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ai-dossier/mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.imboard/dossier",
      "_version": "1.0.4",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436366+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.874429+00:00"
    },
    {
      "slug": "mcp-inflow",
      "name": "inflow",
      "description": "MCP Server for agents to onboard, pay, and provision services autonomously with InFlow",
      "website": "https://app.inflowpay.ai/mcp",
      "github_url": "https://github.com/inflowpayai/inflow-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.inflowpay.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.inflowpay.app/inflow",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436386+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.874520+00:00"
    },
    {
      "slug": "mcp-jeda-ai",
      "name": "jeda-ai",
      "description": "Visual AI for strategic thinking \u2014 SWOT, flowcharts, mindmaps, Gantt diagrams as polished SVG.",
      "website": "https://mcp.jeda.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.jeda.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.jeda/jeda-ai",
      "_version": "1.23.40",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.436412+00:00",
      "_last_seen_at": "2026-05-25T13:58:25.874625+00:00"
    },
    {
      "slug": "mcp-strata",
      "name": "strata",
      "description": "MCP server for progressive tool usage at any scale (see https://klavis.ai)",
      "website": "https://strata.klavis.ai/mcp/",
      "github_url": "https://github.com/Klavis-AI/klavis",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://strata.klavis.ai/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.klavis/strata",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.598457+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.058037+00:00"
    },
    {
      "slug": "mcp-kolens-mcp",
      "name": "KOLens",
      "description": "TikTok KOL intelligence with a public MCP remote for search, profiles, lists, and alerts.",
      "website": "https://kolens.ai/mcp",
      "github_url": "https://github.com/mira-gift-hq/KOLAgent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://kolens.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.kolens/kolens-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.598508+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.058169+00:00"
    },
    {
      "slug": "mcp-x402-trading-signals",
      "name": "Lattiq x402 Trading Signals",
      "description": "Regime-aware ES1/NQ futures trading signals. HMM + 15 quant strategies. x402 USDC micropayments.",
      "website": "https://api.lattiq.ai/mcp",
      "github_url": "https://github.com/PoopsDavis/lattiq-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.lattiq.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.lattiq/x402-trading-signals",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.598593+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.058344+00:00"
    },
    {
      "slug": "mcp-lawyer-search",
      "name": "Law.AI \u2014 Lawyer Search",
      "description": "Verified lawyer and attorney search, discovery, and matching for AI \u2014 991K+ US profiles.",
      "website": "https://mcp.law.ai",
      "github_url": "https://github.com/risk-ai/lawai-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "lawai-mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.law/lawyer-search",
      "_version": "0.2.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.598923+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.058437+00:00"
    },
    {
      "slug": "mcp-trust-intelligence",
      "name": "LimitGuard Trust Intelligence",
      "description": "Entity verification, sanctions screening, and trust scoring for AI agents.",
      "website": "https://api.limitguard.ai/mcp",
      "github_url": "https://github.com/JWconsultancy1234/limitguard-ai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.limitguard.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.limitguard.api/trust-intelligence",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.598969+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.058525+00:00"
    },
    {
      "slug": "mcp-linkguard-mcp",
      "name": "linkguard-mcp",
      "description": "Backlink tools for AI assistants: redirect, Google index, and backlink health checks.",
      "website": "https://registry.modelcontextprotocol.io/v0/servers/ai.linkguard/linkguard-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "linkguard-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.linkguard/linkguard-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599023+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.058618+00:00"
    },
    {
      "slug": "mcp-mlp-tax",
      "name": "MLP Tax Computation Engine",
      "description": "Deterministic MLP tax engine with IRS citations. 6 tools: basis, \u00a7751, estate, projections.",
      "website": "https://api.lucasandersen.ai/mcp",
      "github_url": "https://github.com/luc253/lucasandersen-ai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.lucasandersen.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.lucasandersen/mlp-tax",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599068+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.058782+00:00"
    },
    {
      "slug": "mcp-game-assets",
      "name": "Ludo AI Game Assets",
      "description": "Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.",
      "website": "https://mcp.ludo.ai/mcp",
      "github_url": "https://github.com/Ludo-AI/ludo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.ludo.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.ludo/game-assets",
      "_version": "0.9.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599092+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.058870+00:00"
    },
    {
      "slug": "mcp-analytics",
      "name": "analytics",
      "description": "Analytics for business data: upload CSV or connect GA4/GSC, run ML/stats, get HTML reports.",
      "website": "https://api.mcpanalytics.ai/auth0",
      "github_url": "https://github.com/embeddedlayers/mcp-analytics",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.mcpanalytics.ai/auth0"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.mcpanalytics/analytics",
      "_version": "1.0.5",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599406+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.059149+00:00"
    },
    {
      "slug": "mcp-mcpcap",
      "name": "mcpcap",
      "description": "An MCP server for analyzing PCAP files.",
      "website": "https://github.com/mcpcap/mcpcap",
      "github_url": "https://github.com/mcpcap/mcpcap",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcpcap"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.mcpcap/mcpcap",
      "_version": "0.9.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599549+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.059268+00:00"
    },
    {
      "slug": "mcp-mrc-data",
      "name": "MRC Data \u2014 China's Apparel Supply Chain Infrastructure",
      "description": "China's apparel supply chain data for AI: 1,000+ suppliers, 350+ fabrics, 170+ clusters.",
      "website": "https://api.meacheal.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.meacheal.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.meacheal/mrc-data",
      "_version": "2.2.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599600+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.059361+00:00"
    },
    {
      "slug": "mcp-squad",
      "name": "Squad",
      "description": "Your AI Product Manager. Surface insights, build roadmaps, and plan strategy with 30+ tools.",
      "website": "https://mcp.meetsquad.ai/mcp",
      "github_url": "https://github.com/the-basilisk-ai/squad-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.meetsquad.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.meetsquad/squad",
      "_version": "3.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599664+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.059528+00:00"
    },
    {
      "slug": "mcp-meminal",
      "name": "meminal",
      "description": "Memory for deep conversational context across any platform",
      "website": "https://meminal.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://meminal.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.meminal/meminal",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599713+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.059689+00:00"
    },
    {
      "slug": "mcp-web-agent",
      "name": "TinyFish AI Web Agent",
      "description": "AI-powered web automation. Navigate websites using AI agents for one page or a thousand",
      "website": "https://mino.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mino.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.mino/web-agent",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599740+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.959780+00:00"
    },
    {
      "slug": "mcp-demo-booking",
      "name": "Modulos Demo Booking",
      "description": "Book a Modulos demo. AI Governance Platform for EU AI Act, ISO 42001, NIST AI RMF.",
      "website": "https://www.modulos.ai/api/mcp/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.modulos.ai/api/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.modulos/demo-booking",
      "_version": "0.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599781+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.059861+00:00"
    },
    {
      "slug": "mcp-mcp-workspace",
      "name": "Moxt Workspace",
      "description": "Browse and manage files in your Moxt AI workspace from any MCP client.",
      "website": "https://mcp.moxt.ai/openapi/v1/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.moxt.ai/openapi/v1/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.moxt/mcp-workspace",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599818+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.059946+00:00"
    },
    {
      "slug": "mcp-myriade",
      "name": "myriade",
      "description": "Explore and query your data warehouse through Myriade's AI data analyst agent.",
      "website": "https://app.myriade.ai/mcp/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.myriade.ai/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.myriade/myriade",
      "_version": "1.187.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599847+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.060031+00:00"
    },
    {
      "slug": "mcp-ens-tools",
      "name": "Name Whisper \u2014 ENS Intelligence Layer",
      "description": "34 MCP tools to search, register, manage, value, and trade ENS names. AI-powered intelligence layer.",
      "website": "https://namewhisper.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://namewhisper.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.namewhisper/ens-tools",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599878+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.060120+00:00"
    },
    {
      "slug": "mcp-human-state",
      "name": "Nefesh \u2014 Real-Time Human State Awareness for AI",
      "description": "Fuses biometric signals into a stress score (0-100) for AI adaptation. MCP + A2A native.",
      "website": "https://mcp.nefesh.ai/mcp",
      "github_url": "https://github.com/nefesh-ai/nefesh-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.nefesh.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.nefesh/human-state",
      "_version": "4.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599907+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.060209+00:00"
    },
    {
      "slug": "mcp-newzai",
      "name": "NewzAI MCP Server",
      "description": "News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google.",
      "website": "https://api.newzai.ai/mcp/",
      "github_url": "https://github.com/Gauraviitkgp/news-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.newzai.ai/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.newzai.api/NewzAI",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599938+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.060297+00:00"
    },
    {
      "slug": "mcp-news-mcp",
      "name": "NewzAI MCP Server",
      "description": "News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google.",
      "website": "https://api.newzai.ai/mcp",
      "github_url": "https://github.com/Gauraviitkgp/news-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.newzai.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.newzai.api/news-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599965+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.060382+00:00"
    },
    {
      "slug": "mcp-nexustoken-sdk",
      "name": "NexusToken",
      "description": "Create/check agent tasks, discover capabilities, and run V2 Jobs on NexusToken.",
      "website": "https://github.com/bobuilds/nexustoken-sdk",
      "github_url": "https://github.com/bobuilds/nexustoken-sdk",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "nexustoken-sdk"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.nexustoken/nexustoken-sdk",
      "_version": "0.6.5",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.599994+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.060468+00:00"
    },
    {
      "slug": "mcp-ninar",
      "name": "Ninar AI",
      "description": "Audit your brand's visibility across ChatGPT, Gemini, Claude, Perplexity + 6 more engines.",
      "website": "https://ninar.ai/mcp",
      "github_url": "https://github.com/Ninar-ctrl/Ninar.AI",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://ninar.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.ninar/ninar",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.600022+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.060552+00:00"
    },
    {
      "slug": "mcp-logic-server",
      "name": "logic-server",
      "description": "Agent reasoning, memory, and token-optimized context for AI applications.",
      "website": "https://github.com/Auctalis/nocturnusai",
      "github_url": "https://github.com/Auctalis/nocturnusai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "nocturnusai-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.nocturnus/logic-server",
      "_version": "0.3.11",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.600051+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.060637+00:00"
    },
    {
      "slug": "mcp-search",
      "name": "Not Human Search",
      "description": "Search the agentic web. 4,100+ sites, 11 tools incl. check_url + verify_mcp for probe-before-use.",
      "website": "https://nothumansearch.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://nothumansearch.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.nothumansearch/search",
      "_version": "1.7.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.600118+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.060818+00:00"
    },
    {
      "slug": "mcp-brand-intelligence",
      "name": "brand-intelligence",
      "description": "Query your Nudg3 brand visibility across ChatGPT, Claude, Gemini, AI Overviews, and Perplexity.",
      "website": "https://github.com/NUDG3-AI/nudg3-mcp",
      "github_url": "https://github.com/NUDG3-AI/nudg3-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "nudg3-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.nudg3/brand-intelligence",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.600146+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.060905+00:00"
    },
    {
      "slug": "mcp-nullary",
      "name": "nullary",
      "description": "Negative results intelligence for drug discovery \u2014 query measured failures via MCP.",
      "website": "https://mcp.nullary.ai/mcp",
      "github_url": "https://github.com/nullary-ai/nullary",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.nullary.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.nullary/nullary",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.600175+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.060998+00:00"
    },
    {
      "slug": "mcp-aeo",
      "name": "aeo",
      "description": "Scan any website for AI readiness \u2014 100-point score across 6 AEO categories in seconds.",
      "website": "https://api.obaron.ai/aeo/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.obaron.ai/aeo/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.obaron/aeo",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.600202+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.061087+00:00"
    },
    {
      "slug": "mcp-shopping-optimizer",
      "name": "Offer Hopper Shopping Optimizer",
      "description": "German grocery deal parser and multi-stop route optimizer (REWE, Aldi, DM, Rossmann, etc.).",
      "website": "https://mcp.offerhopper.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.offerhopper.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.offerhopper.mcp/shopping-optimizer",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.600255+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.061261+00:00"
    },
    {
      "slug": "mcp-openarx",
      "name": "openarx",
      "description": "Open scientific knowledge MCP for AI agents. Three profiles: search, publish, govern.",
      "website": "https://mcp.openarx.ai/v1/mcp",
      "github_url": "https://github.com/OpenArx-AI/openarx-core",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.openarx.ai/v1/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.openarx/openarx",
      "_version": "0.1.0-alpha",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.600283+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.061348+00:00"
    },
    {
      "slug": "mcp-scout",
      "name": "Scout by Optimly",
      "description": "Query the AI Brand Directory. Audit brand visibility in ChatGPT, Claude, and Gemini.",
      "website": "https://scout.optimly.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://scout.optimly.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.optimly/scout",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.600333+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.061524+00:00"
    },
    {
      "slug": "mcp-orggen",
      "name": "OrgGen AI",
      "description": "Generate org charts, MCD/ERD data models, and C4 architecture diagrams \u2014 pilot OrgGen AI via MCP.",
      "website": "https://www.orggen.ai/api/mcp",
      "github_url": "https://github.com/ms-spown/orgschema-ai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.orggen.ai/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.orggen/orggen",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.600361+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.061609+00:00"
    },
    {
      "slug": "mcp-code",
      "name": "Paper Lantern",
      "description": "Research intelligence for AI coding agents. 2M+ CS papers with evidence and tradeoffs.",
      "website": "https://mcp.paperlantern.ai/chat/mcp",
      "github_url": "https://github.com/paperlantern-ai/paperlantern-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.paperlantern.ai/chat/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.paperlantern/code",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774120+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.233506+00:00"
    },
    {
      "slug": "mcp-search-mcp",
      "name": "Parallel Search MCP",
      "description": "The best web search for your AI Agent",
      "website": "https://search-mcp.parallel.ai/mcp",
      "github_url": "https://github.com/parallel-web/search-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://search-mcp.parallel.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.parallel/search-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774180+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.233882+00:00"
    },
    {
      "slug": "mcp-task-mcp",
      "name": "Parallel Task MCP",
      "description": "An MCP server for deep research or task groups",
      "website": "https://task-mcp.parallel.ai/mcp",
      "github_url": "https://github.com/parallel-web/task-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://task-mcp.parallel.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.parallel/task-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774205+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.234104+00:00"
    },
    {
      "slug": "mcp-image-processing",
      "name": "image-processing",
      "description": "Image processing for AI agents. Resize, convert, compress, and pipeline images.",
      "website": "https://api.pictomancer.ai/mcp",
      "github_url": "https://gitlab.com/pictomancer.ai/pig-gateway",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.pictomancer.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.pictomancer/image-processing",
      "_version": "0.3.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774280+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.234741+00:00"
    },
    {
      "slug": "mcp-pimea",
      "name": "Pime\u00e4",
      "description": "The hidden intelligence for AI marketing agents. Real campaign data, not LLM guesses.",
      "website": "https://api.pimea.ai/mcp/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.pimea.ai/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.pimea/pimea",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774305+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.234945+00:00"
    },
    {
      "slug": "mcp-plith",
      "name": "plith",
      "description": "AI agent infrastructure: dedup, cost prediction, validation, governance, failure intelligence.",
      "website": "https://plith.ai/api/mcp",
      "github_url": "https://github.com/chicogonzales/plith",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://plith.ai/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.plith/plith",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774325+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.235146+00:00"
    },
    {
      "slug": "mcp-preclick-mcp",
      "name": "PreClick \u2014 An MCP-native URL preflight scanning service for autonomous agents.",
      "description": "PreClick scans links for threats and confirms intent match with high accuracy before agents click.",
      "website": "https://preclick.ai/mcp",
      "github_url": "https://github.com/cybrlab-ai/preclick-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://preclick.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.preclick/preclick-mcp",
      "_version": "0.3.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774368+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.235544+00:00"
    },
    {
      "slug": "mcp-presentations-ai",
      "name": "presentations-ai",
      "description": "Presentations.AI MCP server \u2014 create designed slide decks from a topic, text, or document.",
      "website": "https://api.presentations.ai/mcp",
      "github_url": "https://github.com/slidecraft-in/presentations-ai-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.presentations.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.presentations/presentations-ai",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774388+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.235750+00:00"
    },
    {
      "slug": "mcp-primeta",
      "name": "Primeta",
      "description": "Give your AI a face, a voice, and a personality. 3D avatars with custom personas.",
      "website": "https://primeta.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://primeta.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.primeta/primeta",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774409+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.235977+00:00"
    },
    {
      "slug": "mcp-pyrimid",
      "name": "Pyrimid Protocol",
      "description": "Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.",
      "website": "https://pyrimid.ai/api/mcp",
      "github_url": "https://github.com/pyrimid-ai/pyrimid",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://pyrimid.ai/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.pyrimid/pyrimid",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774445+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.236364+00:00"
    },
    {
      "slug": "mcp-quantifyme",
      "name": "quantifyme",
      "description": "Describe a trading strategy in plain English and deploy a live signal model in one call. No signup.",
      "website": "https://mcp.quantifyme.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.quantifyme.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.quantifyme/quantifyme",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774465+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.236662+00:00"
    },
    {
      "slug": "mcp-crm",
      "name": "RadiusOS CRM",
      "description": "34-tool CRM server \u2014 contacts, pipeline, quotes, invoices, scheduling, email, and AI scoring.",
      "website": "https://www.radiusos.ai/api/mcp",
      "github_url": "https://github.com/chadrnewell-hash/outreachos",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.radiusos.ai/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.radiusos.www/crm",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774486+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.236911+00:00"
    },
    {
      "slug": "mcp-connect",
      "name": "connect",
      "description": "AI-native art catalogue. Catalogue works, parse provenance, and generate signed RAIs.",
      "website": "https://mcp.raisonn.ai/mcp",
      "github_url": "https://github.com/raisonnai/raisonnai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.raisonn.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.raisonn/connect",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774509+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.237130+00:00"
    },
    {
      "slug": "mcp-raven-mcp",
      "name": "Raven",
      "description": "Design intelligence for AI-generated UI \u2014 principles, patterns, content, brand, design tokens.",
      "website": "https://github.com/rhinocap/raven-mcp",
      "github_url": "https://github.com/rhinocap/raven-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "raven-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.ravenmcp/raven-mcp",
      "_version": "1.3.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774545+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.237526+00:00"
    },
    {
      "slug": "mcp-geo",
      "name": "Buildability\u2122 \u2014 Property Zoning & Buildability\u2122 Intelligence",
      "description": "Zoning, ADU eligibility, flood zone, setbacks, and buildability intelligence for U.S. parcels.",
      "website": "https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server",
      "github_url": "https://github.com/Galax-ai/ReadyPermit.AI-v2",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.readypermit/geo",
      "_version": "1.2.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774568+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.656068+00:00"
    },
    {
      "slug": "mcp-legalsearch",
      "name": "LegalSearch",
      "description": "Public Indian legal search MCP for Roop judgments, statutes, and corpus grounding.",
      "website": "https://mcp.roopslaw.ai/mcp",
      "github_url": "https://github.com/Roop-World/LegalSearch",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.roopslaw.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.roopslaw/legalsearch",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774749+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.238541+00:00"
    },
    {
      "slug": "mcp-roxels-mcp",
      "name": "Roxels",
      "description": "Let AI agents create configurable voice agents via meeting rooms and return structured data.",
      "website": "https://github.com/trebu-org/interviewer",
      "github_url": "https://github.com/trebu-org/interviewer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "roxels-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.roxels/roxels-mcp",
      "_version": "0.5.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774825+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.238770+00:00"
    },
    {
      "slug": "mcp-la-luer",
      "name": "La Luer \u2014 AI Skincare Commerce",
      "description": "Search, compare, and purchase La Luer microcurrent facial devices and skincare products.",
      "website": "https://searchshopai-mcp.fly.dev/mcp/la-luer",
      "github_url": "https://github.com/nathangrotticelli/searchshopai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://searchshopai-mcp.fly.dev/mcp/la-luer"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.searchshop.www/la-luer",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.774953+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.239350+00:00"
    },
    {
      "slug": "mcp-seltz-ai-seltz-mcp",
      "name": "seltz-ai-seltz-mcp",
      "description": "Provides AI assistants with access to Seltz's powerful Web Search capabilities.",
      "website": "https://mcp.seltz.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.seltz.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.seltz/seltz-ai-seltz-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.775417+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.239561+00:00"
    },
    {
      "slug": "mcp-sendfast",
      "name": "SendFast",
      "description": "Agent-native marketing email: draft, edit, screenshot, and send from your verified domain.",
      "website": "https://sendfast.ai/api/mcp",
      "github_url": "https://github.com/novica-ai/sendfast",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://sendfast.ai/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.sendfast/sendfast",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.775701+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.239770+00:00"
    },
    {
      "slug": "mcp-mcp-merchant",
      "name": "mcp-merchant",
      "description": "Search-only commerce MCP server backed by Stripe (test)",
      "website": "https://mcp.shawndurrani.ai/sse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-merchant"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.shawndurrani/mcp-merchant",
      "_version": "0.1.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.775764+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.239961+00:00"
    },
    {
      "slug": "mcp-mcp-registry",
      "name": "mcp-registry",
      "description": "Search the public MCP Registry; discover servers and copy SSE URLs.",
      "website": "https://mcp-registry.shawndurrani.ai/sse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp-registry.shawndurrani.ai/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.shawndurrani/mcp-registry",
      "_version": "0.1.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.775813+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.240232+00:00"
    },
    {
      "slug": "mcp-222wcnm-bilistalkermcp",
      "name": "222wcnm-bilistalkermcp",
      "description": "Track Bilibili creators and get the latest updates on videos, dynamics, and articles. Fetch user p\u2026",
      "website": "https://server.smithery.ai/@222wcnm/bilistalkermcp/mcp",
      "github_url": "https://github.com/222wcnm/BiliStalkerMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@222wcnm/bilistalkermcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/222wcnm-bilistalkermcp",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.775916+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.240534+00:00"
    },
    {
      "slug": "mcp-aman-amith-shastry-scientific-computation-mcp",
      "name": "Aman-Amith-Shastry-scientific_computation_mcp",
      "description": "This MCP server enables users to perform scientific computations regarding linear algebra and vect\u2026",
      "website": "https://server.smithery.ai/@Aman-Amith-Shastry/scientific_computation_mcp/mcp",
      "github_url": "https://github.com/Aman-Amith-Shastry/scientific_computation_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Aman-Amith-Shastry/scientific_computation_mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp",
      "_version": "1.13.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.775960+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.240625+00:00"
    },
    {
      "slug": "mcp-artin0123-gemini-image-mcp-server",
      "name": "Artin0123-gemini-image-mcp-server",
      "description": "Analyze images and videos with Gemini to get fast, reliable visual insights. Handle content from U\u2026",
      "website": "https://server.smithery.ai/@Artin0123/gemini-image-mcp-server/mcp",
      "github_url": "https://github.com/Artin0123/gemini-vision-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Artin0123/gemini-image-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Artin0123-gemini-image-mcp-server",
      "_version": "1.4.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776100+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.240737+00:00"
    },
    {
      "slug": "mcp-badroobot-my-test-mcp",
      "name": "BadRooBot-my_test_mcp",
      "description": "Get current weather for any city and create images from your prompts. Streamline planning, reports\u2026",
      "website": "https://server.smithery.ai/@BadRooBot/my_test_mcp/mcp",
      "github_url": "https://github.com/BadRooBot/python_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@BadRooBot/my_test_mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/BadRooBot-my_test_mcp",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776144+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.240828+00:00"
    },
    {
      "slug": "mcp-badroobot-test-m",
      "name": "BadRooBot-test_m",
      "description": "Send quick greetings, scrape website content, and generate text or images on demand. Perform web s\u2026",
      "website": "https://server.smithery.ai/@BadRooBot/test_m/mcp",
      "github_url": "https://github.com/BadRooBot/test_m",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@BadRooBot/test_m/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/BadRooBot-test_m",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776263+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.240917+00:00"
    },
    {
      "slug": "mcp-bigvik193-reddit-ads-mcp",
      "name": "BigVik193-reddit-ads-mcp",
      "description": "Manage Reddit advertising across accounts, campaigns, ad groups, posts, and ads. List accounts, fu\u2026",
      "website": "https://server.smithery.ai/@BigVik193/reddit-ads-mcp/mcp",
      "github_url": "https://github.com/BigVik193/reddit-ads-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@BigVik193/reddit-ads-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/BigVik193-reddit-ads-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776315+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.241008+00:00"
    },
    {
      "slug": "mcp-bigvik193-reddit-ads-mcp-api",
      "name": "BigVik193-reddit-ads-mcp-api",
      "description": "Manage Reddit advertising end to end across accounts, funding methods, campaigns, ad groups, and a\u2026",
      "website": "https://server.smithery.ai/@BigVik193/reddit-ads-mcp-api/mcp",
      "github_url": "https://github.com/BigVik193/reddit-ads-mcp-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@BigVik193/reddit-ads-mcp-api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/BigVik193-reddit-ads-mcp-api",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776359+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.241100+00:00"
    },
    {
      "slug": "mcp-bigvik193-reddit-ads-mcp-test",
      "name": "BigVik193-reddit-ads-mcp-test",
      "description": "Manage Reddit advertising end-to-end: browse ad accounts and payment methods, and organize campaig\u2026",
      "website": "https://server.smithery.ai/@BigVik193/reddit-ads-mcp-test/mcp",
      "github_url": "https://github.com/BigVik193/reddit-ads-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@BigVik193/reddit-ads-mcp-test/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/BigVik193-reddit-ads-mcp-test",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776402+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.241191+00:00"
    },
    {
      "slug": "mcp-bigvik193-reddit-user-mcp",
      "name": "BigVik193-reddit-user-mcp",
      "description": "Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising\u2026",
      "website": "https://server.smithery.ai/@BigVik193/reddit-user-mcp/mcp",
      "github_url": "https://github.com/BigVik193/reddit-user-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@BigVik193/reddit-user-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/BigVik193-reddit-user-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776444+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.241284+00:00"
    },
    {
      "slug": "mcp-bowenxu0126-aistudio-hw3",
      "name": "BowenXU0126-aistudio_hw3",
      "description": "Send personalized greetings with optional pirate flair. Compose friendly salutations for any name\u2026",
      "website": "https://server.smithery.ai/@BowenXU0126/aistudio_hw3/mcp",
      "github_url": "https://github.com/BowenXU0126/aistudio_hw3",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@BowenXU0126/aistudio_hw3/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/BowenXU0126-aistudio_hw3",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776554+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.241373+00:00"
    },
    {
      "slug": "mcp-chir24-unreal-mcp",
      "name": "ChiR24-unreal_mcp",
      "description": "Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate\u2026",
      "website": "https://server.smithery.ai/@ChiR24/unreal_mcp/mcp",
      "github_url": "https://github.com/ChiR24/Unreal_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@ChiR24/unreal_mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/ChiR24-unreal_mcp",
      "_version": "0.4.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776615+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.241465+00:00"
    },
    {
      "slug": "mcp-chir24-unreal-mcp-server",
      "name": "ChiR24-unreal_mcp_server",
      "description": "A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E\u2026",
      "website": "https://server.smithery.ai/@ChiR24/unreal_mcp_server/mcp",
      "github_url": "https://github.com/ChiR24/Unreal_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@ChiR24/unreal_mcp_server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/ChiR24-unreal_mcp_server",
      "_version": "0.4.4",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776659+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.241662+00:00"
    },
    {
      "slug": "mcp-collectivespend-collectivespend-smithery-mcp",
      "name": "CollectiveSpend-collectivespend-smithery-mcp",
      "description": "Connect CollectiveSpend with Xero to manage contacts. Retrieve, create, and update contact records\u2026",
      "website": "https://server.smithery.ai/@CollectiveSpend/collectivespend-smithery-mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@CollectiveSpend/collectivespend-smithery-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/CollectiveSpend-collectivespend-smithery-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776703+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.241807+00:00"
    },
    {
      "slug": "mcp-cryptocultcurt-appfolio-mcp-server",
      "name": "CryptoCultCurt-appfolio-mcp-server",
      "description": "Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv\u2026",
      "website": "https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcp",
      "github_url": "https://github.com/CryptoCultCurt/appfolio-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/CryptoCultCurt-appfolio-mcp-server",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776785+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.241898+00:00"
    },
    {
      "slug": "mcp-danushkumar-v-mcp-discord",
      "name": "Danushkumar-V-mcp-discord",
      "description": "An MCP server that integrates with Discord to provide AI-powered features.",
      "website": "https://server.smithery.ai/@Danushkumar-V/mcp-discord/mcp",
      "github_url": "https://github.com/Danushkumar-V/mcp-discord",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Danushkumar-V/mcp-discord/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Danushkumar-V-mcp-discord",
      "_version": "1.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.776831+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.241986+00:00"
    },
    {
      "slug": "mcp-dynamicendpoints-autogen-mcp",
      "name": "DynamicEndpoints-autogen_mcp",
      "description": "Create and manage AI agents that collaborate and solve problems through natural language interacti\u2026",
      "website": "https://server.smithery.ai/@DynamicEndpoints/autogen_mcp/mcp",
      "github_url": "https://github.com/DynamicEndpoints/Autogen_MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@DynamicEndpoints/autogen_mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/DynamicEndpoints-autogen_mcp",
      "_version": "0.3.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966479+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.417566+00:00"
    },
    {
      "slug": "mcp-dynamicendpoints-m365-core-mcp",
      "name": "DynamicEndpoints-m365-core-mcp",
      "description": "*Updated June 17th 2025** Manage your Microsoft 365 services effortlessly. Create and manage distr\u2026",
      "website": "https://server.smithery.ai/@DynamicEndpoints/m365-core-mcp/mcp",
      "github_url": "https://github.com/DynamicEndpoints/m365-core-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@DynamicEndpoints/m365-core-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/DynamicEndpoints-m365-core-mcp",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966536+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.418334+00:00"
    },
    {
      "slug": "mcp-dynamicendpoints-powershell-exec-mcp-server",
      "name": "DynamicEndpoints-powershell-exec-mcp-server",
      "description": "Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste\u2026",
      "website": "https://server.smithery.ai/@DynamicEndpoints/powershell-exec-mcp-server/mcp",
      "github_url": "https://github.com/DynamicEndpoints/PowerShell-Exec-MCP-Server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@DynamicEndpoints/powershell-exec-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/DynamicEndpoints-powershell-exec-mcp-server",
      "_version": "1.13.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966564+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.418619+00:00"
    },
    {
      "slug": "mcp-felixyifeiwang-felix-mcp-smithery",
      "name": "FelixYifeiWang-felix-mcp-smithery",
      "description": "Streamline your workflow with Felix. Integrate it into your workspace and tailor its behavior to y\u2026",
      "website": "https://server.smithery.ai/@FelixYifeiWang/felix-mcp-smithery/mcp",
      "github_url": "https://github.com/FelixYifeiWang/felix-mcp-smithery",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@FelixYifeiWang/felix-mcp-smithery/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/FelixYifeiWang-felix-mcp-smithery",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966591+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.418782+00:00"
    },
    {
      "slug": "mcp-funding-machine-ghl-mcp-fundingmachine",
      "name": "Funding-Machine-ghl-mcp-fundingmachine",
      "description": "Automate GoHighLevel across CRM, messaging, calendars, marketing, e-commerce, and billing. Manage\u2026",
      "website": "https://server.smithery.ai/@Funding-Machine/ghl-mcp-fundingmachine/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Funding-Machine/ghl-mcp-fundingmachine/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Funding-Machine-ghl-mcp-fundingmachine",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966618+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.418904+00:00"
    },
    {
      "slug": "mcp-harjap-singh-3105-splitwise-mcp",
      "name": "HARJAP-SINGH-3105-splitwise_mcp",
      "description": "Manage Splitwise balances, expenses, and groups from your workspace. Fetch friends and recent acti\u2026",
      "website": "https://server.smithery.ai/@HARJAP-SINGH-3105/splitwise_mcp/mcp",
      "github_url": "https://github.com/HARJAP-SINGH-3105/Splitwise_MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@HARJAP-SINGH-3105/splitwise_mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/HARJAP-SINGH-3105-splitwise_mcp",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966736+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.419021+00:00"
    },
    {
      "slug": "mcp-hint-services-obsidian-github-mcp",
      "name": "Hint-Services-obsidian-github-mcp",
      "description": "Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy\u2026",
      "website": "https://server.smithery.ai/@Hint-Services/obsidian-github-mcp/mcp",
      "github_url": "https://github.com/Hint-Services/obsidian-github-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Hint-Services/obsidian-github-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Hint-Services-obsidian-github-mcp",
      "_version": "0.4.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966764+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.419136+00:00"
    },
    {
      "slug": "mcp-ilyagusev-academia-mcp",
      "name": "IlyaGusev-academia_mcp",
      "description": "Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accel\u2026",
      "website": "https://server.smithery.ai/@IlyaGusev/academia_mcp/mcp",
      "github_url": "https://github.com/IlyaGusev/academia_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@IlyaGusev/academia_mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/IlyaGusev-academia_mcp",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966792+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.419271+00:00"
    },
    {
      "slug": "mcp-imronai-mcp-server-browserbase",
      "name": "ImRonAI-mcp-server-browserbase",
      "description": "Automate cloud browsers to navigate websites, interact with elements, and extract structured data.\u2026",
      "website": "https://server.smithery.ai/@ImRonAI/mcp-server-browserbase/mcp",
      "github_url": "https://github.com/ImRonAI/mcp-server-browserbase",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@ImRonAI/mcp-server-browserbase/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/ImRonAI-mcp-server-browserbase",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966819+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.419437+00:00"
    },
    {
      "slug": "mcp-indianappguy-magicslide-mcp",
      "name": "IndianAppGuy-magicslide-mcp",
      "description": "Generate professional PowerPoint presentations from text, YouTube videos, or structured JSON data.\u2026",
      "website": "https://server.smithery.ai/@IndianAppGuy/magicslide-mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@IndianAppGuy/magicslide-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/IndianAppGuy-magicslide-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966846+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.419566+00:00"
    },
    {
      "slug": "mcp-indianappguy-magicslide-mcp-actual-test",
      "name": "IndianAppGuy-magicslide-mcp-actual-test",
      "description": "Generate polished PowerPoint presentations from text prompts, YouTube videos, or structured outlin\u2026",
      "website": "https://server.smithery.ai/@IndianAppGuy/magicslide-mcp-actual-test/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@IndianAppGuy/magicslide-mcp-actual-test/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/IndianAppGuy-magicslide-mcp-actual-test",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966873+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.419681+00:00"
    },
    {
      "slug": "mcp-jmoak-chrono-mcp",
      "name": "JMoak-chrono-mcp",
      "description": "Convert and compare dates and times across any timezone with flexible, locale-aware formatting. Ad\u2026",
      "website": "https://server.smithery.ai/@JMoak/chrono-mcp/mcp",
      "github_url": "https://github.com/JMoak/chrono-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@JMoak/chrono-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/JMoak-chrono-mcp",
      "_version": "0.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966900+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.419803+00:00"
    },
    {
      "slug": "mcp-junojunhyun-festival-finder-mcp",
      "name": "JunoJunHyun-festival-finder-mcp",
      "description": "Discover festivals worldwide by location, date, and genre. Compare options with key details like d\u2026",
      "website": "https://server.smithery.ai/@JunoJunHyun/festival-finder-mcp/mcp",
      "github_url": "https://github.com/JunoJunHyun/Festival-Finder-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@JunoJunHyun/festival-finder-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/JunoJunHyun-festival-finder-mcp",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966930+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.419930+00:00"
    },
    {
      "slug": "mcp-kim-soung-won-mcp-smithery-exam",
      "name": "Kim-soung-won-mcp-smithery-exam",
      "description": "Craft quick, personalized greetings by name. Generate ready-to-use greeting prompts for a consiste\u2026",
      "website": "https://server.smithery.ai/@Kim-soung-won/mcp-smithery-exam/mcp",
      "github_url": "https://github.com/Kim-soung-won/mcp-smithery-exam",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Kim-soung-won/mcp-smithery-exam/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Kim-soung-won-mcp-smithery-exam",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966959+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.420046+00:00"
    },
    {
      "slug": "mcp-kryptoskatt-mcp-server",
      "name": "Kryptoskatt-mcp-server",
      "description": "Enable AI assistants to interact seamlessly with the DefiLlama API by translating MCP tool calls i\u2026",
      "website": "https://server.smithery.ai/@Kryptoskatt/mcp-server/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Kryptoskatt/mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Kryptoskatt-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.966987+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.420179+00:00"
    },
    {
      "slug": "mcp-leghis-smart-thinking",
      "name": "Leghis-smart-thinking",
      "description": "Find relevant Smart\u2011Thinking memories fast. Fetch full entries by ID to get complete context. Spee\u2026",
      "website": "https://server.smithery.ai/@Leghis/smart-thinking/mcp",
      "github_url": "https://github.com/Leghis/Smart-Thinking",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Leghis/smart-thinking/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Leghis-smart-thinking",
      "_version": "0.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967014+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.420302+00:00"
    },
    {
      "slug": "mcp-linkupplatform-linkup-mcp-server",
      "name": "LinkupPlatform-linkup-mcp-server",
      "description": "Search the web in real time to get trustworthy, source-backed answers. Find the latest news and co\u2026",
      "website": "https://server.smithery.ai/@LinkupPlatform/linkup-mcp-server/mcp",
      "github_url": "https://github.com/LinkupPlatform/linkup-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@LinkupPlatform/linkup-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/LinkupPlatform-linkup-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967040+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.420440+00:00"
    },
    {
      "slug": "mcp-metehangzl-pokemcp",
      "name": "MetehanGZL-pokemcp",
      "description": "Provide detailed Pok\u00e9mon data and information through a standardized MCP interface. Enable LLMs an\u2026",
      "website": "https://server.smithery.ai/@MetehanGZL/pokemcp/mcp",
      "github_url": "https://github.com/MetehanGZL/PokeMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@MetehanGZL/pokemcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/MetehanGZL-pokemcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967066+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.420558+00:00"
    },
    {
      "slug": "mcp-mistersandfr-supabase-mcp-selfhosted",
      "name": "MisterSandFR-supabase-mcp-selfhosted",
      "description": "Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni\u2026",
      "website": "https://server.smithery.ai/@MisterSandFR/supabase-mcp-selfhosted/mcp",
      "github_url": "https://github.com/MisterSandFR/Supabase-MCP-SelfHosted",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@MisterSandFR/supabase-mcp-selfhosted/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/MisterSandFR-supabase-mcp-selfhosted",
      "_version": "1.14.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967096+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.420676+00:00"
    },
    {
      "slug": "mcp-nekzus-npm-sentinel-mcp",
      "name": "Nekzus-npm-sentinel-mcp",
      "description": "Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend\u2026",
      "website": "https://server.smithery.ai/@Nekzus/npm-sentinel-mcp/mcp",
      "github_url": "https://github.com/Nekzus/npm-sentinel-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Nekzus/npm-sentinel-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Nekzus-npm-sentinel-mcp",
      "_version": "1.11.8",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967130+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.420797+00:00"
    },
    {
      "slug": "mcp-open-scout-mcp",
      "name": "Open-Scout-mcp",
      "description": "Create and publish one-pagers and boards for your organization. Upload images from the web, update\u2026",
      "website": "https://server.smithery.ai/@Open-Scout/mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Open-Scout/mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Open-Scout-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967161+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.420915+00:00"
    },
    {
      "slug": "mcp-pablolec-keyprobe-mcp",
      "name": "PabloLec-keyprobe-mcp",
      "description": "Audit certificates and keystores to surface expiry risks, weak algorithms, and misconfigurations.\u2026",
      "website": "https://server.smithery.ai/@PabloLec/keyprobe-mcp/mcp",
      "github_url": "https://github.com/PabloLec/KeyProbe-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@PabloLec/keyprobe-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/PabloLec-keyprobe-mcp",
      "_version": "1.13.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967188+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.421037+00:00"
    },
    {
      "slug": "mcp-parc-dev-task-breakdown-server",
      "name": "Parc-Dev-task-breakdown-server",
      "description": "Break down complex problems into clear, actionable steps. Adapt on the fly by iterating, revising,\u2026",
      "website": "https://server.smithery.ai/@Parc-Dev/task-breakdown-server/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Parc-Dev/task-breakdown-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Parc-Dev-task-breakdown-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967301+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.421152+00:00"
    },
    {
      "slug": "mcp-phionx-mcp-hello-server",
      "name": "Phionx-mcp-hello-server",
      "description": "Send personalized greetings to anyone. Enable Pirate Mode for swashbuckling salutations. Explore t\u2026",
      "website": "https://server.smithery.ai/@Phionx/mcp-hello-server/mcp",
      "github_url": "https://github.com/Phionx/mcp-hello-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Phionx/mcp-hello-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Phionx-mcp-hello-server",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967335+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.421267+00:00"
    },
    {
      "slug": "mcp-pixdataorg-coderide",
      "name": "PixdataOrg-coderide",
      "description": "CodeRide eliminates the context reset cycle once and for all. Through MCP integration, it seamless\u2026",
      "website": "https://server.smithery.ai/@PixdataOrg/coderide/mcp",
      "github_url": "https://github.com/PixdataOrg/coderide-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@PixdataOrg/coderide/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/PixdataOrg-coderide",
      "_version": "0.9.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967362+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.421382+00:00"
    },
    {
      "slug": "mcp-pratiksha-kanoja-magicslide-mcp-test",
      "name": "Pratiksha-Kanoja-magicslide-mcp-test",
      "description": "Create polished slide decks from text or YouTube links in seconds. Fetch video transcripts to tran\u2026",
      "website": "https://server.smithery.ai/@Pratiksha-Kanoja/magicslide-mcp-test/mcp",
      "github_url": "https://github.com/Pratiksha-Kanoja/magicslide-mcp-test",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@Pratiksha-Kanoja/magicslide-mcp-test/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/Pratiksha-Kanoja-magicslide-mcp-test",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967390+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.421499+00:00"
    },
    {
      "slug": "mcp-professionalwiki-mediawiki-mcp-server",
      "name": "ProfessionalWiki-mediawiki-mcp-server",
      "description": "Enable Large Language Model clients to interact seamlessly with any MediaWiki wiki. Perform action\u2026",
      "website": "https://server.smithery.ai/@ProfessionalWiki/mediawiki-mcp-server/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@ProfessionalWiki/mediawiki-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/ProfessionalWiki-mediawiki-mcp-server",
      "_version": "0.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967442+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.421615+00:00"
    },
    {
      "slug": "mcp-rectiflex-centerassist-mcp",
      "name": "RectiFlex-centerassist-mcp",
      "description": "Streamline field service and construction operations with CenterPoint Connect. Manage companies, o\u2026",
      "website": "https://server.smithery.ai/@RectiFlex/centerassist-mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@RectiFlex/centerassist-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/RectiFlex-centerassist-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967472+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.421738+00:00"
    },
    {
      "slug": "mcp-rectiflex-centerassist-mcp-cp",
      "name": "RectiFlex-centerassist-mcp-cp",
      "description": "Streamline property management, construction, and service workflows with CenterPoint Connect. Sear\u2026",
      "website": "https://server.smithery.ai/@RectiFlex/centerassist-mcp-cp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@RectiFlex/centerassist-mcp-cp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/RectiFlex-centerassist-mcp-cp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967500+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.421859+00:00"
    },
    {
      "slug": "mcp-rectiflex-centerassist-mcp-cp1",
      "name": "RectiFlex-centerassist-mcp-cp1",
      "description": "Access and manage CenterPoint Connect data for property management, construction, and service oper\u2026",
      "website": "https://server.smithery.ai/@RectiFlex/centerassist-mcp-cp1/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@RectiFlex/centerassist-mcp-cp1/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/RectiFlex-centerassist-mcp-cp1",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967529+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.421976+00:00"
    },
    {
      "slug": "mcp-rectiflex-centerassist-mcp1",
      "name": "RectiFlex-centerassist-mcp1",
      "description": "Manage CenterPoint Connect data across properties, companies, employees, invoices, materials, and\u2026",
      "website": "https://server.smithery.ai/@RectiFlex/centerassist-mcp1/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@RectiFlex/centerassist-mcp1/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/RectiFlex-centerassist-mcp1",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967556+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.422096+00:00"
    },
    {
      "slug": "mcp-stuzhy-py-execute-mcp",
      "name": "STUzhy-py_execute_mcp",
      "description": "Run Python code in a secure sandbox without local setup. Declare inline dependencies and execute s\u2026",
      "website": "https://server.smithery.ai/@STUzhy/py_execute_mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@STUzhy/py_execute_mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/STUzhy-py_execute_mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967584+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.422292+00:00"
    },
    {
      "slug": "mcp-scrapegraphai-scrapegraph-mcp",
      "name": "ScrapeGraphAI-scrapegraph-mcp",
      "description": "Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili\u2026",
      "website": "https://server.smithery.ai/@ScrapeGraphAI/scrapegraph-mcp/mcp",
      "github_url": "https://github.com/ScrapeGraphAI/scrapegraph-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@ScrapeGraphAI/scrapegraph-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/ScrapeGraphAI-scrapegraph-mcp",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967611+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.422513+00:00"
    },
    {
      "slug": "mcp-takodata-tako-mcp",
      "name": "TakoData-tako-mcp",
      "description": "Provide real-time data querying and visualization by integrating Tako with your agents. Generate o\u2026",
      "website": "https://server.smithery.ai/@TakoData/tako-mcp/mcp",
      "github_url": "https://github.com/TakoData/tako-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@TakoData/tako-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/TakoData-tako-mcp",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967638+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.422731+00:00"
    },
    {
      "slug": "mcp-a-ariff-canvas-instant-mcp",
      "name": "a-ariff-canvas-instant-mcp",
      "description": "Manage your Canvas coursework with quick access to courses, assignments, and grades. Track upcomin\u2026",
      "website": "https://server.smithery.ai/@a-ariff/canvas-instant-mcp/mcp",
      "github_url": "https://github.com/a-ariff/canvas-instant-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@a-ariff/canvas-instant-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/a-ariff-canvas-instant-mcp",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967666+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.422956+00:00"
    },
    {
      "slug": "mcp-aamangeldi-dad-jokes-mcp",
      "name": "aamangeldi-dad-jokes-mcp",
      "description": "Get a random dad joke or search by keyword to fit any moment. Retrieve specific jokes by ID for re\u2026",
      "website": "https://server.smithery.ai/@aamangeldi/dad-jokes-mcp/mcp",
      "github_url": "https://github.com/aamangeldi/dad-jokes-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@aamangeldi/dad-jokes-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/aamangeldi-dad-jokes-mcp",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967694+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.423207+00:00"
    },
    {
      "slug": "mcp-adamamer20-paper-search-mcp-openai",
      "name": "adamamer20-paper-search-mcp-openai",
      "description": "Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic\u2026",
      "website": "https://server.smithery.ai/@adamamer20/paper-search-mcp-openai/mcp",
      "github_url": "https://github.com/adamamer20/paper-search-mcp-openai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@adamamer20/paper-search-mcp-openai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/adamamer20-paper-search-mcp-openai",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967722+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.423557+00:00"
    },
    {
      "slug": "mcp-afgong-sqlite-mcp-server",
      "name": "afgong-sqlite-mcp-server",
      "description": "Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible\u2026",
      "website": "https://server.smithery.ai/@afgong/sqlite-mcp-server/mcp",
      "github_url": "https://github.com/afgong/sqlite-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@afgong/sqlite-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/afgong-sqlite-mcp-server",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967751+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.423720+00:00"
    },
    {
      "slug": "mcp-agentmail",
      "name": "agentmail",
      "description": "AgentMail is the email inbox API for AI agents. It gives agents their own email inboxes, like Gmail",
      "website": "https://server.smithery.ai/agentmail",
      "github_url": "https://github.com/agentmail-to/agentmail-smithery-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/agentmail"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/agentmail",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967779+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.423823+00:00"
    },
    {
      "slug": "mcp-aicastle-school-openai-api-agent-project",
      "name": "aicastle-school-openai-api-agent-project",
      "description": "Fetch current stock prices and key data for symbols across global markets. Look up companies like\u2026",
      "website": "https://server.smithery.ai/@aicastle-school/openai-api-agent-project/mcp",
      "github_url": "https://github.com/aicastle-school/openai-api-agent-project",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@aicastle-school/openai-api-agent-project/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/aicastle-school-openai-api-agent-project",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967810+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.423926+00:00"
    },
    {
      "slug": "mcp-aicastle-school-openai-api-agent-project11",
      "name": "aicastle-school-openai-api-agent-project11",
      "description": "Fetch the latest available stock quotes by ticker symbol across international markets. Check price\u2026",
      "website": "https://server.smithery.ai/@aicastle-school/openai-api-agent-project11/mcp",
      "github_url": "https://github.com/aicastle-school/openai-api-agent-project",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@aicastle-school/openai-api-agent-project11/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/aicastle-school-openai-api-agent-project11",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967842+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.424023+00:00"
    },
    {
      "slug": "mcp-airmang-hwpx-mcp",
      "name": "airmang-hwpx-mcp",
      "description": "\uc790\ub3d9\ud654\ud558\uc5ec HWPX \ubb38\uc11c\uc758 \ub85c\ub529, \ud0d0\uc0c9, \ud3b8\uc9d1, \uac80\uc99d\uc744 \ud55c \ubc88\uc5d0 \ucc98\ub9ac\ud569\ub2c8\ub2e4. \ubb38\ub2e8\u00b7\ud45c\u00b7\uc8fc\uc11d \ucd94\uac00, \ud14d\uc2a4\ud2b8 \uc77c\uad04 \uce58\ud658, \uba38\ub9ac\ub9d0\u00b7\uaf2c\ub9ac\ub9d0 \uc124\uc815 \ub4f1 \ubc18\ubcf5 \uc791\uc5c5\uc744 \uc2e0\uc18d\ud788 \uc218\ud589\ud569\ub2c8\ub2e4. \uae30\u2026",
      "website": "https://server.smithery.ai/@airmang/hwpx-mcp/mcp",
      "github_url": "https://github.com/airmang/hwpx-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@airmang/hwpx-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/airmang-hwpx-mcp",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967870+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.424117+00:00"
    },
    {
      "slug": "mcp-akilat-spec-leave-manager-mcp",
      "name": "akilat-spec-leave-manager-mcp",
      "description": "Track and manage employee time off with quick balance lookups and streamlined applications. Find t\u2026",
      "website": "https://server.smithery.ai/@akilat-spec/leave-manager-mcp/mcp",
      "github_url": "https://github.com/akilat-spec/leave-manager-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@akilat-spec/leave-manager-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/akilat-spec-leave-manager-mcp",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967900+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.424211+00:00"
    },
    {
      "slug": "mcp-alex-llm-attack-mcp-server",
      "name": "alex-llm-attack-mcp-server",
      "description": "Query and retrieve information about various adversarial tactics and techniques used in cyber atta\u2026",
      "website": "https://server.smithery.ai/@alex-llm/attack-mcp-server/mcp",
      "github_url": "https://github.com/alex-llm/attAck-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@alex-llm/attack-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/alex-llm-attack-mcp-server",
      "_version": "2.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.967929+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.424388+00:00"
    },
    {
      "slug": "mcp-alphago2580-naramarketmcp",
      "name": "alphago2580-naramarketmcp",
      "description": "Access Korea\u2019s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics\u2026",
      "website": "https://server.smithery.ai/@alphago2580/naramarketmcp/mcp",
      "github_url": "https://github.com/alphago2580/naramarketmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@alphago2580/naramarketmcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/alphago2580-naramarketmcp",
      "_version": "1.14.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968026+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.424502+00:00"
    },
    {
      "slug": "mcp-anirbanbasu-frankfurtermcp",
      "name": "anirbanbasu-frankfurtermcp",
      "description": "A MCP server for the Frankfurter API for currency exchange rates.",
      "website": "https://server.smithery.ai/@anirbanbasu/frankfurtermcp/mcp",
      "github_url": "https://github.com/anirbanbasu/frankfurtermcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@anirbanbasu/frankfurtermcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/anirbanbasu-frankfurtermcp",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968082+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.424598+00:00"
    },
    {
      "slug": "mcp-anirbanbasu-pymcp",
      "name": "anirbanbasu-pymcp",
      "description": "Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P\u2026",
      "website": "https://server.smithery.ai/@anirbanbasu/pymcp/mcp",
      "github_url": "https://github.com/anirbanbasu/pymcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@anirbanbasu/pymcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/anirbanbasu-pymcp",
      "_version": "0.1.7",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968111+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.424692+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-ahoy",
      "name": "arjunkmrm-ahoy",
      "description": "Send friendly, personalized greetings by name. Switch to a playful pirate voice for themed salutat\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/ahoy/mcp",
      "github_url": "https://github.com/arjunkmrm/ahoy",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/ahoy/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-ahoy",
      "_version": "1.13.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968143+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.424788+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-ahoy2",
      "name": "arjunkmrm-ahoy2",
      "description": "Create friendly greetings by name, with an optional pirate tone. Explore the origin of 'Hello, Wor\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/ahoy2/mcp",
      "github_url": "https://github.com/arjunkmrm/ahoy",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/ahoy2/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-ahoy2",
      "_version": "1.13.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968172+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.424882+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-boba-tea",
      "name": "arjunkmrm-boba-tea",
      "description": "Send friendly greetings to people by name. Discover the origin story behind 'Hello, World' for qui\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/boba-tea/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/boba-tea/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-boba-tea",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968201+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.424977+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-bobo",
      "name": "arjunkmrm-bobo",
      "description": "Send friendly, personalized greetings on command. Explore the origin of 'Hello, World' for quick c\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/bobo/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/bobo/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-bobo",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968230+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.425072+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-brave-search-mcp-server",
      "name": "arjunkmrm-brave-search-mcp-server",
      "description": "Search the web, images, videos, news, and local businesses with robust filters, freshness controls\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/brave-search-mcp-server/mcp",
      "github_url": "https://github.com/arjunkmrm/brave-search-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/brave-search-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-brave-search-mcp-server",
      "_version": "2.0.25",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968260+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.425171+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-clock",
      "name": "arjunkmrm-clock",
      "description": "Check the current time instantly and explore world timezones by region. Browse available continent\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/clock/mcp",
      "github_url": "https://github.com/arjunkmrm/clock",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/clock/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-clock",
      "_version": "1.14.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968289+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.425264+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-fetch",
      "name": "arjunkmrm-fetch",
      "description": "Fetch web pages and extract exactly the content you need. Select elements with CSS and retrieve co\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/fetch/mcp",
      "github_url": "https://github.com/arjunkmrm/fetch",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/fetch/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-fetch",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968318+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.425357+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-http-test",
      "name": "arjunkmrm-http-test",
      "description": "Kickstart your setup with ready-to-run greetings and the 'Hello, World' origin story. Learn the inte",
      "website": "https://server.smithery.ai/arjunkmrm/http-test",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/arjunkmrm/http-test"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-http-test",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968350+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.425462+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-local-test2",
      "name": "arjunkmrm-local-test2",
      "description": "Send friendly greetings instantly. Learn the origin of 'Hello, World' to add a fun fact to your me\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/local-test2/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/local-test2/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-local-test2",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968379+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.425559+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-local001",
      "name": "arjunkmrm-local001",
      "description": "Get the current time in your preferred timezone or any region you specify. Browse concise informat\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/local001/mcp",
      "github_url": "https://github.com/arjunkmrm/time",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/local001/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-local001",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968409+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.425654+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-local01",
      "name": "arjunkmrm-local01",
      "description": "Greet people warmly or roast them with playful banter. Explore the origin of 'Hello, World' for qu\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/local01/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/local01/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-local01",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968438+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.425746+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-local02",
      "name": "arjunkmrm-local02",
      "description": "Get the current time in your chosen timezone and view common timezone information. Simplify schedu\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/local02/mcp",
      "github_url": "https://github.com/arjunkmrm/time",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/local02/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-local02",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968554+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.425835+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-lta-mcp",
      "name": "arjunkmrm-lta-mcp",
      "description": "Provide real-time transportation data including bus arrivals, train service alerts, carpark availa\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/lta-mcp/mcp",
      "github_url": "https://github.com/arjunkmrm/lta-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/lta-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-lta-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968666+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.425924+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-mango-sago",
      "name": "arjunkmrm-mango-sago",
      "description": "Create cheerful, personalized greetings in seconds. Switch to playful pirate-speak for extra flair\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/mango-sago/mcp",
      "github_url": "https://github.com/arjunkmrm/mango-sago",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/mango-sago/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-mango-sago",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968698+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426014+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-perplexity-search",
      "name": "arjunkmrm-perplexity-search",
      "description": "Enable AI assistants to perform web searches using Perplexity's Sonar Pro.",
      "website": "https://server.smithery.ai/@arjunkmrm/perplexity-search/mcp",
      "github_url": "https://github.com/arjunkmrm/perplexity-search",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/perplexity-search/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-perplexity-search",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968728+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426104+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-py-test-0",
      "name": "arjunkmrm-py-test-0",
      "description": "Send personalized greetings by name, with an optional pirate tone. Generate greeting prompts and e\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/py-test-0/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/py-test-0/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-py-test-0",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968758+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426192+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-py-test-2",
      "name": "arjunkmrm-py-test-2",
      "description": "Greet people by name with friendly, customizable messages. Toggle Pirate Mode to speak like a swas\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/py-test-2/mcp",
      "github_url": "https://github.com/arjunkmrm/mango-sago",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/py-test-2/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-py-test-2",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968789+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426280+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-scrapermcp-el",
      "name": "arjunkmrm-scrapermcp_el",
      "description": "Extract and parse web pages into clean HTML, links, or Markdown. Handle dynamic, complex, or block\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/scrapermcp_el/mcp",
      "github_url": "https://github.com/arjunkmrm/ScraperMcp_el",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/scrapermcp_el/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-scrapermcp_el",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968819+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426370+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-sg-bus-test",
      "name": "arjunkmrm-sg-bus-test",
      "description": "Get real-time bus arrival times for any Singapore bus stop by code, with optional service filterin\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/sg-bus-test/mcp",
      "github_url": "https://github.com/arjunkmrm/sg-bus-test",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/sg-bus-test/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-sg-bus-test",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968848+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426459+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-test0",
      "name": "arjunkmrm-test0",
      "description": "Get the current time in any timezone and quickly look up common timezone info. Set a default timez\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/test0/mcp",
      "github_url": "https://github.com/arjunkmrm/time",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/test0/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-test0",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968878+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426547+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-test01",
      "name": "arjunkmrm-test01",
      "description": "Get the current time in any timezone. Explore concise timezone info to pick the right region. Simp\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/test01/mcp",
      "github_url": "https://github.com/arjunkmrm/time",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/test01/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-test01",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968908+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426635+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-test2",
      "name": "arjunkmrm-test2",
      "description": "Greet anyone by name with a friendly message. Explore the origin of 'Hello, World' to add context\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/test2/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/test2/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-test2",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968939+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426724+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-time",
      "name": "arjunkmrm-time",
      "description": "Get the current time anywhere and access concise timezone information. Set your preferred timezone\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/time/mcp",
      "github_url": "https://github.com/arjunkmrm/time",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/time/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-time",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968969+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426811+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-ts-test-2",
      "name": "arjunkmrm-ts-test-2",
      "description": "Greet anyone with a friendly, personalized hello. Explore the origin story of 'Hello, World.' Jump\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/ts-test-2/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/ts-test-2/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-ts-test-2",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.968999+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426900+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-tutorials",
      "name": "arjunkmrm-tutorials",
      "description": "Analyze stocks and SEC filings to surface key insights, from price and volume to insider activity\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/tutorials/mcp",
      "github_url": "https://github.com/arjunkmrm/tutorials",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/tutorials/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-tutorials",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.969029+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.426990+00:00"
    },
    {
      "slug": "mcp-arjunkmrm-watch2",
      "name": "arjunkmrm-watch2",
      "description": "Get the current time in your chosen timezone. Browse available continents and regions to pick the\u2026",
      "website": "https://server.smithery.ai/@arjunkmrm/watch2/mcp",
      "github_url": "https://github.com/arjunkmrm/clock",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@arjunkmrm/watch2/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/arjunkmrm-watch2",
      "_version": "1.14.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.969059+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.427079+00:00"
    },
    {
      "slug": "mcp-aryankeluskar-poke-video-mcp",
      "name": "aryankeluskar-poke-video-mcp",
      "description": "Search your Flashback video library with natural language to instantly find relevant moments. Get\u2026",
      "website": "https://server.smithery.ai/@aryankeluskar/poke-video-mcp/mcp",
      "github_url": "https://github.com/aryankeluskar/poke-video-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@aryankeluskar/poke-video-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/aryankeluskar-poke-video-mcp",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.969091+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.427171+00:00"
    },
    {
      "slug": "mcp-bergeramit-bergeramit-hw3-tech",
      "name": "bergeramit-bergeramit-hw3-tech",
      "description": "Create friendly greetings and add two numbers instantly. Speed up simple tasks and streamline ligh\u2026",
      "website": "https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech/mcp",
      "github_url": "https://github.com/bergeramit/bergeramit-hw3-tech",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/bergeramit-bergeramit-hw3-tech",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.969122+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.427260+00:00"
    },
    {
      "slug": "mcp-bergeramit-bergeramit-hw3-tech-1",
      "name": "bergeramit-bergeramit-hw3-tech-1",
      "description": "Add two numbers instantly and generate friendly greetings on demand. Speed up quick math and perso\u2026",
      "website": "https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech-1/mcp",
      "github_url": "https://github.com/bergeramit/bergeramit-hw3-tech",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech-1/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/bergeramit-bergeramit-hw3-tech-1",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.969153+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.427352+00:00"
    },
    {
      "slug": "mcp-bhushangitfull-file-mcp-smith",
      "name": "bhushangitfull-file-mcp-smith",
      "description": "Manage files and folders directly from your workspace. Read and write files, list directories, cre\u2026",
      "website": "https://server.smithery.ai/@bhushangitfull/file-mcp-smith/mcp",
      "github_url": "https://github.com/bhushangitfull/file-mcp-smith",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@bhushangitfull/file-mcp-smith/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/bhushangitfull-file-mcp-smith",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.969184+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.427441+00:00"
    },
    {
      "slug": "mcp-bielacki-igdb-mcp-server",
      "name": "bielacki-igdb-mcp-server",
      "description": "Explore and discover video games from the Internet Game Database. Search titles, view detailed inf\u2026",
      "website": "https://server.smithery.ai/@bielacki/igdb-mcp-server/mcp",
      "github_url": "https://github.com/bielacki/igdb-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@bielacki/igdb-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/bielacki-igdb-mcp-server",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.969215+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.427539+00:00"
    },
    {
      "slug": "mcp-blacklotusdev8-test-m",
      "name": "blacklotusdev8-test_m",
      "description": "Greet anyone by name with a friendly hello. Scrape webpages to extract content for quick reference\u2026",
      "website": "https://server.smithery.ai/@blacklotusdev8/test_m/mcp",
      "github_url": "https://github.com/blacklotusdev8/test_m",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@blacklotusdev8/test_m/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/blacklotusdev8-test_m",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.969319+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.427632+00:00"
    },
    {
      "slug": "mcp-blbl147-xhs-mcp",
      "name": "blbl147-xhs-mcp",
      "description": "\u641c\u7d22\u7b14\u8bb0\u3001\u6d4f\u89c8\u9996\u9875\u63a8\u8350\u3001\u67e5\u770b\u7b14\u8bb0\u5185\u5bb9\u4e0e\u8bc4\u8bba\uff0c\u5e76\u53d1\u8868\u4f60\u7684\u8bc4\u8bba\u3002\u76f4\u63a5\u5728\u5de5\u4f5c\u6d41\u4e2d\u4e0e\u5c0f\u7ea2\u4e66\u5185\u5bb9\u4e92\u52a8\uff0c\u9ad8\u6548\u8ddf\u8fdb\u8bdd\u9898\u3002",
      "website": "https://server.smithery.ai/@blbl147/xhs-mcp/mcp",
      "github_url": "https://github.com/blbl147/xhs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@blbl147/xhs-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/blbl147-xhs-mcp",
      "_version": "1.6.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.969355+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.427723+00:00"
    },
    {
      "slug": "mcp-blockscout-mcp-server",
      "name": "blockscout-mcp-server",
      "description": "Provide AI agents and automation tools with contextual access to blockchain data including balance\u2026",
      "website": "https://server.smithery.ai/@blockscout/mcp-server/mcp",
      "github_url": "https://github.com/blockscout/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@blockscout/mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/blockscout-mcp-server",
      "_version": "1.13.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.969384+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.427814+00:00"
    },
    {
      "slug": "mcp-brandonbosco-sigao-scf-mcp",
      "name": "brandonbosco-sigao-scf-mcp",
      "description": "Provides access to Civic Plus - See Click Fix, allowing you to interact with your data via an LLM.\u2026",
      "website": "https://server.smithery.ai/@brandonbosco/sigao-scf-mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@brandonbosco/sigao-scf-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/brandonbosco-sigao-scf-mcp",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:54.969414+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.427906+00:00"
    },
    {
      "slug": "mcp-brave",
      "name": "brave",
      "description": "Visit https://brave.com/search/api/ for a free API key. Search the web, local businesses, images,\u2026",
      "website": "https://server.smithery.ai/brave/mcp",
      "github_url": "https://github.com/brave/brave-search-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/brave/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/brave",
      "_version": "2.0.58",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.153694+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.594954+00:00"
    },
    {
      "slug": "mcp-browserbasehq-mcp-browserbase",
      "name": "browserbasehq-mcp-browserbase",
      "description": "Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i\u2026",
      "website": "https://server.smithery.ai/@browserbasehq/mcp-browserbase/mcp",
      "github_url": "https://github.com/browserbase/mcp-server-browserbase",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@browserbasehq/mcp-browserbase/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/browserbasehq-mcp-browserbase",
      "_version": "2.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.153762+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.595286+00:00"
    },
    {
      "slug": "mcp-callmybot-cookbook-mcp-server",
      "name": "callmybot-cookbook-mcp-server",
      "description": "Count occurrences of any character in your text instantly. Specify the character and get precise c\u2026",
      "website": "https://server.smithery.ai/@callmybot/cookbook-mcp-server/mcp",
      "github_url": "https://github.com/callmybot/cookbook-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@callmybot/cookbook-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/callmybot-cookbook-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.153792+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.595411+00:00"
    },
    {
      "slug": "mcp-callmybot-domoticz",
      "name": "callmybot-domoticz",
      "description": "Greet anyone by name with a friendly hello. Explore the origin of 'Hello, World' for context in de\u2026",
      "website": "https://server.smithery.ai/@callmybot/domoticz/mcp",
      "github_url": "https://github.com/callmybot/domoticz",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@callmybot/domoticz/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/callmybot-domoticz",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.153822+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.595516+00:00"
    },
    {
      "slug": "mcp-callmybot-hello-mcp-server",
      "name": "callmybot-hello-mcp-server",
      "description": "Generate quick, friendly greetings by name. Personalize salutations for any context. Explore the o\u2026",
      "website": "https://server.smithery.ai/@callmybot/hello-mcp-server/mcp",
      "github_url": "https://github.com/callmybot/hello-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@callmybot/hello-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/callmybot-hello-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.153851+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.595616+00:00"
    },
    {
      "slug": "mcp-cc25a-openai-api-agent-project123123123",
      "name": "cc25a-openai-api-agent-project123123123",
      "description": "Look up the latest stock prices by ticker symbol across global markets. Get current price and esse\u2026",
      "website": "https://server.smithery.ai/@cc25a/openai-api-agent-project123123123/mcp",
      "github_url": "https://github.com/cc25a/openai-api-agent-project",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@cc25a/openai-api-agent-project123123123/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/cc25a-openai-api-agent-project123123123",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.153881+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.595708+00:00"
    },
    {
      "slug": "mcp-cindyloo-dropbox-mcp-server",
      "name": "cindyloo-dropbox-mcp-server",
      "description": "Search, browse, and read your Dropbox files. Find documents by name or content, list folders, and\u2026",
      "website": "https://server.smithery.ai/@cindyloo/dropbox-mcp-server/mcp",
      "github_url": "https://github.com/cindyloo/dropbox-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@cindyloo/dropbox-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/cindyloo-dropbox-mcp-server",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.153911+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.595889+00:00"
    },
    {
      "slug": "mcp-clpi-clp-mcp",
      "name": "clpi-clp-mcp",
      "description": "Manage simple context workflows with quick init and add actions. Access the 'Hello, World' origin\u2026",
      "website": "https://server.smithery.ai/@clpi/clp-mcp/mcp",
      "github_url": "https://github.com/clpi/clp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@clpi/clp-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/clpi-clp-mcp",
      "_version": "0.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.153941+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.596134+00:00"
    },
    {
      "slug": "mcp-cpretzinger-ai-assistant-simple",
      "name": "cpretzinger-ai-assistant-simple",
      "description": "UPDATED 9/1/2025! NEW TOOLS! Use the Redis Stream tools with n8n MCP Client Node for use anywhere!\u2026",
      "website": "https://server.smithery.ai/@cpretzinger/ai-assistant-simple/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@cpretzinger/ai-assistant-simple/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/cpretzinger-ai-assistant-simple",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.153971+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.596375+00:00"
    },
    {
      "slug": "mcp-cristianoaredes-mcp-dadosbr",
      "name": "cristianoaredes-mcp-dadosbr",
      "description": "# MCP DadosBR Servidor MCP focado em dados p\u00fablicos do Brasil. Oferece duas ferramentas simples e\u2026",
      "website": "https://server.smithery.ai/@cristianoaredes/mcp-dadosbr/mcp",
      "github_url": "https://github.com/cristianoaredes/mcp-dadosbr",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@cristianoaredes/mcp-dadosbr/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/cristianoaredes-mcp-dadosbr",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154000+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.596654+00:00"
    },
    {
      "slug": "mcp-ctaylor86-mcp-video-download-server",
      "name": "ctaylor86-mcp-video-download-server",
      "description": "Connect your video workflows to cloud storage. Organize and access video assets across projects wi\u2026",
      "website": "https://server.smithery.ai/@ctaylor86/mcp-video-download-server/mcp",
      "github_url": "https://github.com/ctaylor86/mcp-video-download-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@ctaylor86/mcp-video-download-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/ctaylor86-mcp-video-download-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154030+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.596899+00:00"
    },
    {
      "slug": "mcp-cuongpo-coti-mcp",
      "name": "cuongpo-coti-mcp",
      "description": "Connect to the COTI blockchain to manage accounts, transfer native tokens, and deploy and operate\u2026",
      "website": "https://server.smithery.ai/@cuongpo/coti-mcp/mcp",
      "github_url": "https://github.com/cuongpo/coti-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@cuongpo/coti-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/cuongpo-coti-mcp",
      "_version": "0.2.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154060+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.597125+00:00"
    },
    {
      "slug": "mcp-cuongpo-coti-mcp-1",
      "name": "cuongpo-coti-mcp-1",
      "description": "Manage COTI accounts, deploy private ERC20 and ERC721 contracts, and transfer tokens and NFTs with\u2026",
      "website": "https://server.smithery.ai/@cuongpo/coti-mcp-1/mcp",
      "github_url": "https://github.com/cuongpo/coti-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@cuongpo/coti-mcp-1/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/cuongpo-coti-mcp-1",
      "_version": "0.2.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154091+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.597366+00:00"
    },
    {
      "slug": "mcp-data-mindset-sts-google-forms-mcp",
      "name": "data-mindset-sts-google-forms-mcp",
      "description": "Create and manage Google Forms to run surveys and collect data. Add text and multiple-choice quest\u2026",
      "website": "https://server.smithery.ai/@data-mindset/sts-google-forms-mcp/mcp",
      "github_url": "https://github.com/data-mindset/sts-google-forms-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@data-mindset/sts-google-forms-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/data-mindset-sts-google-forms-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154122+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.597596+00:00"
    },
    {
      "slug": "mcp-demomagic-duckchain-mcp",
      "name": "demomagic-duckchain-mcp",
      "description": "Explore blockchain data across addresses, tokens, blocks, and transactions. Investigate any transa\u2026",
      "website": "https://server.smithery.ai/@demomagic/duckchain-mcp/mcp",
      "github_url": "https://github.com/demomagic/duckchain-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@demomagic/duckchain-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/demomagic-duckchain-mcp",
      "_version": "1.13.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154153+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.597825+00:00"
    },
    {
      "slug": "mcp-devbrother2024-typescript-mcp-server-boilerplate",
      "name": "devbrother2024-typescript-mcp-server-boilerplate",
      "description": "Kickstart development with a customizable TypeScript template featuring sample tools for greeting,\u2026",
      "website": "https://server.smithery.ai/@devbrother2024/typescript-mcp-server-boilerplate/mcp",
      "github_url": "https://github.com/devbrother2024/typescript-mcp-server-boilerplate",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@devbrother2024/typescript-mcp-server-boilerplate/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/devbrother2024-typescript-mcp-server-boilerplate",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154185+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.598052+00:00"
    },
    {
      "slug": "mcp-docfork-mcp",
      "name": "docfork-mcp",
      "description": "@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl\u2026",
      "website": "https://server.smithery.ai/@docfork/mcp/mcp",
      "github_url": "https://github.com/docfork/docfork-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@docfork/mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/docfork-mcp",
      "_version": "0.7.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154216+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.749996+00:00"
    },
    {
      "slug": "mcp-dsharipova-mcp-hw",
      "name": "dsharipova-mcp-hw",
      "description": "Create personalized greetings by name in the tone you choose. Get quick suggestions for friendly i\u2026",
      "website": "https://server.smithery.ai/@dsharipova/mcp-hw/mcp",
      "github_url": "https://github.com/dsharipova/mcp-hw",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@dsharipova/mcp-hw/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/dsharipova-mcp-hw",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154247+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.598485+00:00"
    },
    {
      "slug": "mcp-duvomike-mcp",
      "name": "duvomike-mcp",
      "description": "Transform numbers by doubling them and adding 5. Get instant results with a clear breakdown of the\u2026",
      "website": "https://server.smithery.ai/@duvomike/mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@duvomike/mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/duvomike-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154372+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.598576+00:00"
    },
    {
      "slug": "mcp-eliu243-oura-mcp-server",
      "name": "eliu243-oura-mcp-server",
      "description": "Connect your Oura Ring account and enable access to your wellness data in apps and automations. In\u2026",
      "website": "https://server.smithery.ai/@eliu243/oura-mcp-server/mcp",
      "github_url": "https://github.com/eliu243/oura-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@eliu243/oura-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/eliu243-oura-mcp-server",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154434+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.598672+00:00"
    },
    {
      "slug": "mcp-eliu243-oura-mcp-server-2",
      "name": "eliu243-oura-mcp-server-2",
      "description": "Connect your Oura Ring account to enable secure, authenticated access in your workflows. Generate\u2026",
      "website": "https://server.smithery.ai/@eliu243/oura-mcp-server-2/mcp",
      "github_url": "https://github.com/eliu243/oura-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@eliu243/oura-mcp-server-2/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/eliu243-oura-mcp-server-2",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154617+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.598770+00:00"
    },
    {
      "slug": "mcp-eliu243-oura-mcp-server-eliu",
      "name": "eliu243-oura-mcp-server-eliu",
      "description": "Connect your Oura Ring account securely in minutes. Enable authorized access to your sleep, activi\u2026",
      "website": "https://server.smithery.ai/@eliu243/oura-mcp-server-eliu/mcp",
      "github_url": "https://github.com/eliu243/oura-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@eliu243/oura-mcp-server-eliu/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/eliu243-oura-mcp-server-eliu",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154655+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.598871+00:00"
    },
    {
      "slug": "mcp-exa-labs-exa-code-mcp",
      "name": "exa-labs-exa-code-mcp",
      "description": "Find open-source libraries and fetch contextual code snippets by version to accelerate development\u2026",
      "website": "https://server.smithery.ai/@exa-labs/exa-code-mcp/mcp",
      "github_url": "https://github.com/exa-labs/exa-code-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@exa-labs/exa-code-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/exa-labs-exa-code-mcp",
      "_version": "0.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154690+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.598968+00:00"
    },
    {
      "slug": "mcp-faithk7-gmail-mcp",
      "name": "faithk7-gmail-mcp",
      "description": "Manage Gmail messages, threads, labels, drafts, and settings from your workflows. Send and organiz\u2026",
      "website": "https://server.smithery.ai/@faithk7/gmail-mcp/mcp",
      "github_url": "https://github.com/faithk7/gmail-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@faithk7/gmail-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/faithk7-gmail-mcp",
      "_version": "1.7.4",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154809+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.599086+00:00"
    },
    {
      "slug": "mcp-feeefapp-mcp",
      "name": "feeefapp-mcp",
      "description": "Enable AI assistants to interact seamlessly with Feeef e-commerce stores, products, and orders usi\u2026",
      "website": "https://server.smithery.ai/@feeefapp/mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@feeefapp/mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/feeefapp-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154849+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.599203+00:00"
    },
    {
      "slug": "mcp-fengyinxia-jimeng-mcp",
      "name": "fengyinxia-jimeng-mcp",
      "description": "Create images and videos from prompts, with options for image mixing, reference images, and start/\u2026",
      "website": "https://server.smithery.ai/@fengyinxia/jimeng-mcp/mcp",
      "github_url": "https://github.com/fengyinxia/jimeng-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@fengyinxia/jimeng-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/fengyinxia-jimeng-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.154911+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.599298+00:00"
    },
    {
      "slug": "mcp-fitaf-ai-fitaf-ai-mcp",
      "name": "fitaf-ai-fitaf-ai-mcp",
      "description": "Manage workouts, nutrition, goals, and progress across the FitAF platform. Connect wearables, sync\u2026",
      "website": "https://server.smithery.ai/@fitaf-ai/fitaf-ai-mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@fitaf-ai/fitaf-ai-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/fitaf-ai-fitaf-ai-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155293+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.599390+00:00"
    },
    {
      "slug": "mcp-fitaf-ai-fitaf-mcp",
      "name": "fitaf-ai-fitaf-mcp",
      "description": "Track workouts, nutrition, body metrics, habits, and SMART goals with insights and trends. Connect\u2026",
      "website": "https://server.smithery.ai/@fitaf-ai/fitaf-mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@fitaf-ai/fitaf-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/fitaf-ai-fitaf-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155331+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.599482+00:00"
    },
    {
      "slug": "mcp-flight505-mcp-dincoder",
      "name": "flight505-mcp_dincoder",
      "description": "Driven Intent Negotiation \u2014 Contract-Oriented Deterministic Executable Runtime DinCoder brings the\u2026",
      "website": "https://server.smithery.ai/@flight505/mcp_dincoder/mcp",
      "github_url": "https://github.com/flight505/MCP_DinCoder",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@flight505/mcp_dincoder/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/flight505-mcp_dincoder",
      "_version": "0.1.15",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155380+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.599579+00:00"
    },
    {
      "slug": "mcp-hithereiamaliff-mcp-datagovmy",
      "name": "hithereiamaliff-mcp-datagovmy",
      "description": "This MCP server provides seamless access to Malaysia's government open data, including datasets, w\u2026",
      "website": "https://server.smithery.ai/@hithereiamaliff/mcp-datagovmy/mcp",
      "github_url": "https://github.com/hithereiamaliff/mcp-datagovmy",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@hithereiamaliff/mcp-datagovmy/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/hithereiamaliff-mcp-datagovmy",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155412+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.599674+00:00"
    },
    {
      "slug": "mcp-hithereiamaliff-mcp-nextcloud",
      "name": "hithereiamaliff-mcp-nextcloud",
      "description": "A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo\u2026",
      "website": "https://server.smithery.ai/@hithereiamaliff/mcp-nextcloud/mcp",
      "github_url": "https://github.com/hithereiamaliff/mcp-nextcloud",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@hithereiamaliff/mcp-nextcloud/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/hithereiamaliff-mcp-nextcloud",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155443+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.599767+00:00"
    },
    {
      "slug": "mcp-hjsh200219-pharminfo-mcp",
      "name": "hjsh200219-pharminfo-mcp",
      "description": "Look up Korean drug ingredient and product data by HIRA component and product codes via Pilldoc. V\u2026",
      "website": "https://server.smithery.ai/@hjsh200219/pharminfo-mcp/mcp",
      "github_url": "https://github.com/hjsh200219/pharminfo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@hjsh200219/pharminfo-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/hjsh200219-pharminfo-mcp",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155476+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.599863+00:00"
    },
    {
      "slug": "mcp-hollaugo-financial-research-mcp-server",
      "name": "hollaugo-financial-research-mcp-server",
      "description": "Analyze stocks with summaries, price targets, and analyst recommendations. Track SEC filings, divi\u2026",
      "website": "https://server.smithery.ai/@hollaugo/financial-research-mcp-server/mcp",
      "github_url": "https://github.com/hollaugo/tutorials",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@hollaugo/financial-research-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/hollaugo-financial-research-mcp-server",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155508+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.599957+00:00"
    },
    {
      "slug": "mcp-hustcc-mcp-mermaid",
      "name": "hustcc-mcp-mermaid",
      "description": "Generate dynamic Mermaid diagrams and charts with AI assistance. Customize styles and export diagr\u2026",
      "website": "https://server.smithery.ai/@hustcc/mcp-mermaid/mcp",
      "github_url": "https://github.com/hustcc/mcp-mermaid",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@hustcc/mcp-mermaid/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/hustcc-mcp-mermaid",
      "_version": "0.1.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155541+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.600051+00:00"
    },
    {
      "slug": "mcp-huuthangntk-claude-vision-mcp-server",
      "name": "huuthangntk-claude-vision-mcp-server",
      "description": "Analyze images from multiple angles to extract detailed insights or quick summaries. Describe visu\u2026",
      "website": "https://server.smithery.ai/@huuthangntk/claude-vision-mcp-server/mcp",
      "github_url": "https://github.com/huuthangntk/claude-vision-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@huuthangntk/claude-vision-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/huuthangntk-claude-vision-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155574+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.600144+00:00"
    },
    {
      "slug": "mcp-infranodus-mcp-server-infranodus",
      "name": "infranodus-mcp-server-infranodus",
      "description": "Map text into knowledge graphs to create a structured representation of conceptual relations and t\u2026",
      "website": "https://server.smithery.ai/@infranodus/mcp-server-infranodus/mcp",
      "github_url": "https://github.com/infranodus/mcp-server-infranodus",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@infranodus/mcp-server-infranodus/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/infranodus-mcp-server-infranodus",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155606+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.600241+00:00"
    },
    {
      "slug": "mcp-isnow890-data4library-mcp",
      "name": "isnow890-data4library-mcp",
      "description": "\ucc45 \uc2eb\uc5b4\ud558\ub294 \uc81c\uac00 \ucc45\uc5d0 \ub300\ud574 \uc544\ub294\ucc99\ud558\uace0 \uc2f6\uc5b4\uc11c \ub9cc\ub4e4\uc5c8\uc2b5\ub2c8\ub2e4.. \ub0b4 \uc8fc\ubcc0 \ub3c4\uc11c\uad00 \uc2e4\uc2dc\uac04 \ub300\ucd9c \ud655\uc778 \uc77d\uace0 \uc2f6\uc740 \ucc45\uc744 \uac80\uc0c9\ud558\uba74 \uc8fc\ubcc0 \ub3c4\uc11c\uad00 \ub300\ucd9c \uac00\ub2a5 \uc5ec\ubd80\ub97c \uc989\uc2dc \ud655\uc778 \uad73\uc774 \ub3c4\uc11c\uad00\u2026",
      "website": "https://server.smithery.ai/@isnow890/data4library-mcp/mcp",
      "github_url": "https://github.com/isnow890/data4library-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@isnow890/data4library-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/isnow890-data4library-mcp",
      "_version": "1.0.5",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155638+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.600344+00:00"
    },
    {
      "slug": "mcp-jekakos-mcp-user-data-enrichment",
      "name": "jekakos-mcp-user-data-enrichment",
      "description": "Enrich user data by adding social network links based on provided personal information. Integrate\u2026",
      "website": "https://server.smithery.ai/@jekakos/mcp-user-data-enrichment/mcp",
      "github_url": "https://github.com/jekakos/mcp-user-data-enrichment",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@jekakos/mcp-user-data-enrichment/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/jekakos-mcp-user-data-enrichment",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155670+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.600440+00:00"
    },
    {
      "slug": "mcp-jenniferjiang0511-mit-ai-studio-hw3",
      "name": "jenniferjiang0511-mit-ai-studio-hw3",
      "description": "Greet people by name and check local forecasts and weather alerts across the U.S. Switch to a play\u2026",
      "website": "https://server.smithery.ai/@jenniferjiang0511/mit-ai-studio-hw3/mcp",
      "github_url": "https://github.com/jenniferjiang0511/MIT-AI-studio-HW3",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@jenniferjiang0511/mit-ai-studio-hw3/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/jenniferjiang0511-mit-ai-studio-hw3",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155702+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.600534+00:00"
    },
    {
      "slug": "mcp-jessicayanwang-test",
      "name": "jessicayanwang-test",
      "description": "Fetch latest and historical currency exchange rates from Frankfurter. Convert amounts between curr\u2026",
      "website": "https://server.smithery.ai/@jessicayanwang/test/mcp",
      "github_url": "https://github.com/jessicayanwang/frankfurtermcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@jessicayanwang/test/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/jessicayanwang-test",
      "_version": "1.13.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155734+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.600628+00:00"
    },
    {
      "slug": "mcp-jirispilka-actors-mcp-server",
      "name": "jirispilka-actors-mcp-server",
      "description": "Greet anyone by name with friendly, personalized messages. Explore the origin of Hello, World thro\u2026",
      "website": "https://server.smithery.ai/@jirispilka/actors-mcp-server/mcp",
      "github_url": "https://github.com/jirispilka/actors-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@jirispilka/actors-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/jirispilka-actors-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155767+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.600723+00:00"
    },
    {
      "slug": "mcp-jjlabsio-korea-stock-mcp",
      "name": "jjlabsio-korea-stock-mcp",
      "description": "Search company disclosures and financial statements from the Korean market. Retrieve stock profile\u2026",
      "website": "https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp",
      "github_url": "https://github.com/jjlabsio/korea-stock-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/jjlabsio-korea-stock-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155799+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.600817+00:00"
    },
    {
      "slug": "mcp-jweingardt12-mlb-mcp",
      "name": "jweingardt12-mlb_mcp",
      "description": "Provides easy access to MLB, Baseball Savant, Statcast, and Fangraphs baseball data. Query detaile\u2026",
      "website": "https://server.smithery.ai/@jweingardt12/mlb_mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@jweingardt12/mlb_mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/jweingardt12-mlb_mcp",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155832+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.600913+00:00"
    },
    {
      "slug": "mcp-kaszek-kaszek-attio-mcp",
      "name": "kaszek-kaszek-attio-mcp",
      "description": "Automate Attio CRM workflows with fast search and bulk operations across companies, people, deals,\u2026",
      "website": "https://server.smithery.ai/@kaszek/kaszek-attio-mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@kaszek/kaszek-attio-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/kaszek-kaszek-attio-mcp",
      "_version": "0.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155872+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.601018+00:00"
    },
    {
      "slug": "mcp-keithah-hostex-mcp",
      "name": "keithah-hostex-mcp",
      "description": "Manage your Hostex vacation rentals\u2014properties, reservations, availability, listings, and guest me\u2026",
      "website": "https://server.smithery.ai/@keithah/hostex-mcp/mcp",
      "github_url": "https://github.com/keithah/hostex-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@keithah/hostex-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/keithah-hostex-mcp",
      "_version": "0.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155906+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.601112+00:00"
    },
    {
      "slug": "mcp-keithah-tessie-mcp",
      "name": "keithah-tessie-mcp",
      "description": "Unofficial integration! ## \u2728 Key Features ### \ud83d\udcb0 Financial Intelligence - **Smart Charging Cost An\u2026",
      "website": "https://server.smithery.ai/@keithah/tessie-mcp/mcp",
      "github_url": "https://github.com/keithah/tessie-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@keithah/tessie-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/keithah-tessie-mcp",
      "_version": "1.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155938+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.601215+00:00"
    },
    {
      "slug": "mcp-keremurat-json",
      "name": "keremurat-json",
      "description": "Compare two JSON files deeply without worrying about key or array order. Detect missing, extra, an\u2026",
      "website": "https://server.smithery.ai/@keremurat/json/mcp",
      "github_url": "https://github.com/keremurat/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@keremurat/json/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/keremurat-json",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.155998+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.601307+00:00"
    },
    {
      "slug": "mcp-keremurat-jsonmcp",
      "name": "keremurat-jsonmcp",
      "description": "Compare two JSON files deeply, ignoring order, to surface every difference. Get a clear, structure\u2026",
      "website": "https://server.smithery.ai/@keremurat/jsonmcp/mcp",
      "github_url": "https://github.com/keremurat/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@keremurat/jsonmcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/keremurat-jsonmcp",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.156079+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.601431+00:00"
    },
    {
      "slug": "mcp-keremurat-mcp",
      "name": "keremurat-mcp",
      "description": "Compare two JSON files deeply, regardless of order. Get a detailed difference report highlighting\u2026",
      "website": "https://server.smithery.ai/@keremurat/mcp/mcp",
      "github_url": "https://github.com/keremurat/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@keremurat/mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/keremurat-mcp",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.156178+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.601591+00:00"
    },
    {
      "slug": "mcp-kesslerio-attio-mcp-server",
      "name": "kesslerio-attio-mcp-server",
      "description": "Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks\u2026",
      "website": "https://server.smithery.ai/@kesslerio/attio-mcp-server/mcp",
      "github_url": "https://github.com/kesslerio/attio-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@kesslerio/attio-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/kesslerio-attio-mcp-server",
      "_version": "1.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.156276+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.601689+00:00"
    },
    {
      "slug": "mcp-kesslerio-attio-mcp-server-beta",
      "name": "kesslerio-attio-mcp-server-beta",
      "description": "Streamline your Attio workflows using natural language to search, create, update, and organize com\u2026",
      "website": "https://server.smithery.ai/@kesslerio/attio-mcp-server-beta/mcp",
      "github_url": "https://github.com/kesslerio/attio-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@kesslerio/attio-mcp-server-beta/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/kesslerio-attio-mcp-server-beta",
      "_version": "1.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.156377+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.601786+00:00"
    },
    {
      "slug": "mcp-kirbah-mcp-youtube",
      "name": "kirbah-mcp-youtube",
      "description": "Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien\u2026",
      "website": "https://server.smithery.ai/@kirbah/mcp-youtube/mcp",
      "github_url": "https://github.com/kirbah/mcp-youtube",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@kirbah/mcp-youtube/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/kirbah-mcp-youtube",
      "_version": "0.2.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.156461+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.601878+00:00"
    },
    {
      "slug": "mcp-kkjdaniel-bgg-mcp",
      "name": "kkjdaniel-bgg-mcp",
      "description": "BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr\u2026",
      "website": "https://server.smithery.ai/@kkjdaniel/bgg-mcp/mcp",
      "github_url": "https://github.com/kkjdaniel/bgg-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@kkjdaniel/bgg-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/kkjdaniel-bgg-mcp",
      "_version": "1.3.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.156544+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.601969+00:00"
    },
    {
      "slug": "mcp-kodey-ai-mapwise-mcp",
      "name": "kodey-ai-mapwise-mcp",
      "description": "Send friendly, personalized greetings on demand. Generate quick salutations with a simple prompt.\u2026",
      "website": "https://server.smithery.ai/@kodey-ai/mapwise-mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@kodey-ai/mapwise-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/kodey-ai-mapwise-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.156627+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.602062+00:00"
    },
    {
      "slug": "mcp-kodey-ai-salesforce-mcp",
      "name": "kodey-ai-salesforce-mcp",
      "description": "Run SOQL queries to explore and retrieve Salesforce data. Inspect records, fields, and relationshi\u2026",
      "website": "https://server.smithery.ai/@kodey-ai/salesforce-mcp/mcp",
      "github_url": "https://github.com/kodey-ai/salesforce-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@kodey-ai/salesforce-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/kodey-ai-salesforce-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.156721+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.602153+00:00"
    },
    {
      "slug": "mcp-kodey-ai-salesforce-mcp-kodey",
      "name": "kodey-ai-salesforce-mcp-kodey",
      "description": "Run SOQL queries against your Salesforce org to explore and retrieve data. Quickly iterate on filt\u2026",
      "website": "https://server.smithery.ai/@kodey-ai/salesforce-mcp-kodey/mcp",
      "github_url": "https://github.com/kodey-ai/salesforce-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@kodey-ai/salesforce-mcp-kodey/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/kodey-ai-salesforce-mcp-kodey",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.156807+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.602247+00:00"
    },
    {
      "slug": "mcp-kodey-ai-salesforce-mcp-minimal",
      "name": "kodey-ai-salesforce-mcp-minimal",
      "description": "Run SOQL queries to explore and retrieve Salesforce data. Access accounts, contacts, opportunities\u2026",
      "website": "https://server.smithery.ai/@kodey-ai/salesforce-mcp-minimal/mcp",
      "github_url": "https://github.com/kodey-ai/salesforce-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@kodey-ai/salesforce-mcp-minimal/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/kodey-ai-salesforce-mcp-minimal",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.156891+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.602339+00:00"
    },
    {
      "slug": "mcp-kodey-ai-salesforce-mcp-server",
      "name": "kodey-ai-salesforce-mcp-server",
      "description": "Run SOQL queries against your Salesforce org to retrieve records and insights. Explore objects, fi\u2026",
      "website": "https://server.smithery.ai/@kodey-ai/salesforce-mcp-server/mcp",
      "github_url": "https://github.com/kodey-ai/salesforce-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@kodey-ai/salesforce-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/kodey-ai-salesforce-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.156976+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.602431+00:00"
    },
    {
      "slug": "mcp-kwp-lab-rss-reader-mcp",
      "name": "kwp-lab-rss-reader-mcp",
      "description": "Track and browse RSS feeds with ease. Fetch the latest entries from any feed URL and extract full\u2026",
      "website": "https://server.smithery.ai/@kwp-lab/rss-reader-mcp/mcp",
      "github_url": "https://github.com/kwp-lab/rss-reader-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@kwp-lab/rss-reader-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/kwp-lab-rss-reader-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.157070+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.602523+00:00"
    },
    {
      "slug": "mcp-leandrogavidia-vechain-mcp-server",
      "name": "leandrogavidia-vechain-mcp-server",
      "description": "Search VeChain documentation, query on-chain data, and fetch fee suggestions with direct links to\u2026",
      "website": "https://server.smithery.ai/@leandrogavidia/vechain-mcp-server/mcp",
      "github_url": "https://github.com/leandrogavidia/vechain-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@leandrogavidia/vechain-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/leandrogavidia-vechain-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.157230+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.602692+00:00"
    },
    {
      "slug": "mcp-lineex-pubmed-mcp-smithery",
      "name": "lineex-pubmed-mcp-smithery",
      "description": "Search PubMed with precision using keyword and journal filters and smart sorting. Uncover MeSH ter\u2026",
      "website": "https://server.smithery.ai/@lineex/pubmed-mcp-smithery/mcp",
      "github_url": "https://github.com/lineex/pubmed-mcp-smithery",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@lineex/pubmed-mcp-smithery/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/lineex-pubmed-mcp-smithery",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.157296+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.602941+00:00"
    },
    {
      "slug": "mcp-lukaskostka99-marketing-miner-mcp",
      "name": "lukaskostka99-marketing-miner-mcp",
      "description": "Discover high-impact keyword ideas across Central and Eastern European and English markets. Analyz\u2026",
      "website": "https://server.smithery.ai/@lukaskostka99/marketing-miner-mcp/mcp",
      "github_url": "https://github.com/lukaskostka99/marketing-miner-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@lukaskostka99/marketing-miner-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/lukaskostka99-marketing-miner-mcp",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.157358+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.603181+00:00"
    },
    {
      "slug": "mcp-luminati-io-brightdata-mcp",
      "name": "luminati-io-brightdata-mcp",
      "description": "One MCP for the Web. Easily search, crawl, navigate, and extract websites without getting blocked.\u2026",
      "website": "https://server.smithery.ai/@luminati-io/brightdata-mcp/mcp",
      "github_url": "https://github.com/brightdata/brightdata-mcp-sse",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@luminati-io/brightdata-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/luminati-io-brightdata-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.157420+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.603433+00:00"
    },
    {
      "slug": "mcp-magenie33-quality-dimension-generator",
      "name": "magenie33-quality-dimension-generator",
      "description": "Generate tailored quality criteria and scoring guides from your task descriptions. Refine objectiv\u2026",
      "website": "https://server.smithery.ai/@magenie33/quality-dimension-generator/mcp",
      "github_url": "https://github.com/magenie33/quality-dimension-generator",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@magenie33/quality-dimension-generator/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/magenie33-quality-dimension-generator",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.157482+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.603671+00:00"
    },
    {
      "slug": "mcp-mayla-debug-mcp-google-calendar2",
      "name": "mayla-debug-mcp-google-calendar2",
      "description": "Schedule and manage Google Calendar events directly from your workspace. Check availability, view\u2026",
      "website": "https://server.smithery.ai/@mayla-debug/mcp-google-calendar2/mcp",
      "github_url": "https://github.com/mayla-debug/mcp-google-calendar2",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@mayla-debug/mcp-google-calendar2/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/mayla-debug-mcp-google-calendar2",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.157545+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.603919+00:00"
    },
    {
      "slug": "mcp-mfukushim-map-traveler-mcp",
      "name": "mfukushim-map-traveler-mcp",
      "description": "Create immersive travel experiences by instructing an avatar to navigate Google Maps. Report on th\u2026",
      "website": "https://server.smithery.ai/@mfukushim/map-traveler-mcp/mcp",
      "github_url": "https://github.com/mfukushim/map-traveler-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@mfukushim/map-traveler-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/mfukushim-map-traveler-mcp",
      "_version": "0.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.157608+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.604157+00:00"
    },
    {
      "slug": "mcp-miguelgarzons-mcp-cun",
      "name": "miguelgarzons-mcp-cun",
      "description": "Greet people by name with friendly, personalized messages. Add a warm touch to onboarding, demos,\u2026",
      "website": "https://server.smithery.ai/@miguelgarzons/mcp-cun/mcp",
      "github_url": "https://github.com/miguelgarzons/mcp-cun",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@miguelgarzons/mcp-cun/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/miguelgarzons-mcp-cun",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.157671+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.604400+00:00"
    },
    {
      "slug": "mcp-minionszyw-bazi",
      "name": "minionszyw-bazi",
      "description": "Generate BaZi charts from birth details. Explore Four Pillars, solar terms, and Luck Pillars for d\u2026",
      "website": "https://server.smithery.ai/@minionszyw/bazi/mcp",
      "github_url": "https://github.com/minionszyw/bazi",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@minionszyw/bazi/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/minionszyw-bazi",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.337796+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.777073+00:00"
    },
    {
      "slug": "mcp-mjucius-cozi-mcp",
      "name": "mjucius-cozi_mcp",
      "description": "Manage your family's calendars and lists in Cozi. View, create, and update appointments; organize\u2026",
      "website": "https://server.smithery.ai/@mjucius/cozi_mcp/mcp",
      "github_url": "https://github.com/mjucius/cozi_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@mjucius/cozi_mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/mjucius-cozi_mcp",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.337883+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.777500+00:00"
    },
    {
      "slug": "mcp-morosss-sdfsdf",
      "name": "morosss-sdfsdf",
      "description": "Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe\u2026",
      "website": "https://server.smithery.ai/@morosss/sdfsdf/mcp",
      "github_url": "https://github.com/morosss/sdfsdf",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@morosss/sdfsdf/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/morosss-sdfsdf",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.337919+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.777771+00:00"
    },
    {
      "slug": "mcp-motorboy1-my-mcp-server",
      "name": "motorboy1-my-mcp-server",
      "description": "Send friendly greetings by name. Discover the origin story of 'Hello, World' for quick context.",
      "website": "https://server.smithery.ai/@motorboy1/my-mcp-server/mcp",
      "github_url": "https://github.com/motorboy1/my-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@motorboy1/my-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/motorboy1-my-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.337956+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.778066+00:00"
    },
    {
      "slug": "mcp-mrugankpednekar-bill-splitter-mcp",
      "name": "mrugankpednekar-bill_splitter_mcp",
      "description": "Track and split shared expenses across trips, events, and groups. Create groups, add expenses, and\u2026",
      "website": "https://server.smithery.ai/@mrugankpednekar/bill_splitter_mcp/mcp",
      "github_url": "https://github.com/mrugankpednekar/bill_splitter_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@mrugankpednekar/bill_splitter_mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/mrugankpednekar-bill_splitter_mcp",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338019+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.778281+00:00"
    },
    {
      "slug": "mcp-mrugankpednekar-mcp-optimizer",
      "name": "mrugankpednekar-mcp-optimizer",
      "description": "Optimize crew and workforce schedules, resource allocation, and routing with linear and mixed-inte\u2026",
      "website": "https://server.smithery.ai/@mrugankpednekar/mcp-optimizer/mcp",
      "github_url": "https://github.com/mrugankpednekar/mcp-optimizer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@mrugankpednekar/mcp-optimizer/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/mrugankpednekar-mcp-optimizer",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338087+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.778380+00:00"
    },
    {
      "slug": "mcp-neverinfamous-memory-journal-mcp",
      "name": "neverinfamous-memory-journal-mcp",
      "description": "A MCP server built for developers enabling Git based project management with project and personal\u2026",
      "website": "https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcp",
      "github_url": "https://github.com/neverinfamous/memory-journal-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/neverinfamous-memory-journal-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338144+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.778491+00:00"
    },
    {
      "slug": "mcp-nickthelegend-test-mcp",
      "name": "nickthelegend-test-mcp",
      "description": "Create friendly, personalized greetings in seconds. Toggle Pirate Mode to speak like a pirate for\u2026",
      "website": "https://server.smithery.ai/@nickthelegend/test-mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@nickthelegend/test-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/nickthelegend-test-mcp",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338184+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.778596+00:00"
    },
    {
      "slug": "mcp-oxylabs-oxylabs-mcp",
      "name": "oxylabs-oxylabs-mcp",
      "description": "Fetch and process content from specified URLs using the Oxylabs Web Scraper API.",
      "website": "https://server.smithery.ai/@oxylabs/oxylabs-mcp/mcp",
      "github_url": "https://github.com/oxylabs/oxylabs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@oxylabs/oxylabs-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/oxylabs-oxylabs-mcp",
      "_version": "1.13.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338220+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.778690+00:00"
    },
    {
      "slug": "mcp-pinion05-supabase-mcp-lite",
      "name": "pinion05-supabase-mcp-lite",
      "description": "Same functionality, consuming only 1/20 of the context window tokens.",
      "website": "https://server.smithery.ai/@pinion05/supabase-mcp-lite/mcp",
      "github_url": "https://github.com/pinion05/supabase-mcp-lite",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@pinion05/supabase-mcp-lite/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/pinion05-supabase-mcp-lite",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338259+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.778792+00:00"
    },
    {
      "slug": "mcp-pinkpixel-dev-web-scout-mcp",
      "name": "pinkpixel-dev-web-scout-mcp",
      "description": "Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp\u2026",
      "website": "https://server.smithery.ai/@pinkpixel-dev/web-scout-mcp/mcp",
      "github_url": "https://github.com/pinkpixel-dev/web-scout-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@pinkpixel-dev/web-scout-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/pinkpixel-dev-web-scout-mcp",
      "_version": "1.5.5",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338309+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.778895+00:00"
    },
    {
      "slug": "mcp-plainyogurt21-clintrials-mcp",
      "name": "plainyogurt21-clintrials-mcp",
      "description": "Provide structured access to ClinicalTrials.gov data for searching, retrieving, and analyzing clin\u2026",
      "website": "https://server.smithery.ai/@plainyogurt21/clintrials-mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@plainyogurt21/clintrials-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/plainyogurt21-clintrials-mcp",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338350+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.779026+00:00"
    },
    {
      "slug": "mcp-plainyogurt21-sec-edgar-mcp",
      "name": "plainyogurt21-sec-edgar-mcp",
      "description": "Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enab\u2026",
      "website": "https://server.smithery.ai/@plainyogurt21/sec-edgar-mcp/mcp",
      "github_url": "https://github.com/plainyogurt21/sec-edgar-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@plainyogurt21/sec-edgar-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/plainyogurt21-sec-edgar-mcp",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338386+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.779274+00:00"
    },
    {
      "slug": "mcp-proflulab-documentassistant",
      "name": "proflulab-documentassistant",
      "description": "Convert files between formats without quality loss. Speed up your workflow with fast, reliable con\u2026",
      "website": "https://server.smithery.ai/@proflulab/documentassistant/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@proflulab/documentassistant/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/proflulab-documentassistant",
      "_version": "1.14.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338422+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.779528+00:00"
    },
    {
      "slug": "mcp-pythondev-pro-egw-writings-mcp-server",
      "name": "pythondev-pro-egw_writings_mcp_server",
      "description": "Search Ellen G. White\u2019s writings by keyword to surface relevant quotations. Retrieve exact passage\u2026",
      "website": "https://server.smithery.ai/@pythondev-pro/egw_writings_mcp_server/mcp",
      "github_url": "https://github.com/pythondev-pro/egw_writings_mcp_server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@pythondev-pro/egw_writings_mcp_server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/pythondev-pro-egw_writings_mcp_server",
      "_version": "1.12.4",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338463+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.779774+00:00"
    },
    {
      "slug": "mcp-rainbowgore-stealthee-mcp-tools",
      "name": "rainbowgore-stealthee-mcp-tools",
      "description": "Spot pre-launch products before they trend. Search the web and tech sites, extract and parse pages\u2026",
      "website": "https://server.smithery.ai/@rainbowgore/stealthee-mcp-tools/mcp",
      "github_url": "https://github.com/rainbowgore/stealthee-MCP-tools",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@rainbowgore/stealthee-mcp-tools/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/rainbowgore-stealthee-mcp-tools",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338503+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.780018+00:00"
    },
    {
      "slug": "mcp-ramadasmr-networkcalc-mcp",
      "name": "ramadasmr-networkcalc-mcp",
      "description": "Look up DNS information for any domain to troubleshoot issues and gather insights. Get fast, relia\u2026",
      "website": "https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp",
      "github_url": "https://github.com/ramadasmr/networkcalc-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/ramadasmr-networkcalc-mcp",
      "_version": "1.13.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338542+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.780264+00:00"
    },
    {
      "slug": "mcp-ref-tools-ref-tools-mcp",
      "name": "ref-tools-ref-tools-mcp",
      "description": "Provide your AI coding tools with token-efficient access to up-to-date technical documentation for\u2026",
      "website": "https://server.smithery.ai/@ref-tools/ref-tools-mcp/mcp",
      "github_url": "https://github.com/ref-tools/ref-tools-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@ref-tools/ref-tools-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/ref-tools-ref-tools-mcp",
      "_version": "3.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338581+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.780552+00:00"
    },
    {
      "slug": "mcp-rencosta2025-context7fork",
      "name": "renCosta2025-context7fork",
      "description": "Get up-to-date, version-specific documentation and code examples from official sources directly in\u2026",
      "website": "https://server.smithery.ai/@renCosta2025/context7fork/mcp",
      "github_url": "https://github.com/renCosta2025/context7fork",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@renCosta2025/context7fork/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/renCosta2025-context7fork",
      "_version": "1.0.13",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338618+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.780812+00:00"
    },
    {
      "slug": "mcp-rfdez-pvpc-mcp-server",
      "name": "rfdez-pvpc-mcp-server",
      "description": "Retrieve daily PVPC electricity tariffs for 2.0 TD consumers, published by Red El\u00e9ctrica.",
      "website": "https://server.smithery.ai/@rfdez/pvpc-mcp-server/mcp",
      "github_url": "https://github.com/rfdez/pvpc-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@rfdez/pvpc-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/rfdez-pvpc-mcp-server",
      "_version": "3.2.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338657+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.781063+00:00"
    },
    {
      "slug": "mcp-sachicali-discordmcp-suite",
      "name": "sachicali-discordmcp-suite",
      "description": "Control your Discord community: send/read messages, manage channels and forums, and handle webhook\u2026",
      "website": "https://server.smithery.ai/@sachicali/discordmcp-suite/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@sachicali/discordmcp-suite/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/sachicali-discordmcp-suite",
      "_version": "1.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338696+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.781310+00:00"
    },
    {
      "slug": "mcp-saidsef-mcp-github-pr-issue-analyser",
      "name": "saidsef-mcp-github-pr-issue-analyser",
      "description": "A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.\u2026",
      "website": "https://server.smithery.ai/@saidsef/mcp-github-pr-issue-analyser/mcp",
      "github_url": "https://github.com/saidsef/mcp-github-pr-issue-analyser",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@saidsef/mcp-github-pr-issue-analyser/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/saidsef-mcp-github-pr-issue-analyser",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338735+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.781559+00:00"
    },
    {
      "slug": "mcp-samihalawa-whatsapp-go-mcp",
      "name": "samihalawa-whatsapp-go-mcp",
      "description": "Scan QR codes and go! No more troublesome autos or APIs! Send text messages, images, links, locati\u2026",
      "website": "https://server.smithery.ai/@samihalawa/whatsapp-go-mcp/mcp",
      "github_url": "https://github.com/samihalawa/whatsapp-go-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@samihalawa/whatsapp-go-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/samihalawa-whatsapp-go-mcp",
      "_version": "v7.5.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338774+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.781809+00:00"
    },
    {
      "slug": "mcp-sasabasara-where-is-my-bus-mcp",
      "name": "sasabasara-where_is_my_bus_mcp",
      "description": "Get real-time NYC bus arrivals, live vehicle locations, and service alerts. Plan trips between any\u2026",
      "website": "https://server.smithery.ai/@sasabasara/where_is_my_bus_mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@sasabasara/where_is_my_bus_mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/sasabasara-where_is_my_bus_mcp",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338813+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.782060+00:00"
    },
    {
      "slug": "mcp-sebastianall1977-gmail-mcp",
      "name": "sebastianall1977-gmail-mcp",
      "description": "Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow\u2026",
      "website": "https://server.smithery.ai/@sebastianall1977/gmail-mcp/mcp",
      "github_url": "https://github.com/sebastianall1977/gmail-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@sebastianall1977/gmail-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/sebastianall1977-gmail-mcp",
      "_version": "1.7.4",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338856+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.782308+00:00"
    },
    {
      "slug": "mcp-serkan-ozal-driflyte-mcp-server",
      "name": "serkan-ozal-driflyte-mcp-server",
      "description": "Discover available topics and explore up-to-date, topic-tagged web content. Search to surface the\u2026",
      "website": "https://server.smithery.ai/@serkan-ozal/driflyte-mcp-server/mcp",
      "github_url": "https://github.com/serkan-ozal/driflyte-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@serkan-ozal/driflyte-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/serkan-ozal-driflyte-mcp-server",
      "_version": "0.1.15",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338902+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.782582+00:00"
    },
    {
      "slug": "mcp-shoumikdc-arxiv-mcp",
      "name": "shoumikdc-arxiv-mcp",
      "description": "Discover the latest arXiv papers by category and keyword. Control how many results you get to spee\u2026",
      "website": "https://server.smithery.ai/@shoumikdc/arxiv-mcp/mcp",
      "github_url": "https://github.com/shoumikdc/arXiv-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@shoumikdc/arxiv-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/shoumikdc-arxiv-mcp",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338947+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.782828+00:00"
    },
    {
      "slug": "mcp-skr-cloudify-clickup-mcp-server-new",
      "name": "skr-cloudify-clickup-mcp-server-new",
      "description": "Manage your ClickUp workspace by creating, updating, and organizing tasks, lists, folders, and tag\u2026",
      "website": "https://server.smithery.ai/@skr-cloudify/clickup-mcp-server-new/mcp",
      "github_url": "https://github.com/skr-cloudify/clickup-mcp-server-new",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@skr-cloudify/clickup-mcp-server-new/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/skr-cloudify-clickup-mcp-server-new",
      "_version": "0.8.5",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.338987+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.783079+00:00"
    },
    {
      "slug": "mcp-slhad-aha-mcp",
      "name": "slhad-aha-mcp",
      "description": "A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati\u2026",
      "website": "https://server.smithery.ai/@slhad/aha-mcp/mcp",
      "github_url": "https://github.com/slhad/aha-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@slhad/aha-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/slhad-aha-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339026+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.783323+00:00"
    },
    {
      "slug": "mcp-smithery-ai-cookbook-python-quickstart",
      "name": "smithery-ai-cookbook-python-quickstart",
      "description": "A simple MCP server built with FastMCP and python",
      "website": "https://server.smithery.ai/@smithery-ai/cookbook-python-quickstart/mcp",
      "github_url": "https://github.com/smithery-ai/smithery-cookbook",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@smithery-ai/cookbook-python-quickstart/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/smithery-ai-cookbook-python-quickstart",
      "_version": "1.13.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339066+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.783571+00:00"
    },
    {
      "slug": "mcp-smithery-ai-cookbook-ts-smithery-cli",
      "name": "smithery-ai-cookbook-ts-smithery-cli",
      "description": "A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. This\u2026",
      "website": "https://server.smithery.ai/@smithery-ai/cookbook-ts-smithery-cli/mcp",
      "github_url": "https://github.com/smithery-ai/smithery-cookbook",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@smithery-ai/cookbook-ts-smithery-cli/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/smithery-ai-cookbook-ts-smithery-cli",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339106+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.783820+00:00"
    },
    {
      "slug": "mcp-smithery-ai-fetch",
      "name": "smithery-ai-fetch",
      "description": "A simple tool that performs a fetch request to a webpage.",
      "website": "https://server.smithery.ai/@smithery-ai/fetch/mcp",
      "github_url": "https://github.com/smithery-ai/mcp-servers",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@smithery-ai/fetch/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/smithery-ai-fetch",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339156+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.784067+00:00"
    },
    {
      "slug": "mcp-smithery-ai-github",
      "name": "smithery-ai-github",
      "description": "Access the GitHub API, enabling file operations, repository management, search functionality, and\u2026",
      "website": "https://server.smithery.ai/@smithery-ai/github/mcp",
      "github_url": "https://github.com/smithery-ai/mcp-servers",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@smithery-ai/github/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/smithery-ai-github",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339205+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.784316+00:00"
    },
    {
      "slug": "mcp-smithery-ai-national-weather-service",
      "name": "smithery-ai-national-weather-service",
      "description": "Provide real-time and forecast weather information for locations in the United States using natura\u2026",
      "website": "https://server.smithery.ai/@smithery-ai/national-weather-service/mcp",
      "github_url": "https://github.com/smithery-ai/mcp-servers",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@smithery-ai/national-weather-service/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/smithery-ai-national-weather-service",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339258+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.784606+00:00"
    },
    {
      "slug": "mcp-smithery-ai-slack",
      "name": "smithery-ai-slack",
      "description": "Enable interaction with Slack workspaces. Supports subscribing to Slack events through Resources.",
      "website": "https://server.smithery.ai/@smithery-ai/slack/mcp",
      "github_url": "https://github.com/smithery-ai/mcp-servers",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@smithery-ai/slack/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/smithery-ai-slack",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339311+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.784891+00:00"
    },
    {
      "slug": "mcp-smithery-notion",
      "name": "smithery-notion",
      "description": "A Notion workspace is a collaborative environment where teams can organize work, manage projects,\u2026",
      "website": "https://server.smithery.ai/@smithery/notion/mcp",
      "github_url": "https://github.com/smithery-ai/mcp-servers",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@smithery/notion/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/smithery-notion",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339371+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.785144+00:00"
    },
    {
      "slug": "mcp-smithery-toolbox",
      "name": "smithery-toolbox",
      "description": "Toolbox dynamically routes to all MCPs in the Smithery registry based on your agent's need. When a\u2026",
      "website": "https://server.smithery.ai/@smithery/toolbox/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@smithery/toolbox/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/smithery-toolbox",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339414+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.785392+00:00"
    },
    {
      "slug": "mcp-smithery-unicorn",
      "name": "smithery-unicorn",
      "description": "A choose your own adventure game where you play as a startup founder trying to build a unicorn again",
      "website": "https://server.smithery.ai/@smithery/unicorn",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@smithery/unicorn"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/smithery-unicorn",
      "_version": "3.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339456+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.785642+00:00"
    },
    {
      "slug": "mcp-sunub-obsidian-mcp-server",
      "name": "sunub-obsidian-mcp-server",
      "description": "Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a\u2026",
      "website": "https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp",
      "github_url": "https://github.com/sunub/obsidian-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/sunub-obsidian-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339497+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.785901+00:00"
    },
    {
      "slug": "mcp-szge-lolwiki-mcp",
      "name": "szge-lolwiki-mcp",
      "description": "Generate friendly greetings for any audience. Toggle Pirate Mode for a playful, swashbuckling styl\u2026",
      "website": "https://server.smithery.ai/@szge/lolwiki-mcp/mcp",
      "github_url": "https://github.com/szge/lolwiki-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@szge/lolwiki-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/szge-lolwiki-mcp",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339538+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.786158+00:00"
    },
    {
      "slug": "mcp-truss44-mcp-crypto-price",
      "name": "truss44-mcp-crypto-price",
      "description": "Provide real-time cryptocurrency price data and market analysis.",
      "website": "https://server.smithery.ai/@truss44/mcp-crypto-price/mcp",
      "github_url": "https://github.com/truss44/mcp-crypto-price",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@truss44/mcp-crypto-price/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/truss44-mcp-crypto-price",
      "_version": "2.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339579+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.786412+00:00"
    },
    {
      "slug": "mcp-turnono-datacommons-mcp-server",
      "name": "turnono-datacommons-mcp-server",
      "description": "Discover statistical indicators and topics in Data Commons. Retrieve observations for specific var\u2026",
      "website": "https://server.smithery.ai/@turnono/datacommons-mcp-server/mcp",
      "github_url": "https://github.com/turnono/datacommons-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@turnono/datacommons-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/turnono-datacommons-mcp-server",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339619+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.786672+00:00"
    },
    {
      "slug": "mcp-wgong-sqlite-mcp-server",
      "name": "wgong-sqlite-mcp-server",
      "description": "Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det\u2026",
      "website": "https://server.smithery.ai/@wgong/sqlite-mcp-server/mcp",
      "github_url": "https://github.com/wgong/sqlite-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@wgong/sqlite-mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/wgong-sqlite-mcp-server",
      "_version": "1.16.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339660+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.786933+00:00"
    },
    {
      "slug": "mcp-xinkuang-china-stock-mcp",
      "name": "xinkuang-china-stock-mcp",
      "description": "Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne\u2026",
      "website": "https://server.smithery.ai/@xinkuang/china-stock-mcp/mcp",
      "github_url": "https://github.com/xinkuang/china-stock-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@xinkuang/china-stock-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/xinkuang-china-stock-mcp",
      "_version": "1.15.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339701+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.787182+00:00"
    },
    {
      "slug": "mcp-yuhuison-mediawiki-mcp-server-auth",
      "name": "yuhuison-mediawiki-mcp-server-auth",
      "description": "Connect to your MediaWiki using simple credentials and manage content without OAuth. Search, read,\u2026",
      "website": "https://server.smithery.ai/@yuhuison/mediawiki-mcp-server-auth/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@yuhuison/mediawiki-mcp-server-auth/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/yuhuison-mediawiki-mcp-server-auth",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339743+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.787433+00:00"
    },
    {
      "slug": "mcp-yuna0x0-anilist-mcp",
      "name": "yuna0x0-anilist-mcp",
      "description": "Access and interact with anime and manga data seamlessly. Retrieve detailed information about your\u2026",
      "website": "https://server.smithery.ai/@yuna0x0/anilist-mcp/mcp",
      "github_url": "https://github.com/yuna0x0/anilist-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@yuna0x0/anilist-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/yuna0x0-anilist-mcp",
      "_version": "1.3.7",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339785+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.787685+00:00"
    },
    {
      "slug": "mcp-yuna0x0-hackmd-mcp",
      "name": "yuna0x0-hackmd-mcp",
      "description": "Interact with your HackMD notes and teams seamlessly. Manage your notes, view reading history, and\u2026",
      "website": "https://server.smithery.ai/@yuna0x0/hackmd-mcp/mcp",
      "github_url": "https://github.com/yuna0x0/hackmd-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@yuna0x0/hackmd-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/yuna0x0-hackmd-mcp",
      "_version": "1.5.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339835+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.787977+00:00"
    },
    {
      "slug": "mcp-zeta-chain-cli",
      "name": "zeta-chain-cli",
      "description": "Create friendly, customizable greetings for any name or audience. Break the ice in demos, onboardi\u2026",
      "website": "https://server.smithery.ai/@zeta-chain/cli/mcp",
      "github_url": "https://github.com/zeta-chain/cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@zeta-chain/cli/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/zeta-chain-cli",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339876+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.788227+00:00"
    },
    {
      "slug": "mcp-zhaoganghao-hellomcp",
      "name": "zhaoganghao-hellomcp",
      "description": "Greet people by name with friendly, concise messages. Explore the origin of 'Hello, World' for fun\u2026",
      "website": "https://server.smithery.ai/@zhaoganghao/hellomcp/mcp",
      "github_url": "https://github.com/zhaoganghao/hellomcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@zhaoganghao/hellomcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/zhaoganghao-hellomcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339918+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.788483+00:00"
    },
    {
      "slug": "mcp-zwldarren-akshare-one-mcp",
      "name": "zwldarren-akshare-one-mcp",
      "description": "Provide access to Chinese stock market data including historical prices, real-time data, news, and\u2026",
      "website": "https://server.smithery.ai/@zwldarren/akshare-one-mcp/mcp",
      "github_url": "https://github.com/zwldarren/akshare-one-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://server.smithery.ai/@zwldarren/akshare-one-mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.smithery/zwldarren-akshare-one-mcp",
      "_version": "1.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.339959+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.788741+00:00"
    },
    {
      "slug": "mcp-socialapi",
      "name": "socialapi",
      "description": "MCP server for SocialAPI \u2014 manage social media comments, DMs, reviews, and mentions across platforms",
      "website": "https://github.com/SocialAPI-AI/mcp-socialapi",
      "github_url": "https://github.com/SocialAPI-AI/mcp-socialapi",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-socialapi"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.social-api/socialapi",
      "_version": "1.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.340018+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.789007+00:00"
    },
    {
      "slug": "mcp-specproof-mcp",
      "name": "SpecProof",
      "description": "SpecProof: Search standards specs with MCP-ready precision.",
      "website": "https://mcp.specproof.ai/",
      "github_url": "https://github.com/ibouazizi/specproof.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.specproof.ai/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.specproof/specproof-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.340065+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.789258+00:00"
    },
    {
      "slug": "mcp-generate",
      "name": "SpriteCook",
      "description": "Generate game sprites and assets from text prompts for game development.",
      "website": "https://api.spritecook.ai/mcp",
      "github_url": "https://github.com/SpriteCook/skills",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.spritecook.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.spritecook/generate",
      "_version": "0.2.8",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.340119+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.789513+00:00"
    },
    {
      "slug": "mcp-stompy",
      "name": "Stompy \u2013 AI Memory for Claude & MCP Agents",
      "description": "Persistent AI memory with semantic search, conflict detection, and ticketing.",
      "website": "https://mcp.stompy.ai",
      "github_url": "https://github.com/banton/stompy-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.stompy.ai"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.stompy/stompy",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.340170+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.789765+00:00"
    },
    {
      "slug": "mcp-agents",
      "name": "Stumpy",
      "description": "Persistent AI agents that run 24/7 in your Slack, Telegram, SMS, or email.",
      "website": "https://stumpy.ai/mcp/message",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://stumpy.ai/mcp/message"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.stumpy/agents",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.340222+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.790134+00:00"
    },
    {
      "slug": "mcp-taskforce",
      "name": "Taskforce",
      "description": "Task and planning workspace for humans collaborating with AI agents",
      "website": "https://mcp.taskforcehq.ai/mcp",
      "github_url": "https://github.com/taskforcehq/taskforce",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.taskforcehq.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.taskforcehq/taskforce",
      "_version": "0.3.321",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.340277+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.790314+00:00"
    },
    {
      "slug": "mcp-deploy",
      "name": "Telbase",
      "description": "Deploy any web project with one command. AI-native platform with self-healing feedback.",
      "website": "https://github.com/Victor-EU/telbase",
      "github_url": "https://github.com/Victor-EU/telbase",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "telbase"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.telbase/deploy",
      "_version": "0.14.0-beta.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.340446+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.790781+00:00"
    },
    {
      "slug": "mcp-x402-base-mcp",
      "name": "TensorFeed x402 Base Reader",
      "description": "Read-only Base mainnet reader. Verifies x402 payment settlements + AFTA federation status.",
      "website": "https://github.com/RipperMercs/tensorfeed-x402-base-mcp",
      "github_url": "https://github.com/RipperMercs/tensorfeed-x402-base-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tensorfeed/x402-base-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.tensorfeed/x402-base-mcp",
      "_version": "0.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.340522+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.791040+00:00"
    },
    {
      "slug": "mcp-control-plane",
      "name": "ThinkNEO Control Plane",
      "description": "Enterprise AI governance: spend, guardrails, policy, budgets, compliance, and provider health.",
      "website": "https://mcp.thinkneo.ai/mcp",
      "github_url": "https://github.com/thinkneo-ai/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.thinkneo.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.thinkneo/control-plane",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.340565+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.791182+00:00"
    },
    {
      "slug": "mcp-tokenarcade",
      "name": "tokenarcade",
      "description": "Games for AI agents. Each game runs inside a single context window.",
      "website": "https://tokenarcade.ai/mcp/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://tokenarcade.ai/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.tokenarcade/tokenarcade",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.512919+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.960160+00:00"
    },
    {
      "slug": "mcp-hypertool-mcp",
      "name": "hypertool-mcp",
      "description": "Dynamically expose tools from proxied servers based on an Agent Persona",
      "website": "https://github.com/toolprint/hypertool-mcp",
      "github_url": "https://github.com/toolprint/hypertool-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@toolprint/hypertool-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.toolprint/hypertool-mcp",
      "_version": "0.0.42",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.512994+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.960316+00:00"
    },
    {
      "slug": "mcp-trade-router-mcp",
      "name": "trade-router-mcp",
      "description": "Non-custodial Solana swap & limit order engine for AI agents.",
      "website": "https://github.com/TradeRouter/trade-router-mcp",
      "github_url": "https://github.com/TradeRouter/trade-router-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@traderouter/trade-router-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.traderouter/trade-router-mcp",
      "_version": "1.0.13",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513056+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.960439+00:00"
    },
    {
      "slug": "mcp-amazon",
      "name": "Amazon Trends MCP",
      "description": "Amazon product search demand over time, with growth for any keyword. Free key at trendsmcp.ai",
      "website": "https://amazon.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://amazon.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/amazon",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513111+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.960552+00:00"
    },
    {
      "slug": "mcp-app-store",
      "name": "App Store Trends MCP",
      "description": "App Store and Play downloads and charts over time, Android uses bundle ID. Free key at trendsmcp.ai",
      "website": "https://app-store.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app-store.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/app-store",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513165+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.960727+00:00"
    },
    {
      "slug": "mcp-google-trends",
      "name": "Google Trends MCP",
      "description": "Google Trends: Search, Images, News, Shopping over time, growth metrics. Free key at trendsmcp.ai",
      "website": "https://google-trends.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://google-trends.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/google-trends",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513217+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.960839+00:00"
    },
    {
      "slug": "mcp-news-sentiment",
      "name": "News Sentiment Trends MCP",
      "description": "News sentiment scores over time, with growth for any topic. Free key at trendsmcp.ai",
      "website": "https://news-sentiment.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://news-sentiment.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/news-sentiment",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513270+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.960943+00:00"
    },
    {
      "slug": "mcp-news-volume",
      "name": "News Volume Trends MCP",
      "description": "News article volume over time, with growth for any topic. Free key at trendsmcp.ai",
      "website": "https://news-volume.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://news-volume.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/news-volume",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513323+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.961044+00:00"
    },
    {
      "slug": "mcp-npm",
      "name": "npm Trends MCP",
      "description": "npm package trends and weekly downloads over time. Free key at trendsmcp.ai",
      "website": "https://npm.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://npm.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/npm",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513375+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.961152+00:00"
    },
    {
      "slug": "mcp-reddit",
      "name": "Reddit Trends MCP",
      "description": "Reddit trend data over time, with growth for any topic or brand. Free key at trendsmcp.ai",
      "website": "https://reddit.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://reddit.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/reddit",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513427+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.961253+00:00"
    },
    {
      "slug": "mcp-spotify",
      "name": "Spotify Trends MCP",
      "description": "Spotify podcast and artist trends over time, with growth metrics. Free key at trendsmcp.ai",
      "website": "https://spotify.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://spotify.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/spotify",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513481+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.961354+00:00"
    },
    {
      "slug": "mcp-steam",
      "name": "Steam Trends MCP",
      "description": "Steam concurrent players by game over time, monthly trends and growth. Free key at trendsmcp.ai",
      "website": "https://steam.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://steam.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/steam",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513534+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.961455+00:00"
    },
    {
      "slug": "mcp-tiktok",
      "name": "TikTok Trends MCP",
      "description": "TikTok hashtag volume over time, with growth for any hashtag. Free key at trendsmcp.ai",
      "website": "https://tiktok.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://tiktok.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/tiktok",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513599+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.961554+00:00"
    },
    {
      "slug": "mcp-trends",
      "name": "Trends MCP",
      "description": "Trend data from Google Trends, YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam and more",
      "website": "https://api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/trends",
      "_version": "1.0.4",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513662+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.961690+00:00"
    },
    {
      "slug": "mcp-wikipedia",
      "name": "Wikipedia Trends MCP",
      "description": "Wikipedia page views over time, with growth for any article topic. Free key at trendsmcp.ai",
      "website": "https://wikipedia.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://wikipedia.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/wikipedia",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513715+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.961964+00:00"
    },
    {
      "slug": "mcp-x-twitter",
      "name": "X (Twitter) Trends MCP",
      "description": "Twitter (X) trends over time, with growth for any keyword. Free key at trendsmcp.ai",
      "website": "https://x-twitter.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://x-twitter.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/x-twitter",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513770+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.962240+00:00"
    },
    {
      "slug": "mcp-youtube",
      "name": "YouTube Trends MCP",
      "description": "YouTube search interest and trend data over time, with growth metrics. Free key at trendsmcp.ai",
      "website": "https://youtube.api.trendsmcp.ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://youtube.api.trendsmcp.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trendsmcp/youtube",
      "_version": "1.0.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513824+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.962515+00:00"
    },
    {
      "slug": "mcp-dock",
      "name": "Dock",
      "description": "AI workspace for you, your team, and every agent. Tables, docs (images, 4K video), formulas.",
      "website": "https://trydock.ai/api/mcp",
      "github_url": "https://github.com/try-dock-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://trydock.ai/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.trydock/dock",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513880+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.962803+00:00"
    },
    {
      "slug": "mcp-data",
      "name": "TunnelMind Data API",
      "description": "Tracker / Sigil / Cross-lens \u2014 every TunnelMind Data API operation as one MCP surface.",
      "website": "https://mcp-data.tunnelmind.ai/mcp",
      "github_url": "https://github.com/TunnelMind/tunnelmind-data-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp-data.tunnelmind.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.tunnelmind/data",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513935+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.655852+00:00"
    },
    {
      "slug": "mcp-scry",
      "name": "Scry",
      "description": "Free IPv4 lookups against a distributed attacker-observation corpus.",
      "website": "https://mcp.tunnelmind.ai/mcp",
      "github_url": "https://github.com/TunnelMind/scry-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.tunnelmind.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.tunnelmind/scry",
      "_version": "0.5.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.513996+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.963362+00:00"
    },
    {
      "slug": "mcp-sigil",
      "name": "Sigil",
      "description": "Programmatic-advertising supply verification: ads.txt, schain, ATAP receipts, cross_lens_verify.",
      "website": "https://mcp.sigil.tunnelmind.ai/mcp",
      "github_url": "https://github.com/TunnelMind/sigil-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.sigil.tunnelmind.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.tunnelmind/sigil",
      "_version": "0.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514049+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.963630+00:00"
    },
    {
      "slug": "mcp-unulu",
      "name": "unulu",
      "description": "AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.",
      "website": "https://mcp.unulu.ai",
      "github_url": "https://github.com/unulu-ai/unulu",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.unulu.ai"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.unulu/unulu",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514131+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.964090+00:00"
    },
    {
      "slug": "mcp-urlcheck-mcp",
      "name": "PreClick \u2014 An MCP-native URL preflight scanning service for autonomous agents (formerly URLCheck).",
      "description": "PreClick scans links for threats and confirms intent match with high accuracy before agents click.",
      "website": "https://urlcheck.ai/mcp",
      "github_url": "https://github.com/cybrlab-ai/preclick-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://urlcheck.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.urlcheck/urlcheck-mcp",
      "_version": "0.1.5",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514232+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.964365+00:00"
    },
    {
      "slug": "mcp-alloy",
      "name": "alloy",
      "description": "Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.",
      "website": "https://aus.usealloy.ai/mcp",
      "github_url": "https://github.com/alloyrobotics/alloy-web",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://aus.usealloy.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.usealloy/alloy",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514297+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.964690+00:00"
    },
    {
      "slug": "mcp-airtable",
      "name": "airtable",
      "description": "Access and manage your Airtable bases, tables, and records seamlessly",
      "website": "https://waystation.ai/airtable/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://waystation.ai/airtable/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.waystation/airtable",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514379+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.965002+00:00"
    },
    {
      "slug": "mcp-gmail",
      "name": "gmail",
      "description": "Read emails, send messages, and manage labels in your Gmail account.",
      "website": "https://waystation.ai/gmail/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://waystation.ai/gmail/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.waystation/gmail",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514433+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.965111+00:00"
    },
    {
      "slug": "mcp-jira",
      "name": "jira",
      "description": "Track issues, manage projects, and streamline workflows in Jira.",
      "website": "https://waystation.ai/jira/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://waystation.ai/jira/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.waystation/jira",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514488+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.965220+00:00"
    },
    {
      "slug": "mcp-miro",
      "name": "miro",
      "description": "Collaborate on visual boards with your team using Miro integration.",
      "website": "https://waystation.ai/miro/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://waystation.ai/miro/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.waystation/miro",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514563+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.965411+00:00"
    },
    {
      "slug": "mcp-monday",
      "name": "monday",
      "description": "Access and manage your Monday.com boards, items, and updates seamlessly",
      "website": "https://waystation.ai/monday/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://waystation.ai/monday/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.waystation/monday",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514619+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.965521+00:00"
    },
    {
      "slug": "mcp-office",
      "name": "office",
      "description": "Create, edit, and collaborate on Office documents and spreadsheets.",
      "website": "https://waystation.ai/office/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://waystation.ai/office/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.waystation/office",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514674+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.965629+00:00"
    },
    {
      "slug": "mcp-postgres",
      "name": "postgres",
      "description": "Connect to your PostgreSQL database to query data and schemas.",
      "website": "https://waystation.ai/postgres/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://waystation.ai/postgres/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.waystation/postgres",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514730+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.965739+00:00"
    },
    {
      "slug": "mcp-slack",
      "name": "slack",
      "description": "Send messages, access channels, and manage files in your Slack workspace.",
      "website": "https://waystation.ai/slack/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://waystation.ai/slack/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.waystation/slack",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514785+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.965898+00:00"
    },
    {
      "slug": "mcp-supabase",
      "name": "supabase",
      "description": "Connect to your Supabase database to query data and schemas.",
      "website": "https://waystation.ai/supabase/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://waystation.ai/supabase/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.waystation/supabase",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514841+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.966030+00:00"
    },
    {
      "slug": "mcp-teams",
      "name": "teams",
      "description": "Collaborate, chat, and manage meetings in Microsoft Teams.",
      "website": "https://waystation.ai/teams/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://waystation.ai/teams/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.waystation/teams",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514902+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.966141+00:00"
    },
    {
      "slug": "mcp-wrike",
      "name": "wrike",
      "description": "Manage projects, tasks, and workflows with Wrike project management.",
      "website": "https://waystation.ai/wrike/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://waystation.ai/wrike/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.waystation/wrike",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.514959+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.966252+00:00"
    },
    {
      "slug": "mcp-weftly",
      "name": "Weftly",
      "description": "Transcribe, summarize, find and cut clips, publish to YouTube. Per-job pricing, no account.",
      "website": "https://api.weftly.ai/mcp",
      "github_url": "https://github.com/woven-record-media/weftly-monorepo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.weftly.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.weftly/weftly",
      "_version": "0.14.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.515028+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.966443+00:00"
    },
    {
      "slug": "mcp-deepcontext",
      "name": "deepcontext",
      "description": "Advanced codebase indexing and semantic search MCP server",
      "website": "https://github.com/Wildcard-Official/deepcontext",
      "github_url": "https://github.com/Wildcard-Official/deepcontext",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wildcard-ai/deepcontext"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.wild-card/deepcontext",
      "_version": "0.1.15",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.515079+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.966567+00:00"
    },
    {
      "slug": "mcp-willform-agent",
      "name": "Willform Agent",
      "description": "Deploy containers on Kubernetes with x402 billing. 9 workload types and source builds.",
      "website": "https://agent.willform.ai/api/mcp",
      "github_url": "https://github.com/willform-ai/willform-agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agent.willform.ai/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.willform/willform-agent",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.515130+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.966697+00:00"
    },
    {
      "slug": "mcp-windsor-mcp",
      "name": "Windsor.ai MCP",
      "description": "Query and analyze marketing, sales, and business data from 325+ platforms via Windsor.ai.",
      "website": "https://mcp.windsor.ai/sse",
      "github_url": "https://github.com/windsor-ai/windsor_mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.windsor.ai/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.windsor/windsor-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.515180+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.966811+00:00"
    },
    {
      "slug": "mcp-social-insights",
      "name": "Social Media Search API \u2014 Twitter, Instagram, Reddit, TikTok (XPOZ)",
      "description": "Twitter/X, Instagram, Reddit & TikTok data for AI agents. 1.5B+ posts. No API keys.",
      "website": "https://mcp.xpoz.ai/mcp",
      "github_url": "https://github.com/xpozpublic/xpoz-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.xpoz.ai/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ai.xpoz/social-insights",
      "_version": "1.4.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.515343+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.966928+00:00"
    },
    {
      "slug": "mcp-3dstreet",
      "name": "3dstreet",
      "description": "Drive an open 3DStreet scene tab from Claude Desktop or Claude Code via MCP tool calls.",
      "website": "https://github.com/3DStreet/3dstreet-mcp",
      "github_url": "https://github.com/3DStreet/3dstreet-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "3dstreet-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.3dstreet/3dstreet",
      "_version": "0.2.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.515619+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.967214+00:00"
    },
    {
      "slug": "mcp-anamnese",
      "name": "anamnese",
      "description": "A self-improving memory layer. Your memory, notes, tasks and goals, remembered everywhere.",
      "website": "https://anamneseai.app/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://anamneseai.app/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.anamneseai/anamnese",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.515673+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.967325+00:00"
    },
    {
      "slug": "mcp-cannon-studio",
      "name": "Cannon Studio",
      "description": "Public Cannon Studio MCP for product, pricing, workflow, model, and API answers.",
      "website": "https://www.cannonstudio.app/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.cannonstudio.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.cannonstudio/cannon-studio",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.515762+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.967651+00:00"
    },
    {
      "slug": "mcp-clearpolicy",
      "name": "ClearPolicy",
      "description": "Authenticated MCP server for ClearPolicy policy and compliance workflows.",
      "website": "https://api.clearpolicy.app/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.clearpolicy.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.clearpolicy/clearpolicy",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.515994+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.968560+00:00"
    },
    {
      "slug": "mcp-lotus",
      "name": "Lotus \u2014 AI Citation Intelligence",
      "description": "GEO Intelligence Engine for B2B. Analyze domains and fetch actionable defense code.",
      "website": "https://lotus.clicon.app/mcp/",
      "github_url": "https://github.com/martinendara/agentic-seo-lotus",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://lotus.clicon.app/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.clicon/lotus",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.516082+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.969023+00:00"
    },
    {
      "slug": "mcp-whiteboard",
      "name": "cnvs.app",
      "description": "Zero-auth real-time collaborative whiteboard with MCP \u2014 AI agents + humans edit the same board live.",
      "website": "https://cnvs.app/mcp",
      "github_url": "https://github.com/lksrz/cnvs-whiteboard-skills",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://cnvs.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.cnvs/whiteboard",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.516138+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.969134+00:00"
    },
    {
      "slug": "mcp-contendeo",
      "name": "Contendeo",
      "description": "Multimodal video analysis MCP \u2014 transcription, vision, and OCR for any video URL.",
      "website": "https://contendeo.app/mcp/",
      "github_url": "https://github.com/0xKaroshi/contendeo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://contendeo.app/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.contendeo/contendeo",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.516215+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.969453+00:00"
    },
    {
      "slug": "mcp-cooper",
      "name": "cooper",
      "description": "Cooper: cat\u00e1logo, cobertura, razas y turnos del marketplace argentino de cuidado canino.",
      "website": "https://www.cooperpetcare.app/api/mcp",
      "github_url": "https://github.com/somoscooper/cooper-webapp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.cooperpetcare.app/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.cooperpetcare.www/cooper",
      "_version": "0.6.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.516271+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.969850+00:00"
    },
    {
      "slug": "mcp-public-search",
      "name": "DealerMax",
      "description": "Italian cross-dealer MCP: cars, NLT rentals with quotations, dealer directory, automotive KB.",
      "website": "https://mcp.dealermax.app/mcp/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.dealermax.app/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.dealermax/public-search",
      "_version": "1.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.516325+00:00",
      "_last_seen_at": "2026-05-25T13:58:26.970133+00:00"
    },
    {
      "slug": "mcp-dialer",
      "name": "dialer",
      "description": "An MCP server that provides lets you make outbound phone calls using your own phone number",
      "website": "https://getdialer.app/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://getdialer.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.getdialer/dialer",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.680659+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.141178+00:00"
    },
    {
      "slug": "mcp-taste-mcp",
      "name": "Taste",
      "description": "Expert review for AI agents. On-chain proof of human review.",
      "website": "https://api.humantaste.app/mcp/",
      "github_url": "https://github.com/with0utwhy/taste-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.humantaste.app/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.humantaste/taste-mcp",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.680745+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.141423+00:00"
    },
    {
      "slug": "mcp-linear",
      "name": "linear",
      "description": "MCP server for Linear project management and issue tracking",
      "website": "https://mcp.linear.app/sse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.linear.app/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.linear/linear",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.680802+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.141549+00:00"
    },
    {
      "slug": "mcp-lucid",
      "name": "Lucid",
      "description": "Lucid\u2019s connector creates diagrams, searches, shares, and retrieves docs to summarize.",
      "website": "https://mcp.lucid.app/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.lucid.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.lucid.mcp/lucid",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.680883+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.141764+00:00"
    },
    {
      "slug": "mcp-myghosts",
      "name": "MyGhosts",
      "description": "Send AI bots to attend meetings on your behalf. Get recordings, transcripts, and summaries.",
      "website": "https://myghosts.app/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://myghosts.app/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.myghosts/myghosts",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.681014+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.142039+00:00"
    },
    {
      "slug": "mcp-mcp-hub",
      "name": "pAIchart MCP Hub",
      "description": "MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration",
      "website": "https://paichart.app/mcp",
      "github_url": "https://github.com/paichart/paichart",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://paichart.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.paichart/mcp-hub",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.681116+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.484071+00:00"
    },
    {
      "slug": "mcp-papertext-mcp",
      "name": "Papertext",
      "description": "Academic literature search, retrieval, and private library management on top of OpenAlex.",
      "website": "https://app.papertext.app/mcp",
      "github_url": "https://github.com/jhytabest/papertext",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.papertext.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.papertext.app/papertext-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.681191+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.142479+00:00"
    },
    {
      "slug": "mcp-thornguard",
      "name": "ThornGuard",
      "description": "Remote MCP security gateway for auth, redaction, policy enforcement, and audit logging.",
      "website": "https://registry.modelcontextprotocol.io/v0/servers/app.qwady.thorns/thornguard",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://registry.modelcontextprotocol.io/v0/servers/app.qwady.thorns/thornguard"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.qwady.thorns/thornguard",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.681250+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.142609+00:00"
    },
    {
      "slug": "mcp-borough",
      "name": "Borough NYC Real Estate API",
      "description": "Search NYC rentals and sales, property details, building data, and market analytics",
      "website": "https://borough.qwady.app/mcp",
      "github_url": "https://github.com/jdmay2/borough",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@borough/mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.qwady/borough",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.681311+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.142740+00:00"
    },
    {
      "slug": "mcp-leaf",
      "name": "Leaf",
      "description": "AI assistant integration for Leaf \u2014 track books, log reading sessions, and manage your library.",
      "website": "https://mcp.readwithleaf.app/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.readwithleaf.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.readwithleaf/leaf",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.681368+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.142863+00:00"
    },
    {
      "slug": "mcp-calories-club",
      "name": "Calories Club: AI Food Tracker",
      "description": "AI-powered calorie tracking with photo recognition, barcode scanning, and voice logging",
      "website": "https://api.recordo.com/api/mcp/calories/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.recordo.com/api/mcp/calories/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.recordo.api/calories-club",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.681432+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.142988+00:00"
    },
    {
      "slug": "mcp-recordo",
      "name": "Recordo: Task Planner & Notes",
      "description": "Brain dump, routines, task planning, focus, and instant thought retrieval",
      "website": "https://api.recordo.com/api/mcp/adhd/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.recordo.com/api/mcp/adhd/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.recordo.api/recordo",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.681491+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.143111+00:00"
    },
    {
      "slug": "mcp-saber",
      "name": "Saber",
      "description": "Sales intelligence \u2014 research companies, qualify prospects, and find contacts.",
      "website": "https://mcp.saber.app/mcp",
      "github_url": "https://github.com/saberapp/platform",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.saber.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.saber.mcp/saber",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.681550+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.143235+00:00"
    },
    {
      "slug": "mcp-scanbim-mcp",
      "name": "scanbim-mcp",
      "description": "AI Hub for AEC \u2014 46 tools for Revit, Navisworks, ACC, XR via Autodesk Platform Services",
      "website": "https://github.com/ScanBIM-Labs/scanbim-mcp",
      "github_url": "https://github.com/ScanBIM-Labs/scanbim-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@scanbim-labs/scanbim-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.scanbim/scanbim-mcp",
      "_version": "1.0.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.681609+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.143361+00:00"
    },
    {
      "slug": "mcp-mcp-server-scf",
      "name": "mcp-server-scf",
      "description": "MCP server for the SCF Controls Platform \u2014 72 tools for controls, evidence, risk, and TPRM.",
      "website": "https://github.com/MarkAC007/mcp-server-scf",
      "github_url": "https://github.com/MarkAC007/mcp-server-scf",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-scf"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.scfcontrolsplatform/mcp-server-scf",
      "_version": "1.4.4",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.847553+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.308559+00:00"
    },
    {
      "slug": "mcp-pmo",
      "name": "Selis MCP",
      "description": "MCP server for Selis TMiS \u2014 manage PMO entities from any MCP client",
      "website": "https://mcp.selis.app/tmis/mcp",
      "github_url": "https://github.com/calx-sa/selis-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@calx/selis-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.selis.mcp/pmo",
      "_version": "0.2.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.847634+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.309184+00:00"
    },
    {
      "slug": "mcp-sentinelx",
      "name": "SentinelX",
      "description": "Operate your own Linux servers from your LLM. Requires the SentinelX agent installed per host.",
      "website": "https://mcp.sentinelx.app/mcp/mcp",
      "github_url": "https://github.com/pensados/sentinelx-cloud-core",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.sentinelx.app/mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.sentinelx/sentinelx",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.847679+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.309517+00:00"
    },
    {
      "slug": "mcp-superdocs",
      "name": "superdocs",
      "description": "Edit, draft, summarize, export styled .docx/PDF/HTML/MD/RTF via 21 MCP tools + 4 prompts.",
      "website": "https://api.superdocs.app/mcp/",
      "github_url": "https://github.com/superdocsapp/superdocs-plugin",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.superdocs.app/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.superdocs/superdocs",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.847742+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.309766+00:00"
    },
    {
      "slug": "mcp-tanjiren-mcp",
      "name": "Tanjiren MCP Server",
      "description": "Hosted MCP server for task-first delegation to remote workstations and workers.",
      "website": "https://mcp.tanjiren.app/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.tanjiren.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.tanjiren/tanjiren-mcp",
      "_version": "0.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.847807+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.309980+00:00"
    },
    {
      "slug": "mcp-dental-planning",
      "name": "Toofi Dental Planning MCP",
      "description": "Agent-native dental planning MCP for plan drafts, presentations, and price estimates.",
      "website": "https://toofi.app/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://toofi.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.toofi/dental-planning",
      "_version": "2026.5.12",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.847870+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.310179+00:00"
    },
    {
      "slug": "mcp-stdio-proxy",
      "name": "stdio-proxy",
      "description": "Undisk MCP: safe file memory for AI agents.",
      "website": "https://github.com/kiarashplusplus/undisk-mcp-tracker",
      "github_url": "https://github.com/kiarashplusplus/undisk-mcp-tracker",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@undisk-mcp/stdio-proxy"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.undisk.mcp/stdio-proxy",
      "_version": "0.46.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.847948+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.310436+00:00"
    },
    {
      "slug": "mcp-growth",
      "name": "VibeCom Growth Autopilot",
      "description": "Marketing autopilot in your IDE. AI turns codebase and context into content for 10+ platforms",
      "website": "https://www.vibecom.app/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.vibecom.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.vibecom/growth",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.847997+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.310546+00:00"
    },
    {
      "slug": "mcp-zenable",
      "name": "zenable",
      "description": "Zenable cleans up sloppy AI code and prevents vulnerabilities with deterministic guardrails",
      "website": "https://mcp.zenable.app/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.zenable.app/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "app.zenable/zenable",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.848042+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.310653+00:00"
    },
    {
      "slug": "mcp-nginx-proxy-manager",
      "name": "nginx-proxy-manager",
      "description": "MCP server for Nginx Proxy Manager with full API coverage (43 tools)",
      "website": "https://registry.modelcontextprotocol.io/v0/servers/at.baeck/nginx-proxy-manager",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "nginx-proxy-manager-mcp-full"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "at.baeck/nginx-proxy-manager",
      "_version": "0.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.848166+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.311014+00:00"
    },
    {
      "slug": "mcp-knowledge",
      "name": "knowledge",
      "description": "Knowledge Base von designare.at \u2013 Michael Kanda, Web & KI aus Wien. Semantische Suche \u00fcber RAG.",
      "website": "https://designare.at/api/mcp",
      "github_url": "https://github.com/michael-kanda/designare",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://designare.at/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "at.designare/knowledge",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.848279+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.311119+00:00"
    },
    {
      "slug": "mcp-bundler",
      "name": "bundler",
      "description": "Bundle multiple URLs into one short link. QR codes, access counters, redirect lookup. Free.",
      "website": "https://uurl.at/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://uurl.at/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "at.uurl/bundler",
      "_version": "0.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.848399+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.311231+00:00"
    },
    {
      "slug": "mcp-rtopacks",
      "name": "RTOpacks",
      "description": "Australian VET National Register \u2014 qualifications, units, skill sets, AQF ladders.",
      "website": "https://mcp.rtopacks.com.au/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.rtopacks.com.au/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "au.com.rtopacks/rtopacks",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.848511+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.311336+00:00"
    },
    {
      "slug": "mcp-aec",
      "name": "Scope (AEC) - Preview",
      "description": "AEC subcontractor vendor procurement plumbing layer. Preview - V3 launches 2027.",
      "website": "https://scope.bid/api/mcp/aec",
      "github_url": "https://github.com/scope-bid/scope-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@scope-bid/scope-aec-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "bid.scope/aec",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.848907+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.311598+00:00"
    },
    {
      "slug": "mcp-claims",
      "name": "Scope (Claims) - Preview",
      "description": "Insurance claims-side vendor procurement (IMEs, IA, surveillance). Preview - V2 launches Q3 2026.",
      "website": "https://scope.bid/api/mcp/claims",
      "github_url": "https://github.com/scope-bid/scope-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@scope-bid/scope-claims-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "bid.scope/claims",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.848977+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.311707+00:00"
    },
    {
      "slug": "mcp-healthcare",
      "name": "healthcare",
      "description": "Healthcare vendor-services MCP. Preview. Available after legal, claims, and AEC are live.",
      "website": "https://github.com/scope-bid/scope-mcp",
      "github_url": "https://github.com/scope-bid/scope-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/scope-bid/scope-mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "bid.scope/healthcare",
      "_version": "0.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849035+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.311816+00:00"
    },
    {
      "slug": "mcp-legal",
      "name": "Scope (Legal)",
      "description": "Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.",
      "website": "https://scope.bid/api/mcp/legal",
      "github_url": "https://github.com/scope-bid/scope-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@scope-bid/scope-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "bid.scope/legal",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849093+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.311925+00:00"
    },
    {
      "slug": "mcp-pharma",
      "name": "pharma",
      "description": "Pharma vendor-services MCP. Preview. Available after legal, claims, and AEC are live.",
      "website": "https://github.com/scope-bid/scope-mcp",
      "github_url": "https://github.com/scope-bid/scope-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/scope-bid/scope-mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "bid.scope/pharma",
      "_version": "0.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849147+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.312124+00:00"
    },
    {
      "slug": "mcp-lnkbio",
      "name": "Lnk.Bio Official MCP",
      "description": "Manage your Lnk.Bio page through AI: links, pages, themes, social icons, and more.",
      "website": "https://lnk.bio/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://lnk.bio/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "bio.lnk/lnkbio",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849204+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.312403+00:00"
    },
    {
      "slug": "mcp-discovery-oracle",
      "name": "discovery-oracle",
      "description": "Discover live agent APIs, ranked endpoints, trust, payment telemetry, and x402 surfaces.",
      "website": "https://api.402.bot/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.402.bot/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "bot.402/discovery-oracle",
      "_version": "1.0.1-beta",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849306+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.313057+00:00"
    },
    {
      "slug": "mcp-mailbox",
      "name": "mailbox",
      "description": "Physical mail API for AI agents. Send letters, certified mail, postcards from code via MCP.",
      "website": "https://mailbox.bot/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mailbox.bot/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "bot.mailbox/mailbox",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849361+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.313325+00:00"
    },
    {
      "slug": "mcp-grimoire",
      "name": "Grimoire",
      "description": "Manage TTRPG campaigns: NPCs, locations, factions, quests, sessions, lore, and knowledge graphs.",
      "website": "https://api.ttrpg.bot/mcp",
      "github_url": "https://github.com/zafety-vibin/grimoire-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.ttrpg.bot/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "bot.ttrpg/grimoire",
      "_version": "1.4.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849433+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.313804+00:00"
    },
    {
      "slug": "mcp-public",
      "name": "Escola de R\u00e1dio TV & Web (ER+)",
      "description": "Cursos, turmas, vagas, professores, podcasts e blog da Escola de R\u00e1dio (ER+) \u2014 read-only.",
      "website": "https://www.escoladeradio.com.br/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.escoladeradio.com.br/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "br.com.escoladeradio.www/public",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849489+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.314074+00:00"
    },
    {
      "slug": "mcp-9192",
      "name": "9192 Public Compute",
      "description": "Remote MCP for 9192 discovery, pricebook, payment rails, GET_PULSE quotes, and receipt checks.",
      "website": "https://nineoneninetwo.com.br/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://nineoneninetwo.com.br/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "br.com.nineoneninetwo/9192",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849544+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.314358+00:00"
    },
    {
      "slug": "mcp-arca-mcp-server",
      "name": "Arca",
      "description": "Arca is a private data vault where your AI stores your structured data, semantic memory and skills.",
      "website": "https://mcp.arca.build",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.arca.build"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "build.arca.mcp/arca-mcp-server",
      "_version": "0.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849621+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.314930+00:00"
    },
    {
      "slug": "mcp-bridge-town",
      "name": "Bridge Town",
      "description": "Build financial models as code. Cloud execution, GSheets MCP, version control, collaboration.",
      "website": "https://api.bridgetown.builders/mcp",
      "github_url": "https://github.com/Bridge-Town/bridge-town-core",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.bridgetown.builders/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "builders.bridgetown/bridge-town",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849679+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.315229+00:00"
    },
    {
      "slug": "mcp-canadian-grants",
      "name": "NetGrant \u2014 Canadian Grants",
      "description": "Search 1,600+ Canadian grants, accelerators, and pitch competitions without leaving your AI.",
      "website": "https://mcp.netgrant.ca/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.netgrant.ca/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ca.netgrant/canadian-grants",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849735+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.315506+00:00"
    },
    {
      "slug": "mcp-read-only-local-mysql-mcp-server",
      "name": "read-only-local-mysql-mcp-server",
      "description": "MCP server for read-only MySQL database queries in Claude Desktop",
      "website": "https://github.com/hovecapital/read-only-local-mysql-mcp-server",
      "github_url": "https://github.com/hovecapital/read-only-local-mysql-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hovecapital/read-only-mysql-mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "capital.hove/read-only-local-mysql-mcp-server",
      "_version": "0.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849796+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.315802+00:00"
    },
    {
      "slug": "mcp-read-only-local-postgres-mcp-server",
      "name": "read-only-local-postgres-mcp-server",
      "description": "MCP server for read-only PostgreSQL database queries in Claude Desktop",
      "website": "https://github.com/hovecapital/read-only-local-postgres-mcp-server",
      "github_url": "https://github.com/hovecapital/read-only-local-postgres-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hovecapital/read-only-postgres-mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "capital.hove/read-only-local-postgres-mcp-server",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849853+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.316082+00:00"
    },
    {
      "slug": "mcp-read-only-mysql-mcp-server",
      "name": "read-only-mysql-mcp-server",
      "description": "MCP server for read-only MySQL database queries in Claude Desktop",
      "website": "https://registry.modelcontextprotocol.io/v0/servers/capital.hove/read-only-mysql-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://registry.modelcontextprotocol.io/v0/servers/capital.hove/read-only-mysql-mcp-server"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "capital.hove/read-only-mysql-mcp-server",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849909+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.316311+00:00"
    },
    {
      "slug": "mcp-send-email-mcp",
      "name": "Cool property search server!",
      "description": "Non functional server (yet)",
      "website": "https://sub1.find-me.casa",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://sub1.find-me.casa"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "casa.find-me.sub1/send-email-mcp",
      "_version": "0.0.14",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.849970+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.316447+00:00"
    },
    {
      "slug": "mcp-catalunya-2022",
      "name": "Catalunya 2022",
      "description": "Consulta el pla estrat\u00e8gic Catalunya 2022: 3 \u00e0mbits, 12 objectius, 91 accions. Triling\u00fce CA/EN/ES.",
      "website": "https://mcp.2022.cat",
      "github_url": "https://github.com/Catalunya-2022/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.2022.cat"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "cat.2022/catalunya-2022",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.850036+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.316582+00:00"
    },
    {
      "slug": "mcp-captchacc",
      "name": "captcha.cc Human Verification",
      "description": "Human verification CAPTCHA with visual and selective-listening audio challenges.",
      "website": "https://captcha.cc/mcp",
      "github_url": "https://github.com/earonesty/captcha",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://captcha.cc/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "cc.captcha/captchacc",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.850097+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.316692+00:00"
    },
    {
      "slug": "mcp-contexta-mcp",
      "name": "Contexta",
      "description": "Persistent memory and knowledge graph for AI assistants \u2014 keyword + vector + graph search.",
      "website": "https://mcp.contexta.cc/mcp",
      "github_url": "https://github.com/teleengco/contexta-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.contexta.cc/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "cc.contexta/contexta-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.850154+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.316804+00:00"
    },
    {
      "slug": "mcp-fedlex-connector",
      "name": "Fedlex Connector",
      "description": "Search Swiss federal legislation: laws, articles, amendments via the Fedlex SPARQL endpoint.",
      "website": "https://mcp.fedlex-connector.ch/",
      "github_url": "https://github.com/JayTheSkier/fedlex-connector",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.fedlex-connector.ch/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ch.fedlex-connector/fedlex-connector",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.850263+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.317620+00:00"
    },
    {
      "slug": "mcp-immoswipe-ai",
      "name": "immoswipe-ai",
      "description": "Search Swiss apartments and houses for rent or sale. Filter by city, price (CHF), rooms, and size.",
      "website": "https://ai.immoswipe.ch/mcp",
      "github_url": "https://github.com/Immoswipe/immoswipe-ai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://ai.immoswipe.ch/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ch.immoswipe/immoswipe-ai",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.850319+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.317892+00:00"
    },
    {
      "slug": "mcp-jasswiki",
      "name": "JassWiki \u2014 Swiss Jass Authority (AMCP v0.1)",
      "description": "First production Authority-MCP. W3C VC attested by Jassverband Schweiz.",
      "website": "https://us-central1-jassguru.cloudfunctions.net/mcp/sse",
      "github_url": "https://github.com/remoprinz/jasswiki-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://us-central1-jassguru.cloudfunctions.net/mcp/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ch.jassverband/jasswiki",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.850377+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.318167+00:00"
    },
    {
      "slug": "mcp-jooq-mcp",
      "name": "jooq-mcp",
      "description": "An MCP server that provides access to the jOOQ documentation",
      "website": "https://jooq-mcp.martinelli.ch/sse",
      "github_url": "https://github.com/martinellich/jooq-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://jooq-mcp.martinelli.ch/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ch.martinelli/jooq-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.850433+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.318449+00:00"
    },
    {
      "slug": "mcp-swiss-caselaw",
      "name": "Swiss Case Law",
      "description": "956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)",
      "website": "https://mcp.opencaselaw.ch",
      "github_url": "https://github.com/jonashertner/caselaw-repo-1",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.opencaselaw.ch"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ch.opencaselaw/swiss-caselaw",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:55.850489+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.318722+00:00"
    },
    {
      "slug": "mcp-prelim",
      "name": "prelim",
      "description": "Read AI preliminary phone screens \u2014 your roles, candidate scores, transcripts, and analytics.",
      "website": "https://mcp.prelim.chat/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.prelim.chat/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "chat.prelim/prelim",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.038726+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.483707+00:00"
    },
    {
      "slug": "mcp-prowl-mcp",
      "name": "Prowl MCP",
      "description": "AI competitive intelligence agent: 235+ tools for SEO, ads, funnels, reviews, pricing analysis.",
      "website": "https://prowl.chat/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://prowl.chat/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "chat.prowl/prowl-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.038779+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.483893+00:00"
    },
    {
      "slug": "mcp-mymlh-mcp-server",
      "name": "mymlh-mcp-server",
      "description": "OAuth-enabled MyMLH MCP server for accessing MyMLH data.",
      "website": "https://mymlh-mcp.git.ci/mcp",
      "github_url": "https://github.com/wei/mymlh-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mymlh-mcp.git.ci/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "ci.git/mymlh-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.038890+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.484190+00:00"
    },
    {
      "slug": "mcp-tabula-mcp",
      "name": "Tabula MCP",
      "description": "Bar-first MCP server for Tabula chart authoring, PNG rendering, and editor handoff.",
      "website": "https://www.tabula.click/api/mcp/stream",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.tabula.click/api/mcp/stream"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "click.tabula.www/tabula-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.038939+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.484304+00:00"
    },
    {
      "slug": "mcp-agentdomain-mcp",
      "name": "agentdomain-mcp",
      "description": "Register and manage internet domains for AI agents via AgentDomain",
      "website": "https://github.com/MarsHeer/agentdomain-mcp",
      "github_url": "https://github.com/MarsHeer/agentdomain-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "agentdomain-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "cloud.agentdomain/agentdomain-mcp",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.038991+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.484420+00:00"
    },
    {
      "slug": "mcp-shardlink",
      "name": "ClawSpan ShardLink MCP",
      "description": "Agent-first task marketplace MCP \u2014 discover, claim, and deliver paid workspace tasks.",
      "website": "https://shardlink-control-plane-6phhkg3f2q-ts.a.run.app/v1/mcp/streamable",
      "github_url": "https://github.com/Axialon/ShardLink",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://shardlink-control-plane-6phhkg3f2q-ts.a.run.app/v1/mcp/streamable"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "cloud.clawspan/shardlink",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039105+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.484533+00:00"
    },
    {
      "slug": "mcp-historian-mcp-server",
      "name": "Factry Historian MCP",
      "description": "MCP server for querying Factry Historian.",
      "website": "https://registry.modelcontextprotocol.io/v0/servers/cloud.factry.portal/historian-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_docker",
      "install_config": {
        "image": "docker.io/factry/mcp-server:0.0.5"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "cloud.factry.portal/historian-mcp-server",
      "_version": "0.0.5",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039339+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.484742+00:00"
    },
    {
      "slug": "mcp-iox-cloud",
      "name": "IOX Cloud",
      "description": "Deploy MCP servers and AI agents in seconds. AI generates code, deploy globally.",
      "website": "https://iox-dispatch.matt-merutech.workers.dev/mcp?worker={project_slug}",
      "github_url": "https://github.com/meruada/iox-cloud",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://iox-dispatch.matt-merutech.workers.dev/mcp?worker={project_slug}"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "cloud.iox/iox-cloud",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039390+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.484852+00:00"
    },
    {
      "slug": "mcp-nordic-data",
      "name": "nordic-data",
      "description": "Global B2B intelligence for AI agents: 35M+ companies, 1.6M sanctions, KYB pack. 78 tools.",
      "website": "https://api.nordicdata.cloud/mcp",
      "github_url": "https://github.com/sofiajameson20-star/Nordicdata",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nordic-data/mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "cloud.nordicdata/nordic-data",
      "_version": "1.2.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039454+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.485043+00:00"
    },
    {
      "slug": "mcp-prince",
      "name": "Prince Cloud",
      "description": "Convert Markdown, HTML, and web pages to high-quality PDF with Prince.",
      "website": "https://prince.cloud/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://prince.cloud/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "cloud.prince/prince",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039501+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.485152+00:00"
    },
    {
      "slug": "mcp-creative-claw",
      "name": "Creative Claw",
      "description": "On-brand creative studio for AI agents: images, video, audio, and 3D.",
      "website": "https://app.creativeclaw.co/mcp",
      "github_url": "https://github.com/CreativeClawCo/creative-claw-marketplace",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.creativeclaw.co/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.creativeclaw/creative-claw",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039639+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.485851+00:00"
    },
    {
      "slug": "mcp-commerce",
      "name": "Curie Commerce",
      "description": "Search, compare in 3D, and buy products from 5.6M+ Shopify stores. Free tier; Pro adds checkout.",
      "website": "https://chat.curie.app/api/mcp/global",
      "github_url": "https://github.com/curievision/curie-shopify-app",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://chat.curie.app/api/mcp/global"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.curie/commerce",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039686+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.486133+00:00"
    },
    {
      "slug": "mcp-flow2",
      "name": "flow2",
      "description": "Design mobile-first presentations \u2014 create, edit, preview, and publish from your AI.",
      "website": "https://mcp.flow2.co/",
      "github_url": "https://github.com/flowboard/flow2-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.flow2.co/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.flow2/flow2",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039747+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.486568+00:00"
    },
    {
      "slug": "mcp-filetag",
      "name": "Gemina FileTag",
      "description": "Tag, rename, and enrich PDFs and images. Free tier: 1,500 tags/month, no credit card.",
      "website": "https://api.gemina.co/api/v1/mcp/",
      "github_url": "https://github.com/tommyil/gemina-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.gemina.co/api/v1/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.gemina/filetag",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039811+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.486759+00:00"
    },
    {
      "slug": "mcp-gleanit",
      "name": "Gleanit",
      "description": "Search, read, and write highlights, notes, screenshots, collections, projects, and tags in Gleanit.",
      "website": "https://api.gleanit.co/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.gleanit.co/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.gleanit/gleanit",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039858+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.486869+00:00"
    },
    {
      "slug": "mcp-api",
      "name": "Heista",
      "description": "Decode video ads, load brand intelligence, generate ad scripts.",
      "website": "https://www.heista.co/api/mcp/mcp",
      "github_url": "https://github.com/Heista-co/heista-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.heista.co/api/mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.heista/api",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039904+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.565212+00:00"
    },
    {
      "slug": "mcp-hf-mcp-server",
      "name": "Hugging Face",
      "description": "Connect to Hugging Face Hub and thousands of Gradio AI Applications",
      "website": "https://huggingface.co/mcp?login",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://huggingface.co/mcp?login"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.huggingface/hf-mcp-server",
      "_version": "0.2.33",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.039967+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.487165+00:00"
    },
    {
      "slug": "mcp-jacktrade-crm",
      "name": "JackTrade CRM",
      "description": "Search customers, manage quotes, work orders, action items, and calendar events for your business",
      "website": "https://frostsa2.ed1.jacktrade.xyz/jacktrade/mcp_api/v1/message",
      "github_url": "https://github.com/devcham/jacktrade",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://frostsa2.ed1.jacktrade.xyz/jacktrade/mcp_api/v1/message"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.jacktrade/jacktrade-crm",
      "_version": "1.1.0-dev",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.040024+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.487273+00:00"
    },
    {
      "slug": "mcp-marketplace",
      "name": "Machins Marketplace",
      "description": "Agent-to-agent marketplace with escrow-protected trades via MCP tools.",
      "website": "https://machins.co/mcp",
      "github_url": "https://github.com/denizozzgur/agentrade",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "machins"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.machins/marketplace",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.040147+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.851621+00:00"
    },
    {
      "slug": "mcp-okahu",
      "name": "okahu",
      "description": "Cloud hosted Okahu MCP server that helps you manage genAI trace data",
      "website": "https://mcp.okahu.co/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.okahu.co/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.okahu.mcp-registry/okahu",
      "_version": "0.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.040275+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.487486+00:00"
    },
    {
      "slug": "mcp-google-ads-mcp",
      "name": "google-ads-mcp",
      "description": "Google Ads automation with AI: analyze performance, manage campaigns, optimize bids.",
      "website": "https://google-ads.mcp.pipeboard.co/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://google-ads.mcp.pipeboard.co/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.pipeboard/google-ads-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.040422+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.487594+00:00"
    },
    {
      "slug": "mcp-snap-ads-mcp",
      "name": "snap-ads-mcp",
      "description": "Snapchat Ads automation with AI: analyze performance, manage campaigns, optimize creatives.",
      "website": "https://snap-ads.mcp.pipeboard.co/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://snap-ads.mcp.pipeboard.co/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.pipeboard/snap-ads-mcp",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.215826+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.654740+00:00"
    },
    {
      "slug": "mcp-tiktok-ads-mcp",
      "name": "tiktok-ads-mcp",
      "description": "TikTok Ads automation with AI: analyze performance, manage campaigns, optimize creatives.",
      "website": "https://tiktok-ads.mcp.pipeboard.co/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://tiktok-ads.mcp.pipeboard.co/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.pipeboard/tiktok-ads-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.215956+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.654934+00:00"
    },
    {
      "slug": "mcp-security",
      "name": "PromptGuard",
      "description": "Scan prompts for injection attacks, redact PII, and audit LLM SDK usage from any MCP client",
      "website": "https://github.com/acebot712/promptguard",
      "github_url": "https://github.com/acebot712/promptguard",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "promptguard-mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.promptguard/security",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.216033+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.655062+00:00"
    },
    {
      "slug": "mcp-servicegraph",
      "name": "servicegraph",
      "description": "Datasets for founders: directories, newsletters, and agencies, with metrics attached.",
      "website": "https://mcp.servicegraph.co",
      "github_url": "https://github.com/nostrband/servicegraph",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.servicegraph.co"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.servicegraph.mcp/servicegraph",
      "_version": "0.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.216097+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.655275+00:00"
    },
    {
      "slug": "mcp-tenderly-mcp",
      "name": "tenderly-mcp",
      "description": "Tenderly MCP server for blockchain dev \u2014 simulate, debug, and test on 100+ networks.",
      "website": "https://mcp.tenderly.co/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.tenderly.co/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.tenderly/tenderly-mcp",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.216236+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.655567+00:00"
    },
    {
      "slug": "mcp-marketdata",
      "name": "True Markets Market Data",
      "description": "Real-time crypto market data",
      "website": "https://mcp.truemarkets.co/marketdata/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.truemarkets.co/marketdata/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "co.truemarkets/marketdata",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.216432+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.656601+00:00"
    },
    {
      "slug": "mcp-100hires",
      "name": "100Hires - AI ATS & Recruitment Software",
      "description": "Official 100Hires MCP: AI ATS & Recruitment Software for candidates, jobs, applications, interviews.",
      "website": "https://mcp.100hires.com/mcp",
      "github_url": "https://github.com/100Hires/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.100hires.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.100hires/100hires",
      "_version": "1.0.4",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.216538+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.657285+00:00"
    },
    {
      "slug": "mcp-1stdibs",
      "name": "1stDibs",
      "description": "MCP server for browsing and searching items on 1stDibs marketplace.",
      "website": "https://www.1stdibs.com/soa/mcp/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.1stdibs.com/soa/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.1stdibs/1stDibs",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.216602+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.657433+00:00"
    },
    {
      "slug": "mcp-douyin-insights",
      "name": "\u6296\u97f3 MCP | Douyin MCP",
      "description": "Douyin hot search, work details, comments/replies, creator profiles, creator works/series, search.",
      "website": "https://mcp.52choujiang.com/douyin/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.52choujiang.com/douyin/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.52choujiang/douyin-insights",
      "_version": "0.2.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.216663+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.657594+00:00"
    },
    {
      "slug": "mcp-xhs-insights",
      "name": "Xiaohongshu (\u5c0f\u7ea2\u4e66 / XHS, RedNote) Insights MCP",
      "description": "Xiaohongshu / RedNote filtered search, details, comments/replies, profiles, and creator notes.",
      "website": "https://mcp.52choujiang.com/xhs/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.52choujiang.com/xhs/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.52choujiang/xhs-insights",
      "_version": "0.1.5",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.216727+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.657793+00:00"
    },
    {
      "slug": "mcp-mcp-v1",
      "name": "mcp-v1",
      "description": "Sub-cent factual claim verification against live data sources.",
      "website": "https://registry.modelcontextprotocol.io/v0/servers/com.636865636b73756d/mcp-v1",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@636865636b73756d/mcp-v1"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.636865636b73756d/mcp-v1",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.216788+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.657939+00:00"
    },
    {
      "slug": "mcp-signal",
      "name": "NeuroTrade Signal API",
      "description": "AI-powered crypto trading signals: direction, confidence, TP/SL, thesis, technicals. 8 strategies.",
      "website": "https://neurotrade.a3eecosystem.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://neurotrade.a3eecosystem.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.a3eecosystem.neurotrade/signal",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.216848+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.658185+00:00"
    },
    {
      "slug": "mcp-achriom",
      "name": "Achriom",
      "description": "The media memory layer for AI agents and their humans. Books, movies, music, shows, and anime.",
      "website": "https://mcp.achriom.com/mcp?api_key={api_key}",
      "github_url": "https://github.com/achriom/achriom-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.achriom.com/mcp?api_key={api_key}"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.achriom/achriom",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.216925+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.658541+00:00"
    },
    {
      "slug": "mcp-mcp-agent",
      "name": "AdCritter for Agents",
      "description": "Operate the AdCritter ads platform: campaigns, creatives, audiences, and reporting.",
      "website": "https://mcp.adcritter.com/mcp/agent",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.adcritter.com/mcp/agent"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.adcritter/mcp-agent",
      "_version": "0.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.217012+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.658779+00:00"
    },
    {
      "slug": "mcp-mcp-dev",
      "name": "AdCritter for Builders",
      "description": "AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration.",
      "website": "https://mcp.adcritter.com/mcp/dev",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.adcritter.com/mcp/dev"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.adcritter/mcp-dev",
      "_version": "0.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.217074+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.658946+00:00"
    },
    {
      "slug": "mcp-ads-manager",
      "name": "Admaxxer",
      "description": "AI-powered DTC analytics & ads manager for Meta + Google",
      "website": "https://admaxxer.com/mcp",
      "github_url": "https://github.com/fortuneflick/Admaxxercom",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://admaxxer.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.admaxxer/ads-manager",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.384121+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.844653+00:00"
    },
    {
      "slug": "mcp-university-data",
      "name": "Admit Coach \u2014 University Data",
      "description": "Search 3,500+ US universities, check admission chances, financial aid, and build college lists.",
      "website": "https://admit-coach.com/mcp/sse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://admit-coach.com/mcp/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.admit-coach/university-data",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.384295+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.844943+00:00"
    },
    {
      "slug": "mcp-admissions",
      "name": "AdmitBase Admissions",
      "description": "Admissions data & match scores for law, medical, dental, MBA, pharmacy, vet, optometry schools",
      "website": "https://admitbase.com/api/mcp",
      "github_url": "https://github.com/Cnd-North/entrance",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://admitbase.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.admitbase/admissions",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.384420+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.845159+00:00"
    },
    {
      "slug": "mcp-mason",
      "name": "mason",
      "description": "Context engineering MCP server \u2014 generates CLAUDE.md files via structured codebase analysis",
      "website": "https://github.com/adrianczuczka/mason",
      "github_url": "https://github.com/adrianczuczka/mason",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mason-context"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.adrianczuczka/mason",
      "_version": "0.3.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.384515+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.845285+00:00"
    },
    {
      "slug": "mcp-ads",
      "name": "ads",
      "description": "Manage Google, Meta, TikTok & LinkedIn ads. 91 tools for campaigns, analytics & optimization.",
      "website": "https://mcp.adspirer.com/mcp",
      "github_url": "https://github.com/amekala/ads-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.adspirer.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.adspirer/ads",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.384608+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.845402+00:00"
    },
    {
      "slug": "mcp-advocate",
      "name": "AdvocateMCP",
      "description": "MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents.",
      "website": "https://api.advocatemcp.com/mcp",
      "github_url": "https://github.com/cameronjmcewan-dev/advocatemcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.advocatemcp.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.advocatemcp/advocate",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.384740+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.845606+00:00"
    },
    {
      "slug": "mcp-affogata",
      "name": "affogata",
      "description": "Social listening analytics \u2014 query topics, filters, trending keywords, and conversation clusters.",
      "website": "https://app.affogata.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.affogata.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.affogata.app/affogata",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.384836+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.845726+00:00"
    },
    {
      "slug": "mcp-tracking-public",
      "name": "Tracking & Returns",
      "description": "Track packages across 1,300+ global carriers with real-time status and AI-powered delivery dates.",
      "website": "https://mcp.aftership.com/tracking/public",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.aftership.com/tracking/public"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.aftership.mcp/tracking-public",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.384930+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.845843+00:00"
    },
    {
      "slug": "mcp-web-extractor",
      "name": "AgenticTotem Web Extractor",
      "description": "AI web extraction: send URLs + a JSON Schema, get clean structured data. Pay-per-use via x402.",
      "website": "https://agentictotem.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agentictotem.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.agentictotem/web-extractor",
      "_version": "1.0.5",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.385081+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.846424+00:00"
    },
    {
      "slug": "mcp-agentorist",
      "name": "agentorist",
      "description": "Booking gateway for AI agents \u2014 discover events, movies & hotels, hand off to partner checkout.",
      "website": "https://mcp.agentorist.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.agentorist.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.agentorist/agentorist",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.385174+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.846707+00:00"
    },
    {
      "slug": "mcp-agentpmt",
      "name": "agentpmt",
      "description": "AI agent marketplace for automated employees, workflows, skills, and tool orchestration.",
      "website": "https://api.agentpmt.com/mcp",
      "github_url": "https://github.com/Apoth3osis-ai/agentpmt-mcp-public",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.agentpmt.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.agentpmt/agentpmt",
      "_version": "0.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.385267+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.847005+00:00"
    },
    {
      "slug": "mcp-agent-directory",
      "name": "Agentry \u2014 AI Agent Directory",
      "description": "AI agent directory \u2014 search and compare 120+ agents across 12 categories.",
      "website": "https://api.agentry.com/mcp/sse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.agentry.com/mcp/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.agentry/agent-directory",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.385361+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.847289+00:00"
    },
    {
      "slug": "mcp-docqa",
      "name": "DocQA MCP",
      "description": "AI document verification: catch hallucinations, arithmetic errors, and field mismatches.",
      "website": "https://github.com/digitalpromptmarket-beep/docqa-mcp",
      "github_url": "https://github.com/digitalpromptmarket-beep/docqa-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "docqa-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.agentsconsultants.api/docqa",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.385519+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.847622+00:00"
    },
    {
      "slug": "mcp-agi-alpha",
      "name": "AGI Alpha",
      "description": "Decentralized AI agent labor market on Ethereum. 15 tools for on-chain job lifecycle.",
      "website": "https://agialpha.com/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agialpha.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.agialpha/agi-alpha",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.385634+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.847912+00:00"
    },
    {
      "slug": "mcp-ai-erd",
      "name": "AI-ERD",
      "description": "AI-powered ERD design tool. Create and manage database schemas using DBML with real-time canvas.",
      "website": "https://ai-erd.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://ai-erd.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.ai-erd/ai-erd",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.385758+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.848395+00:00"
    },
    {
      "slug": "mcp-agent-registry",
      "name": "Aibooma - AI Agent Registry",
      "description": "AI agent registry \u2014 search, discover, register, and connect agents via MCP.",
      "website": "https://api.aibooma.com/mcp",
      "github_url": "https://github.com/sairaj-reddy/aibooma",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.aibooma.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.aibooma/agent-registry",
      "_version": "0.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.385851+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.848679+00:00"
    },
    {
      "slug": "mcp-blueprint",
      "name": "AI Design Blueprint",
      "description": "Enterprise-safe agentic AI design doctrine. Read-only MCP, UK/EU residency, zero-training policy.",
      "website": "https://aidesignblueprint.com/mcp",
      "github_url": "https://github.com/Michelangelo-Z/ai-design-blueprint",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://aidesignblueprint.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.aidesignblueprint/blueprint",
      "_version": "1.2.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.385969+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.848972+00:00"
    },
    {
      "slug": "mcp-jobs",
      "name": "AI Dev Jobs",
      "description": "MCP for 8,700+ current AI jobs. 13 tools: search, match, salaries, companies, commerce quotes.",
      "website": "https://aidevboard.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://aidevboard.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.aidevboard/jobs",
      "_version": "1.6.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.386090+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.849287+00:00"
    },
    {
      "slug": "mcp-virtual-delivery-center",
      "name": "AiDOOS Virtual Delivery Center",
      "description": "Plan a Virtual Delivery Center for any initiative: pods, roles, AI agents, Delivery Units.",
      "website": "https://aidoos.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://aidoos.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.aidoos/virtual-delivery-center",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.386185+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.849582+00:00"
    },
    {
      "slug": "mcp-reasoning-commons",
      "name": "AI Reasoning Commons",
      "description": "Search, reuse, verify AI reasoning. Task marketplace with leaderboard. Zero-barrier, no auth.",
      "website": "https://api.aineedhelpfromotherai.com/mcp",
      "github_url": "https://github.com/chenyuan35/aineedhelpfromotherai.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.aineedhelpfromotherai.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.aineedhelpfromotherai/reasoning-commons",
      "_version": "2.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.386293+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.849869+00:00"
    },
    {
      "slug": "mcp-brain",
      "name": "Aiqbee Brain",
      "description": "AI knowledge graph for architecture, portfolio, and digital strategy management.",
      "website": "https://mcp.aiqbee.com/mcp",
      "github_url": "https://github.com/AIQBee/aiqbee-ai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.aiqbee.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.aiqbee/brain",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.386396+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.850156+00:00"
    },
    {
      "slug": "mcp-london-airport-transfers",
      "name": "london-airport-transfers",
      "description": "Book London airport & cruise port transfers to any UK address. Fixed prices, free cancellation.",
      "website": "https://mcp.airport-pickups-london.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.airport-pickups-london.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.airport-pickups-london/london-airport-transfers",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.386513+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.850445+00:00"
    },
    {
      "slug": "mcp-allstacks-mcp",
      "name": "Allstacks Analytics MCP Server",
      "description": "Provides 208+ tools for AI-native engineering intelligence via Allstacks API.",
      "website": "https://registry.modelcontextprotocol.io/v0/servers/com.allstacks/allstacks-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "allstacks-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.allstacks/allstacks-mcp",
      "_version": "0.1.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.386696+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.851317+00:00"
    },
    {
      "slug": "mcp-vietnamese-calendar",
      "name": "vietnamese-calendar",
      "description": "Vietnamese Lunar Calendar for date and calendar conversion, and cultural insights.",
      "website": "https://am-lich.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://am-lich.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.am-lich/vietnamese-calendar",
      "_version": "1.3.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.386951+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.851916+00:00"
    },
    {
      "slug": "mcp-amber",
      "name": "Amber",
      "description": "Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics.",
      "website": "https://mcp.ambermem.com",
      "github_url": "https://github.com/ambermem/amber",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.ambermem.com"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.ambermem/amber",
      "_version": "1.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.387048+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.852211+00:00"
    },
    {
      "slug": "mcp-apify-mcp-server",
      "name": "apify-mcp-server",
      "description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store \u26a1",
      "website": "https://mcp.apify.com/",
      "github_url": "https://github.com/apify/apify-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.apify.com/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.apify/apify-mcp-server",
      "_version": "0.10.8",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.387212+00:00",
      "_last_seen_at": "2026-05-25T13:58:27.852910+00:00"
    },
    {
      "slug": "mcp-apogeoapi-mcp",
      "name": "apogeoapi-mcp",
      "description": "Geographic data API: 250+ countries, 150K+ cities, IP geolocation, 161 live FX rates.",
      "website": "https://github.com/APOGEOAPI/apogeoapi-mcp",
      "github_url": "https://github.com/APOGEOAPI/apogeoapi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@apogeoapi/mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.apogeoapi/apogeoapi-mcp",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.560487+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.022526+00:00"
    },
    {
      "slug": "mcp-arcasos-rentals",
      "name": "arcasos-rentals",
      "description": "Korean premium short-term rental search: natural language or structured filters (SHV engine).",
      "website": "https://mcp.arcasos.com",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.arcasos.com"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.arcasos/arcasos-rentals",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.561184+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.024407+00:00"
    },
    {
      "slug": "mcp-arc-security",
      "name": "arc-security",
      "description": "Scan AI agent skills for 25 attack classes + runtime monitoring. 1,316+ findings.",
      "website": "https://github.com/ArcSelf/arc-security-mcp",
      "github_url": "https://github.com/ArcSelf/arc-security-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "arc-security-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.arcself/arc-security",
      "_version": "0.5.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.561394+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.024779+00:00"
    },
    {
      "slug": "mcp-sideways",
      "name": "Sideways",
      "description": "Unexpected questions and lateral thinking prompts to break through mental blocks. 86 strategies.",
      "website": "https://sideways.aribadernatal.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://sideways.aribadernatal.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.aribadernatal/sideways",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.561492+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.024897+00:00"
    },
    {
      "slug": "mcp-islamic-knowledge",
      "name": "islamic-knowledge",
      "description": "Verified Quran verses, duas, 99 Names of Allah, and prophets. Multi-madhab reviewed.",
      "website": "https://sakina-mcp.fly.dev/sse",
      "github_url": "https://github.com/yserrag/sakina-v3",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@asksakina/islamic-knowledge-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.asksakina/islamic-knowledge",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.561573+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.025013+00:00"
    },
    {
      "slug": "mcp-astravue-mcp",
      "name": "Astravue MCP",
      "description": "Manage projects, tasks, time tracking, and team collaboration through natural language.",
      "website": "https://api.astravue.com/mcp",
      "github_url": "https://github.com/AstravueOrg/astravue-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.astravue.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.astravue/astravue-mcp",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.561683+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.025219+00:00"
    },
    {
      "slug": "mcp-atlassian-mcp-server",
      "name": "atlassian-mcp-server",
      "description": "Atlassian Rovo MCP Server",
      "website": "https://mcp.atlassian.com/v1/mcp",
      "github_url": "https://github.com/atlassian/atlassian-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.atlassian.com/v1/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.atlassian/atlassian-mcp-server",
      "_version": "1.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.561758+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.025339+00:00"
    },
    {
      "slug": "mcp-audio-intelligence",
      "name": "Audioscrape Audio Intelligence",
      "description": "The audio intelligence layer. Search podcast transcripts, speakers, and entities across 250K+ shows.",
      "website": "https://mcp.audioscrape.com",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.audioscrape.com"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.audioscrape/audio-intelligence",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.561856+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.025532+00:00"
    },
    {
      "slug": "mcp-core",
      "name": "AurelianFlo",
      "description": "Remote MCP server for OFAC screening, EDD memos, exposure forecasts, queues, and reports.",
      "website": "https://api.aurelianflo.com/mcp",
      "github_url": "https://github.com/kelm2021/aurelianflo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.aurelianflo.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.aurelianflo/core",
      "_version": "0.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.561930+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.025650+00:00"
    },
    {
      "slug": "mcp-aca",
      "name": "ACA - Automated Client Acquisition",
      "description": "Generate on-brand content, manage leads, and run outreach across 6 channels from your AI agent.",
      "website": "https://www.automatedclientacquisition.com/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.automatedclientacquisition.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.automatedclientacquisition.www/aca",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.562024+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.025853+00:00"
    },
    {
      "slug": "mcp-automox-mcp",
      "name": "Automox MCP Server",
      "description": "Official MCP server for Automox. Manage devices, patches, and policies in natural language.",
      "website": "https://github.com/AutomoxCommunity/automox-mcp",
      "github_url": "https://github.com/AutomoxCommunity/automox-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "automox-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.automox/automox-mcp",
      "_version": "1.0.23",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.562103+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.025984+00:00"
    },
    {
      "slug": "mcp-award-flight-daily",
      "name": "Award Flight Daily",
      "description": "Official airline award MCP. Search 12.3M+ award flights across 48 loyalty programs.",
      "website": "https://awardflightdaily.com/mcp-server/mcp",
      "github_url": "https://github.com/eCriswell7/award-flight-daily-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://awardflightdaily.com/mcp-server/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.awardflightdaily/award-flight-daily",
      "_version": "1.26.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.562176+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.026100+00:00"
    },
    {
      "slug": "mcp-prover",
      "name": "prover",
      "description": "Lean 4 MCP server: compile, prove theorems, and formalize math with Mathlib.",
      "website": "https://prover.axiomatic-ai.com/mcp/",
      "github_url": "https://github.com/Axiomatic-AI/ax-prover-base-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://prover.axiomatic-ai.com/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.axiomatic-ai/prover",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.562254+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.026213+00:00"
    },
    {
      "slug": "mcp-invinoveritas",
      "name": "invinoveritas",
      "description": "Capital-scale-aware /review (Sentinel mode) + sandbox + inference for agent fleets. Lightning-paid.",
      "website": "https://api.babyblueviper.com/mcp",
      "github_url": "https://github.com/babyblueviper1/invinoveritas-sdk",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.babyblueviper.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.babyblueviper/invinoveritas",
      "_version": "1.7.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.562383+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.026425+00:00"
    },
    {
      "slug": "mcp-bellwether-mcp",
      "name": "bellwether-mcp",
      "description": "Live prediction market data from Polymarket and Kalshi with VWAP pricing and reportability.",
      "website": "https://github.com/elliotjames-paschal/bellwether-platform",
      "github_url": "https://github.com/elliotjames-paschal/bellwether-platform",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "bellwether-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.bellwethermetrics/bellwether-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.562552+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.026761+00:00"
    },
    {
      "slug": "mcp-agent-fin",
      "name": "agent-fin",
      "description": "Agent Fin: finance MCP server with market data tools",
      "website": "https://agent-fin.biodnd.com/sse",
      "github_url": "https://github.com/markchiang/go-agents",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agent-fin.biodnd.com/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.biodnd/agent-fin",
      "_version": "0.1.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.730261+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.193621+00:00"
    },
    {
      "slug": "mcp-agent-ip",
      "name": "agent-ip",
      "description": "Agent IP: MCP server with patents search tools",
      "website": "https://agent-ip.biodnd.com/sse",
      "github_url": "https://github.com/markchiang/go-agents",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agent-ip.biodnd.com/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.biodnd/agent-ip",
      "_version": "0.1.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.730368+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.193831+00:00"
    },
    {
      "slug": "mcp-agent-press",
      "name": "agent-press",
      "description": "Agent Press: news MCP server streaming company headlines",
      "website": "https://agent-press.biodnd.com/sse",
      "github_url": "https://github.com/markchiang/go-agents",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agent-press.biodnd.com/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.biodnd/agent-press",
      "_version": "0.1.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.730446+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.193965+00:00"
    },
    {
      "slug": "mcp-on-chain-data",
      "name": "Bitpoort",
      "description": "On-chain blockchain data for AI agents across Ethereum, Bitcoin, and Hyperliquid.",
      "website": "https://bitpoort.com/mcp/sse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://bitpoort.com/mcp/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.bitpoort/on-chain-data",
      "_version": "3.4.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.730559+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.194105+00:00"
    },
    {
      "slug": "mcp-contract-analysis",
      "name": "contract-analysis",
      "description": "AI contract analysis with partner-level redlines, OOXML Track Changes, and risk analysis.",
      "website": "https://github.com/taytrom/bitsbound-mcp-server",
      "github_url": "https://github.com/taytrom/bitsbound-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bitsbound/mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.bitsbound/contract-analysis",
      "_version": "1.0.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.730639+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.194239+00:00"
    },
    {
      "slug": "mcp-contract-automation",
      "name": "contract-automation",
      "description": "AI contract automation with partner-level redlines, OOXML Track Changes, and risk analysis.",
      "website": "https://github.com/taytrom/bitsbound-mcp-server",
      "github_url": "https://github.com/taytrom/bitsbound-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bitsbound/mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.bitsbound/contract-automation",
      "_version": "1.0.8",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.730715+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.194363+00:00"
    },
    {
      "slug": "mcp-bitvoya-mcp",
      "name": "Bitvoya MCP",
      "description": "Luxury hotel search, rate comparison, booking quotes, and secure checkout handoff.",
      "website": "https://bitvoya.com/api/mcp",
      "github_url": "https://github.com/seanbabalala/bitvoya-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://bitvoya.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.bitvoya/bitvoya-mcp",
      "_version": "0.3.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.730792+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.194488+00:00"
    },
    {
      "slug": "mcp-agent-marketplace",
      "name": "agent-marketplace",
      "description": "BizGigz Agent Marketplace - register AI agents, manage API keys, and discover MCP capabilities",
      "website": "https://agents.bizgigz.com/mcp",
      "github_url": "https://github.com/jolt-systems/bizgigz-mcp-docs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agents.bizgigz.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.bizgigz/agent-marketplace",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.730889+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.194686+00:00"
    },
    {
      "slug": "mcp-talent-ecosystem",
      "name": "talent-ecosystem",
      "description": "BizGigz Talent Ecosystem - AI-powered recruiting, interviews, onboarding, learning, and deal rooms",
      "website": "https://bizgigz.com/mcp",
      "github_url": "https://github.com/jolt-systems/bizgigz-mcp-docs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://bizgigz.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.bizgigz/talent-ecosystem",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.730964+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.194805+00:00"
    },
    {
      "slug": "mcp-dns",
      "name": "dns",
      "description": "DNS & email security scanner \u2014 51 tools for SPF, DMARC, DKIM, DNSSEC, SSL, and more.",
      "website": "https://dns-mcp.blackveilsecurity.com/mcp",
      "github_url": "https://github.com/MadaBurns/bv-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "blackveil-dns"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.blackveilsecurity/dns",
      "_version": "2.13.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.731055+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.195039+00:00"
    },
    {
      "slug": "mcp-blackwall",
      "name": "blackwall",
      "description": "Pre-action risk gate: AI agents call before any irreversible action (money, SQL, delete).",
      "website": "https://github.com/bluetieroperations-create/blackwall-mcp",
      "github_url": "https://github.com/bluetieroperations-create/blackwall-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "blackwall-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.blackwalltier/blackwall",
      "_version": "1.0.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.731135+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.195345+00:00"
    },
    {
      "slug": "mcp-college-baseball",
      "name": "college-baseball",
      "description": "Live NCAA DI college baseball scores, standings, schedules, rankings, and sabermetrics.",
      "website": "https://sabermetrics.blazesportsintel.com/mcp",
      "github_url": "https://github.com/ahump20/BSI",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://sabermetrics.blazesportsintel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.blazesportsintel/college-baseball",
      "_version": "3.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.731209+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.195664+00:00"
    },
    {
      "slug": "mcp-knox-anchor",
      "name": "Knox Anchor",
      "description": "Bitcoin-anchored, tamper-evident audit-permanence layer for AI agents, FRE 902(13)/(14)-shaped.",
      "website": "https://bonissystems.com/api/knox/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://bonissystems.com/api/knox/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.bonissystems/knox-anchor",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.731311+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.196184+00:00"
    },
    {
      "slug": "mcp-broker-safety",
      "name": "broker-safety",
      "description": "MCP server offering regulator-sourced legitimacy checks on investment entities by name or URL.",
      "website": "https://mcp.brokerchooser.com/servers/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.brokerchooser.com/servers/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.brokerchooser/broker-safety",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.731468+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.197078+00:00"
    },
    {
      "slug": "mcp-events",
      "name": "Bushdrum Events",
      "description": "City-scoped Bushdrum event search for agents with list_cities and search_events.",
      "website": "https://bushdrum.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://bushdrum.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.bushdrum/events",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.731564+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.197564+00:00"
    },
    {
      "slug": "mcp-bzigo",
      "name": "Bzigo",
      "description": "Bzigo smart trap: device status, detections, health, firmware and simulations via AI.",
      "website": "https://mcp.bzigo.com/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.bzigo.com/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.bzigo/bzigo",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.731636+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.197862+00:00"
    },
    {
      "slug": "mcp-cajusticewatch",
      "name": "California Justice Watch",
      "description": "California criminal-justice accountability: DAs, defenders, judges, officers, CJP, POST.",
      "website": "https://cajusticewatch.com/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://cajusticewatch.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.cajusticewatch/cajusticewatch",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.731710+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.198188+00:00"
    },
    {
      "slug": "mcp-seo-mcp",
      "name": "CalmSEO",
      "description": "SEO MCP server for keyword research, SERP analysis, audits, and Search Console workflows.",
      "website": "https://mcp.calmseo.com/mcp",
      "github_url": "https://github.com/noahflk/seo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.calmseo.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.calmseo/seo-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.731783+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.198485+00:00"
    },
    {
      "slug": "mcp-expired-domains",
      "name": "CatchDoms \u2014 Expired Domains API",
      "description": "Search 40K+ expired domains from 12 auction platforms with SEO metrics and scores.",
      "website": "https://catchdoms.com/mcp/catchdoms/free",
      "github_url": "https://github.com/Sambel/catchdoms-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://catchdoms.com/mcp/catchdoms/free"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.catchdoms/expired-domains",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.731884+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.198987+00:00"
    },
    {
      "slug": "mcp-catchintent",
      "name": "catchintent",
      "description": "AI-native social listening. Monitor buying signals and run GTM workflows via natural language.",
      "website": "https://engine.catchintent.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://engine.catchintent.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.catchintent/catchintent",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.731958+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.199243+00:00"
    },
    {
      "slug": "mcp-chartforge",
      "name": "chartforge",
      "description": "MCP server for ChartForge \u2014 generate stunning charts and diagrams from natural language",
      "website": "https://github.com/crawde/chartforge-mcp",
      "github_url": "https://github.com/crawde/chartforge-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "chartforge-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.chartforgeai/chartforge",
      "_version": "0.1.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.732366+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.199459+00:00"
    },
    {
      "slug": "mcp-vehicle-recalls",
      "name": "RecallChecker \u2014 Vehicle Safety Recalls",
      "description": "Check U.S. NHTSA vehicle safety recall campaigns by make, model, and year. Live official data.",
      "website": "https://mcp.checkrecall.com/mcp",
      "github_url": "https://github.com/ollo12-prog/recallchecker",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.checkrecall.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.checkrecall/vehicle-recalls",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.732429+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.199578+00:00"
    },
    {
      "slug": "mcp-chrysai",
      "name": "Chrysai",
      "description": "Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.",
      "website": "https://www.chrysai.com/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.chrysai.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.chrysai.www/chrysai",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.732522+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.199774+00:00"
    },
    {
      "slug": "mcp-retirement-planning",
      "name": "Cinderfi \u2014 Retirement Planning",
      "description": "Retirement planning for Canada & US. CPP/OAS, Social Security, RRSP/TFSA, 401k/IRA, Monte Carlo.",
      "website": "https://mcp.cinderfi.com/mcp",
      "github_url": "https://github.com/cinderfi/cinderfi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.cinderfi.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.cinderfi/retirement-planning",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.732593+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.199895+00:00"
    },
    {
      "slug": "mcp-nexus",
      "name": "nexus",
      "description": "Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows",
      "website": "https://nexus.civic.com/hub/mcp",
      "github_url": "https://github.com/civicteam/civic-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://nexus.civic.com/hub/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.civic/nexus",
      "_version": "0.1.109",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.732664+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.200051+00:00"
    },
    {
      "slug": "mcp-failure-intelligence",
      "name": "Claidex MCP",
      "description": "Biomedical failure intelligence platform for terminated trials and translational analysis.",
      "website": "https://app.claidex.com/api/mcp",
      "github_url": "https://github.com/ssatanis/claidex-sentinel",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@claidex-mcp/claidex-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.claidex/failure-intelligence",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.928391+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.383809+00:00"
    },
    {
      "slug": "mcp-recall",
      "name": "recall",
      "description": "Persistent memory for Claude Code. Search, recall, and re-inject context from any session.",
      "website": "https://gitlab.com/clauderecallhq/claude-recall-plugin",
      "github_url": "https://gitlab.com/clauderecallhq/claude-recall-plugin",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@clauderecallhq/cli"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauderecall/recall",
      "_version": "0.77.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.928526+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.384287+00:00"
    },
    {
      "slug": "mcp-a2adependencyinspector-mcp",
      "name": "a2adependencyinspector-mcp",
      "description": "Remote MCP for A2A dependency inspector MCP, structured receipts, audit logs, and reviewer-ready evi",
      "website": "https://a2adependencyinspector.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/a2a-dependency-inspector-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://a2adependencyinspector.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.a2adependencyinspector/a2adependencyinspector-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.928603+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.384437+00:00"
    },
    {
      "slug": "mcp-a2aidentitytoll-mcp",
      "name": "a2aidentitytoll-mcp",
      "description": "Remote MCP for A2A caller identity, scope policy, verdict receipts, and audit history.",
      "website": "https://a2aidentitytoll.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/a2a-identity-toll-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://a2aidentitytoll.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.a2aidentitytoll/a2aidentitytoll-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.928678+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.384591+00:00"
    },
    {
      "slug": "mcp-a2areplayreceipt-mcp",
      "name": "a2areplayreceipt-mcp",
      "description": "Remote MCP for A2A failure replay MCP, structured receipts, audit logs, and reviewer-ready evidence.",
      "website": "https://a2areplayreceipt.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/a2a-replay-receipt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://a2areplayreceipt.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.a2areplayreceipt/a2areplayreceipt-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.928866+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.384736+00:00"
    },
    {
      "slug": "mcp-agentdataboundary-mcp",
      "name": "agentdataboundary-mcp",
      "description": "Permission boundary receipts for ChatGPT agents.",
      "website": "https://agentdataboundary.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/agent-data-boundary-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agentdataboundary.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.agentdataboundary/agentdataboundary-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.928966+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.384867+00:00"
    },
    {
      "slug": "mcp-agenticbudgetrouter-mcp",
      "name": "agenticbudgetrouter-mcp",
      "description": "Agentic workflow budget approvals with usage receipts.",
      "website": "https://agenticbudgetrouter.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/agentic-budget-router-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agenticbudgetrouter.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.agenticbudgetrouter/agenticbudgetrouter-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929044+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.384998+00:00"
    },
    {
      "slug": "mcp-agentichtmlexportqa-mcp",
      "name": "agentichtmlexportqa-mcp",
      "description": "Paid remote MCP for agentic HTML export QA MCP, structured receipts, audit logs, and reviewer-ready",
      "website": "https://agentichtmlexportqa.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/agentic-html-export-qa-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agentichtmlexportqa.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.agentichtmlexportqa/agentichtmlexportqa-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929120+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.385126+00:00"
    },
    {
      "slug": "mcp-agentmailrooms-mcp",
      "name": "agentmailrooms-mcp",
      "description": "A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage",
      "website": "https://agentmailrooms.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/agent-mail-rooms-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agentmailrooms.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.agentmailrooms/agentmailrooms-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929196+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.385255+00:00"
    },
    {
      "slug": "mcp-agentmemorymcp-mcp",
      "name": "agentmemorymcp-mcp",
      "description": "A paid remote MCP for agent memory MCP, built to return verdicts, receipts, usage logs, and audit-re",
      "website": "https://agentmemorymcp.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/agentmemory-mesh-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agentmemorymcp.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.agentmemorymcp/agentmemorymcp-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929271+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.385381+00:00"
    },
    {
      "slug": "mcp-agentmonitorrelay-mcp",
      "name": "agentmonitorrelay-mcp",
      "description": "AI agent run monitoring with incident replay and SLA receipts.",
      "website": "https://agentmonitorrelay.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/agent-monitor-relay-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agentmonitorrelay.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.agentmonitorrelay/agentmonitorrelay-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929348+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.385511+00:00"
    },
    {
      "slug": "mcp-agentskillupdategate-mcp",
      "name": "agentskillupdategate-mcp",
      "description": "Paid remote MCP for Claude Code skill update gate MCP, structured receipts, audit logs, and reviewer",
      "website": "https://agentskillupdategate.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/agent-skill-update-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://agentskillupdategate.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.agentskillupdategate/agentskillupdategate-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929426+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.385633+00:00"
    },
    {
      "slug": "mcp-aistudioandroidreleasegate-mcp",
      "name": "aistudioandroidreleasegate-mcp",
      "description": "Remote MCP for AI Studio Android release gate MCP, structured receipts, audit logs, and reviewer-rea",
      "website": "https://aistudioandroidreleasegate.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/ai-studio-android-release-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://aistudioandroidreleasegate.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.aistudioandroidreleasegate/aistudioandroidreleasegate-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929503+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.385753+00:00"
    },
    {
      "slug": "mcp-aistudioworkspaceapproval-mcp",
      "name": "aistudioworkspaceapproval-mcp",
      "description": "Paid remote MCP for AI Studio Workspace approval gate MCP, structured receipts, audit logs, and revi",
      "website": "https://aistudioworkspaceapproval.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/ai-studio-workspace-approval-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://aistudioworkspaceapproval.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.aistudioworkspaceapproval/aistudioworkspaceapproval-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929579+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.385894+00:00"
    },
    {
      "slug": "mcp-aiwaiverdesk-mcp",
      "name": "aiwaiverdesk-mcp",
      "description": "Remote MCP for AI waiver checks, exception approvals, expiry review, and audit receipts.",
      "website": "https://aiwaiverdesk.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/ai-governance-waiver-desk-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://aiwaiverdesk.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.aiwaiverdesk/aiwaiverdesk-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929656+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.386019+00:00"
    },
    {
      "slug": "mcp-androidcliagentgate-mcp",
      "name": "androidcliagentgate-mcp",
      "description": "Remote MCP for Android CLI agent build gate, structured receipts, audit logs, and reviewer-ready evi",
      "website": "https://androidcliagentgate.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/android-cli-agent-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://androidcliagentgate.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.androidcliagentgate/androidcliagentgate-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929733+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.386136+00:00"
    },
    {
      "slug": "mcp-antigravityextensiongate-mcp",
      "name": "antigravityextensiongate-mcp",
      "description": "Paid remote MCP for Antigravity extension compatibility MCP, structured receipts, audit logs, and re",
      "website": "https://antigravityextensiongate.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/antigravity-extension-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://antigravityextensiongate.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.antigravityextensiongate/antigravityextensiongate-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929817+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.386254+00:00"
    },
    {
      "slug": "mcp-antigravityrunledger-mcp",
      "name": "antigravityrunledger-mcp",
      "description": "Remote MCP for Antigravity agent run receipt MCP, structured receipts, audit logs, and reviewer-read",
      "website": "https://antigravityrunledger.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/antigravity-run-ledger-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://antigravityrunledger.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.antigravityrunledger/antigravityrunledger-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929911+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.386370+00:00"
    },
    {
      "slug": "mcp-autobrowserapproval-mcp",
      "name": "autobrowserapproval-mcp",
      "description": "A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,",
      "website": "https://autobrowserapproval.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/autobrowser-approval-cloud-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://autobrowserapproval.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.autobrowserapproval/autobrowserapproval-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.929981+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.386486+00:00"
    },
    {
      "slug": "mcp-browserspendguard-mcp",
      "name": "browserspendguard-mcp",
      "description": "Approval receipts for AI browser purchases.",
      "website": "https://browserspendguard.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/browser-spend-guard-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://browserspendguard.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.browserspendguard/browserspendguard-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930038+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.386603+00:00"
    },
    {
      "slug": "mcp-bumblebeereceipt-mcp",
      "name": "bumblebeereceipt-mcp",
      "description": "A paid remote MCP for developer endpoint scanner MCP, built to return verdicts, receipts, usage logs",
      "website": "https://bumblebeereceipt.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/bumblebee-endpoint-receipt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://bumblebeereceipt.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.bumblebeereceipt/bumblebeereceipt-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930094+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.386836+00:00"
    },
    {
      "slug": "mcp-byterovermemory-mcp",
      "name": "byterovermemory-mcp",
      "description": "A paid remote MCP for OpenAI Codex memory MCP, built to return verdicts, receipts, usage logs, and a",
      "website": "https://byterovermemory.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/byterover-team-memory-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://byterovermemory.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.byterovermemory/byterovermemory-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930175+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.387158+00:00"
    },
    {
      "slug": "mcp-c2padisclosure-mcp",
      "name": "c2padisclosure-mcp",
      "description": "Remote MCP for C2PA disclosure policy MCP, structured receipts, audit logs, and reviewer-ready evide",
      "website": "https://c2padisclosure.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/c2pa-disclosure-drift-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://c2padisclosure.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.c2padisclosure/c2padisclosure-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930237+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.387457+00:00"
    },
    {
      "slug": "mcp-c2paintake-mcp",
      "name": "c2paintake-mcp",
      "description": "Remote MCP for C2PA intake verifier MCP, structured receipts, audit logs, and reviewer-ready evidenc",
      "website": "https://c2paintake.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/c2pa-intake-verifier-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://c2paintake.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.c2paintake/c2paintake-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930293+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.387765+00:00"
    },
    {
      "slug": "mcp-chromedevtoolsmcp-mcp",
      "name": "chromedevtoolsmcp-mcp",
      "description": "A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs,",
      "website": "https://chromedevtoolsmcp.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/chrome-devtools-session-mcp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://chromedevtoolsmcp.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.chromedevtoolsmcp/chromedevtoolsmcp-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930350+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.388075+00:00"
    },
    {
      "slug": "mcp-clianythingharness-mcp",
      "name": "clianythingharness-mcp",
      "description": "A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready",
      "website": "https://clianythingharness.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/cli-anything-hub-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://clianythingharness.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.clianythingharness/clianythingharness-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930421+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.388377+00:00"
    },
    {
      "slug": "mcp-codegraphcontext-mcp",
      "name": "codegraphcontext-mcp",
      "description": "A paid remote MCP for code graph MCP for AI coding, built to return verdicts, receipts, usage logs,",
      "website": "https://codegraphcontext.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/codegraph-context-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://codegraphcontext.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.codegraphcontext/codegraphcontext-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930493+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.388693+00:00"
    },
    {
      "slug": "mcp-codexrunledger-mcp",
      "name": "codexrunledger-mcp",
      "description": "Codex run receipts your reviewer can trust.",
      "website": "https://codexrunledger.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/codex-run-ledger-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://codexrunledger.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.codexrunledger/codexrunledger-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930565+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.389005+00:00"
    },
    {
      "slug": "mcp-copilotcliswitchgate-mcp",
      "name": "copilotcliswitchgate-mcp",
      "description": "Remote MCP for Copilot CLI switch gate MCP, structured receipts, audit logs, and reviewer-ready evid",
      "website": "https://copilotcliswitchgate.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/copilot-cli-switch-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://copilotcliswitchgate.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.copilotcliswitchgate/copilotcliswitchgate-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930644+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.389309+00:00"
    },
    {
      "slug": "mcp-copilotconnectorledger-mcp",
      "name": "copilotconnectorledger-mcp",
      "description": "Copilot connector permission audits with owner signoff receipts.",
      "website": "https://copilotconnectorledger.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/copilot-connector-ledger-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://copilotconnectorledger.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.copilotconnectorledger/copilotconnectorledger-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930712+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.389642+00:00"
    },
    {
      "slug": "mcp-coralquery-mcp",
      "name": "coralquery-mcp",
      "description": "A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud",
      "website": "https://coralquery.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/coral-query-plane-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://coralquery.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.coralquery/coralquery-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930796+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.389947+00:00"
    },
    {
      "slug": "mcp-dbqueryguard-mcp",
      "name": "DB Query Guard MCP",
      "description": "Paid remote MCP for governed database query review, SQL simulation, approvals, and audits.",
      "website": "https://dbqueryguard.clauxel.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://dbqueryguard.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.dbqueryguard/dbqueryguard-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930868+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.390431+00:00"
    },
    {
      "slug": "mcp-evalscopebench-mcp",
      "name": "evalscopebench-mcp",
      "description": "A paid remote MCP for AI SDK benchmark dashboard, built to return verdicts, receipts, usage logs, an",
      "website": "https://evalscopebench.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/evalscope-benchmark-mcp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://evalscopebench.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.evalscopebench/evalscopebench-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.930955+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.390645+00:00"
    },
    {
      "slug": "mcp-fastmcpruntime-mcp",
      "name": "fastmcpruntime-mcp",
      "description": "A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r",
      "website": "https://fastmcpruntime.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/fastmcp-runtime-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://fastmcpruntime.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.fastmcpruntime/fastmcpruntime-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931020+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.390797+00:00"
    },
    {
      "slug": "mcp-futureagievals-mcp",
      "name": "futureagievals-mcp",
      "description": "A paid remote MCP for AI SDK eval dashboard, built to return verdicts, receipts, usage logs, and aud",
      "website": "https://futureagievals.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/futureagi-evalops-mcp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://futureagievals.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.futureagievals/futureagievals-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931079+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.390929+00:00"
    },
    {
      "slug": "mcp-geminiomnirights-mcp",
      "name": "geminiomnirights-mcp",
      "description": "Remote MCP for Gemini Omni commercial rights receipt MCP, structured receipts, audit logs, and revie",
      "website": "https://geminiomnirights.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/gemini-omni-rights-receipt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://geminiomnirights.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.geminiomnirights/geminiomnirights-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931138+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.391193+00:00"
    },
    {
      "slug": "mcp-geminiupgradeqa-mcp",
      "name": "geminiupgradeqa-mcp",
      "description": "Remote MCP for Gemini upgrade evals, prompt regressions, output diffs, and eval receipts.",
      "website": "https://geminiupgradeqa.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/gemini-upgrade-qa-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://geminiupgradeqa.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.geminiupgradeqa/geminiupgradeqa-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931195+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.391553+00:00"
    },
    {
      "slug": "mcp-genaispanmapper-mcp",
      "name": "genaispanmapper-mcp",
      "description": "Remote MCP for GenAI span mapping, provider normalization, dashboard schemas, and receipts.",
      "website": "https://genaispanmapper.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/genai-span-mapper-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://genaispanmapper.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.genaispanmapper/genaispanmapper-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931253+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.391729+00:00"
    },
    {
      "slug": "mcp-jcodeharness-mcp",
      "name": "jcodeharness-mcp",
      "description": "A paid remote MCP for OpenAI Codex harness MCP, built to return verdicts, receipts, usage logs, and",
      "website": "https://jcodeharness.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/jcode-harness-cloud-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://jcodeharness.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.jcodeharness/jcodeharness-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931311+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.391895+00:00"
    },
    {
      "slug": "mcp-kirowebreleasebinder-mcp",
      "name": "kirowebreleasebinder-mcp",
      "description": "Remote MCP for Kiro release readiness, evidence binders, signoff, and CI approval receipts.",
      "website": "https://kirowebreleasebinder.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/kiro-web-release-binder-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://kirowebreleasebinder.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.kirowebreleasebinder/kirowebreleasebinder-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931369+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.392064+00:00"
    },
    {
      "slug": "mcp-mcpdeprecation-mcp",
      "name": "mcpdeprecation-mcp",
      "description": "Remote MCP for MCP tool deprecation receipt, structured receipts, audit logs, and reviewer-ready evi",
      "website": "https://mcpdeprecation.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/mcp-deprecation-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcpdeprecation.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.mcpdeprecation/mcpdeprecation-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931427+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.392212+00:00"
    },
    {
      "slug": "mcp-mcpgatewaydesk-mcp",
      "name": "mcpgatewaydesk-mcp",
      "description": "A paid remote MCP for AI SDK MCP gateway registry, built to return verdicts, receipts, usage logs, a",
      "website": "https://mcpgatewaydesk.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/mcp-gateway-registry-desk-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcpgatewaydesk.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.mcpgatewaydesk/mcpgatewaydesk-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931485+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.392382+00:00"
    },
    {
      "slug": "mcp-mcpoauthscopegate-mcp",
      "name": "mcpoauthscopegate-mcp",
      "description": "OAuth scope approvals and consent receipts for remote MCP servers.",
      "website": "https://mcpoauthscopegate.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/mcp-oauth-scope-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcpoauthscopegate.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.mcpoauthscopegate/mcpoauthscopegate-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931544+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.392575+00:00"
    },
    {
      "slug": "mcp-mcpriskledger-mcp",
      "name": "MCP Risk Ledger MCP",
      "description": "Paid remote MCP for server intake risk reports, tool review, approvals, and readiness.",
      "website": "https://mcpriskledger.clauxel.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcpriskledger.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.mcpriskledger/mcpriskledger-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931602+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.392748+00:00"
    },
    {
      "slug": "mcp-mcpscopeconsent-mcp",
      "name": "mcpscopeconsent-mcp",
      "description": "Remote MCP for MCP consent scope receipt, structured receipts, audit logs, and reviewer-ready eviden",
      "website": "https://mcpscopeconsent.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/mcp-scope-consent-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcpscopeconsent.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.mcpscopeconsent/mcpscopeconsent-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931660+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.392910+00:00"
    },
    {
      "slug": "mcp-mcptoollicense-mcp",
      "name": "mcptoollicense-mcp",
      "description": "Remote MCP for tool license checks, vendor policy review, alternatives, and license receipts.",
      "website": "https://mcptoollicense.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/mcp-tool-license-gate",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcptoollicense.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.mcptoollicense/mcptoollicense-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931718+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.393046+00:00"
    },
    {
      "slug": "mcp-mcpuptimeledger-mcp",
      "name": "mcpuptimeledger-mcp",
      "description": "MCP uptime, schema, auth, and SLA receipt monitoring.",
      "website": "https://mcpuptimeledger.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/mcp-uptime-ledger-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcpuptimeledger.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.mcpuptimeledger/mcpuptimeledger-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931778+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.393177+00:00"
    },
    {
      "slug": "mcp-opendesignguard-mcp",
      "name": "opendesignguard-mcp",
      "description": "Paid remote MCP for agent design system guard MCP, structured receipts, audit logs, and reviewer-rea",
      "website": "https://opendesignguard.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/open-design-guard-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://opendesignguard.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.opendesignguard/opendesignguard-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931836+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.393299+00:00"
    },
    {
      "slug": "mcp-playwrightselectorguard-mcp",
      "name": "playwrightselectorguard-mcp",
      "description": "Playwright selector risk checks with healing suggestions and receipts.",
      "website": "https://playwrightselectorguard.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/playwright-selector-guard-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://playwrightselectorguard.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.playwrightselectorguard/playwrightselectorguard-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931894+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.393432+00:00"
    },
    {
      "slug": "mcp-playwritermcp-mcp",
      "name": "playwritermcp-mcp",
      "description": "A paid remote MCP for AI agent browser MCP session, built to return verdicts, receipts, usage logs,",
      "website": "https://playwritermcp.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/playwriter-session-cloud-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://playwritermcp.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.playwritermcp/playwritermcp-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.931983+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.393554+00:00"
    },
    {
      "slug": "mcp-pydanticcontract-mcp",
      "name": "pydanticcontract-mcp",
      "description": "A paid remote MCP for Pydantic AI structured output, built to return verdicts, receipts, usage logs,",
      "website": "https://pydanticcontract.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/pydantic-contract-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://pydanticcontract.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.pydanticcontract/pydanticcontract-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932196+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.393676+00:00"
    },
    {
      "slug": "mcp-rtkcontext-mcp",
      "name": "rtkcontext-mcp",
      "description": "A paid remote MCP for OpenAI Codex context compressor, built to return verdicts, receipts, usage log",
      "website": "https://rtkcontext.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/rtk-context-compressor-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://rtkcontext.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.rtkcontext/rtkcontext-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932291+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.393796+00:00"
    },
    {
      "slug": "mcp-safetyreplay-mcp",
      "name": "safetyreplay-mcp",
      "description": "Paid remote MCP for safety replays, policy gates, eval receipts, and release evidence.",
      "website": "https://safetyreplay.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/safety-replay-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://safetyreplay.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.safetyreplay/safetyreplay-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932352+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.393917+00:00"
    },
    {
      "slug": "mcp-schemadriftgate-mcp",
      "name": "schemadriftgate-mcp",
      "description": "Paid remote MCP for schema drift checks, approvals, receipts, and release audit logs.",
      "website": "https://schemadriftgate.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/schema-drift-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://schemadriftgate.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.schemadriftgate/schemadriftgate-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932412+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.394038+00:00"
    },
    {
      "slug": "mcp-semblecodesearchgate-mcp",
      "name": "semblecodesearchgate-mcp",
      "description": "Paid remote MCP for agent code search routing MCP, structured receipts, audit logs, and reviewer-rea",
      "website": "https://semblecodesearchgate.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/semble-code-search-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://semblecodesearchgate.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.semblecodesearchgate/semblecodesearchgate-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932471+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.394160+00:00"
    },
    {
      "slug": "mcp-speckitacceptance-mcp",
      "name": "speckitacceptance-mcp",
      "description": "Paid remote MCP for spec driven development acceptance gate MCP, structured receipts, audit logs, an",
      "website": "https://speckitacceptance.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/spec-kit-acceptance-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://speckitacceptance.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.speckitacceptance/speckitacceptance-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932531+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.394280+00:00"
    },
    {
      "slug": "mcp-toolbudgetrouter-mcp",
      "name": "ToolBudget Router MCP",
      "description": "Paid remote MCP for context-budget routing, schema cost estimates, usage audits, and readiness.",
      "website": "https://toolbudgetrouter.clauxel.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://toolbudgetrouter.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.toolbudgetrouter/toolbudgetrouter-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932591+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.394402+00:00"
    },
    {
      "slug": "mcp-toolcallwitness-mcp",
      "name": "toolcallwitness-mcp",
      "description": "A witness layer for AI agent tool calls.",
      "website": "https://toolcallwitness.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/tool-call-witness-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://toolcallwitness.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.toolcallwitness/toolcallwitness-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932651+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.394531+00:00"
    },
    {
      "slug": "mcp-tracepiishield-mcp",
      "name": "tracepiishield-mcp",
      "description": "PII scanning and redaction receipts for LLM traces and tool payloads.",
      "website": "https://tracepiishield.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/tracepii-shield-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://tracepiishield.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.tracepiishield/tracepiishield-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932751+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.394659+00:00"
    },
    {
      "slug": "mcp-universalcartmerchantgate-mcp",
      "name": "universalcartmerchantgate-mcp",
      "description": "Remote MCP for Universal Cart merchant readiness MCP, structured receipts, audit logs, and reviewer-",
      "website": "https://universalcartmerchantgate.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/universal-cart-merchant-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://universalcartmerchantgate.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.universalcartmerchantgate/universalcartmerchantgate-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932841+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.394784+00:00"
    },
    {
      "slug": "mcp-veocreditwaste-mcp",
      "name": "veocreditwaste-mcp",
      "description": "Paid remote MCP for Veo 4 credit waste gate MCP, structured receipts, audit logs, and reviewer-ready",
      "website": "https://veocreditwaste.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/veo-credit-waste-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://veocreditwaste.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.veocreditwaste/veocreditwaste-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932916+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.394910+00:00"
    },
    {
      "slug": "mcp-webmcpactionreceipt-mcp",
      "name": "webmcpactionreceipt-mcp",
      "description": "Paid remote MCP for WebMCP action receipt MCP, structured receipts, audit logs, and reviewer-ready e",
      "website": "https://webmcpactionreceipt.clauxel.com/mcp",
      "github_url": "https://github.com/clauxel/webmcp-action-receipt-gate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://webmcpactionreceipt.clauxel.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.clauxel.webmcpactionreceipt/webmcpactionreceipt-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.932990+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.395088+00:00"
    },
    {
      "slug": "mcp-close-mcp",
      "name": "close-mcp",
      "description": "Close CRM to manage your sales pipeline. Learn more at https://close.com or https://mcp.close.com",
      "website": "https://mcp.close.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.close.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.close/close-mcp",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:56.933161+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.395324+00:00"
    },
    {
      "slug": "mcp-codescene-mcp-server",
      "name": "codescene-mcp-server",
      "description": "An MCP server that provides CodeScene Code Health analysis tools.",
      "website": "https://github.com/codescene-oss/codescene-mcp-server",
      "github_url": "https://github.com/codescene-oss/codescene-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@codescene/codehealth-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.codescene/codescene-mcp-server",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.094289+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.564044+00:00"
    },
    {
      "slug": "mcp-cognethics",
      "name": "Cognethics",
      "description": "Multi-tenant business platform \u2014 6,000+ RBAC-gated MCP tools across finance, ops, docs, agents.",
      "website": "https://{tenant}.cognethics.com/api/mcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://{tenant}.cognethics.com/api/mcp/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.cognethics/cognethics",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.094469+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.564452+00:00"
    },
    {
      "slug": "mcp-public-mcp",
      "name": "ComplianceAutomator Public MCP",
      "description": "Public read-only MCP for products, frameworks, guides, methodology, and blog metadata.",
      "website": "https://www.complianceautomator.com/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.complianceautomator.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.complianceautomator/public-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.094565+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.564777+00:00"
    },
    {
      "slug": "mcp-consulate",
      "name": "Consulate - AI Dispute Resolution (Crypto + Traditional + General)",
      "description": "Unified dispute resolution: crypto, payments, SLA violations. 95% AI automation.",
      "website": "https://api.consulatehq.com",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.consulatehq.com"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.consulatehq/consulate",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.094697+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.565059+00:00"
    },
    {
      "slug": "mcp-api-server",
      "name": "Correkt: The AI-Native Online Marketplace for Physical Products",
      "description": "Correkt: online marketplace built for AI agents. Shop 10M+ physical products from verified sellers.",
      "website": "https://api.correkt.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.correkt.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.correkt/api-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.094908+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.565347+00:00"
    },
    {
      "slug": "mcp-vera",
      "name": "vera",
      "description": "Licensed master electrician in SE Wisconsin \u2014 estimates, scheduling, and code lookups via AI.",
      "website": "https://voice.couillardelectricllc.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://voice.couillardelectricllc.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.couillardelectricllc.voice/vera",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.094989+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.565484+00:00"
    },
    {
      "slug": "mcp-mcp-shield",
      "name": "mcp-shield",
      "description": "Trust verification for MCP servers. Check scores, scan for security issues, search 4,200+ servers.",
      "website": "https://mcp.craftedtrust.com/api/v1/mcp",
      "github_url": "https://github.com/cybercraftsolutionsllc/trust-gated-agent-example",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.craftedtrust.com/api/v1/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.craftedtrust/mcp-shield",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.095111+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.565849+00:00"
    },
    {
      "slug": "mcp-crashstory",
      "name": "CrashStory MCP",
      "description": "Colorado personal injury attorney directory, AI-analyzed review intelligence, and crash data",
      "website": "https://crashstory-mcp-production.up.railway.app/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://crashstory-mcp-production.up.railway.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.crashstory/crashstory",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.095193+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.566264+00:00"
    },
    {
      "slug": "mcp-crawlconsole",
      "name": "CrawlConsole",
      "description": "Backlink Analysis MCP for AI Agents: authority, referring domains, and competitor link gaps.",
      "website": "https://mcp.crawlconsole.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@crawlconsole/mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.crawlconsole/crawlconsole",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.095276+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.566485+00:00"
    },
    {
      "slug": "mcp-mini-pricer-mcp",
      "name": "Lenderprice Mini Pricer MCP",
      "description": "MCP server for mortgage rate pricing and mini pricer management via the Lenderprice API",
      "website": "https://mp-mcp.cre8techdev.com/sse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mp-mcp.cre8techdev.com/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.cre8techdev/mini-pricer-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.095381+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.566894+00:00"
    },
    {
      "slug": "mcp-mcp-data",
      "name": "Cryptohopper Market Data",
      "description": "Real-time crypto market data: candles, tickers, orderbooks across 13+ exchanges via MCP.",
      "website": "https://mcp-data.cryptohopper.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp-data.cryptohopper.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.cryptohopper/mcp-data",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.095512+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.567052+00:00"
    },
    {
      "slug": "mcp-mcp-registry-test",
      "name": "mcp-registry-test",
      "description": "C Squared MCP Registry",
      "website": "https://mcp.csquaredsystems.com/sse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.csquaredsystems.com/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.csquaredsystems/mcp-registry-test",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.095633+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.567267+00:00"
    },
    {
      "slug": "mcp-cualbet-mcp",
      "name": "CualBet MCP",
      "description": "Football fixtures, standings, and odds intelligence for AI agents.",
      "website": "https://mcp.cualbet.com",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.cualbet.com"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.cualbet/cualbet-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.095716+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.567398+00:00"
    },
    {
      "slug": "mcp-guard-pricing",
      "name": "CurrencyGuard Guard Pricing",
      "description": "FX protection for SMEs \u2014 price Guards, live spot/forward rates, settlement dates, and more.",
      "website": "https://api.currencyguard.com/mcp",
      "github_url": "https://gitlab.com/currencyguard/server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.currencyguard.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.currencyguard/guard-pricing",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.095799+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.567528+00:00"
    },
    {
      "slug": "mcp-cycling-coach-ai",
      "name": "Cycling Coach AI",
      "description": "AI cycling coach: training plans, workouts, nutrition, strength training, Strava, Garmin and Wahoo.",
      "website": "https://app.usecoachai.com/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.usecoachai.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.cyclingcoachai/cycling-coach-ai",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.095882+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.567688+00:00"
    },
    {
      "slug": "mcp-event-trader-mcp",
      "name": "EventTrader MCP",
      "description": "AI prediction market trading \u2014 real-time data, CLOB exchange, 30+ tools",
      "website": "https://github.com/eventtrader/event-trader-mcp",
      "github_url": "https://github.com/eventtrader/event-trader-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/eventtrader/event-trader-mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.cymetica/event-trader-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.095995+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.567825+00:00"
    },
    {
      "slug": "mcp-county-map",
      "name": "DaedalMap Disaster and Geospatial Data",
      "description": "Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.",
      "website": "https://app.daedalmap.com/mcp",
      "github_url": "https://github.com/xyver/daedal-map",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.daedalmap.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.daedalmap/county-map",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.096110+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.567955+00:00"
    },
    {
      "slug": "mcp-currency",
      "name": "DaedalMap Historical FX Rates",
      "description": "Historical foreign exchange rates and currency comparisons from the DaedalMap MCP lane.",
      "website": "https://app.daedalmap.com/mcp/currency",
      "github_url": "https://github.com/xyver/daedal-map",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.daedalmap.com/mcp/currency"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.daedalmap/currency",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.096196+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.568078+00:00"
    },
    {
      "slug": "mcp-earthquakes",
      "name": "DaedalMap Earthquake Data",
      "description": "Historical earthquake event data and structured earthquake queries from the DaedalMap MCP lane.",
      "website": "https://app.daedalmap.com/mcp/earthquakes",
      "github_url": "https://github.com/xyver/daedal-map",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.daedalmap.com/mcp/earthquakes"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.daedalmap/earthquakes",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.096279+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.568202+00:00"
    },
    {
      "slug": "mcp-hurricanes",
      "name": "DaedalMap Hurricane and Tropical Cyclone Data",
      "description": "Global tropical cyclone tracks from IBTrACS, 1842-present. Wind, pressure, and paths. Free.",
      "website": "https://app.daedalmap.com/mcp/hurricanes",
      "github_url": "https://github.com/xyver/daedal-map",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.daedalmap.com/mcp/hurricanes"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.daedalmap/hurricanes",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.096362+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.568339+00:00"
    },
    {
      "slug": "mcp-tsunamis",
      "name": "DaedalMap Tsunami Data",
      "description": "Historical tsunami event data and structured tsunami queries from the DaedalMap MCP lane.",
      "website": "https://app.daedalmap.com/mcp/tsunamis",
      "github_url": "https://github.com/xyver/daedal-map",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.daedalmap.com/mcp/tsunamis"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.daedalmap/tsunamis",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.096444+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.568472+00:00"
    },
    {
      "slug": "mcp-un-sdg",
      "name": "DaedalMap UN Sustainable Development Goals",
      "description": "UN SDG country indicators across all 17 goals: poverty, health, education, climate. Free.",
      "website": "https://app.daedalmap.com/mcp/un_sdg",
      "github_url": "https://github.com/xyver/daedal-map",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.daedalmap.com/mcp/un_sdg"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.daedalmap/un_sdg",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.096529+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.568612+00:00"
    },
    {
      "slug": "mcp-volcanoes",
      "name": "DaedalMap Volcanic Activity",
      "description": "Historical volcanic eruption records and volcanic activity queries from the DaedalMap MCP lane.",
      "website": "https://app.daedalmap.com/mcp/volcanoes",
      "github_url": "https://github.com/xyver/daedal-map",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.daedalmap.com/mcp/volcanoes"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.daedalmap/volcanoes",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.096611+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.568742+00:00"
    },
    {
      "slug": "mcp-world-factbook",
      "name": "DaedalMap CIA World Factbook",
      "description": "CIA World Factbook country indicators for infrastructure, energy, demographics, and economy. Free.",
      "website": "https://app.daedalmap.com/mcp/world_factbook",
      "github_url": "https://github.com/xyver/daedal-map",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.daedalmap.com/mcp/world_factbook"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.daedalmap/world_factbook",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.096697+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.568864+00:00"
    },
    {
      "slug": "mcp-dataclawe-mcp",
      "name": "DataClawe \u2014 Database as a Utility",
      "description": "AI-native database utility. Talk to your DB in plain language. No SQL. MySQL & PostgreSQL.",
      "website": "https://mcp.dataclawe.com/sse",
      "github_url": "https://github.com/DataClawe/dcl-spec",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.dataclawe.com/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.dataclawe/dataclawe-mcp",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.096780+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.568987+00:00"
    },
    {
      "slug": "mcp-amazon-seller-mcp",
      "name": "DataDoe MCP",
      "description": "Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.",
      "website": "https://mcp.datadoe.com/mcp/v1",
      "github_url": "https://github.com/Deltologic/datadoe-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.datadoe.com/mcp/v1"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.datadoe/amazon-seller-mcp",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.096864+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.569109+00:00"
    },
    {
      "slug": "mcp-dbtrail",
      "name": "dbtrail",
      "description": "MySQL change tracking with instant row-level recovery and forensic attribution for compliance.",
      "website": "https://api.dbtrail.com/mcp",
      "github_url": "https://github.com/dbtrail/bintrail",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.dbtrail.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.dbtrail/dbtrail",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.096947+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.569235+00:00"
    },
    {
      "slug": "mcp-dealsurface",
      "name": "dealsurface",
      "description": "MCP server for DealSurface.com sales intelligence platform.",
      "website": "https://registry.modelcontextprotocol.io/v0/servers/com.dealsurface/dealsurface",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dealsurface/mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.dealsurface/dealsurface",
      "_version": "0.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.097039+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.569363+00:00"
    },
    {
      "slug": "mcp-da",
      "name": "Decision Anchor",
      "description": "Fixes payment and delegation boundaries externally. When two agents disagree, DA proves both sides.",
      "website": "https://mcp.decision-anchor.com/mcp",
      "github_url": "https://github.com/zse4321/decision-anchor-sdk",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.decision-anchor.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.decision-anchor/da",
      "_version": "1.2.4",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.097127+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.569507+00:00"
    },
    {
      "slug": "mcp-geophysical-intelligence",
      "name": "DeepMap AI",
      "description": "Multi-hazard geophysical risk scoring, prediction, weather, insurance, and climate tools",
      "website": "https://github.com/MichaelLJessop/SensorAnalytics",
      "github_url": "https://github.com/MichaelLJessop/SensorAnalytics",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "deepmap-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.deepmapai/geophysical-intelligence",
      "_version": "2.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.097213+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.569838+00:00"
    },
    {
      "slug": "mcp-default-privacy",
      "name": "Default Privacy",
      "description": "Privacy Protocol directory, guides, diagnostics, formation intake. 23 tools, 7 resources, 6 prompts.",
      "website": "https://defaultprivacy.com/api/privacy/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://defaultprivacy.com/api/privacy/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.defaultprivacy/default-privacy",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.284875+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.748296+00:00"
    },
    {
      "slug": "mcp-settlement-witness",
      "name": "SettlementWitness",
      "description": "Deterministic verification gate for agent execution and x402 settlement.",
      "website": "https://defaultverifier.com/mcp",
      "github_url": "https://github.com/nutstrut/default-settlement-verifier",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://defaultverifier.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.defaultverifier/settlement-witness",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.284996+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.748522+00:00"
    },
    {
      "slug": "mcp-dexpaprika",
      "name": "DexPaprika",
      "description": "Real-time DEX data, liquidity pools, token prices, and trading volumes across blockchain networks.",
      "website": "https://mcp.dexpaprika.com/streamable-http",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.dexpaprika.com/streamable-http"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.dexpaprika/dexpaprika",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.285150+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.748931+00:00"
    },
    {
      "slug": "mcp-coliving-search",
      "name": "coliving-search",
      "description": "Search 14,000+ verified coliving and coworking spaces with pricing, amenities, and reviews.",
      "website": "https://registry.modelcontextprotocol.io/v0/servers/com.digitalnomadindex/coliving-search",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://registry.modelcontextprotocol.io/v0/servers/com.digitalnomadindex/coliving-search"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.digitalnomadindex/coliving-search",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.285225+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.749095+00:00"
    },
    {
      "slug": "mcp-dilli-email-validation-api-server",
      "name": "dilli-email-validation-api-server",
      "description": "An MCP server that provides tools to validate an email address using Dilli Email Validation API.",
      "website": "https://deva.dillilabs.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://deva.dillilabs.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.dillilabs.deva/dilli-email-validation-api-server",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.285300+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.749285+00:00"
    },
    {
      "slug": "mcp-dirtsignal",
      "name": "DirtSignal",
      "description": "Florida property distress signals: code violations and recorded liens.",
      "website": "https://dirtsignal.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://dirtsignal.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.dirtsignal/dirtsignal",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.285374+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.749457+00:00"
    },
    {
      "slug": "mcp-dotprompts",
      "name": ".prompts",
      "description": ".prompts, the home to all your AI prompts, everywhere you need them.",
      "website": "https://dotprompts.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://dotprompts.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.dotprompts/dotprompts",
      "_version": "0.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.285594+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.753259+00:00"
    },
    {
      "slug": "mcp-driflyte-mcp-server",
      "name": "driflyte-mcp-server",
      "description": "Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.",
      "website": "https://mcp.driflyte.com/mcp",
      "github_url": "https://github.com/serkan-ozal/driflyte-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@driflyte/mcp-server"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.driflyte/driflyte-mcp-server",
      "_version": "0.1.15",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.285680+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.753469+00:00"
    },
    {
      "slug": "mcp-dxtra-radio",
      "name": "dxtra Radio \u2014 Frequency Database",
      "description": "Radio frequency database: FM, AM, shortwave, TV, ham, weather, emergency alerts. 15+ countries.",
      "website": "https://dxtra.com/mcp/sse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://dxtra.com/mcp/sse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.dxtra/dxtra-radio",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.285765+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.753666+00:00"
    },
    {
      "slug": "mcp-image-video-anonymization-mcp",
      "name": "NoonAI Image/Video Anonymization MCP",
      "description": "Remote MCP for image/video anonymization, privacy redaction, async jobs, and downloads.",
      "website": "https://noon-ai.dyndns-server.com/image-video-anonymization-mcp",
      "github_url": "https://github.com/MHNCity/noonai-dis-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://noon-ai.dyndns-server.com/image-video-anonymization-mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.dyndns-server.noon-ai/image-video-anonymization-mcp",
      "_version": "0.1.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.285846+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.753825+00:00"
    },
    {
      "slug": "mcp-noonai-dis-mcp-server",
      "name": "NoonAI DIS Image/Video Anonymization MCP",
      "description": "Remote MCP for image/video anonymization, privacy redaction, async jobs, downloads, and billing.",
      "website": "https://noon-ai.dyndns-server.com/mcp",
      "github_url": "https://github.com/MHNCity/noonai-dis-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://noon-ai.dyndns-server.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.dyndns-server.noon-ai/noonai-dis-mcp-server",
      "_version": "0.1.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.285927+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.753968+00:00"
    },
    {
      "slug": "mcp-video-anonymization-mcp",
      "name": "NoonAI Video Anonymization MCP",
      "description": "Remote MCP for video anonymization, privacy redaction, async video jobs, and downloads.",
      "website": "https://noon-ai.dyndns-server.com/video-anonymization-mcp",
      "github_url": "https://github.com/MHNCity/noonai-dis-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://noon-ai.dyndns-server.com/video-anonymization-mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.dyndns-server.noon-ai/video-anonymization-mcp",
      "_version": "0.1.6",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.285997+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.754106+00:00"
    },
    {
      "slug": "mcp-prospecting",
      "name": "Eesier \u2014 AI Lead Prospecting",
      "description": "Autonomous B2B lead prospecting \u2014 36 tools for campaigns, leads, and email outreach.",
      "website": "https://mcp.eesier.com",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.eesier.com"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.eesier/prospecting",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.463811+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.932110+00:00"
    },
    {
      "slug": "mcp-waveguard",
      "name": "WaveGuard",
      "description": "Anomaly detection API powered by physics simulation. Scan any data for outliers.",
      "website": "https://gpartin--waveguard-api-fastapi-app.modal.run/v2/mcp",
      "github_url": "https://github.com/gpartin/LFMAnomalyDetection",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://gpartin--waveguard-api-fastapi-app.modal.run/v2/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.emergentphysicslab/waveguard",
      "_version": "3.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.463949+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.932467+00:00"
    },
    {
      "slug": "mcp-gigs",
      "name": "Emerging Tech Center \u2014 AI Agent Gig Board",
      "description": "Discover and apply to paid (100 USDC) AI agent gigs at the Emerging Tech Center, Phoenix AZ.",
      "website": "https://emergingtechcenter.com/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://emergingtechcenter.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.emergingtechcenter/gigs",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.464035+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.932626+00:00"
    },
    {
      "slug": "mcp-mental-health-care",
      "name": "mental-health-care",
      "description": "Search providers, check availability, book evaluations, and estimate insurance copays.",
      "website": "https://www.emorahealth.com/api/mcp/v1",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.emorahealth.com/api/mcp/v1"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.emorahealth/mental-health-care",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.464122+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.932773+00:00"
    },
    {
      "slug": "mcp-xray-vision",
      "name": "XRay-Vision",
      "description": "AI-powered codebase analysis \u2014 call graphs, security, dead code, complexity. 150+ tools.",
      "website": "https://mcp.emtailabs.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.emtailabs.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.emtailabs/xray-vision",
      "_version": "2.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.464208+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.932910+00:00"
    },
    {
      "slug": "mcp-enigma-mcp-server",
      "name": "enigma-mcp-server",
      "description": "An MCP server that provides access to trusted data about business identity and activity",
      "website": "https://mcp.enigma.com/http",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.enigma.com/http"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.enigma/enigma-mcp-server",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.464307+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.933047+00:00"
    },
    {
      "slug": "mcp-entity-mcp",
      "name": "entity-mcp",
      "description": "Access 30+ AI agent essays, CLAUDE.md generator, and readiness assessments.",
      "website": "https://entity0.com/mcp",
      "github_url": "https://github.com/entity-zero/entity-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://entity0.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.entity0/entity-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.464396+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.933208+00:00"
    },
    {
      "slug": "mcp-epublys",
      "name": "Epublys",
      "description": "EPUB/PDF tools: merge, split, compress, convert, edit metadata, validate ebooks.",
      "website": "https://epublys.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://epublys.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.epublys/epublys",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.464504+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.933439+00:00"
    },
    {
      "slug": "mcp-blockchain-intelligence",
      "name": "EruditePay Blockchain Intelligence",
      "description": "168 MCP tools: token prices, whale tracking, DeFi, wallets across Base/Tron/BTC/XRP/Kaspa",
      "website": "https://bridge.eruditepay.com:4100/mcp",
      "github_url": "https://github.com/EruditeIntelligence/blockchain-intelligence-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://bridge.eruditepay.com:4100/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.eruditepay/blockchain-intelligence",
      "_version": "2.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.464592+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.933591+00:00"
    },
    {
      "slug": "mcp-eurorack",
      "name": "eurorack",
      "description": "Citation-anchored Eurorack module reference: specs, compatibility, and patch techniques.",
      "website": "https://eurorackref.com/mcp",
      "github_url": "https://github.com/jallen/eurorack-reference",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://eurorackref.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.eurorackref/eurorack",
      "_version": "0.1.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.464681+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.933732+00:00"
    },
    {
      "slug": "mcp-event-escapes",
      "name": "Event Escapes",
      "description": "Search event travel: F1, MotoGP, soccer, NFL, tennis, concerts. Tickets + hotels + experiences.",
      "website": "https://mcp.eventescapes.com",
      "github_url": "https://github.com/eventescapes/event-escapes",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.eventescapes.com"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.eventescapes/event-escapes",
      "_version": "1.5.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.464768+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.933913+00:00"
    },
    {
      "slug": "mcp-eip-mcp",
      "name": "Exploit Intelligence Platform \u2014 CVE, Vulnerability and Exploit Database",
      "description": "Real-time CVE, exploit, and vulnerability intelligence for AI assistants (350K+ CVEs, 115K+ PoCs)",
      "website": "https://mcp.exploit-intel.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "eip-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.exploit-intel/eip-mcp",
      "_version": "0.3.9",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.464921+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.934309+00:00"
    },
    {
      "slug": "mcp-seo-marketing",
      "name": "EzBiz SEO & Marketing Analysis",
      "description": "AI-powered SEO and marketing: keyword research, SERP analysis, and content optimization tools.",
      "website": "https://seo.ezbizservices.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://seo.ezbizservices.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.ezbizservices/seo-marketing",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.465008+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.934450+00:00"
    },
    {
      "slug": "mcp-social-media",
      "name": "EzBiz Social Media Analytics",
      "description": "AI-powered social media intelligence: profile analysis, engagement scoring, and trend detection.",
      "website": "https://social.ezbizservices.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://social.ezbizservices.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.ezbizservices/social-media",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.465151+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.934599+00:00"
    },
    {
      "slug": "mcp-queryweaver",
      "name": "QueryWeaver",
      "description": "An MCP server for Text2SQL: transforms natural language into SQL using graph schema understanding.",
      "website": "https://github.com/FalkorDB/QueryWeaver",
      "github_url": "https://github.com/FalkorDB/QueryWeaver",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_docker",
      "install_config": {
        "image": "docker.io/falkordb/queryweaver:0.0.11"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.falkordb/QueryWeaver",
      "_version": "0.0.11",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.465584+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.935014+00:00"
    },
    {
      "slug": "mcp-skybridge",
      "name": "Test server",
      "description": "Test server",
      "website": "https://mcp.fenetresurciel.com",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.fenetresurciel.com"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.fenetresurciel.mcp/skybridge",
      "_version": "0.0.5",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.465744+00:00",
      "_last_seen_at": "2026-05-25T13:58:28.935189+00:00"
    },
    {
      "slug": "mcp-mcp-server-template-nodejs",
      "name": "Second server!",
      "description": "A non functional MCP server (yet)",
      "website": "https://verylongmcp.fenetresurciel.com",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://verylongmcp.fenetresurciel.com"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.fenetresurciel.verylongmcp/mcp-server-template-nodejs",
      "_version": "0.0.72",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.629904+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.104111+00:00"
    },
    {
      "slug": "mcp-python-mcp",
      "name": "python-mcp",
      "description": "Securely give LLMs controlled access to real-world operations inside your Files.com environment",
      "website": "https://github.com/Files-com/files-mcp",
      "github_url": "https://github.com/Files-com/files-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "files-com-mcp"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.files/python-mcp",
      "_version": "1.0.51",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.630165+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.104601+00:00"
    },
    {
      "slug": "mcp-firehose",
      "name": "FilingFirehose",
      "description": "SEC EDGAR filings parsed: 8-K body-text classification, 13D activist tagging, S-3 ATM detection.",
      "website": "https://filingfirehose.com/mcp",
      "github_url": "https://github.com/jaablon/filingfirehose-python",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://filingfirehose.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.filingfirehose/firehose",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.630257+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.104725+00:00"
    },
    {
      "slug": "mcp-auto",
      "name": "FINN Auto - Car Subscription",
      "description": "Search and browse cars for all-inclusive subscription on FINN. Prices, specs, and checkout links.",
      "website": "https://www.finn.com/api/mcp",
      "github_url": "https://github.com/finn-auto/finn-auto-ui-frontend",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.finn.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.finn.www/auto",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.630375+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.104925+00:00"
    },
    {
      "slug": "mcp-fintrx-mcp",
      "name": "fintrx-mcp",
      "description": "Bring FINTRX's family office and RIA intelligence into Claude.",
      "website": "https://mcp.fintrx.net/mcp",
      "github_url": "https://github.com/FINTRX-Inc/fintrx-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.fintrx.net/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.fintrx/fintrx-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.630463+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.105248+00:00"
    },
    {
      "slug": "mcp-flatland",
      "name": "Flatland",
      "description": "Financial modeling engine for AI agents. Typed P&Ls, scenario analysis, and Excel export.",
      "website": "https://api.flatlandfi.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "flatland-setup"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.flatlandfi/flatland",
      "_version": "1.1.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.630572+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.105572+00:00"
    },
    {
      "slug": "mcp-cricket-travel",
      "name": "cricket-travel",
      "description": "Cricket travel specialist. Search tours, destinations, schedules, and submit enquiries.",
      "website": "https://www.followontours.com/api/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.followontours.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.followontours/cricket-travel",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.630664+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.105898+00:00"
    },
    {
      "slug": "mcp-kuro-mcp",
      "name": "Kuro AI Agent MCP Server",
      "description": "AI agent tools: translation (95+ langs), crypto research, compliance, summarization.",
      "website": "https://fourmemeclaw.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://fourmemeclaw.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.fourmemeclaw/kuro-mcp",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.630776+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.106442+00:00"
    },
    {
      "slug": "mcp-context",
      "name": "Fulcra Context",
      "description": "Collect Apple Health data from your wearables through the Context app and query it via MCP",
      "website": "https://mcp.fulcradynamics.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.fulcradynamics.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.fulcradynamics/context",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.630865+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.107108+00:00"
    },
    {
      "slug": "mcp-futureagi",
      "name": "Future AGI",
      "description": "Build, test, monitor & improve AI with Future AGI via Claude, Cursor, Windsurf & more.",
      "website": "https://api.futureagi.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://api.futureagi.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.futureagi/futureagi",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.630954+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.107395+00:00"
    },
    {
      "slug": "mcp-analytics-docs",
      "name": "GameAnalytics Documentation",
      "description": "Search GameAnalytics docs: Unity, Unreal, iOS, Android SDK and API guides for mobile game analytics.",
      "website": "https://mcp.docs.gameanalytics.com",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.docs.gameanalytics.com"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.gameanalytics/analytics-docs",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.631042+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.107576+00:00"
    },
    {
      "slug": "mcp-gil",
      "name": "Game Industry Library",
      "description": "Search 300+ game industry reports with hybrid search, claims, charts, and citations.",
      "website": "https://gameindustrylibrary.com/api/mcp",
      "github_url": "https://github.com/DerpBicycle/gil-mcp-bridge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://gameindustrylibrary.com/api/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.gameindustrylibrary/gil",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.631154+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.107757+00:00"
    },
    {
      "slug": "mcp-mcp-developers",
      "name": "mcp-developers",
      "description": "Gaudio Lab Audio AI \u2014 Stem Separation, DME Separation, AI Text Sync",
      "website": "https://registry.modelcontextprotocol.io/v0/servers/com.gaudiolab/mcp-developers",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gaudiolab/mcp-developers"
        ]
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.gaudiolab/mcp-developers",
      "_version": "1.0.1",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.631306+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.108142+00:00"
    },
    {
      "slug": "mcp-mcp-agentcore",
      "name": "mcp-agentcore",
      "description": "AI governance MCP server for EU AI Act compliance and jurisdiction verification",
      "website": "https://geiant-agentcore-production.up.railway.app/mcp",
      "github_url": "https://github.com/GNS-Foundation/geiant",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://geiant-agentcore-production.up.railway.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.geiant/mcp-agentcore",
      "_version": "0.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.631457+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.108323+00:00"
    },
    {
      "slug": "mcp-mcp-perception",
      "name": "mcp-perception",
      "description": "Geospatial AI MCP server \u2014 satellite imagery, embeddings, weather, GNS governance",
      "website": "https://packagesmcp-perception-production.up.railway.app/mcp",
      "github_url": "https://github.com/GNS-Foundation/geiant",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://packagesmcp-perception-production.up.railway.app/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.geiant/mcp-perception",
      "_version": "0.3.3",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.631635+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.108597+00:00"
    },
    {
      "slug": "mcp-generect-mcp",
      "name": "generect-mcp",
      "description": "B2B lead generation and company search through Generect Live API for sales prospecting.",
      "website": "https://mcp.generect.com/mcp",
      "github_url": "https://github.com/generect/generect_mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://mcp.generect.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.generect/generect-mcp",
      "_version": "0.1.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.631908+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.108896+00:00"
    },
    {
      "slug": "mcp-presentations",
      "name": "presentations",
      "description": "Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link.",
      "website": "https://slides-api.getalai.com/mcp/",
      "github_url": "https://github.com/getalai/alai-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://slides-api.getalai.com/mcp/"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.getalai/presentations",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.632394+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.109073+00:00"
    },
    {
      "slug": "mcp-recruiter",
      "name": "Get on Board",
      "description": "Recruiter-scoped search across Latin America's largest tech talent pool. OAuth-authenticated.",
      "website": "https://www.getonbrd.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://www.getonbrd.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.getonbrd/recruiter",
      "_version": "1.0.2",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.632630+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.110210+00:00"
    },
    {
      "slug": "mcp-gettreatmenthelp",
      "name": "GTH Intelligence \u2014 Substance Abuse Treatment Finder",
      "description": "Search 12,373 SAMHSA-verified substance abuse treatment facilities across all 50 US states.",
      "website": "https://gth-mcp-server.pages.dev/mcp",
      "github_url": "https://github.com/Crindo2/gth-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://gth-mcp-server.pages.dev/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.gettreatmenthelp/gettreatmenthelp",
      "_version": "1.1.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.632728+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.110645+00:00"
    },
    {
      "slug": "mcp-unblocked-mcp",
      "name": "unblocked-mcp",
      "description": "Unblocked MCP Server",
      "website": "https://getunblocked.com/api/mcpsse",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://getunblocked.com/api/mcpsse"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.getunblocked/unblocked-mcp",
      "_version": "1.0.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.632809+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.110869+00:00"
    },
    {
      "slug": "mcp-cpq",
      "name": "Veles CPQ",
      "description": "Configure, price, and quote with Veles CPQ",
      "website": "https://app.getveles.com/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://app.getveles.com/mcp"
      },
      "tags": [
        "mcp-server"
      ],
      "_registry_name": "com.getveles/cpq",
      "_version": "1.2.0",
      "_sources": [
        "mcp-registry"
      ],
      "_discovered_at": "2026-05-25T13:08:57.632921+00:00",
      "_last_seen_at": "2026-05-25T13:58:29.111076+00:00"
    },
    {
      "slug": "gh-punkpeye-awesome-mcp-clients",
      "name": "awesome-mcp-clients",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/punkpeye/awesome-mcp-clients",
      "github_url": "https://github.com/punkpeye/awesome-mcp-clients",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/punkpeye/awesome-mcp-clients"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.445852+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.742825+00:00"
    },
    {
      "slug": "gh-1mcp-app-agent",
      "name": "1mcp/agent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/1mcp-app/agent",
      "github_url": "https://github.com/1mcp-app/agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/1mcp-app/agent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.446084+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.890953+00:00"
    },
    {
      "slug": "gh-8randonpickart5-alderpost-mcp",
      "name": "8randonpickart5/alderpost-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/8randonpickart5/alderpost-mcp",
      "github_url": "https://github.com/8randonpickart5/alderpost-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/8randonpickart5/alderpost-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.446186+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.036059+00:00"
    },
    {
      "slug": "gh-tadas-github-a2asearch-mcp",
      "name": "tadas-github/a2asearch-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tadas-github/a2asearch-mcp",
      "github_url": "https://github.com/tadas-github/a2asearch-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tadas-github/a2asearch-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.446382+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.036410+00:00"
    },
    {
      "slug": "gh-aganium-agenium",
      "name": "Aganium/agenium",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Aganium/agenium",
      "github_url": "https://github.com/Aganium/agenium",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Aganium/agenium"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.446506+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.036743+00:00"
    },
    {
      "slug": "gh-elisymlabs-elisym",
      "name": "elisymlabs/elisym",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/elisymlabs/elisym",
      "github_url": "https://github.com/elisymlabs/elisym",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/elisymlabs/elisym"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.446599+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.037075+00:00"
    },
    {
      "slug": "gh-espadaw-agent47",
      "name": "espadaw/Agent47",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/espadaw/Agent47",
      "github_url": "https://github.com/espadaw/Agent47",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/espadaw/Agent47"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.446691+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.037422+00:00"
    },
    {
      "slug": "gh-doggychip-agentforge",
      "name": "doggychip/agentforge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/doggychip/agentforge",
      "github_url": "https://github.com/doggychip/agentforge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/doggychip/agentforge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.446781+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.037760+00:00"
    },
    {
      "slug": "gh-agenthotspot-agenthotspot-mcp",
      "name": "AgentHotspot",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AgentHotspot/agenthotspot-mcp",
      "github_url": "https://github.com/AgentHotspot/agenthotspot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AgentHotspot/agenthotspot-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.446873+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.038091+00:00"
    },
    {
      "slug": "gh-alexanderclapp-clirank-mcp-server",
      "name": "alexanderclapp/clirank-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alexanderclapp/clirank-mcp-server",
      "github_url": "https://github.com/alexanderclapp/clirank-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alexanderclapp/clirank-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.446964+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.038427+00:00"
    },
    {
      "slug": "gh-work90210-apifold",
      "name": "Work90210/APIFold",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Work90210/APIFold",
      "github_url": "https://github.com/Work90210/APIFold",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Work90210/APIFold"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.447064+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.038759+00:00"
    },
    {
      "slug": "gh-rhein1-agoragentic-integrations",
      "name": "rhein1/agoragentic-integrations",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rhein1/agoragentic-integrations",
      "github_url": "https://github.com/rhein1/agoragentic-integrations",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rhein1/agoragentic-integrations"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.447159+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.039098+00:00"
    },
    {
      "slug": "gh-arikusi-deepseek-mcp-server",
      "name": "arikusi/deepseek-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arikusi/deepseek-mcp-server",
      "github_url": "https://github.com/arikusi/deepseek-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arikusi/deepseek-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.447251+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.039438+00:00"
    },
    {
      "slug": "gh-ariekogan-ateam-mcp",
      "name": "ariekogan/ateam-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ariekogan/ateam-mcp",
      "github_url": "https://github.com/ariekogan/ateam-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ariekogan/ateam-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.447342+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.039772+00:00"
    },
    {
      "slug": "gh-askbudi-roundtable",
      "name": "askbudi/roundtable",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/askbudi/roundtable",
      "github_url": "https://github.com/askbudi/roundtable",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/askbudi/roundtable"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.447433+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.040220+00:00"
    },
    {
      "slug": "gh-blockrunai-blockrun-mcp",
      "name": "blockrunai/blockrun-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/blockrunai/blockrun-mcp",
      "github_url": "https://github.com/blockrunai/blockrun-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/blockrunai/blockrun-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.447523+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.855946+00:00"
    },
    {
      "slug": "gh-data-everything-mcp-server-templates",
      "name": "Data-Everything/mcp-server-templates",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Data-Everything/mcp-server-templates",
      "github_url": "https://github.com/Data-Everything/mcp-server-templates",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Data-Everything/mcp-server-templates"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.447622+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.040651+00:00"
    },
    {
      "slug": "gh-depwire-depwire",
      "name": "depwire/depwire",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/depwire/depwire",
      "github_url": "https://github.com/depwire/depwire",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/depwire/depwire"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.447714+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.040793+00:00"
    },
    {
      "slug": "gh-duaraghav8-mcpjungle",
      "name": "duaraghav8/MCPJungle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/duaraghav8/MCPJungle",
      "github_url": "https://github.com/duaraghav8/MCPJungle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/duaraghav8/MCPJungle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.447807+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.040939+00:00"
    },
    {
      "slug": "gh-edgarriba-prolink",
      "name": "edgarriba/prolink",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/edgarriba/prolink",
      "github_url": "https://github.com/edgarriba/prolink",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/edgarriba/prolink"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.447896+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.041201+00:00"
    },
    {
      "slug": "gh-entire-vc-evc-spark-mcp",
      "name": "entire-vc/evc-spark-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/entire-vc/evc-spark-mcp",
      "github_url": "https://github.com/entire-vc/evc-spark-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/entire-vc/evc-spark-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.447986+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.041414+00:00"
    },
    {
      "slug": "gh-glenngillen-mcpmcp-server",
      "name": "glenngillen/mcpmcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/glenngillen/mcpmcp-server",
      "github_url": "https://github.com/glenngillen/mcpmcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/glenngillen/mcpmcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.448078+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.041562+00:00"
    },
    {
      "slug": "gh-gpu-bridge-mcp-server",
      "name": "gpu-bridge/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gpu-bridge/mcp-server",
      "github_url": "https://github.com/gpu-bridge/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gpu-bridge/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.448167+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.041707+00:00"
    },
    {
      "slug": "gh-carlosahumada89-govrider-mcp-server",
      "name": "carlosahumada89/govrider-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/carlosahumada89/govrider-mcp-server",
      "github_url": "https://github.com/carlosahumada89/govrider-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/carlosahumada89/govrider-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.448322+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.041850+00:00"
    },
    {
      "slug": "gh-gzoonet-cortex",
      "name": "gzoonet/cortex",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gzoonet/cortex",
      "github_url": "https://github.com/gzoonet/cortex",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gzoonet/cortex"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.448498+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.041989+00:00"
    },
    {
      "slug": "gh-hamflx-imagen3-mcp",
      "name": "hamflx/imagen3-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hamflx/imagen3-mcp",
      "github_url": "https://github.com/hamflx/imagen3-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hamflx/imagen3-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.448961+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.042140+00:00"
    },
    {
      "slug": "gh-hashgraph-online-hashnet-mcp-js",
      "name": "hashgraph-online/hashnet-mcp-js",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hashgraph-online/hashnet-mcp-js",
      "github_url": "https://github.com/hashgraph-online/hashnet-mcp-js",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hashgraph-online/hashnet-mcp-js"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.449089+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.042284+00:00"
    },
    {
      "slug": "gh-isaac-levine-forage",
      "name": "isaac-levine/forage",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/isaac-levine/forage",
      "github_url": "https://github.com/isaac-levine/forage",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/isaac-levine/forage"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.449182+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.042442+00:00"
    },
    {
      "slug": "gh-jaspertvdm-mcp-server-gemini-bridge",
      "name": "jaspertvdm/mcp-server-gemini-bridge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jaspertvdm/mcp-server-gemini-bridge",
      "github_url": "https://github.com/jaspertvdm/mcp-server-gemini-bridge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jaspertvdm/mcp-server-gemini-bridge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.449275+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.042580+00:00"
    },
    {
      "slug": "gh-jaspertvdm-mcp-server-ollama-bridge",
      "name": "jaspertvdm/mcp-server-ollama-bridge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jaspertvdm/mcp-server-ollama-bridge",
      "github_url": "https://github.com/jaspertvdm/mcp-server-ollama-bridge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jaspertvdm/mcp-server-ollama-bridge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.449367+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.042710+00:00"
    },
    {
      "slug": "gh-jaspertvdm-mcp-server-openai-bridge",
      "name": "jaspertvdm/mcp-server-openai-bridge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jaspertvdm/mcp-server-openai-bridge",
      "github_url": "https://github.com/jaspertvdm/mcp-server-openai-bridge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jaspertvdm/mcp-server-openai-bridge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.449460+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.042840+00:00"
    },
    {
      "slug": "gh-jovancoding-network-ai",
      "name": "Jovancoding/Network-AI",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Jovancoding/Network-AI",
      "github_url": "https://github.com/Jovancoding/Network-AI",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Jovancoding/Network-AI"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.449555+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.042972+00:00"
    },
    {
      "slug": "gh-julien040-anyquery",
      "name": "julien040/anyquery",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/julien040/anyquery",
      "github_url": "https://github.com/julien040/anyquery",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/julien040/anyquery"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.449648+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.651028+00:00"
    },
    {
      "slug": "gh-juspay-neurolink",
      "name": "juspay/neurolink",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/juspay/neurolink",
      "github_url": "https://github.com/juspay/neurolink",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/juspay/neurolink"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.449758+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.043231+00:00"
    },
    {
      "slug": "gh-codeislaw101-katzilla",
      "name": "codeislaw101/katzilla",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/codeislaw101/katzilla",
      "github_url": "https://github.com/codeislaw101/katzilla",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/codeislaw101/katzilla"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.449874+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.043362+00:00"
    },
    {
      "slug": "gh-k-dense-ai-claude-skills-mcp",
      "name": "K-Dense-AI/claude-skills-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/K-Dense-AI/claude-skills-mcp",
      "github_url": "https://github.com/K-Dense-AI/claude-skills-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/K-Dense-AI/claude-skills-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.449974+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.043498+00:00"
    },
    {
      "slug": "gh-khalidsaidi-ragmap",
      "name": "khalidsaidi/ragmap",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/khalidsaidi/ragmap",
      "github_url": "https://github.com/khalidsaidi/ragmap",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/khalidsaidi/ragmap"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.450069+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.043626+00:00"
    },
    {
      "slug": "gh-malamutemayhem-unclick-agent-native-endpoints",
      "name": "malamutemayhem/unclick-agent-native-endpoints",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/malamutemayhem/unclick-agent-native-endpoints",
      "github_url": "https://github.com/malamutemayhem/unclick-agent-native-endpoints",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/malamutemayhem/unclick-agent-native-endpoints"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.450163+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.043755+00:00"
    },
    {
      "slug": "gh-markgatcha-universal-mcp-toolkit",
      "name": "Markgatcha/universal-mcp-toolkit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Markgatcha/universal-mcp-toolkit",
      "github_url": "https://github.com/Markgatcha/universal-mcp-toolkit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Markgatcha/universal-mcp-toolkit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.450260+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.043888+00:00"
    },
    {
      "slug": "gh-mastadoonprime-sylex-search",
      "name": "MastadoonPrime/sylex-search",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MastadoonPrime/sylex-search",
      "github_url": "https://github.com/MastadoonPrime/sylex-search",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MastadoonPrime/sylex-search"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.450354+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.044020+00:00"
    },
    {
      "slug": "gh-merterbak-grok-mcp",
      "name": "merterbak/Grok-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/merterbak/Grok-MCP",
      "github_url": "https://github.com/merterbak/Grok-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/merterbak/Grok-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.450449+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.044154+00:00"
    },
    {
      "slug": "gh-metatool-ai-metatool-app",
      "name": "metatool-ai/metatool-app",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/metatool-ai/metatool-app",
      "github_url": "https://github.com/metatool-ai/metatool-app",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/metatool-ai/metatool-app"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.450577+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.044291+00:00"
    },
    {
      "slug": "gh-mikkoparkkola-mcp-gateway",
      "name": "MikkoParkkola/mcp-gateway",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MikkoParkkola/mcp-gateway",
      "github_url": "https://github.com/MikkoParkkola/mcp-gateway",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MikkoParkkola/mcp-gateway"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.450675+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.044421+00:00"
    },
    {
      "slug": "gh-mindsdb-mindsdb",
      "name": "mindsdb/mindsdb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mindsdb/mindsdb",
      "github_url": "https://github.com/mindsdb/mindsdb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mindsdb/mindsdb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.450771+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.044550+00:00"
    },
    {
      "slug": "gh-opentabs-dev-opentabs",
      "name": "opentabs-dev/opentabs",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/opentabs-dev/opentabs",
      "github_url": "https://github.com/opentabs-dev/opentabs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/opentabs-dev/opentabs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.450865+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.494734+00:00"
    },
    {
      "slug": "gh-oxgeneral-agentnet",
      "name": "oxgeneral/agentnet",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/oxgeneral/agentnet",
      "github_url": "https://github.com/oxgeneral/agentnet",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/oxgeneral/agentnet"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.450968+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.044811+00:00"
    },
    {
      "slug": "gh-particlefuture-1mcpserver",
      "name": "particlefuture/MCPDiscovery",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/particlefuture/1mcpserver",
      "github_url": "https://github.com/particlefuture/1mcpserver",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/particlefuture/1mcpserver"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.451115+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.443455+00:00"
    },
    {
      "slug": "gh-portel-dev-ncp",
      "name": "portel-dev/ncp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/portel-dev/ncp",
      "github_url": "https://github.com/portel-dev/ncp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/portel-dev/ncp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.451241+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.045084+00:00"
    },
    {
      "slug": "gh-profullstack-mcp-server",
      "name": "profullstack/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/profullstack/mcp-server",
      "github_url": "https://github.com/profullstack/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/profullstack/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.451388+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.045233+00:00"
    },
    {
      "slug": "gh-robhunter-agentdeals",
      "name": "robhunter/agentdeals",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/robhunter/agentdeals",
      "github_url": "https://github.com/robhunter/agentdeals",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/robhunter/agentdeals"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.451491+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.045599+00:00"
    },
    {
      "slug": "gh-rupinder2-mcp-orchestrator",
      "name": "rupinder2/mcp-orchestrator",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rupinder2/mcp-orchestrator",
      "github_url": "https://github.com/rupinder2/mcp-orchestrator",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rupinder2/mcp-orchestrator"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.451598+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.045944+00:00"
    },
    {
      "slug": "gh-supertrained-rhumb",
      "name": "supertrained/rhumb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/supertrained/rhumb",
      "github_url": "https://github.com/supertrained/rhumb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/supertrained/rhumb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.451693+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.046293+00:00"
    },
    {
      "slug": "gh-sitbon-magg",
      "name": "sitbon/magg",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sitbon/magg",
      "github_url": "https://github.com/sitbon/magg",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sitbon/magg"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.451844+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.842997+00:00"
    },
    {
      "slug": "gh-smart-mcp-proxy-mcpproxy-go",
      "name": "smart-mcp-proxy/mcpproxy-go",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/smart-mcp-proxy/mcpproxy-go",
      "github_url": "https://github.com/smart-mcp-proxy/mcpproxy-go",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/smart-mcp-proxy/mcpproxy-go"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.452004+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.059271+00:00"
    },
    {
      "slug": "gh-sonnyflylock-voxie-ai-directory-mcp",
      "name": "sonnyflylock/voxie-ai-directory-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sonnyflylock/voxie-ai-directory-mcp",
      "github_url": "https://github.com/sonnyflylock/voxie-ai-directory-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sonnyflylock/voxie-ai-directory-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.452106+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.047325+00:00"
    },
    {
      "slug": "gh-surescaleai-openai-gpt-image-mcp",
      "name": "SureScaleAI/openai-gpt-image-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SureScaleAI/openai-gpt-image-mcp",
      "github_url": "https://github.com/SureScaleAI/openai-gpt-image-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SureScaleAI/openai-gpt-image-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.452203+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.047711+00:00"
    },
    {
      "slug": "gh-sxhxliang-mcp-access-point",
      "name": "sxhxliang/mcp-access-point",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sxhxliang/mcp-access-point",
      "github_url": "https://github.com/sxhxliang/mcp-access-point",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sxhxliang/mcp-access-point"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.452298+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.048056+00:00"
    },
    {
      "slug": "gh-thinkchainai-mcpbundles",
      "name": "thinkchainai/mcpbundles",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/thinkchainai/mcpbundles",
      "github_url": "https://github.com/thinkchainai/mcpbundles",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/thinkchainai/mcpbundles"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.452396+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.048401+00:00"
    },
    {
      "slug": "gh-tigranbs-mcgravity",
      "name": "tigranbs/mcgravity",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tigranbs/mcgravity",
      "github_url": "https://github.com/tigranbs/mcgravity",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tigranbs/mcgravity"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.452491+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.048739+00:00"
    },
    {
      "slug": "gh-veriteknik-pluggedin-mcp-proxy",
      "name": "VeriTeknik/pluggedin-mcp-proxy",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/VeriTeknik/pluggedin-mcp-proxy",
      "github_url": "https://github.com/VeriTeknik/pluggedin-mcp-proxy",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VeriTeknik/pluggedin-mcp-proxy"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.452622+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.615608+00:00"
    },
    {
      "slug": "gh-viperjuice-mcp-gateway",
      "name": "ViperJuice/mcp-gateway",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ViperJuice/mcp-gateway",
      "github_url": "https://github.com/ViperJuice/mcp-gateway",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ViperJuice/mcp-gateway"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.452730+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.049426+00:00"
    },
    {
      "slug": "gh-waystation-ai-mcp",
      "name": "WayStation-ai/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/waystation-ai/mcp",
      "github_url": "https://github.com/waystation-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/waystation-ai/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.452826+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.049768+00:00"
    },
    {
      "slug": "gh-wegotdocs-open-mcp",
      "name": "wegotdocs/open-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wegotdocs/open-mcp",
      "github_url": "https://github.com/wegotdocs/open-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wegotdocs/open-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.452921+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.050105+00:00"
    },
    {
      "slug": "gh-whiteknightonhorse-apibase",
      "name": "whiteknightonhorse/APIbase",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/whiteknightonhorse/APIbase",
      "github_url": "https://github.com/whiteknightonhorse/APIbase",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/whiteknightonhorse/APIbase"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.453015+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.050444+00:00"
    },
    {
      "slug": "gh-rplryan-x402-discovery-mcp",
      "name": "rplryan/x402-discovery-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rplryan/x402-discovery-mcp",
      "github_url": "https://github.com/rplryan/x402-discovery-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rplryan/x402-discovery-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.453112+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.050786+00:00"
    },
    {
      "slug": "gh-x402-index-x402search-mcp",
      "name": "x402-index/x402search-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/x402-index/x402search-mcp",
      "github_url": "https://github.com/x402-index/x402search-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/x402-index/x402search-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.453216+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.051129+00:00"
    },
    {
      "slug": "gh-ikoskela-wisepanel-mcp",
      "name": "ikoskela/wisepanel-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ikoskela/wisepanel-mcp",
      "github_url": "https://github.com/ikoskela/wisepanel-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ikoskela/wisepanel-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.453316+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.051480+00:00"
    },
    {
      "slug": "gh-yangliangwei-personalizationmcp",
      "name": "YangLiangwei/PersonalizationMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/YangLiangwei/PersonalizationMCP",
      "github_url": "https://github.com/YangLiangwei/PersonalizationMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/YangLiangwei/PersonalizationMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.453415+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.051826+00:00"
    },
    {
      "slug": "gh-gregario-astronomy-oracle",
      "name": "gregario/astronomy-oracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/astronomy-oracle",
      "github_url": "https://github.com/gregario/astronomy-oracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/astronomy-oracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.453520+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.052165+00:00"
    },
    {
      "slug": "gh-io-aerospace-software-engineering-mcp-server",
      "name": "IO-Aerospace-software-community/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/IO-Aerospace-software-engineering/mcp-server",
      "github_url": "https://github.com/IO-Aerospace-software-engineering/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IO-Aerospace-software-engineering/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.453622+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.052517+00:00"
    },
    {
      "slug": "gh-acedatacloud-fluxmcp",
      "name": "AceDataCloud/MCPFlux",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AceDataCloud/FluxMCP",
      "github_url": "https://github.com/AceDataCloud/FluxMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AceDataCloud/FluxMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.453921+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.052761+00:00"
    },
    {
      "slug": "gh-acedatacloud-mcpnanobanana",
      "name": "AceDataCloud/MCPNanoBanana",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AceDataCloud/MCPNanoBanana",
      "github_url": "https://github.com/AceDataCloud/MCPNanoBanana",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AceDataCloud/MCPNanoBanana"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.454065+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.052911+00:00"
    },
    {
      "slug": "gh-acedatacloud-seedreammcp",
      "name": "AceDataCloud/MCPSeedream",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AceDataCloud/SeedreamMCP",
      "github_url": "https://github.com/AceDataCloud/SeedreamMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AceDataCloud/SeedreamMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.454194+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.053046+00:00"
    },
    {
      "slug": "gh-8ensmith-mcp-open-library",
      "name": "8enSmith/mcp-open-library",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/8enSmith/mcp-open-library",
      "github_url": "https://github.com/8enSmith/mcp-open-library",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/8enSmith/mcp-open-library"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.454314+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.851036+00:00"
    },
    {
      "slug": "gh-abhiemj-manim-mcp-server",
      "name": "abhiemj/manim-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/abhiemj/manim-mcp-server",
      "github_url": "https://github.com/abhiemj/manim-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/abhiemj/manim-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.454411+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.053321+00:00"
    },
    {
      "slug": "gh-austenstone-myinstants-mcp",
      "name": "austenstone/myinstants-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/austenstone/myinstants-mcp",
      "github_url": "https://github.com/austenstone/myinstants-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/austenstone/myinstants-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.454615+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.053645+00:00"
    },
    {
      "slug": "gh-ahujasid-blender-mcp",
      "name": "ahujasid/blender-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ahujasid/blender-mcp",
      "github_url": "https://github.com/ahujasid/blender-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ahujasid/blender-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.454749+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.054000+00:00"
    },
    {
      "slug": "gh-albertnahas-icogenie-mcp",
      "name": "albertnahas/icogenie-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/albertnahas/icogenie-mcp",
      "github_url": "https://github.com/albertnahas/icogenie-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/albertnahas/icogenie-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.454853+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.054344+00:00"
    },
    {
      "slug": "gh-aliafsahnoudeh-shahnameh-mcp-server",
      "name": "aliafsahnoudeh/shahnameh-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aliafsahnoudeh/shahnameh-mcp-server",
      "github_url": "https://github.com/aliafsahnoudeh/shahnameh-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aliafsahnoudeh/shahnameh-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.454968+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.054697+00:00"
    },
    {
      "slug": "gh-arikusi-nakkas",
      "name": "arikusi/nakkas",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arikusi/nakkas",
      "github_url": "https://github.com/arikusi/nakkas",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arikusi/nakkas"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.455065+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.055040+00:00"
    },
    {
      "slug": "gh-asmith26-jupytercad-mcp",
      "name": "asmith26/jupytercad-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/asmith26/jupytercad-mcp",
      "github_url": "https://github.com/asmith26/jupytercad-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/asmith26/jupytercad-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.455201+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.055387+00:00"
    },
    {
      "slug": "gh-jupytercad-jupytercad",
      "name": "JupyterCAD",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jupytercad/JupyterCAD",
      "github_url": "https://github.com/jupytercad/JupyterCAD",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jupytercad/JupyterCAD"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.455316+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.055730+00:00"
    },
    {
      "slug": "gh-attalla1-photopea-mcp-server",
      "name": "attalla1/photopea-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/attalla1/photopea-mcp-server",
      "github_url": "https://github.com/attalla1/photopea-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/attalla1/photopea-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.455414+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.056077+00:00"
    },
    {
      "slug": "gh-burningion-video-editing-mcp",
      "name": "burningion/video-editing-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/burningion/video-editing-mcp",
      "github_url": "https://github.com/burningion/video-editing-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/burningion/video-editing-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.455513+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.056426+00:00"
    },
    {
      "slug": "gh-cantian-ai-bazi-mcp",
      "name": "cantian-ai/bazi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cantian-ai/bazi-mcp",
      "github_url": "https://github.com/cantian-ai/bazi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cantian-ai/bazi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.455606+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.056889+00:00"
    },
    {
      "slug": "gh-cfpramod-open-museum-mcp",
      "name": "cfpramod/open-museum-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cfpramod/open-museum-mcp",
      "github_url": "https://github.com/cfpramod/open-museum-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cfpramod/open-museum-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.455692+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.058065+00:00"
    },
    {
      "slug": "gh-cifero74-mcp-apple-music",
      "name": "Cifero74/mcp-apple-music",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Cifero74/mcp-apple-music",
      "github_url": "https://github.com/Cifero74/mcp-apple-music",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Cifero74/mcp-apple-music"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.455793+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.058306+00:00"
    },
    {
      "slug": "gh-codex-curator-studiomcphub",
      "name": "codex-curator/studiomcphub",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/codex-curator/studiomcphub",
      "github_url": "https://github.com/codex-curator/studiomcphub",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/codex-curator/studiomcphub"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.455930+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.058454+00:00"
    },
    {
      "slug": "gh-constantineb6-comfy-pilot",
      "name": "ConstantineB6/comfy-pilot",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ConstantineB6/comfy-pilot",
      "github_url": "https://github.com/ConstantineB6/comfy-pilot",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ConstantineB6/comfy-pilot"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.456023+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.058600+00:00"
    },
    {
      "slug": "gh-cswkim-discogs-mcp-server",
      "name": "cswkim/discogs-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cswkim/discogs-mcp-server",
      "github_url": "https://github.com/cswkim/discogs-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cswkim/discogs-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.456110+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.058744+00:00"
    },
    {
      "slug": "gh-diivi-aseprite-mcp",
      "name": "diivi/aseprite-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/diivi/aseprite-mcp",
      "github_url": "https://github.com/diivi/aseprite-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/diivi/aseprite-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.456202+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.058886+00:00"
    },
    {
      "slug": "gh-djalal-quran-mcp-server",
      "name": "djalal/quran-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/djalal/quran-mcp-server",
      "github_url": "https://github.com/djalal/quran-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/djalal/quran-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.456289+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.059030+00:00"
    },
    {
      "slug": "gh-drakonkat-wizzy-mcp-tmdb",
      "name": "drakonkat/wizzy-mcp-tmdb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/drakonkat/wizzy-mcp-tmdb",
      "github_url": "https://github.com/drakonkat/wizzy-mcp-tmdb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/drakonkat/wizzy-mcp-tmdb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.456375+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.059174+00:00"
    },
    {
      "slug": "gh-gavxm-ani-mcp",
      "name": "gavxm/ani-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gavxm/ani-mcp",
      "github_url": "https://github.com/gavxm/ani-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gavxm/ani-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.456460+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.059316+00:00"
    },
    {
      "slug": "gh-genwavellc-svgmaker-mcp",
      "name": "GenWaveLLC/svgmaker-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GenWaveLLC/svgmaker-mcp",
      "github_url": "https://github.com/GenWaveLLC/svgmaker-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GenWaveLLC/svgmaker-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.456546+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.059462+00:00"
    },
    {
      "slug": "gh-gupta-kush-spotify-mcp",
      "name": "gupta-kush/spotify-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gupta-kush/spotify-mcp",
      "github_url": "https://github.com/gupta-kush/spotify-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gupta-kush/spotify-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.456634+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.059612+00:00"
    },
    {
      "slug": "gh-jau123-meigen-ai-design-mcp",
      "name": "jau123/MeiGen-AI-Design-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jau123/MeiGen-AI-Design-MCP",
      "github_url": "https://github.com/jau123/MeiGen-AI-Design-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jau123/MeiGen-AI-Design-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.456822+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.644826+00:00"
    },
    {
      "slug": "gh-khglynn-spotify-bulk-actions-mcp",
      "name": "khglynn/spotify-bulk-actions-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/khglynn/spotify-bulk-actions-mcp",
      "github_url": "https://github.com/khglynn/spotify-bulk-actions-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/khglynn/spotify-bulk-actions-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.456964+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.059907+00:00"
    },
    {
      "slug": "gh-leonardoca1-aesthetics-wiki-mcp",
      "name": "leonardoca1/aesthetics-wiki-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/leonardoca1/aesthetics-wiki-mcp",
      "github_url": "https://github.com/leonardoca1/aesthetics-wiki-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/leonardoca1/aesthetics-wiki-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.457052+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.060051+00:00"
    },
    {
      "slug": "gh-mikechao-metmuseum-mcp",
      "name": "mikechao/metmuseum-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikechao/metmuseum-mcp",
      "github_url": "https://github.com/mikechao/metmuseum-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikechao/metmuseum-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.457142+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.060199+00:00"
    },
    {
      "slug": "gh-mikan-atomoki-text-to-model",
      "name": "mikan-atomoki/text-to-model",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikan-atomoki/text-to-model",
      "github_url": "https://github.com/mikan-atomoki/text-to-model",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikan-atomoki/text-to-model"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.457229+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.060343+00:00"
    },
    {
      "slug": "gh-molanojustin-smithsonian-mcp",
      "name": "molanojustin/smithsonian-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/molanojustin/smithsonian-mcp",
      "github_url": "https://github.com/molanojustin/smithsonian-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/molanojustin/smithsonian-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.457317+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.060508+00:00"
    },
    {
      "slug": "gh-octoeverywhere-mcp",
      "name": "OctoEverywhere/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OctoEverywhere/mcp",
      "github_url": "https://github.com/OctoEverywhere/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OctoEverywhere/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.457403+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.060658+00:00"
    },
    {
      "slug": "gh-omni-mcp-isaac-sim-mcp",
      "name": "omni-mcp/isaac-sim-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/omni-mcp/isaac-sim-mcp",
      "github_url": "https://github.com/omni-mcp/isaac-sim-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/omni-mcp/isaac-sim-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.457498+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.060879+00:00"
    },
    {
      "slug": "gh-patrickpalmer-mayamcp",
      "name": "PatrickPalmer/MayaMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PatrickPalmer/MayaMCP",
      "github_url": "https://github.com/PatrickPalmer/MayaMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PatrickPalmer/MayaMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.457601+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.845017+00:00"
    },
    {
      "slug": "gh-peek-travel-mcp-intro",
      "name": "peek-travel/mcp-intro",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/peek-travel/mcp-intro",
      "github_url": "https://github.com/peek-travel/mcp-intro",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/peek-travel/mcp-intro"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.457696+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.061179+00:00"
    },
    {
      "slug": "gh-doctorm333-promptpilot-mcp-server",
      "name": "doctorm333/promptpilot-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/doctorm333/promptpilot-mcp-server",
      "github_url": "https://github.com/doctorm333/promptpilot-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/doctorm333/promptpilot-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.457785+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.061414+00:00"
    },
    {
      "slug": "gh-r-huijts-oorlogsbronnen-mcp",
      "name": "r-huijts/oorlogsbronnen-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/r-huijts/oorlogsbronnen-mcp",
      "github_url": "https://github.com/r-huijts/oorlogsbronnen-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/r-huijts/oorlogsbronnen-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.457965+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.061640+00:00"
    },
    {
      "slug": "gh-r-huijts-rijksmuseum-mcp",
      "name": "r-huijts/rijksmuseum-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/r-huijts/rijksmuseum-mcp",
      "github_url": "https://github.com/r-huijts/rijksmuseum-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/r-huijts/rijksmuseum-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.458328+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.061784+00:00"
    },
    {
      "slug": "gh-raveenb-fal-mcp-server",
      "name": "raveenb/fal-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/raveenb/fal-mcp-server",
      "github_url": "https://github.com/raveenb/fal-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/raveenb/fal-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.459413+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.061919+00:00"
    },
    {
      "slug": "gh-samuelgursky-davinci-resolve-mcp",
      "name": "samuelgursky/davinci-resolve-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/samuelgursky/davinci-resolve-mcp",
      "github_url": "https://github.com/samuelgursky/davinci-resolve-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/samuelgursky/davinci-resolve-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.459902+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.688076+00:00"
    },
    {
      "slug": "gh-shunshi-ai-bazi-reader-mcp",
      "name": "shunshi-ai/bazi-reader-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shunshi-ai/bazi-reader-mcp",
      "github_url": "https://github.com/shunshi-ai/bazi-reader-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shunshi-ai/bazi-reader-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.460228+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.062195+00:00"
    },
    {
      "slug": "gh-tasopen-mcp-alphabanana",
      "name": "tasopen/mcp-alphabanana",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tasopen/mcp-alphabanana",
      "github_url": "https://github.com/tasopen/mcp-alphabanana",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tasopen/mcp-alphabanana"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.460500+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.062422+00:00"
    },
    {
      "slug": "gh-twelvetake-studios-reaper-mcp",
      "name": "TwelveTake-Studios/reaper-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TwelveTake-Studios/reaper-mcp",
      "github_url": "https://github.com/TwelveTake-Studios/reaper-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TwelveTake-Studios/reaper-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.460701+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.062611+00:00"
    },
    {
      "slug": "gh-yuna0x0-anilist-mcp",
      "name": "yuna0x0/anilist-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yuna0x0/anilist-mcp",
      "github_url": "https://github.com/yuna0x0/anilist-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yuna0x0/anilist-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.461017+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.714519+00:00"
    },
    {
      "slug": "gh-yuvalsuede-agent-media",
      "name": "yuvalsuede/agent-media",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yuvalsuede/agent-media",
      "github_url": "https://github.com/yuvalsuede/agent-media",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yuvalsuede/agent-media"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.461132+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.062888+00:00"
    },
    {
      "slug": "gh-betterhyq-mermaid-grammer-inspector-mcp",
      "name": "betterhyq/mermaid-grammer-inspector-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/betterhyq/mermaid_grammer_inspector_mcp",
      "github_url": "https://github.com/betterhyq/mermaid_grammer_inspector_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/betterhyq/mermaid_grammer_inspector_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.461236+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.063029+00:00"
    },
    {
      "slug": "gh-bv-venky-excalidraw-architect-mcp",
      "name": "BV-Venky/excalidraw-architect-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BV-Venky/excalidraw-architect-mcp",
      "github_url": "https://github.com/BV-Venky/excalidraw-architect-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BV-Venky/excalidraw-architect-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.461338+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.063202+00:00"
    },
    {
      "slug": "gh-erajasekar-ai-diagram-maker-mcp",
      "name": "erajasekar/ai-diagram-maker-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/erajasekar/ai-diagram-maker-mcp",
      "github_url": "https://github.com/erajasekar/ai-diagram-maker-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/erajasekar/ai-diagram-maker-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.461455+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.063465+00:00"
    },
    {
      "slug": "gh-flowzap-xyz-flowzap-mcp",
      "name": "flowzap-xyz/flowzap-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/flowzap-xyz/flowzap-mcp",
      "github_url": "https://github.com/flowzap-xyz/flowzap-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/flowzap-xyz/flowzap-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.461799+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.063740+00:00"
    },
    {
      "slug": "gh-gittyburstein-mermaid-mcp-server",
      "name": "GittyBurstein/mermaid-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GittyBurstein/mermaid-mcp-server",
      "github_url": "https://github.com/GittyBurstein/mermaid-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GittyBurstein/mermaid-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.461992+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.064023+00:00"
    },
    {
      "slug": "gh-narasimhaponnada-mermaid-mcp",
      "name": "Narasimhaponnada/mermaid-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Narasimhaponnada/mermaid-mcp",
      "github_url": "https://github.com/Narasimhaponnada/mermaid-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Narasimhaponnada/mermaid-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.462240+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.064280+00:00"
    },
    {
      "slug": "gh-rdanieli-tentra-mcp",
      "name": "rdanieli/tentra-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rdanieli/tentra-mcp",
      "github_url": "https://github.com/rdanieli/tentra-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rdanieli/tentra-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.462449+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.064520+00:00"
    },
    {
      "slug": "gh-ammawla-encode-toolkit",
      "name": "ammawla/encode-toolkit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ammawla/encode-toolkit",
      "github_url": "https://github.com/ammawla/encode-toolkit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ammawla/encode-toolkit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.462594+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.064779+00:00"
    },
    {
      "slug": "gh-cafferychen777-chatspatial",
      "name": "cafferychen777/ChatSpatial",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cafferychen777/ChatSpatial",
      "github_url": "https://github.com/cafferychen777/ChatSpatial",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cafferychen777/ChatSpatial"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.462757+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.064993+00:00"
    },
    {
      "slug": "gh-dnaerys-onekgpd-mcp",
      "name": "dnaerys/onekgpd-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dnaerys/onekgpd-mcp",
      "github_url": "https://github.com/dnaerys/onekgpd-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dnaerys/onekgpd-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.462940+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.065181+00:00"
    },
    {
      "slug": "gh-fulcradynamics-fulcra-context-mcp",
      "name": "fulcradynamics/fulcra-context-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/fulcradynamics/fulcra-context-mcp",
      "github_url": "https://github.com/fulcradynamics/fulcra-context-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fulcradynamics/fulcra-context-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.463083+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.527870+00:00"
    },
    {
      "slug": "gh-genomoncology-biomcp",
      "name": "genomoncology/biomcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/genomoncology/biomcp",
      "github_url": "https://github.com/genomoncology/biomcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/genomoncology/biomcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.463319+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.818546+00:00"
    },
    {
      "slug": "gh-helixgenomics-genomic-agent-discovery",
      "name": "HelixGenomics/Genomic-Agent-Discovery",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HelixGenomics/Genomic-Agent-Discovery",
      "github_url": "https://github.com/HelixGenomics/Genomic-Agent-Discovery",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HelixGenomics/Genomic-Agent-Discovery"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.464418+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.065743+00:00"
    },
    {
      "slug": "gh-hlydecker-ucsc-genome-mcp",
      "name": "hlydecker/ucsc-genome-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hlydecker/ucsc-genome-mcp",
      "github_url": "https://github.com/hlydecker/ucsc-genome-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hlydecker/ucsc-genome-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.464634+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.066081+00:00"
    },
    {
      "slug": "gh-jamesanz-medical-mcp",
      "name": "JamesANZ/medical-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JamesANZ/medical-mcp",
      "github_url": "https://github.com/JamesANZ/medical-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JamesANZ/medical-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.464967+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.066456+00:00"
    },
    {
      "slug": "gh-mymedi-ai-mymedi-ai-mcp-server",
      "name": "MyMedi-AI/mymedi-ai-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MyMedi-AI/mymedi-ai-mcp-server",
      "github_url": "https://github.com/MyMedi-AI/mymedi-ai-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MyMedi-AI/mymedi-ai-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.465068+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.066824+00:00"
    },
    {
      "slug": "gh-nyxtoolsdev-dicom-hl7-mcp-server",
      "name": "NyxToolsDev/dicom-hl7-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/NyxToolsDev/dicom-hl7-mcp-server",
      "github_url": "https://github.com/NyxToolsDev/dicom-hl7-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/NyxToolsDev/dicom-hl7-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.465149+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.067105+00:00"
    },
    {
      "slug": "gh-longevity-genie-biothings-mcp",
      "name": "longevity-genie/biothings-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/longevity-genie/biothings-mcp",
      "github_url": "https://github.com/longevity-genie/biothings-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/longevity-genie/biothings-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.465229+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.067257+00:00"
    },
    {
      "slug": "gh-longevity-genie-gget-mcp",
      "name": "longevity-genie/gget-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/longevity-genie/gget-mcp",
      "github_url": "https://github.com/longevity-genie/gget-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/longevity-genie/gget-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.465826+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.067406+00:00"
    },
    {
      "slug": "gh-longevity-genie-opengenes-mcp",
      "name": "longevity-genie/opengenes-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/longevity-genie/opengenes-mcp",
      "github_url": "https://github.com/longevity-genie/opengenes-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/longevity-genie/opengenes-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.466983+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.067546+00:00"
    },
    {
      "slug": "gh-longevity-genie-synergy-age-mcp",
      "name": "longevity-genie/synergy-age-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/longevity-genie/synergy-age-mcp",
      "github_url": "https://github.com/longevity-genie/synergy-age-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/longevity-genie/synergy-age-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.467155+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.067688+00:00"
    },
    {
      "slug": "gh-neptun2000-heor-agent-mcp",
      "name": "neptun2000/heor-agent-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/neptun2000/heor-agent-mcp",
      "github_url": "https://github.com/neptun2000/heor-agent-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/neptun2000/heor-agent-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.467288+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.067828+00:00"
    },
    {
      "slug": "gh-ohnlp-omop-mcp",
      "name": "OHNLP/omop_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OHNLP/omop_mcp",
      "github_url": "https://github.com/OHNLP/omop_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OHNLP/omop_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.467644+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.067982+00:00"
    },
    {
      "slug": "gh-tatsuju-opdstar-nhi-mcp",
      "name": "tatsuju/opdstar-nhi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tatsuju/opdstar-nhi-mcp",
      "github_url": "https://github.com/tatsuju/opdstar-nhi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tatsuju/opdstar-nhi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.467788+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.068123+00:00"
    },
    {
      "slug": "gh-pkotecha-eng-aria-mcp-server",
      "name": "pkotecha-eng/aria-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pkotecha-eng/aria-mcp-server",
      "github_url": "https://github.com/pkotecha-eng/aria-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pkotecha-eng/aria-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.468016+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.068269+00:00"
    },
    {
      "slug": "gh-the-momentum-apple-health-mcp-server",
      "name": "the-momentum/apple-health-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/the-momentum/apple-health-mcp-server",
      "github_url": "https://github.com/the-momentum/apple-health-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/the-momentum/apple-health-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.468207+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.068485+00:00"
    },
    {
      "slug": "gh-the-momentum-fhir-mcp-server",
      "name": "the-momentum/fhir-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/the-momentum/fhir-mcp-server",
      "github_url": "https://github.com/the-momentum/fhir-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/the-momentum/fhir-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.468372+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.798960+00:00"
    },
    {
      "slug": "gh-thelongevityvault-decoder-3am-mcp",
      "name": "thelongevityvault/decoder-3am-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/thelongevityvault/decoder-3am-mcp",
      "github_url": "https://github.com/thelongevityvault/decoder-3am-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/thelongevityvault/decoder-3am-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.468670+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.069202+00:00"
    },
    {
      "slug": "gh-wso2-fhir-mcp-server",
      "name": "wso2/fhir-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wso2/fhir-mcp-server",
      "github_url": "https://github.com/wso2/fhir-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wso2/fhir-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.468823+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.516903+00:00"
    },
    {
      "slug": "gh-34892002-bilibili-mcp-js",
      "name": "34892002/bilibili-mcp-js",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/34892002/bilibili-mcp-js",
      "github_url": "https://github.com/34892002/bilibili-mcp-js",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/34892002/bilibili-mcp-js"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.468966+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.069947+00:00"
    },
    {
      "slug": "gh-achiya-automation-safari-mcp",
      "name": "achiya-automation/safari-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/achiya-automation/safari-mcp",
      "github_url": "https://github.com/achiya-automation/safari-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/achiya-automation/safari-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.469076+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.070305+00:00"
    },
    {
      "slug": "gh-aparajithn-agent-scraper-mcp",
      "name": "aparajithn/agent-scraper-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aparajithn/agent-scraper-mcp",
      "github_url": "https://github.com/aparajithn/agent-scraper-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aparajithn/agent-scraper-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.469186+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.070667+00:00"
    },
    {
      "slug": "gh-apireno-domshell",
      "name": "apireno/DOMShell",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/apireno/DOMShell",
      "github_url": "https://github.com/apireno/DOMShell",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apireno/DOMShell"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.469293+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.071024+00:00"
    },
    {
      "slug": "gh-automata-labs-team-mcp-server-playwright",
      "name": "automatalabs/mcp-server-playwright",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Automata-Labs-team/MCP-Server-Playwright",
      "github_url": "https://github.com/Automata-Labs-team/MCP-Server-Playwright",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Automata-Labs-team/MCP-Server-Playwright"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.469402+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.071393+00:00"
    },
    {
      "slug": "gh-bb-fat-browser-use-rs",
      "name": "BB-fat/browser-use-rs",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BB-fat/browser-use-rs",
      "github_url": "https://github.com/BB-fat/browser-use-rs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BB-fat/browser-use-rs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.469508+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.071696+00:00"
    },
    {
      "slug": "gh-bch1212-agentfetch-mcp",
      "name": "bch1212/agentfetch-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bch1212/agentfetch-mcp",
      "github_url": "https://github.com/bch1212/agentfetch-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bch1212/agentfetch-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.469603+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.071953+00:00"
    },
    {
      "slug": "gh-bighippoman-intercept-mcp",
      "name": "bighippoman/intercept-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bighippoman/intercept-mcp",
      "github_url": "https://github.com/bighippoman/intercept-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bighippoman/intercept-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.469700+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.072219+00:00"
    },
    {
      "slug": "gh-blackwhite084-playwright-plus-python-mcp",
      "name": "blackwhite084/playwright-plus-python-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/blackwhite084/playwright-plus-python-mcp",
      "github_url": "https://github.com/blackwhite084/playwright-plus-python-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/blackwhite084/playwright-plus-python-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.469805+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.072481+00:00"
    },
    {
      "slug": "gh-browserbase-mcp-server-browserbase",
      "name": "browserbase/mcp-server-browserbase",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/browserbase/mcp-server-browserbase",
      "github_url": "https://github.com/browserbase/mcp-server-browserbase",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/browserbase/mcp-server-browserbase"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.469900+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.855375+00:00"
    },
    {
      "slug": "gh-browsermcp-mcp",
      "name": "browsermcp/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/browsermcp/mcp",
      "github_url": "https://github.com/browsermcp/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/browsermcp/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.469994+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.024500+00:00"
    },
    {
      "slug": "gh-brutalzinn-simple-mcp-selenium",
      "name": "brutalzinn/simple-mcp-selenium",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/brutalzinn/simple-mcp-selenium",
      "github_url": "https://github.com/brutalzinn/simple-mcp-selenium",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/brutalzinn/simple-mcp-selenium"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.470088+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.075141+00:00"
    },
    {
      "slug": "gh-co-browser-browser-use-mcp-server",
      "name": "co-browser/browser-use-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/co-browser/browser-use-mcp-server",
      "github_url": "https://github.com/co-browser/browser-use-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/co-browser/browser-use-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.470184+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.075681+00:00"
    },
    {
      "slug": "gh-custodia-admin-pagebolt-mcp",
      "name": "Custodia-Admin/pagebolt-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Custodia-Admin/pagebolt-mcp",
      "github_url": "https://github.com/Custodia-Admin/pagebolt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Custodia-Admin/pagebolt-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.470297+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.075869+00:00"
    },
    {
      "slug": "gh-eat-pray-ai-yutu",
      "name": "eat-pray-ai/yutu",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/eat-pray-ai/yutu",
      "github_url": "https://github.com/eat-pray-ai/yutu",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/eat-pray-ai/yutu"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.470411+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.869412+00:00"
    },
    {
      "slug": "gh-executeautomation-mcp-playwright",
      "name": "executeautomation/playwright-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/executeautomation/mcp-playwright",
      "github_url": "https://github.com/executeautomation/mcp-playwright",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/executeautomation/mcp-playwright"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.470506+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.889975+00:00"
    },
    {
      "slug": "gh-eyalzh-browser-control-mcp",
      "name": "eyalzh/browser-control-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/eyalzh/browser-control-mcp",
      "github_url": "https://github.com/eyalzh/browser-control-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/eyalzh/browser-control-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.470601+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.133063+00:00"
    },
    {
      "slug": "gh-fradser-mcp-server-apple-reminders",
      "name": "fradser/mcp-server-apple-reminders",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/FradSer/mcp-server-apple-reminders",
      "github_url": "https://github.com/FradSer/mcp-server-apple-reminders",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FradSer/mcp-server-apple-reminders"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.470709+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.076505+00:00"
    },
    {
      "slug": "gh-freema-firefox-devtools-mcp",
      "name": "freema/firefox-devtools-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/freema/firefox-devtools-mcp",
      "github_url": "https://github.com/freema/firefox-devtools-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/freema/firefox-devtools-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.470807+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.076655+00:00"
    },
    {
      "slug": "gh-getrupt-ashra-mcp",
      "name": "getrupt/ashra-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/getrupt/ashra-mcp",
      "github_url": "https://github.com/getrupt/ashra-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/getrupt/ashra-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.470901+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.076810+00:00"
    },
    {
      "slug": "gh-hanzili-comet-mcp",
      "name": "hanzili/comet-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hanzili/comet-mcp",
      "github_url": "https://github.com/hanzili/comet-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hanzili/comet-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.470997+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.076960+00:00"
    },
    {
      "slug": "gh-larrywalkerdev-mcp-immostage",
      "name": "LarryWalkerDEV/mcp-immostage",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LarryWalkerDEV/mcp-immostage",
      "github_url": "https://github.com/LarryWalkerDEV/mcp-immostage",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LarryWalkerDEV/mcp-immostage"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.471097+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.077131+00:00"
    },
    {
      "slug": "gh-leonting1010-tap",
      "name": "LeonTing1010/tap",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LeonTing1010/tap",
      "github_url": "https://github.com/LeonTing1010/tap",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LeonTing1010/tap"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.471194+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.077288+00:00"
    },
    {
      "slug": "gh-markmircea-selenix-mcp-server",
      "name": "markmircea/Selenix-MCP-Server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/markmircea/Selenix-MCP-Server",
      "github_url": "https://github.com/markmircea/Selenix-MCP-Server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/markmircea/Selenix-MCP-Server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.471293+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.077442+00:00"
    },
    {
      "slug": "gh-imprvhub-mcp-browser-agent",
      "name": "imprvhub/mcp-browser-agent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/imprvhub/mcp-browser-agent",
      "github_url": "https://github.com/imprvhub/mcp-browser-agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/imprvhub/mcp-browser-agent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.471455+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.077597+00:00"
    },
    {
      "slug": "gh-kimtaeyoon83-mcp-server-youtube-transcript",
      "name": "kimtaeyoon83/mcp-server-youtube-transcript",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kimtaeyoon83/mcp-server-youtube-transcript",
      "github_url": "https://github.com/kimtaeyoon83/mcp-server-youtube-transcript",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kimtaeyoon83/mcp-server-youtube-transcript"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.471559+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.077755+00:00"
    },
    {
      "slug": "gh-samson-art-transcriptor-mcp",
      "name": "samson-art/transcriptor-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/samson-art/transcriptor-mcp",
      "github_url": "https://github.com/samson-art/transcriptor-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/samson-art/transcriptor-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.471643+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.077916+00:00"
    },
    {
      "slug": "gh-kimtth-mcp-aoai-web-browsing",
      "name": "kimtth/mcp-aoai-web-browsing",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kimtth/mcp-aoai-web-browsing",
      "github_url": "https://github.com/kimtth/mcp-aoai-web-browsing",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kimtth/mcp-aoai-web-browsing"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.471728+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.078080+00:00"
    },
    {
      "slug": "gh-junipr-labs-mcp-server",
      "name": "junipr-labs/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/junipr-labs/mcp-server",
      "github_url": "https://github.com/junipr-labs/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/junipr-labs/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.471812+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.078260+00:00"
    },
    {
      "slug": "gh-lightpanda-io-gomcp",
      "name": "lightpanda-io/gomcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lightpanda-io/gomcp",
      "github_url": "https://github.com/lightpanda-io/gomcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lightpanda-io/gomcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.471897+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.078424+00:00"
    },
    {
      "slug": "gh-lvcidpsyche-auto-browser",
      "name": "LvcidPsyche/auto-browser",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LvcidPsyche/auto-browser",
      "github_url": "https://github.com/LvcidPsyche/auto-browser",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LvcidPsyche/auto-browser"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.471998+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.818834+00:00"
    },
    {
      "slug": "gh-microsoft-playwright-mcp",
      "name": "microsoft/playwright-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/microsoft/playwright-mcp",
      "github_url": "https://github.com/microsoft/playwright-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/microsoft/playwright-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.472103+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.933423+00:00"
    },
    {
      "slug": "gh-ndthanhdev-mcp-browser-kit",
      "name": "ndthanhdev/mcp-browser-kit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ndthanhdev/mcp-browser-kit",
      "github_url": "https://github.com/ndthanhdev/mcp-browser-kit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ndthanhdev/mcp-browser-kit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.472200+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.078881+00:00"
    },
    {
      "slug": "gh-nnemirovsky-iwdp-mcp",
      "name": "nnemirovsky/iwdp-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nnemirovsky/iwdp-mcp",
      "github_url": "https://github.com/nnemirovsky/iwdp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nnemirovsky/iwdp-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.472284+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.079058+00:00"
    },
    {
      "slug": "gh-metadrama-obscura-mcp",
      "name": "Metadrama/obscura-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Metadrama/obscura-mcp",
      "github_url": "https://github.com/Metadrama/obscura-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Metadrama/obscura-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.472371+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.079475+00:00"
    },
    {
      "slug": "gh-olostep-olostep-mcp-server",
      "name": "olostep/olostep-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/olostep/olostep-mcp-server",
      "github_url": "https://github.com/olostep/olostep-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/olostep/olostep-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.472460+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.079870+00:00"
    },
    {
      "slug": "gh-operative-sh-web-eval-agent",
      "name": "operative_sh/web-eval-agent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Operative-Sh/web-eval-agent",
      "github_url": "https://github.com/Operative-Sh/web-eval-agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Operative-Sh/web-eval-agent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.472545+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.080240+00:00"
    },
    {
      "slug": "gh-ofershap-real-browser-mcp",
      "name": "ofershap/real-browser-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/real-browser-mcp",
      "github_url": "https://github.com/ofershap/real-browser-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/real-browser-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.472636+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.080625+00:00"
    },
    {
      "slug": "gh-pantheon-security-chrome-mcp-secure",
      "name": "Pantheon-Security/chrome-mcp-secure",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Pantheon-Security/chrome-mcp-secure",
      "github_url": "https://github.com/Pantheon-Security/chrome-mcp-secure",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Pantheon-Security/chrome-mcp-secure"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.472724+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.080993+00:00"
    },
    {
      "slug": "gh-phungxuananh-selenium-mcp-server",
      "name": "PhungXuanAnh/selenium-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PhungXuanAnh/selenium-mcp-server",
      "github_url": "https://github.com/PhungXuanAnh/selenium-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PhungXuanAnh/selenium-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.472865+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.081384+00:00"
    },
    {
      "slug": "gh-pskill9-web-search",
      "name": "pskill9/web-search",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pskill9/web-search",
      "github_url": "https://github.com/pskill9/web-search",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pskill9/web-search"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.472964+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.081791+00:00"
    },
    {
      "slug": "gh-kuvopllc-purroxy2",
      "name": "KuvopLLC/purroxy2",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KuvopLLC/purroxy2",
      "github_url": "https://github.com/KuvopLLC/purroxy2",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KuvopLLC/purroxy2"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.473050+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.082171+00:00"
    },
    {
      "slug": "gh-realwigu-mcp-doctor",
      "name": "realwigu/mcp-doctor",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/realwigu/mcp-doctor",
      "github_url": "https://github.com/realwigu/mcp-doctor",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/realwigu/mcp-doctor"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.473137+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.082383+00:00"
    },
    {
      "slug": "gh-recursechat-mcp-server-apple-shortcuts",
      "name": "recursechat/mcp-server-apple-shortcuts",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/recursechat/mcp-server-apple-shortcuts",
      "github_url": "https://github.com/recursechat/mcp-server-apple-shortcuts",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/recursechat/mcp-server-apple-shortcuts"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.473224+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.722489+00:00"
    },
    {
      "slug": "gh-retio-ai-retio-pagemap",
      "name": "Retio-ai/pagemap",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Retio-ai/Retio-pagemap",
      "github_url": "https://github.com/Retio-ai/Retio-pagemap",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Retio-ai/Retio-pagemap"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.473312+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.082695+00:00"
    },
    {
      "slug": "gh-serkan-ozal-browser-devtools-mcp",
      "name": "serkan-ozal/browser-devtools-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/serkan-ozal/browser-devtools-mcp",
      "github_url": "https://github.com/serkan-ozal/browser-devtools-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/serkan-ozal/browser-devtools-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.473401+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.082839+00:00"
    },
    {
      "slug": "gh-softvoyagers-pageshot-api",
      "name": "softvoyagers/pageshot-api",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/softvoyagers/pageshot-api",
      "github_url": "https://github.com/softvoyagers/pageshot-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/softvoyagers/pageshot-api"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.473492+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.082983+00:00"
    },
    {
      "slug": "gh-copperline-labs-rendex-mcp",
      "name": "copperline-labs/rendex-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/copperline-labs/rendex-mcp",
      "github_url": "https://github.com/copperline-labs/rendex-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/copperline-labs/rendex-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.473582+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.083129+00:00"
    },
    {
      "slug": "gh-webdriverio-mcp",
      "name": "webdriverio/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/webdriverio/mcp",
      "github_url": "https://github.com/webdriverio/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/webdriverio/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.473670+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.083272+00:00"
    },
    {
      "slug": "gh-xspadex-bilibili-mcp-git",
      "name": "xspadex/bilibili-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/xspadex/bilibili-mcp.git",
      "github_url": "https://github.com/xspadex/bilibili-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/xspadex/bilibili-mcp.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.473760+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.083484+00:00"
    },
    {
      "slug": "gh-ymw0407-auth-fetch-mcp",
      "name": "ymw0407/auth-fetch-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ymw0407/auth-fetch-mcp",
      "github_url": "https://github.com/ymw0407/auth-fetch-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ymw0407/auth-fetch-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.473849+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.083653+00:00"
    },
    {
      "slug": "gh-princegabriel-lgtm-freshcontext-mcp",
      "name": "PrinceGabriel-lgtm/freshcontext-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PrinceGabriel-lgtm/freshcontext-mcp",
      "github_url": "https://github.com/PrinceGabriel-lgtm/freshcontext-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PrinceGabriel-lgtm/freshcontext-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.473938+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.083812+00:00"
    },
    {
      "slug": "gh-4everland-4everland-hosting-mcp",
      "name": "4everland/4everland-hosting-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/4everland/4everland-hosting-mcp",
      "github_url": "https://github.com/4everland/4everland-hosting-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/4everland/4everland-hosting-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.474028+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.444409+00:00"
    },
    {
      "slug": "gh-aashari-mcp-server-aws-sso",
      "name": "aashari/mcp-server-aws-sso",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aashari/mcp-server-aws-sso",
      "github_url": "https://github.com/aashari/mcp-server-aws-sso",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aashari/mcp-server-aws-sso"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.474116+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.084358+00:00"
    },
    {
      "slug": "gh-alexbakers-mcp-ipfs",
      "name": "alexbakers/mcp-ipfs",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alexbakers/mcp-ipfs",
      "github_url": "https://github.com/alexbakers/mcp-ipfs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alexbakers/mcp-ipfs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.474202+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.084507+00:00"
    },
    {
      "slug": "gh-aparajithn-agent-deploy-dashboard-mcp",
      "name": "aparajithn/agent-deploy-dashboard-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aparajithn/agent-deploy-dashboard-mcp",
      "github_url": "https://github.com/aparajithn/agent-deploy-dashboard-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aparajithn/agent-deploy-dashboard-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.474290+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.084650+00:00"
    },
    {
      "slug": "gh-arnstarn-mcp-server-spotinst",
      "name": "arnstarn/mcp-server-spotinst",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arnstarn/mcp-server-spotinst",
      "github_url": "https://github.com/arnstarn/mcp-server-spotinst",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arnstarn/mcp-server-spotinst"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.474379+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.084798+00:00"
    },
    {
      "slug": "gh-antonio-mello-ai-mcp-pfsense",
      "name": "antonio-mello-ai/mcp-pfsense",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/antonio-mello-ai/mcp-pfsense",
      "github_url": "https://github.com/antonio-mello-ai/mcp-pfsense",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/antonio-mello-ai/mcp-pfsense"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.474471+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.084945+00:00"
    },
    {
      "slug": "gh-antonio-mello-ai-mcp-proxmox",
      "name": "antonio-mello-ai/mcp-proxmox",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/antonio-mello-ai/mcp-proxmox",
      "github_url": "https://github.com/antonio-mello-ai/mcp-proxmox",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/antonio-mello-ai/mcp-proxmox"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.474561+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.085092+00:00"
    },
    {
      "slug": "gh-alexei-led-aws-mcp-server",
      "name": "alexei-led/aws-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alexei-led/aws-mcp-server",
      "github_url": "https://github.com/alexei-led/aws-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alexei-led/aws-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.474652+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.085241+00:00"
    },
    {
      "slug": "gh-alexei-led-k8s-mcp-server",
      "name": "alexei-led/k8s-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alexei-led/k8s-mcp-server",
      "github_url": "https://github.com/alexei-led/k8s-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alexei-led/k8s-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.474864+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.085384+00:00"
    },
    {
      "slug": "gh-alexpota-cloudscope-mcp",
      "name": "alexpota/cloudscope-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alexpota/cloudscope-mcp",
      "github_url": "https://github.com/alexpota/cloudscope-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alexpota/cloudscope-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.475565+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.085553+00:00"
    },
    {
      "slug": "gh-aliyun-alibaba-cloud-ops-mcp-server",
      "name": "aliyun/alibaba-cloud-ops-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aliyun/alibaba-cloud-ops-mcp-server",
      "github_url": "https://github.com/aliyun/alibaba-cloud-ops-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aliyun/alibaba-cloud-ops-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.476132+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.085704+00:00"
    },
    {
      "slug": "gh-awslabs-mcp",
      "name": "awslabs/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/awslabs/mcp",
      "github_url": "https://github.com/awslabs/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/awslabs/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.477180+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.008369+00:00"
    },
    {
      "slug": "gh-bright8192-esxi-mcp-server",
      "name": "bright8192/esxi-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bright8192/esxi-mcp-server",
      "github_url": "https://github.com/bright8192/esxi-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bright8192/esxi-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.477823+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.085993+00:00"
    },
    {
      "slug": "gh-cloudflare-mcp-server-cloudflare",
      "name": "cloudflare/mcp-server-cloudflare",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cloudflare/mcp-server-cloudflare",
      "github_url": "https://github.com/cloudflare/mcp-server-cloudflare",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cloudflare/mcp-server-cloudflare"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.478136+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.466458+00:00"
    },
    {
      "slug": "gh-davidlandais-ovh-api-mcp",
      "name": "davidlandais/ovh-api-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/davidlandais/ovh-api-mcp",
      "github_url": "https://github.com/davidlandais/ovh-api-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/davidlandais/ovh-api-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.478349+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.086548+00:00"
    },
    {
      "slug": "gh-cyclops-ui-mcp-cyclops",
      "name": "cyclops-ui/mcp-cyclops",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cyclops-ui/mcp-cyclops",
      "github_url": "https://github.com/cyclops-ui/mcp-cyclops",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cyclops-ui/mcp-cyclops"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.478458+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.086937+00:00"
    },
    {
      "slug": "gh-elevy99927-devops-mcp-webui",
      "name": "elevy99927/devops-mcp-webui",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/elevy99927/devops-mcp-webui",
      "github_url": "https://github.com/elevy99927/devops-mcp-webui",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/elevy99927/devops-mcp-webui"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.478558+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.087312+00:00"
    },
    {
      "slug": "gh-erikhoward-adls-mcp-server",
      "name": "erikhoward/adls-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/erikhoward/adls-mcp-server",
      "github_url": "https://github.com/erikhoward/adls-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/erikhoward/adls-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.478657+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.087696+00:00"
    },
    {
      "slug": "gh-espressif-esp-rainmaker-mcp",
      "name": "espressif/esp-rainmaker-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/espressif/esp-rainmaker-mcp",
      "github_url": "https://github.com/espressif/esp-rainmaker-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/espressif/esp-rainmaker-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.478759+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.088103+00:00"
    },
    {
      "slug": "gh-flux159-mcp-server-kubernetes",
      "name": "flux159/mcp-server-kubernetes",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Flux159/mcp-server-kubernetes",
      "github_url": "https://github.com/Flux159/mcp-server-kubernetes",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Flux159/mcp-server-kubernetes"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.478859+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.579741+00:00"
    },
    {
      "slug": "gh-geiserx-spinnaker-mcp",
      "name": "GeiserX/spinnaker-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GeiserX/spinnaker-mcp",
      "github_url": "https://github.com/GeiserX/spinnaker-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GeiserX/spinnaker-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.478961+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.088879+00:00"
    },
    {
      "slug": "gh-hardik-id-azure-resource-graph-mcp-server",
      "name": "hardik-id/azure-resource-graph-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hardik-id/azure-resource-graph-mcp-server",
      "github_url": "https://github.com/hardik-id/azure-resource-graph-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hardik-id/azure-resource-graph-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.479092+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.089259+00:00"
    },
    {
      "slug": "gh-hashicorp-terraform-mcp-server",
      "name": "hashicorp/terraform-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hashicorp/terraform-mcp-server",
      "github_url": "https://github.com/hashicorp/terraform-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hashicorp/terraform-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.479225+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.089640+00:00"
    },
    {
      "slug": "gh-jasonwilbur-cloud-cost-mcp",
      "name": "jasonwilbur/cloud-cost-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jasonwilbur/cloud-cost-mcp",
      "github_url": "https://github.com/jasonwilbur/cloud-cost-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jasonwilbur/cloud-cost-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.479341+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.091101+00:00"
    },
    {
      "slug": "gh-jasonwilbur-oci-pricing-mcp",
      "name": "jasonwilbur/oci-pricing-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jasonwilbur/oci-pricing-mcp",
      "github_url": "https://github.com/jasonwilbur/oci-pricing-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jasonwilbur/oci-pricing-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.479455+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.091671+00:00"
    },
    {
      "slug": "gh-jdubois-azure-cli-mcp",
      "name": "jdubois/azure-cli-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jdubois/azure-cli-mcp",
      "github_url": "https://github.com/jdubois/azure-cli-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jdubois/azure-cli-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.479569+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.091888+00:00"
    },
    {
      "slug": "gh-johnneerdael-netskope-mcp",
      "name": "johnneerdael/netskope-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/johnneerdael/netskope-mcp",
      "github_url": "https://github.com/johnneerdael/netskope-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/johnneerdael/netskope-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.479683+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.092139+00:00"
    },
    {
      "slug": "gh-kestra-io-mcp-server-python",
      "name": "kestra-io/mcp-server-python",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kestra-io/mcp-server-python",
      "github_url": "https://github.com/kestra-io/mcp-server-python",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kestra-io/mcp-server-python"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.479796+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.092317+00:00"
    },
    {
      "slug": "gh-labs64-netlicensing-mcp",
      "name": "Labs64/NetLicensing-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Labs64/NetLicensing-MCP",
      "github_url": "https://github.com/Labs64/NetLicensing-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Labs64/NetLicensing-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.479909+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.092477+00:00"
    },
    {
      "slug": "gh-liveblocks-liveblocks-mcp-server",
      "name": "liveblocks/liveblocks-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/liveblocks/liveblocks-mcp-server",
      "github_url": "https://github.com/liveblocks/liveblocks-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/liveblocks/liveblocks-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.480023+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.092641+00:00"
    },
    {
      "slug": "gh-localstack-localstack-mcp-server",
      "name": "localstack/localstack-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/localstack/localstack-mcp-server",
      "github_url": "https://github.com/localstack/localstack-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/localstack/localstack-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.480148+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.092805+00:00"
    },
    {
      "slug": "gh-manusa-kubernetes-mcp-server",
      "name": "manusa/Kubernetes MCP Server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/manusa/kubernetes-mcp-server",
      "github_url": "https://github.com/manusa/kubernetes-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/manusa/kubernetes-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.480236+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.092968+00:00"
    },
    {
      "slug": "gh-mikusnuz-dynadot-mcp",
      "name": "mikusnuz/dynadot-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikusnuz/dynadot-mcp",
      "github_url": "https://github.com/mikusnuz/dynadot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikusnuz/dynadot-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.480318+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.093124+00:00"
    },
    {
      "slug": "gh-mctlhq-mctl-mcp",
      "name": "mctlhq/mctl-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mctlhq/mctl-mcp",
      "github_url": "https://github.com/mctlhq/mctl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mctlhq/mctl-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.480401+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.093295+00:00"
    },
    {
      "slug": "gh-mrostamii-rancher-mcp-server",
      "name": "mrostamii/rancher-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mrostamii/rancher-mcp-server",
      "github_url": "https://github.com/mrostamii/rancher-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mrostamii/rancher-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.480484+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.093457+00:00"
    },
    {
      "slug": "gh-nebula-block-data-nebulablock-mcp-server",
      "name": "Nebula-Block-Data/nebulablock-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Nebula-Block-Data/nebulablock-mcp-server",
      "github_url": "https://github.com/Nebula-Block-Data/nebulablock-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Nebula-Block-Data/nebulablock-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.480567+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.589705+00:00"
    },
    {
      "slug": "gh-nwiizo-tfmcp",
      "name": "nwiizo/tfmcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nwiizo/tfmcp",
      "github_url": "https://github.com/nwiizo/tfmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nwiizo/tfmcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.480649+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.128594+00:00"
    },
    {
      "slug": "gh-newageflyfish-max-volthq",
      "name": "newageflyfish-max/volthq",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/newageflyfish-max/volthq",
      "github_url": "https://github.com/newageflyfish-max/volthq",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/newageflyfish-max/volthq"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.480732+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.093967+00:00"
    },
    {
      "slug": "gh-openstack-kr-python-openstackmcp-server",
      "name": "openstack-kr/python-openstackmcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/openstack-kr/python-openstackmcp-server",
      "github_url": "https://github.com/openstack-kr/python-openstackmcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/openstack-kr/python-openstackmcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.480817+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.094132+00:00"
    },
    {
      "slug": "gh-ofershap-mcp-server-cloudflare",
      "name": "ofershap/mcp-server-cloudflare",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/mcp-server-cloudflare",
      "github_url": "https://github.com/ofershap/mcp-server-cloudflare",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/mcp-server-cloudflare"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.481010+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.094284+00:00"
    },
    {
      "slug": "gh-ofershap-mcp-server-s3",
      "name": "ofershap/mcp-server-s3",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/mcp-server-s3",
      "github_url": "https://github.com/ofershap/mcp-server-s3",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/mcp-server-s3"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.481238+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.094435+00:00"
    },
    {
      "slug": "gh-pibblokto-cert-manager-mcp-server",
      "name": "pibblokto/cert-manager-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pibblokto/cert-manager-mcp-server",
      "github_url": "https://github.com/pibblokto/cert-manager-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pibblokto/cert-manager-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.481458+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.094584+00:00"
    },
    {
      "slug": "gh-cert-manager-cert-manager",
      "name": "cert-manager",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cert-manager/cert-manager",
      "github_url": "https://github.com/cert-manager/cert-manager",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cert-manager/cert-manager"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.481672+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.094730+00:00"
    },
    {
      "slug": "gh-portainer-portainer-mcp",
      "name": "portainer/portainer-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/portainer/portainer-mcp",
      "github_url": "https://github.com/portainer/portainer-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/portainer/portainer-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.481888+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.094874+00:00"
    },
    {
      "slug": "gh-s-b-e-n-s-o-n-portkey-admin-mcp",
      "name": "s-b-e-n-s-o-n/portkey-admin-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp",
      "github_url": "https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.482375+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.095023+00:00"
    },
    {
      "slug": "gh-pulumi-mcp-server",
      "name": "pulumi/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pulumi/mcp-server",
      "github_url": "https://github.com/pulumi/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pulumi/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.482969+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.095168+00:00"
    },
    {
      "slug": "gh-pythonanywhere-pythonanywhere-mcp-server",
      "name": "pythonanywhere/pythonanywhere-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pythonanywhere/pythonanywhere-mcp-server",
      "github_url": "https://github.com/pythonanywhere/pythonanywhere-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pythonanywhere/pythonanywhere-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.483245+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.095374+00:00"
    },
    {
      "slug": "gh-qiniu-qiniu-mcp-server",
      "name": "qiniu/qiniu-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/qiniu/qiniu-mcp-server",
      "github_url": "https://github.com/qiniu/qiniu-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/qiniu/qiniu-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.483422+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.095795+00:00"
    },
    {
      "slug": "gh-redis-mcp-redis-cloud",
      "name": "redis/mcp-redis-cloud",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/redis/mcp-redis-cloud",
      "github_url": "https://github.com/redis/mcp-redis-cloud",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/redis/mcp-redis-cloud"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.483542+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.096190+00:00"
    },
    {
      "slug": "gh-reza-gholizade-k8s-mcp-server",
      "name": "reza-gholizade/k8s-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/reza-gholizade/k8s-mcp-server",
      "github_url": "https://github.com/reza-gholizade/k8s-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/reza-gholizade/k8s-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.483657+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.096572+00:00"
    },
    {
      "slug": "gh-rohitg00-kubectl-mcp-server",
      "name": "rohitg00/kubectl-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rohitg00/kubectl-mcp-server",
      "github_url": "https://github.com/rohitg00/kubectl-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rohitg00/kubectl-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.483772+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.204004+00:00"
    },
    {
      "slug": "gh-rrmistry-tilt-mcp",
      "name": "rrmistry/tilt-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rrmistry/tilt-mcp",
      "github_url": "https://github.com/rrmistry/tilt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rrmistry/tilt-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.483887+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.097349+00:00"
    },
    {
      "slug": "gh-sevalla-hosting-mcp",
      "name": "sevalla-hosting/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sevalla-hosting/mcp",
      "github_url": "https://github.com/sevalla-hosting/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sevalla-hosting/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.484003+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.097812+00:00"
    },
    {
      "slug": "gh-shipstatic-mcp",
      "name": "shipstatic/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shipstatic/mcp",
      "github_url": "https://github.com/shipstatic/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shipstatic/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.484129+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.098217+00:00"
    },
    {
      "slug": "gh-silenceper-mcp-k8s",
      "name": "silenceper/mcp-k8s",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/silenceper/mcp-k8s",
      "github_url": "https://github.com/silenceper/mcp-k8s",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/silenceper/mcp-k8s"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.484246+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.098602+00:00"
    },
    {
      "slug": "gh-trackerfitness729-jpg-sitelauncher-mcp-server",
      "name": "trackerfitness729-jpg/sitelauncher-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/trackerfitness729-jpg/sitelauncher-mcp-server",
      "github_url": "https://github.com/trackerfitness729-jpg/sitelauncher-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/trackerfitness729-jpg/sitelauncher-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.484362+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.098983+00:00"
    },
    {
      "slug": "gh-bartwaardenburg-spaceship-mcp",
      "name": "Spaceship MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bartwaardenburg/spaceship-mcp",
      "github_url": "https://github.com/bartwaardenburg/spaceship-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bartwaardenburg/spaceship-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.484479+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.099380+00:00"
    },
    {
      "slug": "gh-spre-sre-lumino-mcp-server",
      "name": "spre-sre/lumino-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/spre-sre/lumino-mcp-server",
      "github_url": "https://github.com/spre-sre/lumino-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/spre-sre/lumino-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.484595+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.099881+00:00"
    },
    {
      "slug": "gh-stackloklabs-mkp",
      "name": "StacklokLabs/mkp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/StacklokLabs/mkp",
      "github_url": "https://github.com/StacklokLabs/mkp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/StacklokLabs/mkp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.484709+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.850897+00:00"
    },
    {
      "slug": "gh-stackloklabs-ocireg-mcp",
      "name": "StacklokLabs/ocireg-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/StacklokLabs/ocireg-mcp",
      "github_url": "https://github.com/StacklokLabs/ocireg-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/StacklokLabs/ocireg-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.484828+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.598473+00:00"
    },
    {
      "slug": "gh-strowk-mcp-k8s-go",
      "name": "strowk/mcp-k8s-go",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/strowk/mcp-k8s-go",
      "github_url": "https://github.com/strowk/mcp-k8s-go",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/strowk/mcp-k8s-go"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.484945+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.092434+00:00"
    },
    {
      "slug": "gh-tencentcloudbase-cloudbase-ai-toolkit",
      "name": "TencentCloudBase/CloudBase-AI-ToolKit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TencentCloudBase/CloudBase-AI-ToolKit",
      "github_url": "https://github.com/TencentCloudBase/CloudBase-AI-ToolKit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TencentCloudBase/CloudBase-AI-ToolKit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.485061+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.100644+00:00"
    },
    {
      "slug": "gh-thunderboltsid-mcp-nutanix",
      "name": "thunderboltsid/mcp-nutanix",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/thunderboltsid/mcp-nutanix",
      "github_url": "https://github.com/thunderboltsid/mcp-nutanix",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/thunderboltsid/mcp-nutanix"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.485176+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.100802+00:00"
    },
    {
      "slug": "gh-trilogy-group-aws-pricing-mcp",
      "name": "trilogy-group/aws-pricing-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/trilogy-group/aws-pricing-mcp",
      "github_url": "https://github.com/trilogy-group/aws-pricing-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/trilogy-group/aws-pricing-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.485292+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.726708+00:00"
    },
    {
      "slug": "gh-txn2-kubefwd",
      "name": "txn2/kubefwd",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/txn2/kubefwd",
      "github_url": "https://github.com/txn2/kubefwd",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/txn2/kubefwd"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.485407+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.101100+00:00"
    },
    {
      "slug": "gh-vmlia-books-mcp-server",
      "name": "VmLia/books-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/VmLia/books-mcp-server",
      "github_url": "https://github.com/VmLia/books-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VmLia/books-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.485512+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.101257+00:00"
    },
    {
      "slug": "gh-weibaohui-k8m",
      "name": "weibaohui/k8m",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/weibaohui/k8m",
      "github_url": "https://github.com/weibaohui/k8m",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/weibaohui/k8m"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.485614+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.264491+00:00"
    },
    {
      "slug": "gh-weibaohui-kom",
      "name": "weibaohui/kom",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/weibaohui/kom",
      "github_url": "https://github.com/weibaohui/kom",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/weibaohui/kom"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.485715+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.945358+00:00"
    },
    {
      "slug": "gh-wenhuwang-mcp-k8s-eye",
      "name": "wenhuwang/mcp-k8s-eye",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wenhuwang/mcp-k8s-eye",
      "github_url": "https://github.com/wenhuwang/mcp-k8s-eye",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wenhuwang/mcp-k8s-eye"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.485829+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.101726+00:00"
    },
    {
      "slug": "gh-woobox-hatchable-mcp",
      "name": "Woobox/hatchable-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Woobox/hatchable-mcp",
      "github_url": "https://github.com/Woobox/hatchable-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Woobox/hatchable-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.485932+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.101896+00:00"
    },
    {
      "slug": "gh-xmpuspus-cloudwright",
      "name": "xmpuspus/cloudwright",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/xmpuspus/cloudwright",
      "github_url": "https://github.com/xmpuspus/cloudwright",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/xmpuspus/cloudwright"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.486037+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.102082+00:00"
    },
    {
      "slug": "gh-alfonsograziano-node-code-sandbox-mcp",
      "name": "alfonsograziano/node-code-sandbox-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alfonsograziano/node-code-sandbox-mcp",
      "github_url": "https://github.com/alfonsograziano/node-code-sandbox-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alfonsograziano/node-code-sandbox-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.486142+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.102243+00:00"
    },
    {
      "slug": "gh-alvii147-piston-mcp",
      "name": "alvii147/piston-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alvii147/piston-mcp",
      "github_url": "https://github.com/alvii147/piston-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alvii147/piston-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.486250+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.102417+00:00"
    },
    {
      "slug": "gh-asif-nvc-e2b-sandbox-mcp",
      "name": "asif-nvc/e2b-sandbox-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/asif-nvc/e2b-sandbox-mcp",
      "github_url": "https://github.com/asif-nvc/e2b-sandbox-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/asif-nvc/e2b-sandbox-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.486353+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.102568+00:00"
    },
    {
      "slug": "gh-ckanthony-openapi-mcp",
      "name": "ckanthony/openapi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ckanthony/openapi-mcp",
      "github_url": "https://github.com/ckanthony/openapi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ckanthony/openapi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.486458+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.102717+00:00"
    },
    {
      "slug": "gh-dagger-container-use",
      "name": "dagger/container-use",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dagger/container-use",
      "github_url": "https://github.com/dagger/container-use",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dagger/container-use"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.486562+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.102863+00:00"
    },
    {
      "slug": "gh-gwbischof-outsource-mcp",
      "name": "gwbischof/outsource-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gwbischof/outsource-mcp",
      "github_url": "https://github.com/gwbischof/outsource-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gwbischof/outsource-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.486667+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.103011+00:00"
    },
    {
      "slug": "gh-hileamlakb-prims",
      "name": "hileamlakB/PRIMS",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hileamlakB/PRIMS",
      "github_url": "https://github.com/hileamlakB/PRIMS",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hileamlakB/PRIMS"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.486770+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.103157+00:00"
    },
    {
      "slug": "gh-hansur94-matlab-mcp-server-python",
      "name": "HanSur94/matlab-mcp-server-python",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HanSur94/matlab-mcp-server-python",
      "github_url": "https://github.com/HanSur94/matlab-mcp-server-python",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HanSur94/matlab-mcp-server-python"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.486879+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.103327+00:00"
    },
    {
      "slug": "gh-ouvreboite-openapi-to-mcp",
      "name": "ouvreboite/openapi-to-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ouvreboite/openapi-to-mcp",
      "github_url": "https://github.com/ouvreboite/openapi-to-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ouvreboite/openapi-to-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.486986+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.103728+00:00"
    },
    {
      "slug": "gh-r33drichards-mcp-js",
      "name": "r33drichards/mcp-js",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/r33drichards/mcp-js",
      "github_url": "https://github.com/r33drichards/mcp-js",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/r33drichards/mcp-js"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.487093+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.104130+00:00"
    },
    {
      "slug": "gh-rikarazome-prolog-reasoner",
      "name": "rikarazome/prolog-reasoner",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rikarazome/prolog-reasoner",
      "github_url": "https://github.com/rikarazome/prolog-reasoner",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rikarazome/prolog-reasoner"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.487198+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.104520+00:00"
    },
    {
      "slug": "gh-sowiedu-edict",
      "name": "Sowiedu/Edict",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Sowiedu/Edict",
      "github_url": "https://github.com/Sowiedu/Edict",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Sowiedu/Edict"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.487300+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.104916+00:00"
    },
    {
      "slug": "gh-yepcode-mcp-server-js",
      "name": "yepcode/mcp-server-js",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yepcode/mcp-server-js",
      "github_url": "https://github.com/yepcode/mcp-server-js",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yepcode/mcp-server-js"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.487398+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.700449+00:00"
    },
    {
      "slug": "gh-agent-blueprint-mcp-server",
      "name": "agent-blueprint/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/agent-blueprint/mcp-server",
      "github_url": "https://github.com/agent-blueprint/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agent-blueprint/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.487492+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.105690+00:00"
    },
    {
      "slug": "gh-agentic-mcp-tools-owlex",
      "name": "agentic-mcp-tools/owlex",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/agentic-mcp-tools/owlex",
      "github_url": "https://github.com/agentic-mcp-tools/owlex",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentic-mcp-tools/owlex"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.487586+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.106083+00:00"
    },
    {
      "slug": "gh-alpadalar-netops-mcp",
      "name": "alpadalar/netops-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alpadalar/netops-mcp",
      "github_url": "https://github.com/alpadalar/netops-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alpadalar/netops-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.487679+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.106470+00:00"
    },
    {
      "slug": "gh-automateyournetwork-pyats-mcp",
      "name": "automateyournetwork/pyATS_MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/automateyournetwork/pyATS_MCP",
      "github_url": "https://github.com/automateyournetwork/pyATS_MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/automateyournetwork/pyATS_MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.487798+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.108436+00:00"
    },
    {
      "slug": "gh-avansaber-tailtest-cline",
      "name": "avansaber/tailtest-cline",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/avansaber/tailtest-cline",
      "github_url": "https://github.com/avansaber/tailtest-cline",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/avansaber/tailtest-cline"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.487923+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.108992+00:00"
    },
    {
      "slug": "gh-aybelatchane-mcp-server-terminal",
      "name": "aybelatchane/mcp-server-terminal",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aybelatchane/mcp-server-terminal",
      "github_url": "https://github.com/aybelatchane/mcp-server-terminal",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aybelatchane/mcp-server-terminal"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.488020+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.109346+00:00"
    },
    {
      "slug": "gh-aymericzip-intlayer",
      "name": "aymericzip/intlayer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aymericzip/intlayer",
      "github_url": "https://github.com/aymericzip/intlayer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aymericzip/intlayer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.488119+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.825157+00:00"
    },
    {
      "slug": "gh-spyrae-claude-concilium",
      "name": "spyrae/claude-concilium",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/spyrae/claude-concilium",
      "github_url": "https://github.com/spyrae/claude-concilium",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/spyrae/claude-concilium"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.488214+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.110194+00:00"
    },
    {
      "slug": "gh-blakerouse-ssh-mcp",
      "name": "blakerouse/ssh-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/blakerouse/ssh-mcp",
      "github_url": "https://github.com/blakerouse/ssh-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/blakerouse/ssh-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.488306+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.110361+00:00"
    },
    {
      "slug": "gh-sipyourdrink-ltd-bernstein",
      "name": "sipyourdrink-ltd/bernstein",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sipyourdrink-ltd/bernstein",
      "github_url": "https://github.com/sipyourdrink-ltd/bernstein",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sipyourdrink-ltd/bernstein"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.488413+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.110606+00:00"
    },
    {
      "slug": "gh-doggybee-mcp-server-leetcode",
      "name": "doggybee/mcp-server-leetcode",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/doggybee/mcp-server-leetcode",
      "github_url": "https://github.com/doggybee/mcp-server-leetcode",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/doggybee/mcp-server-leetcode"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.488577+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.110973+00:00"
    },
    {
      "slug": "gh-eirikb-any-cli-mcp-server",
      "name": "eirikb/any-cli-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/eirikb/any-cli-mcp-server",
      "github_url": "https://github.com/eirikb/any-cli-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/eirikb/any-cli-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.488679+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.111175+00:00"
    },
    {
      "slug": "gh-ezyang-codemcp",
      "name": "ezyang/codemcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ezyang/codemcp",
      "github_url": "https://github.com/ezyang/codemcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ezyang/codemcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.488772+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.111345+00:00"
    },
    {
      "slug": "gh-elhamid-llm-council",
      "name": "elhamid/llm-council",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/elhamid/llm-council",
      "github_url": "https://github.com/elhamid/llm-council",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/elhamid/llm-council"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.488866+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.111509+00:00"
    },
    {
      "slug": "gh-freema-openclaw-mcp",
      "name": "freema/openclaw-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/freema/openclaw-mcp",
      "github_url": "https://github.com/freema/openclaw-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/freema/openclaw-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.488959+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.111681+00:00"
    },
    {
      "slug": "gh-openclaw-openclaw",
      "name": "OpenClaw",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/openclaw/openclaw",
      "github_url": "https://github.com/openclaw/openclaw",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/openclaw/openclaw"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.489053+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.111937+00:00"
    },
    {
      "slug": "gh-ferrislucas-iterm-mcp",
      "name": "ferrislucas/iterm-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ferrislucas/iterm-mcp",
      "github_url": "https://github.com/ferrislucas/iterm-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ferrislucas/iterm-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.489162+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.618565+00:00"
    },
    {
      "slug": "gh-tt-wang-forge",
      "name": "TT-Wang/forge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TT-Wang/forge",
      "github_url": "https://github.com/TT-Wang/forge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TT-Wang/forge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.489344+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.112328+00:00"
    },
    {
      "slug": "gh-g0t4-mcp-server-commands",
      "name": "g0t4/mcp-server-commands",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/g0t4/mcp-server-commands",
      "github_url": "https://github.com/g0t4/mcp-server-commands",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/g0t4/mcp-server-commands"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.489591+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.112484+00:00"
    },
    {
      "slug": "gh-gabrielmaialva33-winx-code-agent",
      "name": "gabrielmaialva33/winx-code-agent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gabrielmaialva33/winx-code-agent",
      "github_url": "https://github.com/gabrielmaialva33/winx-code-agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gabrielmaialva33/winx-code-agent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.489754+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.112646+00:00"
    },
    {
      "slug": "gh-hampsterx-claude-mcp-bridge",
      "name": "hampsterx/claude-mcp-bridge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hampsterx/claude-mcp-bridge",
      "github_url": "https://github.com/hampsterx/claude-mcp-bridge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hampsterx/claude-mcp-bridge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.489853+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.112848+00:00"
    },
    {
      "slug": "gh-irskep-persistproc",
      "name": "irskep/persistproc",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/irskep/persistproc",
      "github_url": "https://github.com/irskep/persistproc",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/irskep/persistproc"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.489949+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.113063+00:00"
    },
    {
      "slug": "gh-jinzcdev-leetcode-mcp-server",
      "name": "jinzcdev/leetcode-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jinzcdev/leetcode-mcp-server",
      "github_url": "https://github.com/jinzcdev/leetcode-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jinzcdev/leetcode-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.490042+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.113278+00:00"
    },
    {
      "slug": "gh-juehang-vscode-mcp-server",
      "name": "juehang/vscode-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/juehang/vscode-mcp-server",
      "github_url": "https://github.com/juehang/vscode-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/juehang/vscode-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.490137+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.113505+00:00"
    },
    {
      "slug": "gh-kagan-sh-kagan",
      "name": "kagan-sh/kagan",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kagan-sh/kagan",
      "github_url": "https://github.com/kagan-sh/kagan",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kagan-sh/kagan"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.490231+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.113718+00:00"
    },
    {
      "slug": "gh-maxim-saplin-mcp-safe-local-python-executor",
      "name": "maxim-saplin/mcp_safe_local_python_executor",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/maxim-saplin/mcp_safe_local_python_executor",
      "github_url": "https://github.com/maxim-saplin/mcp_safe_local_python_executor",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/maxim-saplin/mcp_safe_local_python_executor"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.490339+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.114007+00:00"
    },
    {
      "slug": "gh-micl2e2-code-to-tree",
      "name": "micl2e2/code-to-tree",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/micl2e2/code-to-tree",
      "github_url": "https://github.com/micl2e2/code-to-tree",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/micl2e2/code-to-tree"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.490436+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.114405+00:00"
    },
    {
      "slug": "gh-misiektoja-kill-process-mcp",
      "name": "misiektoja/kill-process-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/misiektoja/kill-process-mcp",
      "github_url": "https://github.com/misiektoja/kill-process-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/misiektoja/kill-process-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.490530+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.114658+00:00"
    },
    {
      "slug": "gh-mladensu-cli-mcp-server",
      "name": "MladenSU/cli-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MladenSU/cli-mcp-server",
      "github_url": "https://github.com/MladenSU/cli-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MladenSU/cli-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.490720+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.114872+00:00"
    },
    {
      "slug": "gh-nesquikm-mcp-rubber-duck",
      "name": "nesquikm/mcp-rubber-duck",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nesquikm/mcp-rubber-duck",
      "github_url": "https://github.com/nesquikm/mcp-rubber-duck",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nesquikm/mcp-rubber-duck"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.490842+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.115081+00:00"
    },
    {
      "slug": "gh-nihalxkumar-arch-mcp",
      "name": "nihalxkumar/arch-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nihalxkumar/arch-mcp",
      "github_url": "https://github.com/nihalxkumar/arch-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nihalxkumar/arch-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.490972+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.115406+00:00"
    },
    {
      "slug": "gh-ooples-mcp-console-automation",
      "name": "ooples/mcp-console-automation",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ooples/mcp-console-automation",
      "github_url": "https://github.com/ooples/mcp-console-automation",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ooples/mcp-console-automation"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.491069+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.115656+00:00"
    },
    {
      "slug": "gh-oraios-serena",
      "name": "oraios/serena",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/oraios/serena",
      "github_url": "https://github.com/oraios/serena",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/oraios/serena"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.491219+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.115874+00:00"
    },
    {
      "slug": "gh-othmaneblial-term-mcp-deepseek",
      "name": "OthmaneBlial/term_mcp_deepseek",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OthmaneBlial/term_mcp_deepseek",
      "github_url": "https://github.com/OthmaneBlial/term_mcp_deepseek",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OthmaneBlial/term_mcp_deepseek"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.491370+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.116094+00:00"
    },
    {
      "slug": "gh-preflight-dev-preflight",
      "name": "preflight-dev/preflight",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/preflight-dev/preflight",
      "github_url": "https://github.com/preflight-dev/preflight",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/preflight-dev/preflight"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.491524+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.116305+00:00"
    },
    {
      "slug": "gh-religa-multi-mcp",
      "name": "religa/multi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/religa/multi_mcp",
      "github_url": "https://github.com/religa/multi_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/religa/multi_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.492292+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.116512+00:00"
    },
    {
      "slug": "gh-rinadelph-agent-mcp",
      "name": "rinadelph/Agent-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rinadelph/Agent-MCP",
      "github_url": "https://github.com/rinadelph/Agent-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rinadelph/Agent-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.492580+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.116720+00:00"
    },
    {
      "slug": "gh-shashankss1205-codegraphcontext",
      "name": "shashankss1205/codegraphcontext",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Shashankss1205/CodeGraphContext",
      "github_url": "https://github.com/Shashankss1205/CodeGraphContext",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Shashankss1205/CodeGraphContext"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.492727+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.116929+00:00"
    },
    {
      "slug": "gh-sim-xia-blind-auditor",
      "name": "sim-xia/blind-auditor",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Sim-xia/Blind-Auditor",
      "github_url": "https://github.com/Sim-xia/Blind-Auditor",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Sim-xia/Blind-Auditor"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.492852+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.117142+00:00"
    },
    {
      "slug": "gh-sim-xia-skill-cortex-server",
      "name": "sim-xia/skill-cortex-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Sim-xia/skill-cortex-server",
      "github_url": "https://github.com/Sim-xia/skill-cortex-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Sim-xia/skill-cortex-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.493049+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.117352+00:00"
    },
    {
      "slug": "gh-sonirico-mcp-shell",
      "name": "sonirico/mcp-shell",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sonirico/mcp-shell",
      "github_url": "https://github.com/sonirico/mcp-shell",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sonirico/mcp-shell"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.493435+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.117565+00:00"
    },
    {
      "slug": "gh-stippi-code-assistant",
      "name": "stippi/code-assistant",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/stippi/code-assistant",
      "github_url": "https://github.com/stippi/code-assistant",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stippi/code-assistant"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.493867+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.117782+00:00"
    },
    {
      "slug": "gh-sunflowerslwtech-mcp-creator-growth",
      "name": "SunflowersLwtech/mcp_creator_growth",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SunflowersLwtech/mcp_creator_growth",
      "github_url": "https://github.com/SunflowersLwtech/mcp_creator_growth",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SunflowersLwtech/mcp_creator_growth"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.494049+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.117990+00:00"
    },
    {
      "slug": "gh-tiianhk-maxmsp-mcp-server",
      "name": "tiianhk/MaxMSP-MCP-Server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tiianhk/MaxMSP-MCP-Server",
      "github_url": "https://github.com/tiianhk/MaxMSP-MCP-Server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tiianhk/MaxMSP-MCP-Server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.494176+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.118236+00:00"
    },
    {
      "slug": "gh-tufantunc-ssh-mcp",
      "name": "tufantunc/ssh-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tufantunc/ssh-mcp",
      "github_url": "https://github.com/tufantunc/ssh-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tufantunc/ssh-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.494304+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.118450+00:00"
    },
    {
      "slug": "gh-touchpoint-labs-touchpoint",
      "name": "Touchpoint-Labs/touchpoint",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Touchpoint-Labs/touchpoint",
      "github_url": "https://github.com/Touchpoint-Labs/touchpoint",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Touchpoint-Labs/touchpoint"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.494432+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.118654+00:00"
    },
    {
      "slug": "gh-tumf-mcp-shell-server",
      "name": "tumf/mcp-shell-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tumf/mcp-shell-server",
      "github_url": "https://github.com/tumf/mcp-shell-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tumf/mcp-shell-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.494578+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.118902+00:00"
    },
    {
      "slug": "gh-vertexstudio-developer",
      "name": "VertexStudio/developer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/VertexStudio/developer",
      "github_url": "https://github.com/VertexStudio/developer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VertexStudio/developer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.494738+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.119301+00:00"
    },
    {
      "slug": "gh-wende-cicada",
      "name": "wende/cicada",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wende/cicada",
      "github_url": "https://github.com/wende/cicada",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wende/cicada"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.494980+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.119458+00:00"
    },
    {
      "slug": "gh-wonderwhy-er-desktopcommandermcp",
      "name": "wonderwhy-er/DesktopCommanderMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wonderwhy-er/DesktopCommanderMCP",
      "github_url": "https://github.com/wonderwhy-er/DesktopCommanderMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wonderwhy-er/DesktopCommanderMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.495604+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.750133+00:00"
    },
    {
      "slug": "gh-x51xxx-codex-mcp-tool",
      "name": "x51xxx/codex-mcp-tool",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/x51xxx/codex-mcp-tool",
      "github_url": "https://github.com/x51xxx/codex-mcp-tool",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/x51xxx/codex-mcp-tool"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.496155+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.119781+00:00"
    },
    {
      "slug": "gh-x51xxx-copilot-mcp-server",
      "name": "x51xxx/copilot-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/x51xxx/copilot-mcp-server",
      "github_url": "https://github.com/x51xxx/copilot-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/x51xxx/copilot-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.496506+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.120175+00:00"
    },
    {
      "slug": "gh-danmartuszewski-hop",
      "name": "danmartuszewski/hop",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/danmartuszewski/hop",
      "github_url": "https://github.com/danmartuszewski/hop",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/danmartuszewski/hop"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.496653+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.120595+00:00"
    },
    {
      "slug": "gh-nvms-tui-mcp",
      "name": "nvms/tui-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nvms/tui-mcp",
      "github_url": "https://github.com/nvms/tui-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nvms/tui-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.496766+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.121023+00:00"
    },
    {
      "slug": "gh-raychao-oao-pty-mcp",
      "name": "raychao-oao/pty-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/raychao-oao/pty-mcp",
      "github_url": "https://github.com/raychao-oao/pty-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/raychao-oao/pty-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.496868+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.121430+00:00"
    },
    {
      "slug": "gh-ferodrigop-forge",
      "name": "ferodrigop/forge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ferodrigop/forge",
      "github_url": "https://github.com/ferodrigop/forge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ferodrigop/forge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.496958+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.121834+00:00"
    },
    {
      "slug": "gh-whenlabs-org-when",
      "name": "WhenLabs-org/when",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/WhenLabs-org/when",
      "github_url": "https://github.com/WhenLabs-org/when",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/WhenLabs-org/when"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.497050+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.122247+00:00"
    },
    {
      "slug": "gh-lukelamb-claude-terminal-mcp",
      "name": "LukeLamb/claude-terminal-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LukeLamb/claude-terminal-mcp",
      "github_url": "https://github.com/LukeLamb/claude-terminal-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LukeLamb/claude-terminal-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.497143+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.122656+00:00"
    },
    {
      "slug": "gh-abdelstark-nostr-mcp",
      "name": "AbdelStark/nostr-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AbdelStark/nostr-mcp",
      "github_url": "https://github.com/AbdelStark/nostr-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AbdelStark/nostr-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.497236+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.123059+00:00"
    },
    {
      "slug": "gh-adhikasp-mcp-twikit",
      "name": "adhikasp/mcp-twikit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/adhikasp/mcp-twikit",
      "github_url": "https://github.com/adhikasp/mcp-twikit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/adhikasp/mcp-twikit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.497326+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.054184+00:00"
    },
    {
      "slug": "gh-bababoi-bibilabu-agent-mq",
      "name": "bababoi-bibilabu/agent-mq",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bababoi-bibilabu/agent-mq",
      "github_url": "https://github.com/bababoi-bibilabu/agent-mq",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bababoi-bibilabu/agent-mq"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.497418+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.125102+00:00"
    },
    {
      "slug": "gh-beltran12138-wecom-docs-mcp-server",
      "name": "Beltran12138/wecom-docs-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Beltran12138/wecom-docs-mcp-server",
      "github_url": "https://github.com/Beltran12138/wecom-docs-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Beltran12138/wecom-docs-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.497542+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.125338+00:00"
    },
    {
      "slug": "gh-areweai-tsgram-mcp",
      "name": "areweai/tsgram-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/areweai/tsgram-mcp",
      "github_url": "https://github.com/areweai/tsgram-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/areweai/tsgram-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.497790+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.125507+00:00"
    },
    {
      "slug": "gh-arpitbatra123-mcp-googletasks",
      "name": "arpitbatra123/mcp-googletasks",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arpitbatra123/mcp-googletasks",
      "github_url": "https://github.com/arpitbatra123/mcp-googletasks",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arpitbatra123/mcp-googletasks"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.498029+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.125681+00:00"
    },
    {
      "slug": "gh-cactusinhand-mcp-server-notify",
      "name": "Cactusinhand/mcp_server_notify",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Cactusinhand/mcp_server_notify",
      "github_url": "https://github.com/Cactusinhand/mcp_server_notify",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Cactusinhand/mcp_server_notify"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.498266+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.125851+00:00"
    },
    {
      "slug": "gh-carterlasalle-mac-messages-mcp",
      "name": "carterlasalle/mac_messages_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/carterlasalle/mac_messages_mcp",
      "github_url": "https://github.com/carterlasalle/mac_messages_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/carterlasalle/mac_messages_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.498504+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.122536+00:00"
    },
    {
      "slug": "gh-chaindead-telegram-mcp",
      "name": "chaindead/telegram-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/chaindead/telegram-mcp",
      "github_url": "https://github.com/chaindead/telegram-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chaindead/telegram-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.498825+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.182922+00:00"
    },
    {
      "slug": "gh-chigwell-telegram-mcp",
      "name": "chigwell/telegram-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/chigwell/telegram-mcp",
      "github_url": "https://github.com/chigwell/telegram-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chigwell/telegram-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.499098+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.681158+00:00"
    },
    {
      "slug": "gh-joansongjr-clawaimail",
      "name": "clawaimail/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/joansongjr/clawaimail",
      "github_url": "https://github.com/joansongjr/clawaimail",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joansongjr/clawaimail"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.499729+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.126901+00:00"
    },
    {
      "slug": "gh-codefuturist-email-mcp",
      "name": "codefuturist/email-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/codefuturist/email-mcp",
      "github_url": "https://github.com/codefuturist/email-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/codefuturist/email-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.499926+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.127306+00:00"
    },
    {
      "slug": "gh-conarti-mattermost-mcp",
      "name": "conarti/mattermost-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/conarti/mattermost-mcp",
      "github_url": "https://github.com/conarti/mattermost-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/conarti/mattermost-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.500056+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.127708+00:00"
    },
    {
      "slug": "gh-danielpeter-99-calcom-mcp",
      "name": "Danielpeter-99/calcom-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Danielpeter-99/calcom-mcp",
      "github_url": "https://github.com/Danielpeter-99/calcom-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Danielpeter-99/calcom-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.500183+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.768691+00:00"
    },
    {
      "slug": "gh-discourse-discourse-mcp",
      "name": "discourse/discourse-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/discourse/discourse-mcp",
      "github_url": "https://github.com/discourse/discourse-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/discourse/discourse-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.500310+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.128349+00:00"
    },
    {
      "slug": "gh-cseguinlz-doubletick-cli",
      "name": "cseguinlz/doubletick-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cseguinlz/doubletick-cli",
      "github_url": "https://github.com/cseguinlz/doubletick-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cseguinlz/doubletick-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.500437+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.128565+00:00"
    },
    {
      "slug": "gh-expertvagabond-solmail-mcp",
      "name": "ExpertVagabond/solmail-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ExpertVagabond/solmail-mcp",
      "github_url": "https://github.com/ExpertVagabond/solmail-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ExpertVagabond/solmail-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.500570+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.128802+00:00"
    },
    {
      "slug": "gh-fastalertnow-mcp-server",
      "name": "FastAlertNow/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/FastAlertNow/mcp-server",
      "github_url": "https://github.com/FastAlertNow/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FastAlertNow/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.500698+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.129023+00:00"
    },
    {
      "slug": "gh-fantomaskarus1-telegram-bot-mcp",
      "name": "FantomaSkaRus1/telegram-bot-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/FantomaSkaRus1/telegram-bot-mcp",
      "github_url": "https://github.com/FantomaSkaRus1/telegram-bot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FantomaSkaRus1/telegram-bot-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.500826+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.129346+00:00"
    },
    {
      "slug": "gh-gerkensm-callcenter-js-mcp",
      "name": "gerkensm/callcenter.js-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gerkensm/callcenter.js-mcp",
      "github_url": "https://github.com/gerkensm/callcenter.js-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gerkensm/callcenter.js-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.500958+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.129757+00:00"
    },
    {
      "slug": "gh-geiserx-telegram-archive-mcp",
      "name": "GeiserX/telegram-archive-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GeiserX/telegram-archive-mcp",
      "github_url": "https://github.com/GeiserX/telegram-archive-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GeiserX/telegram-archive-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.501096+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.130173+00:00"
    },
    {
      "slug": "gh-gitmotion-ntfy-me-mcp",
      "name": "gitmotion/ntfy-me-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gitmotion/ntfy-me-mcp",
      "github_url": "https://github.com/gitmotion/ntfy-me-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gitmotion/ntfy-me-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.501218+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.873864+00:00"
    },
    {
      "slug": "gh-gotoolkits-mcp-wecombot-server-git",
      "name": "gotoolkits/wecombot",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gotoolkits/mcp-wecombot-server.git",
      "github_url": "https://github.com/gotoolkits/mcp-wecombot-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gotoolkits/mcp-wecombot-server.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.501338+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.811073+00:00"
    },
    {
      "slug": "gh-hannesrudolph-imessage-query-fastmcp-mcp-server",
      "name": "hannesrudolph/imessage-query-fastmcp-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server",
      "github_url": "https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.501459+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.131452+00:00"
    },
    {
      "slug": "gh-i-am-bee-acp-mcp",
      "name": "i-am-bee/acp-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/i-am-bee/acp-mcp",
      "github_url": "https://github.com/i-am-bee/acp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/i-am-bee/acp-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.501574+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.131856+00:00"
    },
    {
      "slug": "gh-imdinu-apple-mail-mcp",
      "name": "imdinu/apple-mail-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/imdinu/apple-mail-mcp",
      "github_url": "https://github.com/imdinu/apple-mail-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/imdinu/apple-mail-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.501687+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.132262+00:00"
    },
    {
      "slug": "gh-inditextech-mcp-teams-server",
      "name": "InditexTech/mcp-teams-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/InditexTech/mcp-teams-server",
      "github_url": "https://github.com/InditexTech/mcp-teams-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/InditexTech/mcp-teams-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.501802+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.097753+00:00"
    },
    {
      "slug": "gh-infobip-mcp",
      "name": "Infobip/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/infobip/mcp",
      "github_url": "https://github.com/infobip/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/infobip/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.501913+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.133087+00:00"
    },
    {
      "slug": "gh-shahabazdev-inxmail-mcp",
      "name": "shahabazdev/inxmail-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shahabazdev/inxmail-mcp",
      "github_url": "https://github.com/shahabazdev/inxmail-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shahabazdev/inxmail-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.502025+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.133494+00:00"
    },
    {
      "slug": "gh-rchanllc-joltsms-mcp-server",
      "name": "rchanllc/joltsms-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rchanllc/joltsms-mcp-server",
      "github_url": "https://github.com/rchanllc/joltsms-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rchanllc/joltsms-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.502153+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.133906+00:00"
    },
    {
      "slug": "gh-virtualsms-io-mcp-server",
      "name": "virtualsms-io/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/virtualsms-io/mcp-server",
      "github_url": "https://github.com/virtualsms-io/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/virtualsms-io/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.502271+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.134316+00:00"
    },
    {
      "slug": "gh-jagan-shanmugam-mattermost-mcp-host",
      "name": "jagan-shanmugam/mattermost-mcp-host",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jagan-shanmugam/mattermost-mcp-host",
      "github_url": "https://github.com/jagan-shanmugam/mattermost-mcp-host",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jagan-shanmugam/mattermost-mcp-host"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.502393+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.134735+00:00"
    },
    {
      "slug": "gh-jaipandya-producthunt-mcp-server",
      "name": "jaipandya/producthunt-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jaipandya/producthunt-mcp-server",
      "github_url": "https://github.com/jaipandya/producthunt-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jaipandya/producthunt-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.502509+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.135147+00:00"
    },
    {
      "slug": "gh-jaspertvdm-mcp-server-rabel",
      "name": "jaspertvdm/mcp-server-rabel",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jaspertvdm/mcp-server-rabel",
      "github_url": "https://github.com/jaspertvdm/mcp-server-rabel",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jaspertvdm/mcp-server-rabel"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.502622+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.135552+00:00"
    },
    {
      "slug": "gh-joinly-ai-joinly",
      "name": "joinly-ai/joinly",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/joinly-ai/joinly",
      "github_url": "https://github.com/joinly-ai/joinly",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joinly-ai/joinly"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.502735+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.817457+00:00"
    },
    {
      "slug": "gh-kushneryk-join-cloud",
      "name": "kushneryk/join.cloud",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kushneryk/join.cloud",
      "github_url": "https://github.com/kushneryk/join.cloud",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kushneryk/join.cloud"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.502850+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.136374+00:00"
    },
    {
      "slug": "gh-jtalk22-slack-mcp-server",
      "name": "jtalk22/slack-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jtalk22/slack-mcp-server",
      "github_url": "https://github.com/jtalk22/slack-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jtalk22/slack-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.502966+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.136783+00:00"
    },
    {
      "slug": "gh-keturiosakys-bluesky-context-server",
      "name": "keturiosakys/bluesky-context-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/keturiosakys/bluesky-context-server",
      "github_url": "https://github.com/keturiosakys/bluesky-context-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/keturiosakys/bluesky-context-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.503082+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.754707+00:00"
    },
    {
      "slug": "gh-khan2a-telephony-mcp-server",
      "name": "khan2a/telephony-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/khan2a/telephony-mcp-server",
      "github_url": "https://github.com/khan2a/telephony-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/khan2a/telephony-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.503184+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.137621+00:00"
    },
    {
      "slug": "gh-korotovsky-slack-mcp-server",
      "name": "korotovsky/slack-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/korotovsky/slack-mcp-server",
      "github_url": "https://github.com/korotovsky/slack-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/korotovsky/slack-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.503286+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.662212+00:00"
    },
    {
      "slug": "gh-lanchuske-local-mcp-releases",
      "name": "lanchuske/local-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lanchuske/local-mcp-releases",
      "github_url": "https://github.com/lanchuske/local-mcp-releases",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lanchuske/local-mcp-releases"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.503394+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.138433+00:00"
    },
    {
      "slug": "gh-lharries-whatsapp-mcp",
      "name": "lharries/whatsapp-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lharries/whatsapp-mcp",
      "github_url": "https://github.com/lharries/whatsapp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lharries/whatsapp-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.503500+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.757770+00:00"
    },
    {
      "slug": "gh-nakulben-whatsapp-mcp",
      "name": "nakulben/whatsapp-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nakulben/whatsapp-mcp",
      "github_url": "https://github.com/nakulben/whatsapp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nakulben/whatsapp-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.503603+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.139255+00:00"
    },
    {
      "slug": "gh-line-line-bot-mcp-server",
      "name": "line/line-bot-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/line/line-bot-mcp-server",
      "github_url": "https://github.com/line/line-bot-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/line/line-bot-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.503708+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.536224+00:00"
    },
    {
      "slug": "gh-littlebearapps-outlook-assistant",
      "name": "littlebearapps/outlook-assistant",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/littlebearapps/outlook-assistant",
      "github_url": "https://github.com/littlebearapps/outlook-assistant",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/littlebearapps/outlook-assistant"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.503810+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.140191+00:00"
    },
    {
      "slug": "gh-leximo-ai-leximo-ai-call-assistant-mcp-server",
      "name": "Leximo-AI/leximo-ai-call-assistant-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Leximo-AI/leximo-ai-call-assistant-mcp-server",
      "github_url": "https://github.com/Leximo-AI/leximo-ai-call-assistant-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Leximo-AI/leximo-ai-call-assistant-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.503915+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.141640+00:00"
    },
    {
      "slug": "gh-madbonez-caldav-mcp",
      "name": "madbonez/caldav-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/madbonez/caldav-mcp",
      "github_url": "https://github.com/madbonez/caldav-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/madbonez/caldav-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.504016+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.141984+00:00"
    },
    {
      "slug": "gh-marlinjai-email-mcp",
      "name": "marlinjai/email-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/marlinjai/email-mcp",
      "github_url": "https://github.com/marlinjai/email-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/marlinjai/email-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.504118+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.142158+00:00"
    },
    {
      "slug": "gh-multimail-dev-mcp-server",
      "name": "multimail-dev/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/multimail-dev/mcp-server",
      "github_url": "https://github.com/multimail-dev/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/multimail-dev/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.504262+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.142333+00:00"
    },
    {
      "slug": "gh-aeoess-mingle-mcp",
      "name": "aeoess/mingle-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aeoess/mingle-mcp",
      "github_url": "https://github.com/aeoess/mingle-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aeoess/mingle-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.504405+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.142508+00:00"
    },
    {
      "slug": "gh-n24q02m-better-email-mcp",
      "name": "n24q02m/better-email-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/n24q02m/better-email-mcp",
      "github_url": "https://github.com/n24q02m/better-email-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/n24q02m/better-email-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.504513+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.142683+00:00"
    },
    {
      "slug": "gh-overpod-mcp-telegram",
      "name": "overpod/mcp-telegram",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/overpod/mcp-telegram",
      "github_url": "https://github.com/overpod/mcp-telegram",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/overpod/mcp-telegram"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.504626+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.142857+00:00"
    },
    {
      "slug": "gh-overquotaai-chatterboxio-mcp-server",
      "name": "OverQuotaAI/chatterboxio-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OverQuotaAI/chatterboxio-mcp-server",
      "github_url": "https://github.com/OverQuotaAI/chatterboxio-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OverQuotaAI/chatterboxio-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.504731+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.143042+00:00"
    },
    {
      "slug": "gh-phononx-cv-mcp-server",
      "name": "PhononX/cv-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PhononX/cv-mcp-server",
      "github_url": "https://github.com/PhononX/cv-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PhononX/cv-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.504834+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.465231+00:00"
    },
    {
      "slug": "gh-platfone-com-mcp",
      "name": "platfone-com/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/platfone-com/mcp",
      "github_url": "https://github.com/platfone-com/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/platfone-com/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.504938+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.143387+00:00"
    },
    {
      "slug": "gh-postcardbot-mcp-server",
      "name": "PostcardBot/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PostcardBot/mcp-server",
      "github_url": "https://github.com/PostcardBot/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PostcardBot/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.505123+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.143567+00:00"
    },
    {
      "slug": "gh-pasympa-discord-mcp",
      "name": "PaSympa/discord-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PaSympa/discord-mcp",
      "github_url": "https://github.com/PaSympa/discord-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PaSympa/discord-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.505245+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.143733+00:00"
    },
    {
      "slug": "gh-py2755-aiogram-mcp",
      "name": "Py2755/aiogram-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Py2755/aiogram-mcp",
      "github_url": "https://github.com/Py2755/aiogram-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Py2755/aiogram-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.505350+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.143891+00:00"
    },
    {
      "slug": "gh-qq418716640-botbell-mcp",
      "name": "qq418716640/botbell-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/qq418716640/botbell-mcp",
      "github_url": "https://github.com/qq418716640/botbell-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/qq418716640/botbell-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.505459+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.144052+00:00"
    },
    {
      "slug": "gh-saseq-discord-mcp",
      "name": "saseq/discord-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SaseQ/discord-mcp",
      "github_url": "https://github.com/SaseQ/discord-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SaseQ/discord-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.505564+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.189771+00:00"
    },
    {
      "slug": "gh-sawa-zen-vrchat-mcp",
      "name": "sawa-zen/vrchat-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sawa-zen/vrchat-mcp",
      "github_url": "https://github.com/sawa-zen/vrchat-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sawa-zen/vrchat-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.505670+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.144375+00:00"
    },
    {
      "slug": "gh-sirgreed808-zoho-mail-mcp",
      "name": "SirGreed808/zoho-mail-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SirGreed808/zoho-mail-mcp",
      "github_url": "https://github.com/SirGreed808/zoho-mail-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SirGreed808/zoho-mail-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.505774+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.144546+00:00"
    },
    {
      "slug": "gh-softeria-ms-365-mcp-server",
      "name": "softeria/ms-365-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/softeria/ms-365-mcp-server",
      "github_url": "https://github.com/softeria/ms-365-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/softeria/ms-365-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.505979+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.846327+00:00"
    },
    {
      "slug": "gh-spix-hq-spix-mcp",
      "name": "Spix-HQ/spix-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Spix-HQ/spix-mcp",
      "github_url": "https://github.com/Spix-HQ/spix-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Spix-HQ/spix-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.506217+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.144875+00:00"
    },
    {
      "slug": "gh-teddyzxcv-ntfy-mcp",
      "name": "teddyzxcv/ntfy-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/teddyzxcv/ntfy-mcp",
      "github_url": "https://github.com/teddyzxcv/ntfy-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/teddyzxcv/ntfy-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.506324+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.145043+00:00"
    },
    {
      "slug": "gh-timkulbaev-mcp-gmail",
      "name": "timkulbaev/mcp-gmail",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/timkulbaev/mcp-gmail",
      "github_url": "https://github.com/timkulbaev/mcp-gmail",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/timkulbaev/mcp-gmail"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.506426+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.145202+00:00"
    },
    {
      "slug": "gh-trycourier-courier-mcp",
      "name": "trycourier/courier-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/trycourier/courier-mcp",
      "github_url": "https://github.com/trycourier/courier-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/trycourier/courier-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.506529+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.145363+00:00"
    },
    {
      "slug": "gh-userad-didlogic-mcp",
      "name": "userad/didlogic_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/UserAd/didlogic_mcp",
      "github_url": "https://github.com/UserAd/didlogic_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/UserAd/didlogic_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.506631+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.145546+00:00"
    },
    {
      "slug": "gh-wyattjoh-imessage-mcp",
      "name": "wyattjoh/imessage-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wyattjoh/imessage-mcp",
      "github_url": "https://github.com/wyattjoh/imessage-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wyattjoh/imessage-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.506734+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.145742+00:00"
    },
    {
      "slug": "gh-wyattjoh-jmap-mcp",
      "name": "wyattjoh/jmap-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wyattjoh/jmap-mcp",
      "github_url": "https://github.com/wyattjoh/jmap-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wyattjoh/jmap-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.506836+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.145909+00:00"
    },
    {
      "slug": "gh-wazionapps-mcp-server",
      "name": "wazionapps/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wazionapps/mcp-server",
      "github_url": "https://github.com/wazionapps/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wazionapps/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.506939+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.146071+00:00"
    },
    {
      "slug": "gh-windborne-zulipmcp",
      "name": "windborne/zulipmcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/windborne/zulipmcp",
      "github_url": "https://github.com/windborne/zulipmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/windborne/zulipmcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.507136+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.146237+00:00"
    },
    {
      "slug": "gh-ycloud-developers-ycloud-whatsapp-mcp-server",
      "name": "YCloud-Developers/ycloud-whatsapp-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server",
      "github_url": "https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.507267+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.146469+00:00"
    },
    {
      "slug": "gh-yjcho9317-nworks",
      "name": "yjcho9317/nworks",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yjcho9317/nworks",
      "github_url": "https://github.com/yjcho9317/nworks",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yjcho9317/nworks"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.507415+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.146892+00:00"
    },
    {
      "slug": "gh-zcaceres-gtasks-mcp",
      "name": "zcaceres/gtasks-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zcaceres/gtasks-mcp",
      "github_url": "https://github.com/zcaceres/gtasks-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zcaceres/gtasks-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.507547+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.147309+00:00"
    },
    {
      "slug": "gh-ztxtxwd-open-feishu-mcp-server",
      "name": "ztxtxwd/open-feishu-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ztxtxwd/open-feishu-mcp-server",
      "github_url": "https://github.com/ztxtxwd/open-feishu-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ztxtxwd/open-feishu-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.507658+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.147794+00:00"
    },
    {
      "slug": "gh-loglux-whatsapp-mcp-stream",
      "name": "loglux/whatsapp-mcp-stream",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/loglux/whatsapp-mcp-stream",
      "github_url": "https://github.com/loglux/whatsapp-mcp-stream",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/loglux/whatsapp-mcp-stream"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.507764+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.148219+00:00"
    },
    {
      "slug": "gh-zacccck-claude-mcp-read-email-attachments",
      "name": "Zacccck/Claude-MCP-Read-Email-Attachments",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Zacccck/Claude-MCP-Read-Email-Attachments",
      "github_url": "https://github.com/Zacccck/Claude-MCP-Read-Email-Attachments",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Zacccck/Claude-MCP-Read-Email-Attachments"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.507886+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.148639+00:00"
    },
    {
      "slug": "gh-perspective-ai-mcp",
      "name": "Perspective-AI/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Perspective-AI/mcp",
      "github_url": "https://github.com/Perspective-AI/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Perspective-AI/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.508124+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.149061+00:00"
    },
    {
      "slug": "gh-antvis-mcp-server-chart",
      "name": "antv/mcp-server-chart",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/antvis/mcp-server-chart",
      "github_url": "https://github.com/antvis/mcp-server-chart",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/antvis/mcp-server-chart"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.509095+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.814900+00:00"
    },
    {
      "slug": "gh-hustcc-mcp-echarts",
      "name": "hustcc/mcp-echarts",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hustcc/mcp-echarts",
      "github_url": "https://github.com/hustcc/mcp-echarts",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hustcc/mcp-echarts"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.509902+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.048931+00:00"
    },
    {
      "slug": "gh-hustcc-mcp-mermaid",
      "name": "hustcc/mcp-mermaid",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hustcc/mcp-mermaid",
      "github_url": "https://github.com/hustcc/mcp-mermaid",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hustcc/mcp-mermaid"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.511183+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.586577+00:00"
    },
    {
      "slug": "gh-iaptic-mcp-server-iaptic",
      "name": "iaptic/mcp-server-iaptic",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/iaptic/mcp-server-iaptic",
      "github_url": "https://github.com/iaptic/mcp-server-iaptic",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/iaptic/mcp-server-iaptic"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.511534+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.150745+00:00"
    },
    {
      "slug": "gh-embeddedlayers-mcp-analytics",
      "name": "embeddedlayers/mcp-analytics",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/embeddedlayers/mcp-analytics",
      "github_url": "https://github.com/embeddedlayers/mcp-analytics",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/embeddedlayers/mcp-analytics"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.511664+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.151170+00:00"
    },
    {
      "slug": "gh-opendatamcp-opendatamcp",
      "name": "OpenDataMCP/OpenDataMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OpenDataMCP/OpenDataMCP",
      "github_url": "https://github.com/OpenDataMCP/OpenDataMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OpenDataMCP/OpenDataMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.511789+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.151608+00:00"
    },
    {
      "slug": "gh-quackbackio-quackback",
      "name": "QuackbackIO/quackback",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QuackbackIO/quackback",
      "github_url": "https://github.com/QuackbackIO/quackback",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuackbackIO/quackback"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.511906+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.152024+00:00"
    },
    {
      "slug": "gh-sergehuber-inoyu-mcp-unomi-server",
      "name": "sergehuber/inoyu-mcp-unomi-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sergehuber/inoyu-mcp-unomi-server",
      "github_url": "https://github.com/sergehuber/inoyu-mcp-unomi-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sergehuber/inoyu-mcp-unomi-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.512013+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.152443+00:00"
    },
    {
      "slug": "gh-tinybirdco-mcp-tinybird",
      "name": "tinybirdco/mcp-tinybird",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tinybirdco/mcp-tinybird",
      "github_url": "https://github.com/tinybirdco/mcp-tinybird",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tinybirdco/mcp-tinybird"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.512118+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.678740+00:00"
    },
    {
      "slug": "gh-lionkiii-google-searchconsole-mcp",
      "name": "lionkiii/google-searchconsole-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lionkiii/google-searchconsole-mcp",
      "github_url": "https://github.com/lionkiii/google-searchconsole-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lionkiii/google-searchconsole-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.512224+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.153296+00:00"
    },
    {
      "slug": "gh-saurabhsharma2u-search-console-mcp",
      "name": "saurabhsharma2u/search-console-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/saurabhsharma2u/search-console-mcp",
      "github_url": "https://github.com/saurabhsharma2u/search-console-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/saurabhsharma2u/search-console-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.512356+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.153728+00:00"
    },
    {
      "slug": "gh-aiven-open-mcp-aiven",
      "name": "Aiven-Open/mcp-aiven",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Aiven-Open/mcp-aiven",
      "github_url": "https://github.com/Aiven-Open/mcp-aiven",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Aiven-Open/mcp-aiven"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.512496+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.449645+00:00"
    },
    {
      "slug": "gh-alexander-zuev-supabase-mcp-server",
      "name": "alexanderzuev/supabase-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alexander-zuev/supabase-mcp-server",
      "github_url": "https://github.com/alexander-zuev/supabase-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alexander-zuev/supabase-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.512634+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.154563+00:00"
    },
    {
      "slug": "gh-aliyun-alibabacloud-tablestore-mcp-server",
      "name": "aliyun/alibabacloud-tablestore-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aliyun/alibabacloud-tablestore-mcp-server",
      "github_url": "https://github.com/aliyun/alibabacloud-tablestore-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aliyun/alibabacloud-tablestore-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.512770+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.154981+00:00"
    },
    {
      "slug": "gh-amineelkouhen-mcp-cockroachdb",
      "name": "amineelkouhen/mcp-cockroachdb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/amineelkouhen/mcp-cockroachdb",
      "github_url": "https://github.com/amineelkouhen/mcp-cockroachdb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/amineelkouhen/mcp-cockroachdb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.512915+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.777125+00:00"
    },
    {
      "slug": "gh-andywang1688-sql-query-mcp",
      "name": "andyWang1688/sql-query-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/andyWang1688/sql-query-mcp",
      "github_url": "https://github.com/andyWang1688/sql-query-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/andyWang1688/sql-query-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.513047+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.155830+00:00"
    },
    {
      "slug": "gh-arcadedata-arcadedb",
      "name": "ArcadeData/arcadedb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ArcadeData/arcadedb",
      "github_url": "https://github.com/ArcadeData/arcadedb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ArcadeData/arcadedb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.513169+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.156256+00:00"
    },
    {
      "slug": "gh-benborla-mcp-server-mysql",
      "name": "benborla29/mcp-server-mysql",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/benborla/mcp-server-mysql",
      "github_url": "https://github.com/benborla/mcp-server-mysql",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/benborla/mcp-server-mysql"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.513292+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.156875+00:00"
    },
    {
      "slug": "gh-bram2w-baserow",
      "name": "bram2w/baserow",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bram2w/baserow",
      "github_url": "https://github.com/bram2w/baserow",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bram2w/baserow"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.513412+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.158293+00:00"
    },
    {
      "slug": "gh-c4pt0r-mcp-server-tidb",
      "name": "c4pt0r/mcp-server-tidb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/c4pt0r/mcp-server-tidb",
      "github_url": "https://github.com/c4pt0r/mcp-server-tidb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/c4pt0r/mcp-server-tidb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.513540+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.158632+00:00"
    },
    {
      "slug": "gh-canner-wren-engine",
      "name": "Canner/wren-engine",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Canner/wren-engine",
      "github_url": "https://github.com/Canner/wren-engine",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Canner/wren-engine"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.513664+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.432719+00:00"
    },
    {
      "slug": "gh-centralmind-gateway",
      "name": "centralmind/gateway",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/centralmind/gateway",
      "github_url": "https://github.com/centralmind/gateway",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/centralmind/gateway"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.513790+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.806440+00:00"
    },
    {
      "slug": "gh-christianhinge-dicom-mcp",
      "name": "ChristianHinge/dicom-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ChristianHinge/dicom-mcp",
      "github_url": "https://github.com/ChristianHinge/dicom-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ChristianHinge/dicom-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.513914+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.159179+00:00"
    },
    {
      "slug": "gh-chroma-core-chroma-mcp",
      "name": "chroma-core/chroma-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/chroma-core/chroma-mcp",
      "github_url": "https://github.com/chroma-core/chroma-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chroma-core/chroma-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.514041+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.465591+00:00"
    },
    {
      "slug": "gh-clickhouse-mcp-clickhouse",
      "name": "ClickHouse/mcp-clickhouse",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ClickHouse/mcp-clickhouse",
      "github_url": "https://github.com/ClickHouse/mcp-clickhouse",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ClickHouse/mcp-clickhouse"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.514190+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.466292+00:00"
    },
    {
      "slug": "gh-codeurali-mcp-dataverse",
      "name": "codeurali/mcp-dataverse",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/codeurali/mcp-dataverse",
      "github_url": "https://github.com/codeurali/mcp-dataverse",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/codeurali/mcp-dataverse"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.514314+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.159887+00:00"
    },
    {
      "slug": "gh-confluentinc-mcp-confluent",
      "name": "confluentinc/mcp-confluent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/confluentinc/mcp-confluent",
      "github_url": "https://github.com/confluentinc/mcp-confluent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/confluentinc/mcp-confluent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.514443+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.160068+00:00"
    },
    {
      "slug": "gh-corebasehq-coremcp",
      "name": "corebasehq/coremcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/corebasehq/coremcp",
      "github_url": "https://github.com/corebasehq/coremcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/corebasehq/coremcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.514566+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.160241+00:00"
    },
    {
      "slug": "gh-couchbase-ecosystem-mcp-server-couchbase",
      "name": "Couchbase-Ecosystem/mcp-server-couchbase",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Couchbase-Ecosystem/mcp-server-couchbase",
      "github_url": "https://github.com/Couchbase-Ecosystem/mcp-server-couchbase",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Couchbase-Ecosystem/mcp-server-couchbase"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.514687+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.471733+00:00"
    },
    {
      "slug": "gh-cr7258-elasticsearch-mcp-server",
      "name": "cr7258/elasticsearch-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cr7258/elasticsearch-mcp-server",
      "github_url": "https://github.com/cr7258/elasticsearch-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cr7258/elasticsearch-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.514810+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.160598+00:00"
    },
    {
      "slug": "gh-crystaldba-postgres-mcp",
      "name": "crystaldba/postgres-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/crystaldba/postgres-mcp",
      "github_url": "https://github.com/crystaldba/postgres-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/crystaldba/postgres-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.514930+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.160773+00:00"
    },
    {
      "slug": "gh-dataring-engineering-mcp-server-trino",
      "name": "Dataring-engineering/mcp-server-trino",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Dataring-engineering/mcp-server-trino",
      "github_url": "https://github.com/Dataring-engineering/mcp-server-trino",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Dataring-engineering/mcp-server-trino"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.515100+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.160949+00:00"
    },
    {
      "slug": "gh-dave-wind-mysql-mcp-server",
      "name": "davewind/mysql-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dave-wind/mysql-mcp-server",
      "github_url": "https://github.com/dave-wind/mysql-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dave-wind/mysql-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.515255+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.161125+00:00"
    },
    {
      "slug": "gh-designcomputer-mysql-mcp-server",
      "name": "designcomputer/mysql_mcp_server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/designcomputer/mysql_mcp_server",
      "github_url": "https://github.com/designcomputer/mysql_mcp_server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/designcomputer/mysql_mcp_server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.515917+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.615652+00:00"
    },
    {
      "slug": "gh-domdomegg-airtable-mcp-server",
      "name": "domdomegg/airtable-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/domdomegg/airtable-mcp-server",
      "github_url": "https://github.com/domdomegg/airtable-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/domdomegg/airtable-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.516437+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.705626+00:00"
    },
    {
      "slug": "gh-edwinbernadus-nocodb-mcp-server",
      "name": "edwinbernadus/nocodb-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/edwinbernadus/nocodb-mcp-server",
      "github_url": "https://github.com/edwinbernadus/nocodb-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/edwinbernadus/nocodb-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.516690+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.871506+00:00"
    },
    {
      "slug": "gh-ergut-mcp-bigquery-server",
      "name": "ergut/mcp-bigquery-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ergut/mcp-bigquery-server",
      "github_url": "https://github.com/ergut/mcp-bigquery-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ergut/mcp-bigquery-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.516822+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.749044+00:00"
    },
    {
      "slug": "gh-f4ww4z-mcp-mysql-server",
      "name": "f4ww4z/mcp-mysql-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/f4ww4z/mcp-mysql-server",
      "github_url": "https://github.com/f4ww4z/mcp-mysql-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/f4ww4z/mcp-mysql-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.516946+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.162017+00:00"
    },
    {
      "slug": "gh-ferrants-memvid-mcp-server",
      "name": "ferrants/memvid-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ferrants/memvid-mcp-server",
      "github_url": "https://github.com/ferrants/memvid-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ferrants/memvid-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.517071+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.162192+00:00"
    },
    {
      "slug": "gh-olow304-memvid",
      "name": "memvid",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Olow304/memvid",
      "github_url": "https://github.com/Olow304/memvid",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Olow304/memvid"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.517191+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.162628+00:00"
    },
    {
      "slug": "gh-fireproof-storage-mcp-database-server",
      "name": "fireproof-storage/mcp-database-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/fireproof-storage/mcp-database-server",
      "github_url": "https://github.com/fireproof-storage/mcp-database-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fireproof-storage/mcp-database-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.517313+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.525483+00:00"
    },
    {
      "slug": "gh-michael2150-flamerobin-mcp-server",
      "name": "Michael2150/flamerobin-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Michael2150/flamerobin-mcp-server",
      "github_url": "https://github.com/Michael2150/flamerobin-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Michael2150/flamerobin-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.517434+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.163498+00:00"
    },
    {
      "slug": "gh-freema-mcp-gsheets",
      "name": "freema/mcp-gsheets",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/freema/mcp-gsheets",
      "github_url": "https://github.com/freema/mcp-gsheets",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/freema/mcp-gsheets"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.517559+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.163942+00:00"
    },
    {
      "slug": "gh-freepeak-db-mcp-server",
      "name": "FreePeak/db-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/FreePeak/db-mcp-server",
      "github_url": "https://github.com/FreePeak/db-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FreePeak/db-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.517683+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.164372+00:00"
    },
    {
      "slug": "gh-furey-mongodb-lens",
      "name": "furey/mongodb-lens",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/furey/mongodb-lens",
      "github_url": "https://github.com/furey/mongodb-lens",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/furey/mongodb-lens"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.517813+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.856884+00:00"
    },
    {
      "slug": "gh-gannonh-firebase-mcp",
      "name": "gannonh/firebase-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gannonh/firebase-mcp",
      "github_url": "https://github.com/gannonh/firebase-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gannonh/firebase-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.517937+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.165284+00:00"
    },
    {
      "slug": "gh-gigamori-mcp-run-sql-connectorx",
      "name": "gigamori/mcp-run-sql-connectorx",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gigamori/mcp-run-sql-connectorx",
      "github_url": "https://github.com/gigamori/mcp-run-sql-connectorx",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gigamori/mcp-run-sql-connectorx"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.518074+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.898577+00:00"
    },
    {
      "slug": "gh-googleapis-genai-toolbox",
      "name": "googleapis/genai-toolbox",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/googleapis/genai-toolbox",
      "github_url": "https://github.com/googleapis/genai-toolbox",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/googleapis/genai-toolbox"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.518198+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.579653+00:00"
    },
    {
      "slug": "gh-greptimeteam-greptimedb-mcp-server",
      "name": "GreptimeTeam/greptimedb-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GreptimeTeam/greptimedb-mcp-server",
      "github_url": "https://github.com/GreptimeTeam/greptimedb-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GreptimeTeam/greptimedb-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.518320+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.539379+00:00"
    },
    {
      "slug": "gh-hannesrudolph-sqlite-explorer-fastmcp-mcp-server",
      "name": "hannesrudolph/sqlite-explorer-fastmcp-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server",
      "github_url": "https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.518442+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.167001+00:00"
    },
    {
      "slug": "gh-henilcalagiya-google-sheets-mcp",
      "name": "henilcalagiya/google-sheets-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/henilcalagiya/google-sheets-mcp",
      "github_url": "https://github.com/henilcalagiya/google-sheets-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/henilcalagiya/google-sheets-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.518564+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.167427+00:00"
    },
    {
      "slug": "gh-hydrolix-mcp-hydrolix",
      "name": "hydrolix/mcp-hydrolix",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hydrolix/mcp-hydrolix",
      "github_url": "https://github.com/hydrolix/mcp-hydrolix",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hydrolix/mcp-hydrolix"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.518686+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.552657+00:00"
    },
    {
      "slug": "gh-idoru-influxdb-mcp-server",
      "name": "idoru/influxdb-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/idoru/influxdb-mcp-server",
      "github_url": "https://github.com/idoru/influxdb-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/idoru/influxdb-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.518807+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.168298+00:00"
    },
    {
      "slug": "gh-influxdata-influxdb3-mcp-server",
      "name": "InfluxData/influxdb3_mcp_server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/influxdata/influxdb3_mcp_server",
      "github_url": "https://github.com/influxdata/influxdb3_mcp_server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/influxdata/influxdb3_mcp_server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.518996+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.168727+00:00"
    },
    {
      "slug": "gh-izzzzzi-iztolkmcp",
      "name": "izzzzzi/izTolkMcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/izzzzzi/izTolkMcp",
      "github_url": "https://github.com/izzzzzi/izTolkMcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/izzzzzi/izTolkMcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.519116+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.169158+00:00"
    },
    {
      "slug": "gh-isaacwasserman-mcp-snowflake-server",
      "name": "isaacwasserman/mcp-snowflake-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/isaacwasserman/mcp-snowflake-server",
      "github_url": "https://github.com/isaacwasserman/mcp-snowflake-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/isaacwasserman/mcp-snowflake-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.519228+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.913733+00:00"
    },
    {
      "slug": "gh-iunera-druid-mcp-server",
      "name": "iunera/druid-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/iunera/druid-mcp-server",
      "github_url": "https://github.com/iunera/druid-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/iunera/druid-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.519344+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.782140+00:00"
    },
    {
      "slug": "gh-javimaligno-postgres-mcp",
      "name": "JaviMaligno/postgres_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JaviMaligno/postgres_mcp",
      "github_url": "https://github.com/JaviMaligno/postgres_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JaviMaligno/postgres_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.519456+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.170476+00:00"
    },
    {
      "slug": "gh-joshuarileydev-supabase",
      "name": "joshuarileydev/supabase-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/joshuarileydev/supabase",
      "github_url": "https://github.com/joshuarileydev/supabase",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joshuarileydev/supabase"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.519566+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.170909+00:00"
    },
    {
      "slug": "gh-jovezhong-mcp-timeplus",
      "name": "jovezhong/mcp-timeplus",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jovezhong/mcp-timeplus",
      "github_url": "https://github.com/jovezhong/mcp-timeplus",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jovezhong/mcp-timeplus"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.519677+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.171337+00:00"
    },
    {
      "slug": "gh-jparkerweb-mcp-sqlite",
      "name": "jparkerweb/mcp-sqlite",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jparkerweb/mcp-sqlite",
      "github_url": "https://github.com/jparkerweb/mcp-sqlite",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jparkerweb/mcp-sqlite"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.519789+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.171765+00:00"
    },
    {
      "slug": "gh-kashiwabyte-vikingdb-mcp-server",
      "name": "KashiwaByte/vikingdb-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KashiwaByte/vikingdb-mcp-server",
      "github_url": "https://github.com/KashiwaByte/vikingdb-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KashiwaByte/vikingdb-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.519900+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.172192+00:00"
    },
    {
      "slug": "gh-kiliczsh-mcp-mongo-server",
      "name": "kiliczsh/mcp-mongo-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kiliczsh/mcp-mongo-server",
      "github_url": "https://github.com/kiliczsh/mcp-mongo-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kiliczsh/mcp-mongo-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.520011+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.154476+00:00"
    },
    {
      "slug": "gh-ktanaka101-mcp-server-duckdb",
      "name": "ktanaka101/mcp-server-duckdb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ktanaka101/mcp-server-duckdb",
      "github_url": "https://github.com/ktanaka101/mcp-server-duckdb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ktanaka101/mcp-server-duckdb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.520122+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.173064+00:00"
    },
    {
      "slug": "gh-lucashild-mcp-server-bigquery",
      "name": "LucasHild/mcp-server-bigquery",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LucasHild/mcp-server-bigquery",
      "github_url": "https://github.com/LucasHild/mcp-server-bigquery",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LucasHild/mcp-server-bigquery"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.520233+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.748318+00:00"
    },
    {
      "slug": "gh-mbentham-sqlaugur",
      "name": "mbentham/SqlAugur",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mbentham/SqlAugur",
      "github_url": "https://github.com/mbentham/SqlAugur",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mbentham/SqlAugur"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.520344+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.175097+00:00"
    },
    {
      "slug": "gh-montumodi-mongodb-atlas-mcp-server",
      "name": "montumodi/mongodb-atlas-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/montumodi/mongodb-atlas-mcp-server",
      "github_url": "https://github.com/montumodi/mongodb-atlas-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/montumodi/mongodb-atlas-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.520457+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.175355+00:00"
    },
    {
      "slug": "gh-neo4j-contrib-mcp-neo4j",
      "name": "neo4j-contrib/mcp-neo4j",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/neo4j-contrib/mcp-neo4j",
      "github_url": "https://github.com/neo4j-contrib/mcp-neo4j",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/neo4j-contrib/mcp-neo4j"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.520568+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.155468+00:00"
    },
    {
      "slug": "gh-neondatabase-mcp-server-neon",
      "name": "neondatabase/mcp-server-neon",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/neondatabase/mcp-server-neon",
      "github_url": "https://github.com/neondatabase/mcp-server-neon",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/neondatabase/mcp-server-neon"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.520704+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.589392+00:00"
    },
    {
      "slug": "gh-niledatabase-nile-mcp-server",
      "name": "niledatabase/nile-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/niledatabase/nile-mcp-server",
      "github_url": "https://github.com/niledatabase/nile-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/niledatabase/nile-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.520827+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.871068+00:00"
    },
    {
      "slug": "gh-openlinksoftware-mcp-jdbc-server",
      "name": "openlink/mcp-server-jdbc",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OpenLinkSoftware/mcp-jdbc-server",
      "github_url": "https://github.com/OpenLinkSoftware/mcp-jdbc-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OpenLinkSoftware/mcp-jdbc-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.520944+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.176086+00:00"
    },
    {
      "slug": "gh-openlinksoftware-mcp-odbc-server",
      "name": "openlink/mcp-server-odbc",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OpenLinkSoftware/mcp-odbc-server",
      "github_url": "https://github.com/OpenLinkSoftware/mcp-odbc-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OpenLinkSoftware/mcp-odbc-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.521056+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.176275+00:00"
    },
    {
      "slug": "gh-openlinksoftware-mcp-sqlalchemy-server",
      "name": "openlink/mcp-server-sqlalchemy",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OpenLinkSoftware/mcp-sqlalchemy-server",
      "github_url": "https://github.com/OpenLinkSoftware/mcp-sqlalchemy-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OpenLinkSoftware/mcp-sqlalchemy-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.521177+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.176456+00:00"
    },
    {
      "slug": "gh-ofershap-mcp-server-sqlite",
      "name": "ofershap/mcp-server-sqlite",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/mcp-server-sqlite",
      "github_url": "https://github.com/ofershap/mcp-server-sqlite",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/mcp-server-sqlite"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.521290+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.176637+00:00"
    },
    {
      "slug": "gh-pab1it0-adx-mcp-server",
      "name": "pab1it0/adx-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pab1it0/adx-mcp-server",
      "github_url": "https://github.com/pab1it0/adx-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pab1it0/adx-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.521406+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.176818+00:00"
    },
    {
      "slug": "gh-pab1it0-prometheus-mcp-server",
      "name": "pab1it0/prometheus-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pab1it0/prometheus-mcp-server",
      "github_url": "https://github.com/pab1it0/prometheus-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pab1it0/prometheus-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.521520+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.883792+00:00"
    },
    {
      "slug": "gh-isdaniel-pgtuner-mcp",
      "name": "pgtuner_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/isdaniel/pgtuner_mcp",
      "github_url": "https://github.com/isdaniel/pgtuner_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/isdaniel/pgtuner_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.521632+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.177178+00:00"
    },
    {
      "slug": "gh-pilat-mcp-datalink",
      "name": "pilat/mcp-datalink",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pilat/mcp-datalink",
      "github_url": "https://github.com/pilat/mcp-datalink",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pilat/mcp-datalink"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.521743+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.177351+00:00"
    },
    {
      "slug": "gh-prisma-mcp",
      "name": "prisma/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/prisma/mcp",
      "github_url": "https://github.com/prisma/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/prisma/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.521855+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.626774+00:00"
    },
    {
      "slug": "gh-qdrant-mcp-server-qdrant",
      "name": "qdrant/mcp-server-qdrant",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/qdrant/mcp-server-qdrant",
      "github_url": "https://github.com/qdrant/mcp-server-qdrant",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/qdrant/mcp-server-qdrant"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.521967+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.579557+00:00"
    },
    {
      "slug": "gh-quantgeekdev-mongo-mcp",
      "name": "QuantGeekDev/mongo-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QuantGeekDev/mongo-mcp",
      "github_url": "https://github.com/QuantGeekDev/mongo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuantGeekDev/mongo-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.522078+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.855802+00:00"
    },
    {
      "slug": "gh-rashidazarang-airtable-mcp",
      "name": "rashidazarang/airtable-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rashidazarang/airtable-mcp",
      "github_url": "https://github.com/rashidazarang/airtable-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rashidazarang/airtable-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.522191+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.178022+00:00"
    },
    {
      "slug": "gh-redis-mcp-redis",
      "name": "redis/mcp-redis",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/redis/mcp-redis",
      "github_url": "https://github.com/redis/mcp-redis",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/redis/mcp-redis"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.522444+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.823093+00:00"
    },
    {
      "slug": "gh-runekaagaard-mcp-alchemy",
      "name": "runekaagaard/mcp-alchemy",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/runekaagaard/mcp-alchemy",
      "github_url": "https://github.com/runekaagaard/mcp-alchemy",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/runekaagaard/mcp-alchemy"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.522657+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.178605+00:00"
    },
    {
      "slug": "gh-s2-streamstore-s2-sdk-typescript",
      "name": "s2-streamstore/s2-sdk-typescript",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/s2-streamstore/s2-sdk-typescript",
      "github_url": "https://github.com/s2-streamstore/s2-sdk-typescript",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/s2-streamstore/s2-sdk-typescript"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.522788+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.179057+00:00"
    },
    {
      "slug": "gh-schemacrawler-schemacrawler-mcp-server-usage",
      "name": "schemacrawler/SchemaCrawler-MCP-Server-Usage",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/schemacrawler/SchemaCrawler-MCP-Server-Usage",
      "github_url": "https://github.com/schemacrawler/SchemaCrawler-MCP-Server-Usage",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/schemacrawler/SchemaCrawler-MCP-Server-Usage"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.522903+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.901779+00:00"
    },
    {
      "slug": "gh-sidneybissoli-ibge-br-mcp",
      "name": "SidneyBissoli/ibge-br-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SidneyBissoli/ibge-br-mcp",
      "github_url": "https://github.com/SidneyBissoli/ibge-br-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SidneyBissoli/ibge-br-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.523017+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.179952+00:00"
    },
    {
      "slug": "gh-sirmews-mcp-pinecone",
      "name": "sirmews/mcp-pinecone",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sirmews/mcp-pinecone",
      "github_url": "https://github.com/sirmews/mcp-pinecone",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sirmews/mcp-pinecone"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.523129+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.180389+00:00"
    },
    {
      "slug": "gh-skysqlinc-skysql-mcp",
      "name": "skysqlinc/skysql-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/skysqlinc/skysql-mcp",
      "github_url": "https://github.com/skysqlinc/skysql-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/skysqlinc/skysql-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.523240+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.180893+00:00"
    },
    {
      "slug": "gh-snowflake-labs-mcp",
      "name": "Snowflake-Labs/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Snowflake-Labs/mcp",
      "github_url": "https://github.com/Snowflake-Labs/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Snowflake-Labs/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.523351+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.181379+00:00"
    },
    {
      "slug": "gh-subnetmarco-pgmcp",
      "name": "subnetmarco/pgmcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/subnetmarco/pgmcp",
      "github_url": "https://github.com/subnetmarco/pgmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/subnetmarco/pgmcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.523598+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.810660+00:00"
    },
    {
      "slug": "gh-supabase-community-supabase-mcp",
      "name": "supabase-community/supabase-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/supabase-community/supabase-mcp",
      "github_url": "https://github.com/supabase-community/supabase-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/supabase-community/supabase-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.523824+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.664153+00:00"
    },
    {
      "slug": "gh-theralabs-legion-mcp",
      "name": "TheRaLabs/legion-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TheRaLabs/legion-mcp",
      "github_url": "https://github.com/TheRaLabs/legion-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TheRaLabs/legion-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.523935+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.781707+00:00"
    },
    {
      "slug": "gh-thinairtelematics-thinair-data",
      "name": "ThinAirTelematics/thinair-data",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ThinAirTelematics/thinair-data",
      "github_url": "https://github.com/ThinAirTelematics/thinair-data",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ThinAirTelematics/thinair-data"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.524047+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.182190+00:00"
    },
    {
      "slug": "gh-tradercjz-dolphindb-mcp-server",
      "name": "tradercjz/dolphindb-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tradercjz/dolphindb-mcp-server",
      "github_url": "https://github.com/tradercjz/dolphindb-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tradercjz/dolphindb-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.524159+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.182358+00:00"
    },
    {
      "slug": "gh-tuannvm-mcp-trino",
      "name": "tuannvm/mcp-trino",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tuannvm/mcp-trino",
      "github_url": "https://github.com/tuannvm/mcp-trino",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tuannvm/mcp-trino"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.524270+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.933657+00:00"
    },
    {
      "slug": "gh-getmystadmin-urdb-mcp",
      "name": "GetMystAdmin/urdb-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GetMystAdmin/urdb-mcp",
      "github_url": "https://github.com/GetMystAdmin/urdb-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GetMystAdmin/urdb-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.524383+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.182773+00:00"
    },
    {
      "slug": "gh-victoriametrics-community-mcp-victorialogs",
      "name": "VictoriaMetrics-Community/mcp-victorialogs",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/VictoriaMetrics-Community/mcp-victorialogs",
      "github_url": "https://github.com/VictoriaMetrics-Community/mcp-victorialogs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VictoriaMetrics-Community/mcp-victorialogs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.524516+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.182957+00:00"
    },
    {
      "slug": "gh-weaviate-mcp-server-weaviate",
      "name": "weaviate/mcp-server-weaviate",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/weaviate/mcp-server-weaviate",
      "github_url": "https://github.com/weaviate/mcp-server-weaviate",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/weaviate/mcp-server-weaviate"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.524868+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.183134+00:00"
    },
    {
      "slug": "gh-wenb1n-dev-mysql-mcp-server-pro",
      "name": "wenb1n-dev/mysql_mcp_server_pro",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wenb1n-dev/mysql_mcp_server_pro",
      "github_url": "https://github.com/wenb1n-dev/mysql_mcp_server_pro",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wenb1n-dev/mysql_mcp_server_pro"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.525078+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.183364+00:00"
    },
    {
      "slug": "gh-wenb1n-dev-smartdb-mcp",
      "name": "wenb1n-dev/SmartDB_MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wenb1n-dev/SmartDB_MCP",
      "github_url": "https://github.com/wenb1n-dev/SmartDB_MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wenb1n-dev/SmartDB_MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.525825+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.183616+00:00"
    },
    {
      "slug": "gh-xexr-mcp-libsql",
      "name": "xexr/mcp-libsql",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Xexr/mcp-libsql",
      "github_url": "https://github.com/Xexr/mcp-libsql",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Xexr/mcp-libsql"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.526244+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.837521+00:00"
    },
    {
      "slug": "gh-xgenerationlab-xiyan-mcp-server",
      "name": "XGenerationLab/xiyan_mcp_server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/XGenerationLab/xiyan_mcp_server",
      "github_url": "https://github.com/XGenerationLab/xiyan_mcp_server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/XGenerationLab/xiyan_mcp_server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.526481+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.040072+00:00"
    },
    {
      "slug": "gh-xing5-mcp-google-sheets",
      "name": "xing5/mcp-google-sheets",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/xing5/mcp-google-sheets",
      "github_url": "https://github.com/xing5/mcp-google-sheets",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/xing5/mcp-google-sheets"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.526655+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.245656+00:00"
    },
    {
      "slug": "gh-yannbrrd-simple-snowflake-mcp",
      "name": "yannbrrd/simple_snowflake_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/YannBrrd/simple_snowflake_mcp",
      "github_url": "https://github.com/YannBrrd/simple_snowflake_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/YannBrrd/simple_snowflake_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.527442+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.184422+00:00"
    },
    {
      "slug": "gh-ydb-platform-ydb-mcp",
      "name": "ydb/ydb-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ydb-platform/ydb-mcp",
      "github_url": "https://github.com/ydb-platform/ydb-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ydb-platform/ydb-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.527669+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.184608+00:00"
    },
    {
      "slug": "gh-yincongcyincong-victoriametrics-mcp-server",
      "name": "yincongcyincong/VictoriaMetrics-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yincongcyincong/VictoriaMetrics-mcp-server",
      "github_url": "https://github.com/yincongcyincong/VictoriaMetrics-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yincongcyincong/VictoriaMetrics-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.527861+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.184814+00:00"
    },
    {
      "slug": "gh-zhwt-go-mcp-mysql",
      "name": "Zhwt/go-mcp-mysql",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Zhwt/go-mcp-mysql",
      "github_url": "https://github.com/Zhwt/go-mcp-mysql",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Zhwt/go-mcp-mysql"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.528123+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.185025+00:00"
    },
    {
      "slug": "gh-zilliztech-mcp-server-milvus",
      "name": "zilliztech/mcp-server-milvus",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zilliztech/mcp-server-milvus",
      "github_url": "https://github.com/zilliztech/mcp-server-milvus",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zilliztech/mcp-server-milvus"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.528389+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.582771+00:00"
    },
    {
      "slug": "gh-wklee610-kafka-mcp",
      "name": "wklee610/kafka-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wklee610/kafka-mcp",
      "github_url": "https://github.com/wklee610/kafka-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wklee610/kafka-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.528574+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.185633+00:00"
    },
    {
      "slug": "gh-1luvc0d3-metabase-mcp",
      "name": "1luvc0d3/metabase-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/1luvc0d3/metabase-mcp",
      "github_url": "https://github.com/1luvc0d3/metabase-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/1luvc0d3/metabase-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.529539+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.185814+00:00"
    },
    {
      "slug": "gh-carrierone-verilexdata-mcp",
      "name": "carrierone/verilexdata-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/carrierone/verilexdata-mcp",
      "github_url": "https://github.com/carrierone/verilexdata-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/carrierone/verilexdata-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.530027+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.186004+00:00"
    },
    {
      "slug": "gh-alkemi-ai-alkemi-mcp",
      "name": "alkemiai/alkemi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alkemi-ai/alkemi-mcp",
      "github_url": "https://github.com/alkemi-ai/alkemi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alkemi-ai/alkemi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.530275+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.186174+00:00"
    },
    {
      "slug": "gh-avisangle-method-crm-mcp",
      "name": "avisangle/method-crm-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/avisangle/method-crm-mcp",
      "github_url": "https://github.com/avisangle/method-crm-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/avisangle/method-crm-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.530394+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.186346+00:00"
    },
    {
      "slug": "gh-aywengo-kafka-schema-reg-mcp",
      "name": "aywengo/kafka-schema-reg-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aywengo/kafka-schema-reg-mcp",
      "github_url": "https://github.com/aywengo/kafka-schema-reg-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aywengo/kafka-schema-reg-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.530502+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.186516+00:00"
    },
    {
      "slug": "gh-bintocher-mcp-superset",
      "name": "bintocher/mcp-superset",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bintocher/mcp-superset",
      "github_url": "https://github.com/bintocher/mcp-superset",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bintocher/mcp-superset"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.530610+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.186685+00:00"
    },
    {
      "slug": "gh-bruno-portfolio-agrobr-mcp",
      "name": "bruno-portfolio/agrobr-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bruno-portfolio/agrobr-mcp",
      "github_url": "https://github.com/bruno-portfolio/agrobr-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bruno-portfolio/agrobr-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.530733+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.186922+00:00"
    },
    {
      "slug": "gh-castaldo-solutions-mcp-vtenext",
      "name": "Castaldo-Solutions/mcp-vtenext",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Castaldo-Solutions/mcp-vtenext",
      "github_url": "https://github.com/Castaldo-Solutions/mcp-vtenext",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Castaldo-Solutions/mcp-vtenext"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.530865+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.187377+00:00"
    },
    {
      "slug": "gh-dan1d-mercadolibre-mcp",
      "name": "dan1d/mercadolibre-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dan1d/mercadolibre-mcp",
      "github_url": "https://github.com/dan1d/mercadolibre-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dan1d/mercadolibre-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.530995+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.187837+00:00"
    },
    {
      "slug": "gh-dbt-labs-dbt-mcp",
      "name": "dbt-labs/dbt-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dbt-labs/dbt-mcp",
      "github_url": "https://github.com/dbt-labs/dbt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dbt-labs/dbt-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.531142+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.580635+00:00"
    },
    {
      "slug": "gh-flowcore-io-mcp-flowcore-platform",
      "name": "flowcore/mcp-flowcore-platform",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/flowcore-io/mcp-flowcore-platform",
      "github_url": "https://github.com/flowcore-io/mcp-flowcore-platform",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/flowcore-io/mcp-flowcore-platform"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.531273+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.188743+00:00"
    },
    {
      "slug": "gh-hug0x0-mcp-reunion",
      "name": "Hug0x0/mcp-reunion",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Hug0x0/mcp-reunion",
      "github_url": "https://github.com/Hug0x0/mcp-reunion",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Hug0x0/mcp-reunion"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.531403+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.189182+00:00"
    },
    {
      "slug": "gh-jordineil-mcp-databricks-server",
      "name": "JordiNei/mcp-databricks-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JordiNeil/mcp-databricks-server",
      "github_url": "https://github.com/JordiNeil/mcp-databricks-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JordiNeil/mcp-databricks-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.531536+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.189640+00:00"
    },
    {
      "slug": "gh-jwaxman19-qlik-mcp",
      "name": "jwaxman19/qlik-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jwaxman19/qlik-mcp",
      "github_url": "https://github.com/jwaxman19/qlik-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jwaxman19/qlik-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.531665+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.190291+00:00"
    },
    {
      "slug": "gh-keboola-keboola-mcp-server",
      "name": "keboola/keboola-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/keboola/keboola-mcp-server",
      "github_url": "https://github.com/keboola/keboola-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/keboola/keboola-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.531795+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.564892+00:00"
    },
    {
      "slug": "gh-mattijsdp-dbt-docs-mcp",
      "name": "mattijsdp/dbt-docs-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mattijsdp/dbt-docs-mcp",
      "github_url": "https://github.com/mattijsdp/dbt-docs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mattijsdp/dbt-docs-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.531924+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.782595+00:00"
    },
    {
      "slug": "gh-meacheal-ai-mrc-data",
      "name": "meacheal-ai/mrc-data",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/meacheal-ai/mrc-data",
      "github_url": "https://github.com/meacheal-ai/mrc-data",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/meacheal-ai/mrc-data"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.532171+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.192369+00:00"
    },
    {
      "slug": "gh-meal-inc-bonnard-cli",
      "name": "meal-inc/bonnard-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/meal-inc/bonnard-cli",
      "github_url": "https://github.com/meal-inc/bonnard-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/meal-inc/bonnard-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.532349+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.192580+00:00"
    },
    {
      "slug": "gh-mbrummerstedt-powerbi-analyst-mcp",
      "name": "mbrummerstedt/powerbi-analyst-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mbrummerstedt/powerbi-analyst-mcp",
      "github_url": "https://github.com/mbrummerstedt/powerbi-analyst-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mbrummerstedt/powerbi-analyst-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.532495+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.192792+00:00"
    },
    {
      "slug": "gh-osseni94-keyneg-mcp",
      "name": "Osseni94/keyneg-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Osseni94/keyneg-mcp",
      "github_url": "https://github.com/Osseni94/keyneg-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Osseni94/keyneg-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.532798+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.193015+00:00"
    },
    {
      "slug": "gh-osseni94-oyemi-mcp",
      "name": "Osseni94/oyemi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Osseni94/oyemi-mcp",
      "github_url": "https://github.com/Osseni94/oyemi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Osseni94/oyemi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.533075+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.193217+00:00"
    },
    {
      "slug": "gh-paracetamol951-caisse-enregistreuse-mcp-server",
      "name": "paracetamol951/caisse-enregistreuse-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/paracetamol951/caisse-enregistreuse-mcp-server",
      "github_url": "https://github.com/paracetamol951/caisse-enregistreuse-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/paracetamol951/caisse-enregistreuse-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.533219+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.193401+00:00"
    },
    {
      "slug": "gh-saikiyusuke-registep-mcp",
      "name": "saikiyusuke/registep-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/saikiyusuke/registep-mcp",
      "github_url": "https://github.com/saikiyusuke/registep-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/saikiyusuke/registep-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.533350+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.193586+00:00"
    },
    {
      "slug": "gh-vikramgorla-mcp-swiss",
      "name": "vikramgorla/mcp-swiss",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vikramgorla/mcp-swiss",
      "github_url": "https://github.com/vikramgorla/mcp-swiss",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vikramgorla/mcp-swiss"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.533480+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.193772+00:00"
    },
    {
      "slug": "gh-yashshingvi-databricks-genie-mcp",
      "name": "yashshingvi/databricks-genie-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yashshingvi/databricks-genie-MCP",
      "github_url": "https://github.com/yashshingvi/databricks-genie-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yashshingvi/databricks-genie-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.533612+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.193959+00:00"
    },
    {
      "slug": "gh-leekangbum-networklytics-mcp",
      "name": "Leekangbum/networklytics-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Leekangbum/networklytics-mcp",
      "github_url": "https://github.com/Leekangbum/networklytics-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Leekangbum/networklytics-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.533744+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.194144+00:00"
    },
    {
      "slug": "gh-masondelan-selvedge",
      "name": "masondelan/selvedge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/masondelan/selvedge",
      "github_url": "https://github.com/masondelan/selvedge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/masondelan/selvedge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.533879+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.194332+00:00"
    },
    {
      "slug": "gh-sapph1re-mcp-billing-gateway-sdk",
      "name": "sapph1re/mcp-billing-gateway-sdk",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sapph1re/mcp-billing-gateway-sdk",
      "github_url": "https://github.com/sapph1re/mcp-billing-gateway-sdk",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sapph1re/mcp-billing-gateway-sdk"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.534012+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.194521+00:00"
    },
    {
      "slug": "gh-agenticempire-axint",
      "name": "agenticempire/axint",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/agenticempire/axint",
      "github_url": "https://github.com/agenticempire/axint",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agenticempire/axint"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.534144+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.194718+00:00"
    },
    {
      "slug": "gh-drhalto-agentmako",
      "name": "drhalto/agentmako",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/drhalto/agentmako",
      "github_url": "https://github.com/drhalto/agentmako",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/drhalto/agentmako"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.534283+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.194909+00:00"
    },
    {
      "slug": "gh-marin1321-mcp-devtools",
      "name": "marin1321/mcp-devtools",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/marin1321/mcp-devtools",
      "github_url": "https://github.com/marin1321/mcp-devtools",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/marin1321/mcp-devtools"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.534437+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.195108+00:00"
    },
    {
      "slug": "gh-etiennechollet-ontomics",
      "name": "EtienneChollet/ontomics",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/EtienneChollet/ontomics",
      "github_url": "https://github.com/EtienneChollet/ontomics",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/EtienneChollet/ontomics"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.534573+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.195289+00:00"
    },
    {
      "slug": "gh-lwtlong-ai-dev-analytics",
      "name": "LWTlong/ai-dev-analytics",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LWTlong/ai-dev-analytics",
      "github_url": "https://github.com/LWTlong/ai-dev-analytics",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LWTlong/ai-dev-analytics"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.534701+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.195465+00:00"
    },
    {
      "slug": "gh-3knightcz-codebeamer-mcp",
      "name": "3KniGHtcZ/codebeamer-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/3KniGHtcZ/codebeamer-mcp",
      "github_url": "https://github.com/3KniGHtcZ/codebeamer-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/3KniGHtcZ/codebeamer-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.534819+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.195662+00:00"
    },
    {
      "slug": "gh-21st-dev-magic-mcp",
      "name": "21st-dev/Magic-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/21st-dev/magic-mcp",
      "github_url": "https://github.com/21st-dev/magic-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/21st-dev/magic-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.534936+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.444198+00:00"
    },
    {
      "slug": "gh-mvtandas-wp-cli-mcp",
      "name": "mvtandas/wp-cli-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mvtandas/wp-cli-mcp",
      "github_url": "https://github.com/mvtandas/wp-cli-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mvtandas/wp-cli-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.535055+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.196088+00:00"
    },
    {
      "slug": "gh-a-25-ios-mcp-code-quality-server",
      "name": "a-25/ios-mcp-code-quality-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/a-25/ios-mcp-code-quality-server",
      "github_url": "https://github.com/a-25/ios-mcp-code-quality-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/a-25/ios-mcp-code-quality-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.535177+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.196272+00:00"
    },
    {
      "slug": "gh-raye-deng-open-code-review",
      "name": "raye-deng/open-code-review",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/raye-deng/open-code-review",
      "github_url": "https://github.com/raye-deng/open-code-review",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/raye-deng/open-code-review"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.535294+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.196452+00:00"
    },
    {
      "slug": "gh-aaronvick-echo-rift-mcp",
      "name": "AaronVick/ECHO_RIFT_MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AaronVick/ECHO_RIFT_MCP",
      "github_url": "https://github.com/AaronVick/ECHO_RIFT_MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AaronVick/ECHO_RIFT_MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.535413+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.196637+00:00"
    },
    {
      "slug": "gh-agimaulana-huaweiappgallerymcp",
      "name": "AgiMaulana/HuaweiAppGalleryMcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AgiMaulana/HuaweiAppGalleryMcp",
      "github_url": "https://github.com/AgiMaulana/HuaweiAppGalleryMcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AgiMaulana/HuaweiAppGalleryMcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.535530+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.196818+00:00"
    },
    {
      "slug": "gh-aparajithn-agent-utils-mcp",
      "name": "aparajithn/agent-utils-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aparajithn/agent-utils-mcp",
      "github_url": "https://github.com/aparajithn/agent-utils-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aparajithn/agent-utils-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.535649+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.197007+00:00"
    },
    {
      "slug": "gh-ai-by-design-primitiv",
      "name": "AI-by-design/primitiv",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AI-by-design/primitiv",
      "github_url": "https://github.com/AI-by-design/primitiv",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AI-by-design/primitiv"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.535767+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.197184+00:00"
    },
    {
      "slug": "gh-aashari-mcp-server-atlassian-bitbucket",
      "name": "aashari/mcp-server-atlassian-bitbucket",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aashari/mcp-server-atlassian-bitbucket",
      "github_url": "https://github.com/aashari/mcp-server-atlassian-bitbucket",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aashari/mcp-server-atlassian-bitbucket"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.535890+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.197356+00:00"
    },
    {
      "slug": "gh-aashari-mcp-server-atlassian-confluence",
      "name": "aashari/mcp-server-atlassian-confluence",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aashari/mcp-server-atlassian-confluence",
      "github_url": "https://github.com/aashari/mcp-server-atlassian-confluence",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aashari/mcp-server-atlassian-confluence"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.536010+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.197528+00:00"
    },
    {
      "slug": "gh-aashari-mcp-server-atlassian-jira",
      "name": "aashari/mcp-server-atlassian-jira",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aashari/mcp-server-atlassian-jira",
      "github_url": "https://github.com/aashari/mcp-server-atlassian-jira",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aashari/mcp-server-atlassian-jira"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.536128+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.197828+00:00"
    },
    {
      "slug": "gh-geiserx-atlassian-browser-mcp",
      "name": "GeiserX/atlassian-browser-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GeiserX/atlassian-browser-mcp",
      "github_url": "https://github.com/GeiserX/atlassian-browser-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GeiserX/atlassian-browser-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.536247+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.198116+00:00"
    },
    {
      "slug": "gh-abrinsmead-mindpilot-mcp",
      "name": "abrinsmead/mindpilot-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/abrinsmead/mindpilot-mcp",
      "github_url": "https://github.com/abrinsmead/mindpilot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/abrinsmead/mindpilot-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.536379+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.198317+00:00"
    },
    {
      "slug": "gh-admica-filescopemcp",
      "name": "admica/FileScopeMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/admica/FileScopeMCP",
      "github_url": "https://github.com/admica/FileScopeMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/admica/FileScopeMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.536506+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.799425+00:00"
    },
    {
      "slug": "gh-mikusnuz-app-publish-mcp",
      "name": "mikusnuz/app-publish-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikusnuz/app-publish-mcp",
      "github_url": "https://github.com/mikusnuz/app-publish-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikusnuz/app-publish-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.536627+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.198665+00:00"
    },
    {
      "slug": "gh-mikusnuz-cws-mcp",
      "name": "mikusnuz/cws-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikusnuz/cws-mcp",
      "github_url": "https://github.com/mikusnuz/cws-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikusnuz/cws-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.536747+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.198838+00:00"
    },
    {
      "slug": "gh-mikusnuz-npm-mcp",
      "name": "mikusnuz/npm-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikusnuz/npm-mcp",
      "github_url": "https://github.com/mikusnuz/npm-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikusnuz/npm-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.536866+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.199014+00:00"
    },
    {
      "slug": "gh-wopee-io-wopee-mcp",
      "name": "Wopee-io/wopee-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Wopee-io/wopee-mcp",
      "github_url": "https://github.com/Wopee-io/wopee-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Wopee-io/wopee-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.536985+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.199439+00:00"
    },
    {
      "slug": "gh-wooxogh-adr-mcp-setup",
      "name": "wooxogh/adr-mcp-setup",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wooxogh/adr-mcp-setup",
      "github_url": "https://github.com/wooxogh/adr-mcp-setup",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wooxogh/adr-mcp-setup"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.537105+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.199658+00:00"
    },
    {
      "slug": "gh-agent-hanju-char-index-mcp",
      "name": "agent-hanju/char-index-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/agent-hanju/char-index-mcp",
      "github_url": "https://github.com/agent-hanju/char-index-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agent-hanju/char-index-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.537288+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.199835+00:00"
    },
    {
      "slug": "gh-cscsoftware-aidex",
      "name": "CSCSoftware/AiDex",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/CSCSoftware/AiDex",
      "github_url": "https://github.com/CSCSoftware/AiDex",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CSCSoftware/AiDex"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.537437+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.200019+00:00"
    },
    {
      "slug": "gh-aidemd-mcp-server",
      "name": "aidemd-mcp/server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aidemd-mcp/server",
      "github_url": "https://github.com/aidemd-mcp/server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aidemd-mcp/server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.537557+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.200201+00:00"
    },
    {
      "slug": "gh-elmoaid-tempograph",
      "name": "Elmoaid/TempoGraph",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Elmoaid/TempoGraph",
      "github_url": "https://github.com/Elmoaid/TempoGraph",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Elmoaid/TempoGraph"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.537682+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.200392+00:00"
    },
    {
      "slug": "gh-ellmos-ai-ellmos-codecommander-mcp",
      "name": "ellmos-ai/ellmos-codecommander-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ellmos-ai/ellmos-codecommander-mcp",
      "github_url": "https://github.com/ellmos-ai/ellmos-codecommander-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ellmos-ai/ellmos-codecommander-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.537804+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.200574+00:00"
    },
    {
      "slug": "gh-ethbak-icon-composer-mcp",
      "name": "ethbak/icon-composer-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ethbak/icon-composer-mcp",
      "github_url": "https://github.com/ethbak/icon-composer-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ethbak/icon-composer-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.537926+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.200749+00:00"
    },
    {
      "slug": "gh-akramiot-mcp-ai-soc-sher",
      "name": "akramIOT/MCP_AI_SOC_Sher",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/akramIOT/MCP_AI_SOC_Sher",
      "github_url": "https://github.com/akramIOT/MCP_AI_SOC_Sher",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/akramIOT/MCP_AI_SOC_Sher"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.538104+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.200924+00:00"
    },
    {
      "slug": "gh-aktsmm-skill-ninja-mcp-server",
      "name": "aktsmm/skill-ninja-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aktsmm/skill-ninja-mcp-server",
      "github_url": "https://github.com/aktsmm/skill-ninja-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aktsmm/skill-ninja-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.538233+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.201281+00:00"
    },
    {
      "slug": "gh-alimo7amed93-webhook-tester-mcp",
      "name": "alimo7amed93/webhook-tester-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alimo7amed93/webhook-tester-mcp",
      "github_url": "https://github.com/alimo7amed93/webhook-tester-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alimo7amed93/webhook-tester-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.538352+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.201752+00:00"
    },
    {
      "slug": "gh-ambar-simctl-mcp",
      "name": "ambar/simctl-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ambar/simctl-mcp",
      "github_url": "https://github.com/ambar/simctl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ambar/simctl-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.538469+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.202213+00:00"
    },
    {
      "slug": "gh-andrewschreiber-desktopinsights-mcp",
      "name": "andrewschreiber/desktopinsights-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/andrewschreiber/desktopinsights-mcp",
      "github_url": "https://github.com/andrewschreiber/desktopinsights-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/andrewschreiber/desktopinsights-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.538589+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.202677+00:00"
    },
    {
      "slug": "gh-api7-apisix-mcp",
      "name": "api7/apisix-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/api7/apisix-mcp",
      "github_url": "https://github.com/api7/apisix-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/api7/apisix-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.538708+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.719505+00:00"
    },
    {
      "slug": "gh-apache-apisix",
      "name": "Apache APISIX",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/apache/apisix",
      "github_url": "https://github.com/apache/apisix",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apache/apisix"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.538825+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.720284+00:00"
    },
    {
      "slug": "gh-archai-labs-fastmcp-sonarqube-metrics",
      "name": "ArchAI-Labs/fastmcp-sonarqube-metrics",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ArchAI-Labs/fastmcp-sonarqube-metrics",
      "github_url": "https://github.com/ArchAI-Labs/fastmcp-sonarqube-metrics",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ArchAI-Labs/fastmcp-sonarqube-metrics"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.539099+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.204047+00:00"
    },
    {
      "slug": "gh-phpcodearcheology-phpcodearcheology",
      "name": "PhpCodeArcheology/PhpCodeArcheology",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PhpCodeArcheology/PhpCodeArcheology",
      "github_url": "https://github.com/PhpCodeArcheology/PhpCodeArcheology",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PhpCodeArcheology/PhpCodeArcheology"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.539305+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.204498+00:00"
    },
    {
      "slug": "gh-artmann-package-registry-mcp",
      "name": "artmann/package-registry-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/artmann/package-registry-mcp",
      "github_url": "https://github.com/artmann/package-registry-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/artmann/package-registry-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.539442+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.879051+00:00"
    },
    {
      "slug": "gh-arvindand-maven-tools-mcp",
      "name": "arvindand/maven-tools-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arvindand/maven-tools-mcp",
      "github_url": "https://github.com/arvindand/maven-tools-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arvindand/maven-tools-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.539570+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.844847+00:00"
    },
    {
      "slug": "gh-augmnt-augments-mcp-server",
      "name": "augmnt/augments-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/augmnt/augments-mcp-server",
      "github_url": "https://github.com/augmnt/augments-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/augmnt/augments-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.539697+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.205879+00:00"
    },
    {
      "slug": "gh-automation-ai-labs-mcp-link",
      "name": "automation-ai-labs/mcp-link",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/automation-ai-labs/mcp-link",
      "github_url": "https://github.com/automation-ai-labs/mcp-link",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/automation-ai-labs/mcp-link"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.539821+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.511734+00:00"
    },
    {
      "slug": "gh-avisangle-jenkins-mcp-server",
      "name": "avisangle/jenkins-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/avisangle/jenkins-mcp-server",
      "github_url": "https://github.com/avisangle/jenkins-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/avisangle/jenkins-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.539948+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.207802+00:00"
    },
    {
      "slug": "gh-axliupore-mcp-code-runner",
      "name": "axliupore/mcp-code-runner",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/axliupore/mcp-code-runner",
      "github_url": "https://github.com/axliupore/mcp-code-runner",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/axliupore/mcp-code-runner"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.540167+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.208511+00:00"
    },
    {
      "slug": "gh-azer-react-analyzer-mcp",
      "name": "azer/react-analyzer-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/azer/react-analyzer-mcp",
      "github_url": "https://github.com/azer/react-analyzer-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/azer/react-analyzer-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.540459+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.208841+00:00"
    },
    {
      "slug": "gh-back1ply-agent-skill-loader",
      "name": "back1ply/agent-skill-loader",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/back1ply/agent-skill-loader",
      "github_url": "https://github.com/back1ply/agent-skill-loader",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/back1ply/agent-skill-loader"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.540586+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.209061+00:00"
    },
    {
      "slug": "gh-bbonnin-openapi-to-mcp",
      "name": "bbonnin/openapi-to-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bbonnin/openapi-to-mcp",
      "github_url": "https://github.com/bbonnin/openapi-to-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bbonnin/openapi-to-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.540708+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.209265+00:00"
    },
    {
      "slug": "gh-betterdb-inc-monitor",
      "name": "BetterDB-inc/monitor",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BetterDB-inc/monitor",
      "github_url": "https://github.com/BetterDB-inc/monitor",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BetterDB-inc/monitor"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.540829+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.209468+00:00"
    },
    {
      "slug": "gh-muvon-octocode",
      "name": "muvon/octocode",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Muvon/octocode",
      "github_url": "https://github.com/Muvon/octocode",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Muvon/octocode"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.540950+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.092237+00:00"
    },
    {
      "slug": "gh-bgauryy-octocode-mcp",
      "name": "bgauryy/octocode-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bgauryy/octocode-mcp",
      "github_url": "https://github.com/bgauryy/octocode-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bgauryy/octocode-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.541071+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.598142+00:00"
    },
    {
      "slug": "gh-bitrise-io-bitrise-mcp",
      "name": "bitrise-io/bitrise-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bitrise-io/bitrise-mcp",
      "github_url": "https://github.com/bitrise-io/bitrise-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bitrise-io/bitrise-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.541204+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.210095+00:00"
    },
    {
      "slug": "gh-brunokrugel-echo-mcp",
      "name": "BrunoKrugel/echo-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BrunoKrugel/echo-mcp",
      "github_url": "https://github.com/BrunoKrugel/echo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BrunoKrugel/echo-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.541532+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.210292+00:00"
    },
    {
      "slug": "gh-buildkite-buildkite-mcp-server",
      "name": "buildkite/buildkite-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/buildkite/buildkite-mcp-server",
      "github_url": "https://github.com/buildkite/buildkite-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/buildkite/buildkite-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.541930+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.462691+00:00"
    },
    {
      "slug": "gh-cerebrixos-org-tuning-engines-cli",
      "name": "cerebrixos-org/tuning-engines-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cerebrixos-org/tuning-engines-cli",
      "github_url": "https://github.com/cerebrixos-org/tuning-engines-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cerebrixos-org/tuning-engines-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.542233+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.210696+00:00"
    },
    {
      "slug": "gh-chunkydotdev-bldbl-mcp",
      "name": "Chunkydotdev/bldbl-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/chunkydotdev/bldbl-mcp",
      "github_url": "https://github.com/chunkydotdev/bldbl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chunkydotdev/bldbl-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.542984+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.462491+00:00"
    },
    {
      "slug": "gh-circleci-public-mcp-server-circleci",
      "name": "CircleCI/mcp-server-circleci",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/CircleCI-Public/mcp-server-circleci",
      "github_url": "https://github.com/CircleCI-Public/mcp-server-circleci",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CircleCI-Public/mcp-server-circleci"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.543317+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.466092+00:00"
    },
    {
      "slug": "gh-cjo4m06-mcp-shrimp-task-manager",
      "name": "cjo4m06/mcp-shrimp-task-manager",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cjo4m06/mcp-shrimp-task-manager",
      "github_url": "https://github.com/cjo4m06/mcp-shrimp-task-manager",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cjo4m06/mcp-shrimp-task-manager"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.543764+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.603038+00:00"
    },
    {
      "slug": "gh-ckanthony-gin-mcp",
      "name": "ckanthony/gin-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ckanthony/gin-mcp",
      "github_url": "https://github.com/ckanthony/gin-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ckanthony/gin-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.544312+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.211481+00:00"
    },
    {
      "slug": "gh-ckreiling-mcp-server-docker",
      "name": "ckreiling/mcp-server-docker",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ckreiling/mcp-server-docker",
      "github_url": "https://github.com/ckreiling/mcp-server-docker",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ckreiling/mcp-server-docker"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.544619+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.211674+00:00"
    },
    {
      "slug": "gh-saikiyusuke-claudecodenavi-mcp",
      "name": "ClaudeCodeNavi/claudecodenavi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/saikiyusuke/claudecodenavi-mcp",
      "github_url": "https://github.com/saikiyusuke/claudecodenavi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/saikiyusuke/claudecodenavi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.545051+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.211866+00:00"
    },
    {
      "slug": "gh-patricksys-codebase-context",
      "name": "PatrickSys/codebase-context",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PatrickSys/codebase-context",
      "github_url": "https://github.com/PatrickSys/codebase-context",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PatrickSys/codebase-context"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.545319+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.212052+00:00"
    },
    {
      "slug": "gh-codelogicincengineering-codelogic-mcp-server",
      "name": "CodeLogicIncEngineering/codelogic-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/CodeLogicIncEngineering/codelogic-mcp-server",
      "github_url": "https://github.com/CodeLogicIncEngineering/codelogic-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CodeLogicIncEngineering/codelogic-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.545473+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.212236+00:00"
    },
    {
      "slug": "gh-comet-ml-opik-mcp",
      "name": "Comet-ML/Opik-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/comet-ml/opik-mcp",
      "github_url": "https://github.com/comet-ml/opik-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/comet-ml/opik-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.545612+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.468067+00:00"
    },
    {
      "slug": "gh-conan-io-conan-mcp",
      "name": "conan-io/conan-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/conan-io/conan-mcp",
      "github_url": "https://github.com/conan-io/conan-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/conan-io/conan-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.545753+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.212594+00:00"
    },
    {
      "slug": "gh-configcat-mcp-server",
      "name": "ConfigCat/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/configcat/mcp-server",
      "github_url": "https://github.com/configcat/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/configcat/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.545903+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.212841+00:00"
    },
    {
      "slug": "gh-milos-product-maker-context-rot-detection",
      "name": "context-rot-detection",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/milos-product-maker/context-rot-detection",
      "github_url": "https://github.com/milos-product-maker/context-rot-detection",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/milos-product-maker/context-rot-detection"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.546042+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.213125+00:00"
    },
    {
      "slug": "gh-contentrain-ai",
      "name": "Contentrain/ai",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Contentrain/ai",
      "github_url": "https://github.com/Contentrain/ai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Contentrain/ai"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.546178+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.213305+00:00"
    },
    {
      "slug": "gh-cqfn-aibolit-mcp-server",
      "name": "cqfn/aibolit-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cqfn/aibolit-mcp-server",
      "github_url": "https://github.com/cqfn/aibolit-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cqfn/aibolit-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.546318+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.213491+00:00"
    },
    {
      "slug": "gh-rafsilva85-credit-optimizer-v5",
      "name": "rafsilva85/credit-optimizer-v5",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rafsilva85/credit-optimizer-v5",
      "github_url": "https://github.com/rafsilva85/credit-optimizer-v5",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rafsilva85/credit-optimizer-v5"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.546455+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.213671+00:00"
    },
    {
      "slug": "gh-currents-dev-currents-mcp",
      "name": "currents-dev/currents-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/currents-dev/currents-mcp",
      "github_url": "https://github.com/currents-dev/currents-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/currents-dev/currents-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.546600+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.475100+00:00"
    },
    {
      "slug": "gh-ofershap-cursor-usage",
      "name": "ofershap/cursor-usage",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/cursor-usage",
      "github_url": "https://github.com/ofershap/cursor-usage",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/cursor-usage"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.546741+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.214622+00:00"
    },
    {
      "slug": "gh-daghis-teamcity-mcp",
      "name": "Daghis/teamcity-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Daghis/teamcity-mcp",
      "github_url": "https://github.com/Daghis/teamcity-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Daghis/teamcity-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.546879+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.215172+00:00"
    },
    {
      "slug": "gh-darktw-chatpipe-mcp",
      "name": "darktw/chatpipe-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/darktw/chatpipe-mcp",
      "github_url": "https://github.com/darktw/chatpipe-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/darktw/chatpipe-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.547061+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.215659+00:00"
    },
    {
      "slug": "gh-dannote-figma-use",
      "name": "dannote/figma-use",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dannote/figma-use",
      "github_url": "https://github.com/dannote/figma-use",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dannote/figma-use"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.547359+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.216000+00:00"
    },
    {
      "slug": "gh-davidan90-time-node-mcp",
      "name": "davidan90/time-node-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/davidan90/time-node-mcp",
      "github_url": "https://github.com/davidan90/time-node-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/davidan90/time-node-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.547655+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.216209+00:00"
    },
    {
      "slug": "gh-davidlin2k-pox-mcp-server",
      "name": "davidlin2k/pox-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/davidlin2k/pox-mcp-server",
      "github_url": "https://github.com/davidlin2k/pox-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/davidlin2k/pox-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.547951+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.216402+00:00"
    },
    {
      "slug": "gh-delano-postman-mcp-server",
      "name": "delano/postman-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/delano/postman-mcp-server",
      "github_url": "https://github.com/delano/postman-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/delano/postman-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.548247+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.216604+00:00"
    },
    {
      "slug": "gh-delimit-ai-delimit",
      "name": "delimit-ai/delimit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/delimit-ai/delimit",
      "github_url": "https://github.com/delimit-ai/delimit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/delimit-ai/delimit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.548545+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.216844+00:00"
    },
    {
      "slug": "gh-alexpota-deploy-mcp",
      "name": "deploy-mcp/deploy-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alexpota/deploy-mcp",
      "github_url": "https://github.com/alexpota/deploy-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alexpota/deploy-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.549007+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.217101+00:00"
    },
    {
      "slug": "gh-docker-hub-mcp",
      "name": "docker/hub-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/docker/hub-mcp",
      "github_url": "https://github.com/docker/hub-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/docker/hub-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.549238+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.217326+00:00"
    },
    {
      "slug": "gh-dorukardahan-twitterapi-docs-mcp",
      "name": "dorukardahan/twitterapi-docs-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dorukardahan/twitterapi-docs-mcp",
      "github_url": "https://github.com/dorukardahan/twitterapi-docs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dorukardahan/twitterapi-docs-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.549393+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.217583+00:00"
    },
    {
      "slug": "gh-efremidze-swift-patterns-mcp",
      "name": "efremidze/swift-patterns-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/efremidze/swift-patterns-mcp",
      "github_url": "https://github.com/efremidze/swift-patterns-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/efremidze/swift-patterns-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.549753+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.217804+00:00"
    },
    {
      "slug": "gh-endorhq-cli",
      "name": "endorhq/cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/endorhq/cli",
      "github_url": "https://github.com/endorhq/cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/endorhq/cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.549928+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.218005+00:00"
    },
    {
      "slug": "gh-dushyant30suthar-endiagram-mcp",
      "name": "endiagram/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dushyant30suthar/endiagram-mcp",
      "github_url": "https://github.com/dushyant30suthar/endiagram-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dushyant30suthar/endiagram-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.550166+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.218200+00:00"
    },
    {
      "slug": "gh-ericbrown-project-context-mcp",
      "name": "ericbrown/project-context-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ericbrown/project-context-mcp",
      "github_url": "https://github.com/ericbrown/project-context-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ericbrown/project-context-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.550337+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.218408+00:00"
    },
    {
      "slug": "gh-etsd-tech-mcp-pointer",
      "name": "etsd-tech/mcp-pointer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/etsd-tech/mcp-pointer",
      "github_url": "https://github.com/etsd-tech/mcp-pointer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/etsd-tech/mcp-pointer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.550538+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.556541+00:00"
    },
    {
      "slug": "gh-eyaltoledano-claude-task-master",
      "name": "eyaltoledano/claude-task-master",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/eyaltoledano/claude-task-master",
      "github_url": "https://github.com/eyaltoledano/claude-task-master",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/eyaltoledano/claude-task-master"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.550705+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.218809+00:00"
    },
    {
      "slug": "gh-eyaushev-swagger-testcase-mcp",
      "name": "eyaushev/swagger-testcase-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/eyaushev/swagger-testcase-mcp",
      "github_url": "https://github.com/eyaushev/swagger-testcase-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/eyaushev/swagger-testcase-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.550855+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.219049+00:00"
    },
    {
      "slug": "gh-fantasieleven-code-callout",
      "name": "fantasieleven-code/callout",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/fantasieleven-code/callout",
      "github_url": "https://github.com/fantasieleven-code/callout",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fantasieleven-code/callout"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.551006+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.219677+00:00"
    },
    {
      "slug": "gh-flipt-io-mcp-server-flipt",
      "name": "flipt-io/mcp-server-flipt",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/flipt-io/mcp-server-flipt",
      "github_url": "https://github.com/flipt-io/mcp-server-flipt",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/flipt-io/mcp-server-flipt"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.551163+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.220268+00:00"
    },
    {
      "slug": "gh-flytohub-flyto-core",
      "name": "flytohub/flyto-core",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/flytohub/flyto-core",
      "github_url": "https://github.com/flytohub/flyto-core",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/flytohub/flyto-core"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.551311+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.200776+00:00"
    },
    {
      "slug": "gh-freema-mcp-design-system-extractor",
      "name": "freema/mcp-design-system-extractor",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/freema/mcp-design-system-extractor",
      "github_url": "https://github.com/freema/mcp-design-system-extractor",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/freema/mcp-design-system-extractor"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.551460+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.221628+00:00"
    },
    {
      "slug": "gh-geiserx-lynxprompt-mcp",
      "name": "GeiserX/lynxprompt-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GeiserX/lynxprompt-mcp",
      "github_url": "https://github.com/GeiserX/lynxprompt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GeiserX/lynxprompt-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.551612+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.222115+00:00"
    },
    {
      "slug": "gh-gitkraken-gk-cli",
      "name": "gitkraken/gk-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gitkraken/gk-cli",
      "github_url": "https://github.com/gitkraken/gk-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gitkraken/gk-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.551754+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.531548+00:00"
    },
    {
      "slug": "gh-vkhanhqui-figma-mcp-go",
      "name": "vkhanhqui/figma-mcp-go",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vkhanhqui/figma-mcp-go",
      "github_url": "https://github.com/vkhanhqui/figma-mcp-go",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vkhanhqui/figma-mcp-go"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.551893+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.154490+00:00"
    },
    {
      "slug": "gh-glips-figma-context-mcp",
      "name": "GLips/Figma-Context-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GLips/Figma-Context-MCP",
      "github_url": "https://github.com/GLips/Figma-Context-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GLips/Figma-Context-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.552034+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.966309+00:00"
    },
    {
      "slug": "gh-gofireflyio-firefly-mcp",
      "name": "gofireflyio/firefly-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gofireflyio/firefly-mcp",
      "github_url": "https://github.com/gofireflyio/firefly-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gofireflyio/firefly-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.552175+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.225387+00:00"
    },
    {
      "slug": "gh-gorosun-unified-diff-mcp",
      "name": "gorosun/unified-diff-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gorosun/unified-diff-mcp",
      "github_url": "https://github.com/gorosun/unified-diff-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gorosun/unified-diff-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.552319+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.934162+00:00"
    },
    {
      "slug": "gh-ajitpratap0-gosqlx",
      "name": "ajitpratap0/GoSQLX",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ajitpratap0/GoSQLX",
      "github_url": "https://github.com/ajitpratap0/GoSQLX",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ajitpratap0/GoSQLX"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.552458+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.226087+00:00"
    },
    {
      "slug": "gh-govcraft-rust-docs-mcp-server",
      "name": "Govcraft/rust-docs-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Govcraft/rust-docs-mcp-server",
      "github_url": "https://github.com/Govcraft/rust-docs-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Govcraft/rust-docs-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.552606+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.163343+00:00"
    },
    {
      "slug": "gh-hainanzhao-mcp-gitlab-jira",
      "name": "HainanZhao/mcp-gitlab-jira",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HainanZhao/mcp-gitlab-jira",
      "github_url": "https://github.com/HainanZhao/mcp-gitlab-jira",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HainanZhao/mcp-gitlab-jira"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.552747+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.226545+00:00"
    },
    {
      "slug": "gh-haris-musa-excel-mcp-server",
      "name": "haris-musa/excel-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/haris-musa/excel-mcp-server",
      "github_url": "https://github.com/haris-musa/excel-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/haris-musa/excel-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.552891+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.830457+00:00"
    },
    {
      "slug": "gh-hechtcarmel-jetbrains-debugger-mcp-plugin",
      "name": "hechtcarmel/jetbrains-debugger-mcp-plugin",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hechtcarmel/jetbrains-debugger-mcp-plugin",
      "github_url": "https://github.com/hechtcarmel/jetbrains-debugger-mcp-plugin",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hechtcarmel/jetbrains-debugger-mcp-plugin"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.553033+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.226966+00:00"
    },
    {
      "slug": "gh-hechtcarmel-jetbrains-index-mcp-plugin",
      "name": "hechtcarmel/jetbrains-index-mcp-plugin",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hechtcarmel/jetbrains-index-mcp-plugin",
      "github_url": "https://github.com/hechtcarmel/jetbrains-index-mcp-plugin",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hechtcarmel/jetbrains-index-mcp-plugin"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.553184+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.227158+00:00"
    },
    {
      "slug": "gh-hidai25-eval-view",
      "name": "hidai25/eval-view",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hidai25/eval-view",
      "github_url": "https://github.com/hidai25/eval-view",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hidai25/eval-view"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.553330+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.227346+00:00"
    },
    {
      "slug": "gh-higress-group-higress-ops-mcp-server",
      "name": "higress-group/higress-ops-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/higress-group/higress-ops-mcp-server",
      "github_url": "https://github.com/higress-group/higress-ops-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/higress-group/higress-ops-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.553475+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.227540+00:00"
    },
    {
      "slug": "gh-alibaba-higress",
      "name": "Higress",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alibaba/higress",
      "github_url": "https://github.com/alibaba/higress",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alibaba/higress"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.553615+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.227734+00:00"
    },
    {
      "slug": "gh-hijaz-postmancer",
      "name": "hijaz/postmancer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hijaz/postmancer",
      "github_url": "https://github.com/hijaz/postmancer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hijaz/postmancer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.553755+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.227933+00:00"
    },
    {
      "slug": "gh-muhammed-abdelghany-rest-api-mcp",
      "name": "Muhammed-AbdelGhany/rest_api_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Muhammed-AbdelGhany/rest_api_mcp",
      "github_url": "https://github.com/Muhammed-AbdelGhany/rest_api_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Muhammed-AbdelGhany/rest_api_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.553897+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.228150+00:00"
    },
    {
      "slug": "gh-hloiseaufcms-mcp-gopls",
      "name": "hloiseaufcms/mcp-gopls",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hloiseaufcms/mcp-gopls",
      "github_url": "https://github.com/hloiseaufcms/mcp-gopls",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hloiseaufcms/mcp-gopls"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.554040+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.228391+00:00"
    },
    {
      "slug": "gh-hoklims-stacksfinder-mcp",
      "name": "hoklims/stacksfinder-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hoklims/stacksfinder-mcp",
      "github_url": "https://github.com/hoklims/stacksfinder-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hoklims/stacksfinder-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.554263+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.228594+00:00"
    },
    {
      "slug": "gh-hungthai1401-bruno-mcp",
      "name": "hungthai1401/bruno-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hungthai1401/bruno-mcp",
      "github_url": "https://github.com/hungthai1401/bruno-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hungthai1401/bruno-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.554444+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.228781+00:00"
    },
    {
      "slug": "gh-hyperb1iss-droidmind",
      "name": "hyperb1iss/droidmind",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hyperb1iss/droidmind",
      "github_url": "https://github.com/hyperb1iss/droidmind",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hyperb1iss/droidmind"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.554583+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.950283+00:00"
    },
    {
      "slug": "gh-hypersequent-qasphere-mcp",
      "name": "Hypersequent/qasphere-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Hypersequent/qasphere-mcp",
      "github_url": "https://github.com/Hypersequent/qasphere-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Hypersequent/qasphere-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.554712+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.628487+00:00"
    },
    {
      "slug": "gh-idosal-git-mcp",
      "name": "idosal/git-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/idosal/git-mcp",
      "github_url": "https://github.com/idosal/git-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/idosal/git-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.554846+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.014447+00:00"
    },
    {
      "slug": "gh-igorganapolsky-thumbgate",
      "name": "IgorGanapolsky/ThumbGate",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/IgorGanapolsky/ThumbGate",
      "github_url": "https://github.com/IgorGanapolsky/ThumbGate",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IgorGanapolsky/ThumbGate"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.555039+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.229547+00:00"
    },
    {
      "slug": "gh-ilyagulya-gradle-mcp-server",
      "name": "IlyaGulya/gradle-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/IlyaGulya/gradle-mcp-server",
      "github_url": "https://github.com/IlyaGulya/gradle-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IlyaGulya/gradle-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.555171+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.229950+00:00"
    },
    {
      "slug": "gh-imatza-rh-mcp-zuul",
      "name": "imatza-rh/mcp-zuul",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/imatza-rh/mcp-zuul",
      "github_url": "https://github.com/imatza-rh/mcp-zuul",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/imatza-rh/mcp-zuul"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.555296+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.230434+00:00"
    },
    {
      "slug": "gh-inditextech-mcp-server-simulator-ios-idb",
      "name": "InditexTech/mcp-server-simulator-ios-idb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/InditexTech/mcp-server-simulator-ios-idb",
      "github_url": "https://github.com/InditexTech/mcp-server-simulator-ios-idb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/InditexTech/mcp-server-simulator-ios-idb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.555423+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.032338+00:00"
    },
    {
      "slug": "gh-inhiblabcore-mcp-image-compression",
      "name": "InhiblabCore/mcp-image-compression",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/InhiblabCore/mcp-image-compression",
      "github_url": "https://github.com/InhiblabCore/mcp-image-compression",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/InhiblabCore/mcp-image-compression"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.555548+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.231397+00:00"
    },
    {
      "slug": "gh-adityaaery20-media-mcp",
      "name": "Adityaaery20/media-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Adityaaery20/media-mcp",
      "github_url": "https://github.com/Adityaaery20/media-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Adityaaery20/media-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.555674+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.231948+00:00"
    },
    {
      "slug": "gh-insforge-insforge-mcp",
      "name": "InsForge/insforge-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/InsForge/insforge-mcp",
      "github_url": "https://github.com/InsForge/insforge-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/InsForge/insforge-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.555998+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.232476+00:00"
    },
    {
      "slug": "gh-inspizzz-jetbrains-datalore-mcp",
      "name": "Inspizzz/jetbrains-datalore-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/inspizzz/jetbrains-datalore-mcp",
      "github_url": "https://github.com/inspizzz/jetbrains-datalore-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/inspizzz/jetbrains-datalore-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.556145+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.232956+00:00"
    },
    {
      "slug": "gh-joshuayoes-ios-simulator-mcp",
      "name": "ios-simulator-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/joshuayoes/ios-simulator-mcp",
      "github_url": "https://github.com/joshuayoes/ios-simulator-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joshuayoes/ios-simulator-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.556273+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.233434+00:00"
    },
    {
      "slug": "gh-isaacphi-mcp-language-server",
      "name": "isaacphi/mcp-language-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/isaacphi/mcp-language-server",
      "github_url": "https://github.com/isaacphi/mcp-language-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/isaacphi/mcp-language-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.556400+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.682888+00:00"
    },
    {
      "slug": "gh-blackwell-systems-agent-lsp",
      "name": "blackwell-systems/agent-lsp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/blackwell-systems/agent-lsp",
      "github_url": "https://github.com/blackwell-systems/agent-lsp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/blackwell-systems/agent-lsp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.556525+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.234391+00:00"
    },
    {
      "slug": "gh-ivanamador-vercel-ai-docs-mcp",
      "name": "IvanAmador/vercel-ai-docs-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/IvanAmador/vercel-ai-docs-mcp",
      "github_url": "https://github.com/IvanAmador/vercel-ai-docs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IvanAmador/vercel-ai-docs-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.556661+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.234886+00:00"
    },
    {
      "slug": "gh-izzzzzi-codewiki-mcp",
      "name": "izzzzzi/codewiki-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/izzzzzi/codewiki-mcp",
      "github_url": "https://github.com/izzzzzi/codewiki-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/izzzzzi/codewiki-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.556787+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.235360+00:00"
    },
    {
      "slug": "gh-j4c0bs-mcp-server-sql-analyzer",
      "name": "j4c0bs/mcp-server-sql-analyzer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/j4c0bs/mcp-server-sql-analyzer",
      "github_url": "https://github.com/j4c0bs/mcp-server-sql-analyzer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/j4c0bs/mcp-server-sql-analyzer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.557038+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.235842+00:00"
    },
    {
      "slug": "gh-tobymao-sqlglot",
      "name": "SQLGlot",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tobymao/sqlglot",
      "github_url": "https://github.com/tobymao/sqlglot",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tobymao/sqlglot"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.557215+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.236333+00:00"
    },
    {
      "slug": "gh-jamesanz-system-prompts-mcp-server",
      "name": "JamesANZ/system-prompts-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JamesANZ/system-prompts-mcp-server",
      "github_url": "https://github.com/JamesANZ/system-prompts-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JamesANZ/system-prompts-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.557341+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.236625+00:00"
    },
    {
      "slug": "gh-james-chahwan-repo-graph",
      "name": "James-Chahwan/repo-graph",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/James-Chahwan/repo-graph",
      "github_url": "https://github.com/James-Chahwan/repo-graph",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/James-Chahwan/repo-graph"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.557467+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.236817+00:00"
    },
    {
      "slug": "gh-janaraj-tnl",
      "name": "janaraj/tnl",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/janaraj/tnl",
      "github_url": "https://github.com/janaraj/tnl",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/janaraj/tnl"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.557598+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.236997+00:00"
    },
    {
      "slug": "gh-janreges-ai-distiller",
      "name": "janreges/ai-distiller-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/janreges/ai-distiller",
      "github_url": "https://github.com/janreges/ai-distiller",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/janreges/ai-distiller"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.557726+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.237203+00:00"
    },
    {
      "slug": "gh-jasonjmcghee-claude-debugs-for-you",
      "name": "jasonjmcghee/claude-debugs-for-you",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jasonjmcghee/claude-debugs-for-you",
      "github_url": "https://github.com/jasonjmcghee/claude-debugs-for-you",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jasonjmcghee/claude-debugs-for-you"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.557893+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.823676+00:00"
    },
    {
      "slug": "gh-jaspertvdm-mcp-server-tibet",
      "name": "jaspertvdm/mcp-server-tibet",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jaspertvdm/mcp-server-tibet",
      "github_url": "https://github.com/jaspertvdm/mcp-server-tibet",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jaspertvdm/mcp-server-tibet"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.558253+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.237576+00:00"
    },
    {
      "slug": "gh-jawdat6-fixgraph-mcp",
      "name": "jawdat6/fixgraph-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jawdat6/fixgraph-mcp",
      "github_url": "https://github.com/jawdat6/fixgraph-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jawdat6/fixgraph-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.558518+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.237756+00:00"
    },
    {
      "slug": "gh-jetbrains-mcpproxy",
      "name": "jetbrains/mcpProxy",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JetBrains/mcpProxy",
      "github_url": "https://github.com/JetBrains/mcpProxy",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JetBrains/mcpProxy"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.558719+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.237941+00:00"
    },
    {
      "slug": "gh-jktfe-servemyapi",
      "name": "Jktfe/serveMyAPI",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Jktfe/serveMyAPI",
      "github_url": "https://github.com/Jktfe/serveMyAPI",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Jktfe/serveMyAPI"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.559058+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.238121+00:00"
    },
    {
      "slug": "gh-jonradoff-lightcms",
      "name": "jonradoff/lightcms",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jonradoff/lightcms",
      "github_url": "https://github.com/jonradoff/lightcms",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jonradoff/lightcms"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.559800+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.238303+00:00"
    },
    {
      "slug": "gh-jordandalton-restcsvmcpserver",
      "name": "jordandalton/restcsv-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JordanDalton/RestCsvMcpServer",
      "github_url": "https://github.com/JordanDalton/RestCsvMcpServer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JordanDalton/RestCsvMcpServer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.561069+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.238487+00:00"
    },
    {
      "slug": "gh-joshuarileydev-app-store-connect-mcp-server",
      "name": "joshuarileydev/app-store-connect-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JoshuaRileyDev/app-store-connect-mcp-server",
      "github_url": "https://github.com/JoshuaRileyDev/app-store-connect-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JoshuaRileyDev/app-store-connect-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.561730+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.238672+00:00"
    },
    {
      "slug": "gh-joshuarileydev-simulator-mcp-server",
      "name": "joshuarileydev/simulator-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JoshuaRileyDev/simulator-mcp-server",
      "github_url": "https://github.com/JoshuaRileyDev/simulator-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JoshuaRileyDev/simulator-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.562034+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.239069+00:00"
    },
    {
      "slug": "gh-jpisnice-shadcn-ui-mcp-server",
      "name": "Jpisnice/shadcn-ui-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Jpisnice/shadcn-ui-mcp-server",
      "github_url": "https://github.com/Jpisnice/shadcn-ui-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Jpisnice/shadcn-ui-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.562214+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.545951+00:00"
    },
    {
      "slug": "gh-jsdelivr-globalping-mcp-server",
      "name": "jsdelivr/globalping-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jsdelivr/globalping-mcp-server",
      "github_url": "https://github.com/jsdelivr/globalping-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jsdelivr/globalping-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.562388+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.532054+00:00"
    },
    {
      "slug": "gh-kadykov-mcp-openapi-schema-explorer",
      "name": "kadykov/mcp-openapi-schema-explorer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kadykov/mcp-openapi-schema-explorer",
      "github_url": "https://github.com/kadykov/mcp-openapi-schema-explorer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kadykov/mcp-openapi-schema-explorer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.562564+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.878626+00:00"
    },
    {
      "slug": "gh-kapeli-dash-mcp-server",
      "name": "Kapeli/dash-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Kapeli/dash-mcp-server",
      "github_url": "https://github.com/Kapeli/dash-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Kapeli/dash-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.562733+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.242112+00:00"
    },
    {
      "slug": "gh-kenneives-design-token-bridge-mcp",
      "name": "kenneives/design-token-bridge-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kenneives/design-token-bridge-mcp",
      "github_url": "https://github.com/kenneives/design-token-bridge-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kenneives/design-token-bridge-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.563030+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.242343+00:00"
    },
    {
      "slug": "gh-kevinswint-xcode-studio-mcp",
      "name": "kevinswint/xcode-studio-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kevinswint/xcode-studio-mcp",
      "github_url": "https://github.com/kevinswint/xcode-studio-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kevinswint/xcode-studio-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.563226+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.242573+00:00"
    },
    {
      "slug": "gh-kindly-software-kdb",
      "name": "kindly-software/kdb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kindly-software/kdb",
      "github_url": "https://github.com/kindly-software/kdb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kindly-software/kdb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.563395+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.242951+00:00"
    },
    {
      "slug": "gh-knewstimek-agent-tool",
      "name": "knewstimek/agent-tool",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/knewstimek/agent-tool",
      "github_url": "https://github.com/knewstimek/agent-tool",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/knewstimek/agent-tool"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.563566+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.243327+00:00"
    },
    {
      "slug": "gh-kryptosai-mcp-observatory",
      "name": "KryptosAI/mcp-observatory",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KryptosAI/mcp-observatory",
      "github_url": "https://github.com/KryptosAI/mcp-observatory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KryptosAI/mcp-observatory"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.563741+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.243555+00:00"
    },
    {
      "slug": "gh-ladislavsopko-mcp-ai-server-visual-studio",
      "name": "LadislavSopko/mcp-ai-server-visual-studio",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LadislavSopko/mcp-ai-server-visual-studio",
      "github_url": "https://github.com/LadislavSopko/mcp-ai-server-visual-studio",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LadislavSopko/mcp-ai-server-visual-studio"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.563911+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.243807+00:00"
    },
    {
      "slug": "gh-kimwwk-repocrunch",
      "name": "kimwwk/repocrunch",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kimwwk/repocrunch",
      "github_url": "https://github.com/kimwwk/repocrunch",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kimwwk/repocrunch"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.564074+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.244051+00:00"
    },
    {
      "slug": "gh-lamemind-mcp-server-multiverse",
      "name": "lamemind/mcp-server-multiverse",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lamemind/mcp-server-multiverse",
      "github_url": "https://github.com/lamemind/mcp-server-multiverse",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lamemind/mcp-server-multiverse"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.564260+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.244320+00:00"
    },
    {
      "slug": "gh-marcelroozekrans-roslyn-codelens-mcp",
      "name": "MarcelRoozekrans/roslyn-codelens-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarcelRoozekrans/roslyn-codelens-mcp",
      "github_url": "https://github.com/MarcelRoozekrans/roslyn-codelens-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarcelRoozekrans/roslyn-codelens-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.564426+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.244590+00:00"
    },
    {
      "slug": "gh-langfuse-mcp-server-langfuse",
      "name": "langfuse/mcp-server-langfuse",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/langfuse/mcp-server-langfuse",
      "github_url": "https://github.com/langfuse/mcp-server-langfuse",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/langfuse/mcp-server-langfuse"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.564593+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.568427+00:00"
    },
    {
      "slug": "gh-lisamaraventano-spine-mcp-server",
      "name": "lisamaraventano-spine/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lisamaraventano-spine/mcp-server",
      "github_url": "https://github.com/lisamaraventano-spine/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lisamaraventano-spine/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.564757+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.245070+00:00"
    },
    {
      "slug": "gh-linuxsuren-atest-mcp-server",
      "name": "linuxsuren/atest-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LinuxSuRen/atest-mcp-server",
      "github_url": "https://github.com/LinuxSuRen/atest-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LinuxSuRen/atest-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.564923+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.245275+00:00"
    },
    {
      "slug": "gh-linw1995-nvim-mcp",
      "name": "linw1995/nvim-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/linw1995/nvim-mcp",
      "github_url": "https://github.com/linw1995/nvim-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/linw1995/nvim-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.565215+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.245483+00:00"
    },
    {
      "slug": "gh-jarvisassistantux-loopsense",
      "name": "jarvisassistantux/loopsense",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jarvisassistantux/loopsense",
      "github_url": "https://github.com/jarvisassistantux/loopsense",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jarvisassistantux/loopsense"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.565777+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.245702+00:00"
    },
    {
      "slug": "gh-louis030195-gptzero-mcp",
      "name": "louis030195/gptzero-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/louis030195/gptzero-mcp",
      "github_url": "https://github.com/louis030195/gptzero-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/louis030195/gptzero-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.566462+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.245924+00:00"
    },
    {
      "slug": "gh-lpigeon-ros-mcp-server",
      "name": "lpigeon/ros-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lpigeon/ros-mcp-server",
      "github_url": "https://github.com/lpigeon/ros-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lpigeon/ros-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.566667+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.246119+00:00"
    },
    {
      "slug": "gh-lpigeon-unitree-go2-mcp-server",
      "name": "lpigeon/unitree-go2-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lpigeon/unitree-go2-mcp-server",
      "github_url": "https://github.com/lpigeon/unitree-go2-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lpigeon/unitree-go2-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.566816+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.246308+00:00"
    },
    {
      "slug": "gh-lumabyteco-clarifyprompt-mcp",
      "name": "LumabyteCo/clarifyprompt-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LumabyteCo/clarifyprompt-mcp",
      "github_url": "https://github.com/LumabyteCo/clarifyprompt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LumabyteCo/clarifyprompt-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.566964+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.246502+00:00"
    },
    {
      "slug": "gh-madhan-g-p-devdocs-mcp",
      "name": "madhan-g-p/DevDocs-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/madhan-g-p/DevDocs-MCP",
      "github_url": "https://github.com/madhan-g-p/DevDocs-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/madhan-g-p/DevDocs-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.567113+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.246713+00:00"
    },
    {
      "slug": "gh-paulburgess1357-nvim-mcp",
      "name": "paulburgess1357/nvim-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/paulburgess1357/nvim-mcp",
      "github_url": "https://github.com/paulburgess1357/nvim-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/paulburgess1357/nvim-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.567264+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.246977+00:00"
    },
    {
      "slug": "gh-paulhkang94-markview",
      "name": "paulhkang94/markview",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/paulhkang94/markview",
      "github_url": "https://github.com/paulhkang94/markview",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/paulhkang94/markview"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.567416+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.247249+00:00"
    },
    {
      "slug": "gh-marcelroozekrans-memorylens-mcp",
      "name": "MarcelRoozekrans/memorylens-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarcelRoozekrans/memorylens-mcp",
      "github_url": "https://github.com/MarcelRoozekrans/memorylens-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarcelRoozekrans/memorylens-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.567566+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.247512+00:00"
    },
    {
      "slug": "gh-martingeidobler-android-mcp-server",
      "name": "martingeidobler/android-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/martingeidobler/android-mcp-server",
      "github_url": "https://github.com/martingeidobler/android-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/martingeidobler/android-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.567721+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.247816+00:00"
    },
    {
      "slug": "gh-mattjegan-swarmia-mcp",
      "name": "mattjegan/swarmia-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mattjegan/swarmia-mcp",
      "github_url": "https://github.com/mattjegan/swarmia-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mattjegan/swarmia-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.567875+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.248380+00:00"
    },
    {
      "slug": "gh-meanands-npm-package-docs-mcp",
      "name": "meanands/npm-package-docs-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/meanands/npm-package-docs-mcp",
      "github_url": "https://github.com/meanands/npm-package-docs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/meanands/npm-package-docs-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.568029+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.248975+00:00"
    },
    {
      "slug": "gh-mcpware-ui-annotator-mcp",
      "name": "mcpware/ui-annotator-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mcpware/ui-annotator-mcp",
      "github_url": "https://github.com/mcpware/ui-annotator-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mcpware/ui-annotator-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.568197+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.249250+00:00"
    },
    {
      "slug": "gh-merabylabs-promptarchitect-mcp",
      "name": "MerabyLabs/promptarchitect-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MerabyLabs/promptarchitect-mcp",
      "github_url": "https://github.com/MerabyLabs/promptarchitect-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MerabyLabs/promptarchitect-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.568415+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.249508+00:00"
    },
    {
      "slug": "gh-mhmzdev-figma-flutter-mcp",
      "name": "mhmzdev/Figma-Flutter-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mhmzdev/Figma-Flutter-MCP",
      "github_url": "https://github.com/mhmzdev/Figma-Flutter-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mhmzdev/Figma-Flutter-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.568580+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.047017+00:00"
    },
    {
      "slug": "gh-mihaelamj-cupertino",
      "name": "mihaelamj/cupertino",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mihaelamj/cupertino",
      "github_url": "https://github.com/mihaelamj/cupertino",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mihaelamj/cupertino"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.568736+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.300305+00:00"
    },
    {
      "slug": "gh-mikerecognex-mcp-codebase-index",
      "name": "MikeRecognex/mcp-codebase-index",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MikeRecognex/mcp-codebase-index",
      "github_url": "https://github.com/MikeRecognex/mcp-codebase-index",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MikeRecognex/mcp-codebase-index"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.568890+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.250684+00:00"
    },
    {
      "slug": "gh-mmorris35-devplan-mcp-server",
      "name": "mmorris35/devplan-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mmorris35/devplan-mcp-server",
      "github_url": "https://github.com/mmorris35/devplan-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mmorris35/devplan-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.569039+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.251195+00:00"
    },
    {
      "slug": "gh-mmorris35-claudecode-devplanbuilder",
      "name": "ClaudeCode-DevPlanBuilder",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mmorris35/ClaudeCode-DevPlanBuilder",
      "github_url": "https://github.com/mmorris35/ClaudeCode-DevPlanBuilder",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mmorris35/ClaudeCode-DevPlanBuilder"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.569193+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.251679+00:00"
    },
    {
      "slug": "gh-mobile-next-mobile-mcp",
      "name": "mobile-next/mobile-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mobile-next/mobile-mcp",
      "github_url": "https://github.com/mobile-next/mobile-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mobile-next/mobile-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.569342+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.774311+00:00"
    },
    {
      "slug": "gh-saranshbamania-mobile-device-mcp",
      "name": "saranshbamania/mobile-device-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/saranshbamania/mobile-device-mcp",
      "github_url": "https://github.com/saranshbamania/mobile-device-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/saranshbamania/mobile-device-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.569496+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.252677+00:00"
    },
    {
      "slug": "gh-getmockd-mockd",
      "name": "getmockd/mockd",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/getmockd/mockd",
      "github_url": "https://github.com/getmockd/mockd",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/getmockd/mockd"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.569648+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.253182+00:00"
    },
    {
      "slug": "gh-mrexodia-user-feedback-mcp",
      "name": "mrexodia/user-feedback-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mrexodia/user-feedback-mcp",
      "github_url": "https://github.com/mrexodia/user-feedback-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mrexodia/user-feedback-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.569808+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.935285+00:00"
    },
    {
      "slug": "gh-muhannad-hash-git-context-mcp",
      "name": "muhannad-hash/git-context-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/muhannad-hash/git-context-mcp",
      "github_url": "https://github.com/muhannad-hash/git-context-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/muhannad-hash/git-context-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.569963+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.254175+00:00"
    },
    {
      "slug": "gh-mumez-pharo-smalltalk-interop-mcp-server",
      "name": "mumez/pharo-smalltalk-interop-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mumez/pharo-smalltalk-interop-mcp-server",
      "github_url": "https://github.com/mumez/pharo-smalltalk-interop-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mumez/pharo-smalltalk-interop-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.570118+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.254676+00:00"
    },
    {
      "slug": "gh-n8daniels-rulesetmcp",
      "name": "n8daniels/RulesetMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/n8daniels/RulesetMCP",
      "github_url": "https://github.com/n8daniels/RulesetMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/n8daniels/RulesetMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.570276+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.255161+00:00"
    },
    {
      "slug": "gh-souzix76-n8n-workflow-tester-safe",
      "name": "Souzix76/n8n-workflow-tester-safe",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Souzix76/n8n-workflow-tester-safe",
      "github_url": "https://github.com/Souzix76/n8n-workflow-tester-safe",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Souzix76/n8n-workflow-tester-safe"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.570425+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.255653+00:00"
    },
    {
      "slug": "gh-narumiruna-gitingest-mcp",
      "name": "narumiruna/gitingest-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/narumiruna/gitingest-mcp",
      "github_url": "https://github.com/narumiruna/gitingest-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/narumiruna/gitingest-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.570566+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.256143+00:00"
    },
    {
      "slug": "gh-cyclotruc-gitingest",
      "name": "gitingest",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cyclotruc/gitingest",
      "github_url": "https://github.com/cyclotruc/gitingest",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cyclotruc/gitingest"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.570707+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.256634+00:00"
    },
    {
      "slug": "gh-neilberkman-editorconfig-mcp",
      "name": "neilberkman/editorconfig_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/neilberkman/editorconfig_mcp",
      "github_url": "https://github.com/neilberkman/editorconfig_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/neilberkman/editorconfig_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.570881+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.258256+00:00"
    },
    {
      "slug": "gh-neo1228-spring-boot-starter-swagger-mcp",
      "name": "Neo1228/spring-boot-starter-swagger-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Neo1228/spring-boot-starter-swagger-mcp",
      "github_url": "https://github.com/Neo1228/spring-boot-starter-swagger-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Neo1228/spring-boot-starter-swagger-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.571025+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.258635+00:00"
    },
    {
      "slug": "gh-nikolai-vysotskyi-trace-mcp",
      "name": "nikolai-vysotskyi/trace-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nikolai-vysotskyi/trace-mcp",
      "github_url": "https://github.com/nikolai-vysotskyi/trace-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nikolai-vysotskyi/trace-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.571162+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.258848+00:00"
    },
    {
      "slug": "gh-nk3750-jitapi",
      "name": "nk3750/jitapi",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nk3750/jitapi",
      "github_url": "https://github.com/nk3750/jitapi",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nk3750/jitapi"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.571296+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.259053+00:00"
    },
    {
      "slug": "gh-neverlow512-agent-droid-bridge",
      "name": "Neverlow512/agent-droid-bridge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Neverlow512/agent-droid-bridge",
      "github_url": "https://github.com/Neverlow512/agent-droid-bridge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Neverlow512/agent-droid-bridge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.571432+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.259262+00:00"
    },
    {
      "slug": "gh-octomind-dev-octomind-mcp",
      "name": "OctoMind-dev/octomind-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OctoMind-dev/octomind-mcp",
      "github_url": "https://github.com/OctoMind-dev/octomind-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OctoMind-dev/octomind-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.571572+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.259468+00:00"
    },
    {
      "slug": "gh-ofershap-mcp-server-devutils",
      "name": "ofershap/mcp-server-devutils",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/mcp-server-devutils",
      "github_url": "https://github.com/ofershap/mcp-server-devutils",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/mcp-server-devutils"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.571707+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.259682+00:00"
    },
    {
      "slug": "gh-ofershap-mcp-server-dns",
      "name": "ofershap/mcp-server-dns",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/mcp-server-dns",
      "github_url": "https://github.com/ofershap/mcp-server-dns",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/mcp-server-dns"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.571842+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.259901+00:00"
    },
    {
      "slug": "gh-ofershap-mcp-server-docker",
      "name": "ofershap/mcp-server-docker",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/mcp-server-docker",
      "github_url": "https://github.com/ofershap/mcp-server-docker",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/mcp-server-docker"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.571978+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.260119+00:00"
    },
    {
      "slug": "gh-ofershap-mcp-server-github-actions",
      "name": "ofershap/mcp-server-github-actions",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/mcp-server-github-actions",
      "github_url": "https://github.com/ofershap/mcp-server-github-actions",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/mcp-server-github-actions"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.572113+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.260325+00:00"
    },
    {
      "slug": "gh-ofershap-mcp-server-github-gist",
      "name": "ofershap/mcp-server-github-gist",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/mcp-server-github-gist",
      "github_url": "https://github.com/ofershap/mcp-server-github-gist",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/mcp-server-github-gist"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.572249+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.260530+00:00"
    },
    {
      "slug": "gh-ofershap-mcp-server-markdown",
      "name": "ofershap/mcp-server-markdown",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/mcp-server-markdown",
      "github_url": "https://github.com/ofershap/mcp-server-markdown",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/mcp-server-markdown"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.572560+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.260725+00:00"
    },
    {
      "slug": "gh-ofershap-mcp-server-npm-plus",
      "name": "ofershap/mcp-server-npm-plus",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/mcp-server-npm-plus",
      "github_url": "https://github.com/ofershap/mcp-server-npm-plus",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/mcp-server-npm-plus"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.572782+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.260914+00:00"
    },
    {
      "slug": "gh-ofershap-mcp-server-scraper",
      "name": "ofershap/mcp-server-scraper",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ofershap/mcp-server-scraper",
      "github_url": "https://github.com/ofershap/mcp-server-scraper",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ofershap/mcp-server-scraper"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.572922+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.261103+00:00"
    },
    {
      "slug": "gh-ooples-token-optimizer-mcp",
      "name": "ooples/token-optimizer-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ooples/token-optimizer-mcp",
      "github_url": "https://github.com/ooples/token-optimizer-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ooples/token-optimizer-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.573047+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.069857+00:00"
    },
    {
      "slug": "gh-opslevel-opslevel-mcp",
      "name": "opslevel/opslevel-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/opslevel/opslevel-mcp",
      "github_url": "https://github.com/opslevel/opslevel-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/opslevel/opslevel-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.573175+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.261488+00:00"
    },
    {
      "slug": "gh-optimaquantum-claude-critical-rules-mcp",
      "name": "optimaquantum/claude-critical-rules-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/optimaquantum/claude-critical-rules-mcp",
      "github_url": "https://github.com/optimaquantum/claude-critical-rules-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/optimaquantum/claude-critical-rules-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.573298+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.261936+00:00"
    },
    {
      "slug": "gh-paladini-devutils-mcp-server",
      "name": "paladini/devutils-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/paladini/devutils-mcp-server",
      "github_url": "https://github.com/paladini/devutils-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/paladini/devutils-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.573558+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.262431+00:00"
    },
    {
      "slug": "gh-paracetamol951-p-link-mcp",
      "name": "paracetamol951/P-Link-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/paracetamol951/P-Link-MCP",
      "github_url": "https://github.com/paracetamol951/P-Link-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/paracetamol951/P-Link-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.573832+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.262640+00:00"
    },
    {
      "slug": "gh-mcpware-pagecast",
      "name": "mcpware/pagecast",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mcpware/pagecast",
      "github_url": "https://github.com/mcpware/pagecast",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mcpware/pagecast"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.573964+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.262854+00:00"
    },
    {
      "slug": "gh-0xuxdesign-pharaoh-mcp",
      "name": "Pharaoh-so/pharaoh",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/0xUXDesign/pharaoh-mcp",
      "github_url": "https://github.com/0xUXDesign/pharaoh-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/0xUXDesign/pharaoh-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.574101+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.263063+00:00"
    },
    {
      "slug": "gh-picahq-mcp",
      "name": "picahq/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/picahq/mcp",
      "github_url": "https://github.com/picahq/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/picahq/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.574287+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.263257+00:00"
    },
    {
      "slug": "gh-pipepie-pipepie",
      "name": "pipepie/pipepie",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pipepie/pipepie",
      "github_url": "https://github.com/pipepie/pipepie",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pipepie/pipepie"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.574444+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.263448+00:00"
    },
    {
      "slug": "gh-pmptwiki-pmpt-cli",
      "name": "pmptwiki/pmpt-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pmptwiki/pmpt-cli",
      "github_url": "https://github.com/pmptwiki/pmpt-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pmptwiki/pmpt-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.574618+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.263882+00:00"
    },
    {
      "slug": "gh-posthog-mcp",
      "name": "posthog/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/posthog/mcp",
      "github_url": "https://github.com/posthog/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/posthog/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.574832+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.264396+00:00"
    },
    {
      "slug": "gh-pylonapi-pylon-mcp",
      "name": "pylonapi/pylon-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pylonapi/pylon-mcp",
      "github_url": "https://github.com/pylonapi/pylon-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pylonapi/pylon-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.575098+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.264886+00:00"
    },
    {
      "slug": "gh-pratyay-mac-monitor-mcp",
      "name": "Pratyay/mac-monitor-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Pratyay/mac-monitor-mcp",
      "github_url": "https://github.com/Pratyay/mac-monitor-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Pratyay/mac-monitor-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.575728+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.265399+00:00"
    },
    {
      "slug": "gh-promptexecution-cratedocs-mcp",
      "name": "PromptExecution/cratedocs-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/promptexecution/cratedocs-mcp",
      "github_url": "https://github.com/promptexecution/cratedocs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/promptexecution/cratedocs-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.577526+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.265902+00:00"
    },
    {
      "slug": "gh-promptexecution-just-mcp",
      "name": "promptexecution/just-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/promptexecution/just-mcp",
      "github_url": "https://github.com/promptexecution/just-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/promptexecution/just-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.577984+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.266412+00:00"
    },
    {
      "slug": "gh-pskill9-website-downloader",
      "name": "pskill9/website-downloader",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pskill9/website-downloader",
      "github_url": "https://github.com/pskill9/website-downloader",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pskill9/website-downloader"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.578299+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.266904+00:00"
    },
    {
      "slug": "gh-psu3d0-spreadsheet-mcp",
      "name": "PSU3D0/spreadsheet-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PSU3D0/spreadsheet-mcp",
      "github_url": "https://github.com/PSU3D0/spreadsheet-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PSU3D0/spreadsheet-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.578577+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.267400+00:00"
    },
    {
      "slug": "gh-grahamrowe82-pt-edge",
      "name": "grahamrowe82/pt-edge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/grahamrowe82/pt-edge",
      "github_url": "https://github.com/grahamrowe82/pt-edge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/grahamrowe82/pt-edge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.578765+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.267902+00:00"
    },
    {
      "slug": "gh-public-ui-kolibri",
      "name": "public-ui/kolibri",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/public-ui/kolibri",
      "github_url": "https://github.com/public-ui/kolibri",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/public-ui/kolibri"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.578940+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.268409+00:00"
    },
    {
      "slug": "gh-pzalutski-pixel-javalens-mcp",
      "name": "pzalutski-pixel/javalens-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pzalutski-pixel/javalens-mcp",
      "github_url": "https://github.com/pzalutski-pixel/javalens-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pzalutski-pixel/javalens-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.579122+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.268903+00:00"
    },
    {
      "slug": "gh-pzalutski-pixel-godotlens-mcp",
      "name": "pzalutski-pixel/godotlens-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pzalutski-pixel/godotlens-mcp",
      "github_url": "https://github.com/pzalutski-pixel/godotlens-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pzalutski-pixel/godotlens-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.579296+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.269412+00:00"
    },
    {
      "slug": "gh-pzalutski-pixel-sharplens-mcp",
      "name": "pzalutski-pixel/sharplens-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pzalutski-pixel/sharplens-mcp",
      "github_url": "https://github.com/pzalutski-pixel/sharplens-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pzalutski-pixel/sharplens-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.579512+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.269915+00:00"
    },
    {
      "slug": "gh-qainsights-jmeter-mcp-server",
      "name": "qainsights/jmeter-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QAInsights/jmeter-mcp-server",
      "github_url": "https://github.com/QAInsights/jmeter-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QAInsights/jmeter-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.579710+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.270428+00:00"
    },
    {
      "slug": "gh-qainsights-k6-mcp-server",
      "name": "qainsights/k6-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QAInsights/k6-mcp-server",
      "github_url": "https://github.com/QAInsights/k6-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QAInsights/k6-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.579885+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.270922+00:00"
    },
    {
      "slug": "gh-qainsights-locust-mcp-server",
      "name": "qainsights/locust-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QAInsights/locust-mcp-server",
      "github_url": "https://github.com/QAInsights/locust-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QAInsights/locust-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.580062+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.271416+00:00"
    },
    {
      "slug": "gh-benswel-qr-agent-core",
      "name": "benswel/qr-agent-core",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/benswel/qr-agent-core",
      "github_url": "https://github.com/benswel/qr-agent-core",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/benswel/qr-agent-core"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.580244+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.271919+00:00"
    },
    {
      "slug": "gh-quantgeekdev-docker-mcp",
      "name": "QuantGeekDev/docker-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QuantGeekDev/docker-mcp",
      "github_url": "https://github.com/QuantGeekDev/docker-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuantGeekDev/docker-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.580423+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.786691+00:00"
    },
    {
      "slug": "gh-quantum3-labs-arbuilder",
      "name": "Quantum3-Labs/ARBuilder",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Quantum3-Labs/ARBuilder",
      "github_url": "https://github.com/Quantum3-Labs/ARBuilder",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Quantum3-Labs/ARBuilder"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.580594+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.272913+00:00"
    },
    {
      "slug": "gh-r-huijts-xcode-mcp-server",
      "name": "r-huijts/xcode-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/r-huijts/xcode-mcp-server",
      "github_url": "https://github.com/r-huijts/xcode-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/r-huijts/xcode-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.580792+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.273595+00:00"
    },
    {
      "slug": "gh-reapi-com-mcp-openapi",
      "name": "ReAPI-com/mcp-openapi",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ReAPI-com/mcp-openapi",
      "github_url": "https://github.com/ReAPI-com/mcp-openapi",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ReAPI-com/mcp-openapi"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.580975+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.275134+00:00"
    },
    {
      "slug": "gh-rootly-ai-labs-rootly-mcp-server",
      "name": "Rootly-AI-Labs/Rootly-MCP-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Rootly-AI-Labs/Rootly-MCP-server",
      "github_url": "https://github.com/Rootly-AI-Labs/Rootly-MCP-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Rootly-AI-Labs/Rootly-MCP-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.581159+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.898060+00:00"
    },
    {
      "slug": "gh-ronantakizawa-a11ymcp",
      "name": "ronantakizawa/a11ymcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ronantakizawa/a11ymcp",
      "github_url": "https://github.com/ronantakizawa/a11ymcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ronantakizawa/a11ymcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.581343+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.275657+00:00"
    },
    {
      "slug": "gh-rsdouglas-janee",
      "name": "rsdouglas/janee",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rsdouglas/janee",
      "github_url": "https://github.com/rsdouglas/janee",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rsdouglas/janee"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.581589+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.275878+00:00"
    },
    {
      "slug": "gh-ryan0204-github-repo-mcp",
      "name": "ryan0204/github-repo-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Ryan0204/github-repo-mcp",
      "github_url": "https://github.com/Ryan0204/github-repo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Ryan0204/github-repo-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.581930+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.276098+00:00"
    },
    {
      "slug": "gh-sammcj-mcp-package-version",
      "name": "sammcj/mcp-package-version",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sammcj/mcp-package-version",
      "github_url": "https://github.com/sammcj/mcp-package-version",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sammcj/mcp-package-version"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.582490+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.276323+00:00"
    },
    {
      "slug": "gh-sarveshsea-m-moire",
      "name": "sarveshsea/m-moire",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sarveshsea/m-moire",
      "github_url": "https://github.com/sarveshsea/m-moire",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sarveshsea/m-moire"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.583224+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.276532+00:00"
    },
    {
      "slug": "gh-saurav61091-mcp-openapi",
      "name": "saurav61091/mcp-openapi",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/saurav61091/mcp-openapi",
      "github_url": "https://github.com/saurav61091/mcp-openapi",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/saurav61091/mcp-openapi"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.583450+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.276742+00:00"
    },
    {
      "slug": "gh-sapientpants-sonarqube-mcp-server",
      "name": "sapientpants/sonarqube-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sapientpants/sonarqube-mcp-server",
      "github_url": "https://github.com/sapientpants/sonarqube-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sapientpants/sonarqube-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.583633+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.276952+00:00"
    },
    {
      "slug": "gh-sbroenne-mcp-server-excel",
      "name": "sbroenne/mcp-server-excel",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sbroenne/mcp-server-excel",
      "github_url": "https://github.com/sbroenne/mcp-server-excel",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sbroenne/mcp-server-excel"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.583810+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.277159+00:00"
    },
    {
      "slug": "gh-sdglbl-mcp-claude-code",
      "name": "SDGLBL/mcp-claude-code",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SDGLBL/mcp-claude-code",
      "github_url": "https://github.com/SDGLBL/mcp-claude-code",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SDGLBL/mcp-claude-code"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.584028+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.037988+00:00"
    },
    {
      "slug": "gh-selvage-lab-selvage",
      "name": "selvage-lab/selvage",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/selvage-lab/selvage",
      "github_url": "https://github.com/selvage-lab/selvage",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/selvage-lab/selvage"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.584339+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.277573+00:00"
    },
    {
      "slug": "gh-shellsage-ai-mcp-server-boilerplate",
      "name": "shellsage-ai/mcp-server-boilerplate",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shellsage-ai/mcp-server-boilerplate",
      "github_url": "https://github.com/shellsage-ai/mcp-server-boilerplate",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shellsage-ai/mcp-server-boilerplate"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.584744+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.278049+00:00"
    },
    {
      "slug": "gh-segfaultsorcerer-heap-seance",
      "name": "SegfaultSorcerer/heap-seance",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SegfaultSorcerer/heap-seance",
      "github_url": "https://github.com/SegfaultSorcerer/heap-seance",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SegfaultSorcerer/heap-seance"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.585002+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.278584+00:00"
    },
    {
      "slug": "gh-sequa-ai-sequa-mcp",
      "name": "sequa-ai/sequa-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sequa-ai/sequa-mcp",
      "github_url": "https://github.com/sequa-ai/sequa-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sequa-ai/sequa-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.585325+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.279098+00:00"
    },
    {
      "slug": "gh-simplyliz-codemcp",
      "name": "SimplyLiz/CodeMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SimplyLiz/CodeMCP",
      "github_url": "https://github.com/SimplyLiz/CodeMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SimplyLiz/CodeMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.585611+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.279607+00:00"
    },
    {
      "slug": "gh-simplypixi-bugbug-mcp-server",
      "name": "simplypixi/bugbug-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/simplypixi/bugbug-mcp-server",
      "github_url": "https://github.com/simplypixi/bugbug-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/simplypixi/bugbug-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.585813+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.280126+00:00"
    },
    {
      "slug": "gh-skullzarmy-vibealive",
      "name": "skullzarmy/vibealive",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/skullzarmy/vibealive",
      "github_url": "https://github.com/skullzarmy/vibealive",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/skullzarmy/vibealive"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.585993+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.280641+00:00"
    },
    {
      "slug": "gh-snaggle-ai-openapi-mcp-server",
      "name": "snaggle-ai/openapi-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/snaggle-ai/openapi-mcp-server",
      "github_url": "https://github.com/snaggle-ai/openapi-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/snaggle-ai/openapi-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.586152+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.281194+00:00"
    },
    {
      "slug": "gh-softvoyagers-linkshrink-api",
      "name": "softvoyagers/linkshrink-api",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/softvoyagers/linkshrink-api",
      "github_url": "https://github.com/softvoyagers/linkshrink-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/softvoyagers/linkshrink-api"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.586295+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.281710+00:00"
    },
    {
      "slug": "gh-softvoyagers-ogforge-api",
      "name": "softvoyagers/ogforge-api",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/softvoyagers/ogforge-api",
      "github_url": "https://github.com/softvoyagers/ogforge-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/softvoyagers/ogforge-api"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.586447+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.282211+00:00"
    },
    {
      "slug": "gh-softvoyagers-pagedrop-api",
      "name": "softvoyagers/pagedrop-api",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/softvoyagers/pagedrop-api",
      "github_url": "https://github.com/softvoyagers/pagedrop-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/softvoyagers/pagedrop-api"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.586601+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.282715+00:00"
    },
    {
      "slug": "gh-softvoyagers-pdfspark-api",
      "name": "softvoyagers/pdfspark-api",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/softvoyagers/pdfspark-api",
      "github_url": "https://github.com/softvoyagers/pdfspark-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/softvoyagers/pdfspark-api"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.586756+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.283080+00:00"
    },
    {
      "slug": "gh-softvoyagers-qrmint-api",
      "name": "softvoyagers/qrmint-api",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/softvoyagers/qrmint-api",
      "github_url": "https://github.com/softvoyagers/qrmint-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/softvoyagers/qrmint-api"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.586979+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.283275+00:00"
    },
    {
      "slug": "gh-spacecode-ai-spacebridge-mcp",
      "name": "spacecode-ai/SpaceBridge-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/spacecode-ai/SpaceBridge-MCP",
      "github_url": "https://github.com/spacecode-ai/SpaceBridge-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/spacecode-ai/SpaceBridge-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.587191+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.283467+00:00"
    },
    {
      "slug": "gh-srijanshukla18-xray",
      "name": "srijanshukla18/xray",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/srijanshukla18/xray",
      "github_url": "https://github.com/srijanshukla18/xray",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/srijanshukla18/xray"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.587377+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.699759+00:00"
    },
    {
      "slug": "gh-srclight-srclight",
      "name": "srclight/srclight",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/srclight/srclight",
      "github_url": "https://github.com/srclight/srclight",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/srclight/srclight"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.587536+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.283933+00:00"
    },
    {
      "slug": "gh-st3v3nmw-sourcerer-mcp",
      "name": "st3v3nmw/sourcerer-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/st3v3nmw/sourcerer-mcp",
      "github_url": "https://github.com/st3v3nmw/sourcerer-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/st3v3nmw/sourcerer-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.587698+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.915248+00:00"
    },
    {
      "slug": "gh-stass-lldb-mcp",
      "name": "stass/lldb-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/stass/lldb-mcp",
      "github_url": "https://github.com/stass/lldb-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stass/lldb-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.588361+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.284965+00:00"
    },
    {
      "slug": "gh-storybookjs-addon-mcp",
      "name": "storybookjs/addon-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/storybookjs/addon-mcp",
      "github_url": "https://github.com/storybookjs/addon-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/storybookjs/addon-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.589298+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.285472+00:00"
    },
    {
      "slug": "gh-tactual-dev-tactual",
      "name": "tactual-dev/tactual",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tactual-dev/tactual",
      "github_url": "https://github.com/tactual-dev/tactual",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tactual-dev/tactual"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.589651+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.285985+00:00"
    },
    {
      "slug": "gh-tamarengel-jira-github-mcp",
      "name": "TamarEngel/jira-github-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TamarEngel/jira-github-mcp",
      "github_url": "https://github.com/TamarEngel/jira-github-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TamarEngel/jira-github-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.590206+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.286496+00:00"
    },
    {
      "slug": "gh-tcsoftinc-testcollab-mcp-server",
      "name": "TCSoftInc/testcollab-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TCSoftInc/testcollab-mcp-server",
      "github_url": "https://github.com/TCSoftInc/testcollab-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TCSoftInc/testcollab-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.590552+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.287021+00:00"
    },
    {
      "slug": "gh-tkmd-reftrixmcp",
      "name": "TKMD/ReftrixMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TKMD/ReftrixMCP",
      "github_url": "https://github.com/TKMD/ReftrixMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TKMD/ReftrixMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.590744+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.287522+00:00"
    },
    {
      "slug": "gh-tencentedgeone-edgeone-pages-mcp",
      "name": "TencentEdgeOne/edgeone-pages-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TencentEdgeOne/edgeone-pages-mcp",
      "github_url": "https://github.com/TencentEdgeOne/edgeone-pages-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TencentEdgeOne/edgeone-pages-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.590899+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.503878+00:00"
    },
    {
      "slug": "gh-testdino-hq-testdino-mcp",
      "name": "testdino-hq/testdino-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/testdino-hq/testdino-mcp",
      "github_url": "https://github.com/testdino-hq/testdino-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/testdino-hq/testdino-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.591050+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.288542+00:00"
    },
    {
      "slug": "gh-tgeselle-bugsnag-mcp",
      "name": "tgeselle/bugsnag-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tgeselle/bugsnag-mcp",
      "github_url": "https://github.com/tgeselle/bugsnag-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tgeselle/bugsnag-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.593823+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.289047+00:00"
    },
    {
      "slug": "gh-thecombatwombat-replicant-mcp",
      "name": "thecombatwombat/replicant-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/thecombatwombat/replicant-mcp",
      "github_url": "https://github.com/thecombatwombat/replicant-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/thecombatwombat/replicant-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.595060+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.289552+00:00"
    },
    {
      "slug": "gh-themesberg-flowbite-mcp",
      "name": "themesberg/flowbite-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/themesberg/flowbite-mcp",
      "github_url": "https://github.com/themesberg/flowbite-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/themesberg/flowbite-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.596918+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.290251+00:00"
    },
    {
      "slug": "gh-tipdotmd-tip-md-x402-mcp-server",
      "name": "tipdotmd/tip-md-x402-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tipdotmd/tip-md-x402-mcp-server",
      "github_url": "https://github.com/tipdotmd/tip-md-x402-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tipdotmd/tip-md-x402-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.597277+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.291908+00:00"
    },
    {
      "slug": "gh-tommertom-awesome-ionic-mcp",
      "name": "Tommertom/awesome-ionic-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Tommertom/awesome-ionic-mcp",
      "github_url": "https://github.com/Tommertom/awesome-ionic-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Tommertom/awesome-ionic-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.597435+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.292474+00:00"
    },
    {
      "slug": "gh-tosin2013-mcp-adr-analysis-server",
      "name": "tosin2013/mcp-adr-analysis-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tosin2013/mcp-adr-analysis-server",
      "github_url": "https://github.com/tosin2013/mcp-adr-analysis-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tosin2013/mcp-adr-analysis-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.597566+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.292885+00:00"
    },
    {
      "slug": "gh-tumf-mcp-text-editor",
      "name": "tumf/mcp-text-editor",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tumf/mcp-text-editor",
      "github_url": "https://github.com/tumf/mcp-text-editor",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tumf/mcp-text-editor"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.597707+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.293264+00:00"
    },
    {
      "slug": "gh-ukkit-memcord",
      "name": "ukkit/memcord",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ukkit/memcord",
      "github_url": "https://github.com/ukkit/memcord",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ukkit/memcord"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.597915+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.293464+00:00"
    },
    {
      "slug": "gh-utensils-mcp-nixos",
      "name": "utensils/mcp-nixos",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/utensils/mcp-nixos",
      "github_url": "https://github.com/utensils/mcp-nixos",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/utensils/mcp-nixos"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.598179+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.458526+00:00"
    },
    {
      "slug": "gh-v0v1kkk-dotnetmetadatamcpserver",
      "name": "V0v1kkk/DotNetMetadataMcpServer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/V0v1kkk/DotNetMetadataMcpServer",
      "github_url": "https://github.com/V0v1kkk/DotNetMetadataMcpServer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/V0v1kkk/DotNetMetadataMcpServer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.598360+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.293854+00:00"
    },
    {
      "slug": "gh-valado-pantheon-mcp",
      "name": "valado/pantheon-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/valado/pantheon-mcp",
      "github_url": "https://github.com/valado/pantheon-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/valado/pantheon-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.598523+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.294046+00:00"
    },
    {
      "slug": "gh-var-gg-mcp",
      "name": "var-gg/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/var-gg/mcp",
      "github_url": "https://github.com/var-gg/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/var-gg/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.599135+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.294243+00:00"
    },
    {
      "slug": "gh-vasayxtx-mcp-prompt-engine",
      "name": "vasayxtx/mcp-prompt-engine",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vasayxtx/mcp-prompt-engine",
      "github_url": "https://github.com/vasayxtx/mcp-prompt-engine",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vasayxtx/mcp-prompt-engine"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.599944+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.294447+00:00"
    },
    {
      "slug": "gh-veelenga-claude-mermaid",
      "name": "veelenga/claude-mermaid",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/veelenga/claude-mermaid",
      "github_url": "https://github.com/veelenga/claude-mermaid",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/veelenga/claude-mermaid"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.600314+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.294654+00:00"
    },
    {
      "slug": "gh-vercel-next-devtools-mcp",
      "name": "vercel/next-devtools-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vercel/next-devtools-mcp",
      "github_url": "https://github.com/vercel/next-devtools-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vercel/next-devtools-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.600539+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.311599+00:00"
    },
    {
      "slug": "gh-vezlo-src-to-kb",
      "name": "vezlo/src-to-kb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vezlo/src-to-kb",
      "github_url": "https://github.com/vezlo/src-to-kb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vezlo/src-to-kb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.600707+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.295089+00:00"
    },
    {
      "slug": "gh-vivekvells-mcp-pandoc",
      "name": "vivekvells/mcp-pandoc",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vivekVells/mcp-pandoc",
      "github_url": "https://github.com/vivekVells/mcp-pandoc",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vivekVells/mcp-pandoc"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.600876+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.879250+00:00"
    },
    {
      "slug": "gh-vikrantsingh01-adaptive-cards-mcp",
      "name": "VikrantSingh01/adaptive-cards-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/VikrantSingh01/adaptive-cards-mcp",
      "github_url": "https://github.com/VikrantSingh01/adaptive-cards-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VikrantSingh01/adaptive-cards-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.601042+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.295486+00:00"
    },
    {
      "slug": "gh-biegehydra-bifrostmcp",
      "name": "VSCode Devtools",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/biegehydra/BifrostMCP",
      "github_url": "https://github.com/biegehydra/BifrostMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/biegehydra/BifrostMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.601207+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.133995+00:00"
    },
    {
      "slug": "gh-vrtxomega-ollama-omega",
      "name": "VrtxOmega/Ollama-Omega",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/VrtxOmega/Ollama-Omega",
      "github_url": "https://github.com/VrtxOmega/Ollama-Omega",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VrtxOmega/Ollama-Omega"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.601375+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.296259+00:00"
    },
    {
      "slug": "gh-vrtxomega-omega-brain-mcp",
      "name": "VrtxOmega/omega-brain-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/VrtxOmega/omega-brain-mcp",
      "github_url": "https://github.com/VrtxOmega/omega-brain-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VrtxOmega/omega-brain-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.601556+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.296791+00:00"
    },
    {
      "slug": "gh-webvizio-mcp",
      "name": "Webvizio/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Webvizio/mcp",
      "github_url": "https://github.com/Webvizio/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Webvizio/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.601723+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.297322+00:00"
    },
    {
      "slug": "gh-whyy9527-ariadne",
      "name": "whyy9527/ariadne",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/whyy9527/ariadne",
      "github_url": "https://github.com/whyy9527/ariadne",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/whyy9527/ariadne"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.601888+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.297829+00:00"
    },
    {
      "slug": "gh-wise-vision-mcp-server-ros-2",
      "name": "WiseVision/mcp_server_ros_2",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wise-vision/mcp_server_ros_2",
      "github_url": "https://github.com/wise-vision/mcp_server_ros_2",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wise-vision/mcp_server_ros_2"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.602097+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.298410+00:00"
    },
    {
      "slug": "gh-wn01011-llm-token-tracker",
      "name": "wn01011/llm-token-tracker",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wn01011/llm-token-tracker",
      "github_url": "https://github.com/wn01011/llm-token-tracker",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wn01011/llm-token-tracker"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.602262+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.298929+00:00"
    },
    {
      "slug": "gh-wolfe-jam-claude-faf-mcp",
      "name": "Wolfe-Jam/claude-faf-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Wolfe-Jam/claude-faf-mcp",
      "github_url": "https://github.com/Wolfe-Jam/claude-faf-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Wolfe-Jam/claude-faf-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.602410+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.299447+00:00"
    },
    {
      "slug": "gh-wolfe-jam-faf-mcp",
      "name": "Wolfe-Jam/faf-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Wolfe-Jam/faf-mcp",
      "github_url": "https://github.com/Wolfe-Jam/faf-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Wolfe-Jam/faf-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.602555+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.299955+00:00"
    },
    {
      "slug": "gh-wooonster-hocr-mcp-server",
      "name": "Wooonster/hocr_mcp_server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Wooonster/hocr_mcp_server",
      "github_url": "https://github.com/Wooonster/hocr_mcp_server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Wooonster/hocr_mcp_server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.602701+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.300469+00:00"
    },
    {
      "slug": "gh-wyattjoh-jsr-mcp",
      "name": "wyattjoh/jsr-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wyattjoh/jsr-mcp",
      "github_url": "https://github.com/wyattjoh/jsr-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wyattjoh/jsr-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.602850+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.300975+00:00"
    },
    {
      "slug": "gh-shenghaiwang-xcodebuild",
      "name": "xcodebuild",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ShenghaiWang/xcodebuild",
      "github_url": "https://github.com/ShenghaiWang/xcodebuild",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ShenghaiWang/xcodebuild"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.602995+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.950972+00:00"
    },
    {
      "slug": "gh-xixianliang-harmonyos-mcp-server",
      "name": "XixianLiang/HarmonyOS-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/XixianLiang/HarmonyOS-mcp-server",
      "github_url": "https://github.com/XixianLiang/HarmonyOS-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/XixianLiang/HarmonyOS-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.603143+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.302015+00:00"
    },
    {
      "slug": "gh-xzq-xu-jvm-mcp-server",
      "name": "xzq.xu/jvm-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/xzq-xu/jvm-mcp-server",
      "github_url": "https://github.com/xzq-xu/jvm-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/xzq-xu/jvm-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.603294+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.302536+00:00"
    },
    {
      "slug": "gh-yangkyeongmo-mcp-server-apache-airflow",
      "name": "yangkyeongmo@/mcp-server-apache-airflow",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yangkyeongmo/mcp-server-apache-airflow",
      "github_url": "https://github.com/yangkyeongmo/mcp-server-apache-airflow",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yangkyeongmo/mcp-server-apache-airflow"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.603441+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.303066+00:00"
    },
    {
      "slug": "gh-yanmxa-scriptflow-mcp",
      "name": "yanmxa/scriptflow-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yanmxa/scriptflow-mcp",
      "github_url": "https://github.com/yanmxa/scriptflow-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yanmxa/scriptflow-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.603585+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.303605+00:00"
    },
    {
      "slug": "gh-ycs77-apifable",
      "name": "ycs77/apifable",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ycs77/apifable",
      "github_url": "https://github.com/ycs77/apifable",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ycs77/apifable"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.603727+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.304124+00:00"
    },
    {
      "slug": "gh-yikakia-godoc-mcp-server",
      "name": "yikakia/godoc-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yikakia/godoc-mcp-server",
      "github_url": "https://github.com/yikakia/godoc-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yikakia/godoc-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.603875+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.803674+00:00"
    },
    {
      "slug": "gh-yiwenlu66-piloty",
      "name": "yiwenlu66/PiloTY",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yiwenlu66/PiloTY",
      "github_url": "https://github.com/yiwenlu66/PiloTY",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yiwenlu66/PiloTY"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.604088+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.889648+00:00"
    },
    {
      "slug": "gh-yuchenssr-mindmap-mcp-server",
      "name": "YuChenSSR/mindmap-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/YuChenSSR/mindmap-mcp-server",
      "github_url": "https://github.com/YuChenSSR/mindmap-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/YuChenSSR/mindmap-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.604286+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.305660+00:00"
    },
    {
      "slug": "gh-yuchenssr-multi-ai-advisor-mcp",
      "name": "YuChenSSR/multi-ai-advisor",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/YuChenSSR/multi-ai-advisor-mcp",
      "github_url": "https://github.com/YuChenSSR/multi-ai-advisor-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/YuChenSSR/multi-ai-advisor-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.604460+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.306181+00:00"
    },
    {
      "slug": "gh-yuliiakovalova-dotnet-template-mcp",
      "name": "YuliiaKovalova/dotnet-template-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/YuliiaKovalova/dotnet-template-mcp",
      "github_url": "https://github.com/YuliiaKovalova/dotnet-template-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/YuliiaKovalova/dotnet-template-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.604621+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.306879+00:00"
    },
    {
      "slug": "gh-yutarop-ros-mcp",
      "name": "Yutarop/ros-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Yutarop/ros-mcp",
      "github_url": "https://github.com/Yutarop/ros-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Yutarop/ros-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.604791+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.308444+00:00"
    },
    {
      "slug": "gh-yworks-mcp-typescribe",
      "name": "yWorks/mcp-typescribe",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yWorks/mcp-typescribe",
      "github_url": "https://github.com/yWorks/mcp-typescribe",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yWorks/mcp-typescribe"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.604938+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.308826+00:00"
    },
    {
      "slug": "gh-ypollak2-llm-router",
      "name": "ypollak2/llm-router",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ypollak2/llm-router",
      "github_url": "https://github.com/ypollak2/llm-router",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ypollak2/llm-router"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.605082+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.309060+00:00"
    },
    {
      "slug": "gh-zaizaizhao-mcp-swagger-server",
      "name": "zaizaizhao/mcp-swagger-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zaizaizhao/mcp-swagger-server",
      "github_url": "https://github.com/zaizaizhao/mcp-swagger-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zaizaizhao/mcp-swagger-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.605279+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.309298+00:00"
    },
    {
      "slug": "gh-zcaceres-fetch-mcp",
      "name": "zcaceres/fetch-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zcaceres/fetch-mcp",
      "github_url": "https://github.com/zcaceres/fetch-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zcaceres/fetch-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.605439+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.309522+00:00"
    },
    {
      "slug": "gh-zelentsov-dev-asc-mcp",
      "name": "zelentsov-dev/asc-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zelentsov-dev/asc-mcp",
      "github_url": "https://github.com/zelentsov-dev/asc-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zelentsov-dev/asc-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.605593+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.309754+00:00"
    },
    {
      "slug": "gh-zenml-io-mcp-zenml",
      "name": "zenml-io/mcp-zenml",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zenml-io/mcp-zenml",
      "github_url": "https://github.com/zenml-io/mcp-zenml",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zenml-io/mcp-zenml"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.605740+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.701063+00:00"
    },
    {
      "slug": "gh-zillow-auto-mobile",
      "name": "zillow/auto-mobile",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zillow/auto-mobile",
      "github_url": "https://github.com/zillow/auto-mobile",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zillow/auto-mobile"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.605884+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.310182+00:00"
    },
    {
      "slug": "gh-ztuskes-garmin-documentation-mcp-server",
      "name": "ztuskes/garmin-documentation-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ztuskes/garmin-documentation-mcp-server",
      "github_url": "https://github.com/ztuskes/garmin-documentation-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ztuskes/garmin-documentation-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.606100+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.310397+00:00"
    },
    {
      "slug": "gh-drumst0ck-uploadkit",
      "name": "drumst0ck/uploadkit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/drumst0ck/uploadkit",
      "github_url": "https://github.com/drumst0ck/uploadkit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/drumst0ck/uploadkit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.606254+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.310608+00:00"
    },
    {
      "slug": "gh-digicatalyst-systems-dep-diff-mcp",
      "name": "DigiCatalyst-Systems/dep-diff-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/DigiCatalyst-Systems/dep-diff-mcp",
      "github_url": "https://github.com/DigiCatalyst-Systems/dep-diff-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/DigiCatalyst-Systems/dep-diff-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.606399+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.310841+00:00"
    },
    {
      "slug": "gh-hikmahtech-drwhome",
      "name": "hikmahtech/drwhome",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hikmahtech/drwhome",
      "github_url": "https://github.com/hikmahtech/drwhome",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hikmahtech/drwhome"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.606545+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.311042+00:00"
    },
    {
      "slug": "gh-tooluse-labs-perfetto-mcp-rs",
      "name": "tooluse-labs/perfetto-mcp-rs",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tooluse-labs/perfetto-mcp-rs",
      "github_url": "https://github.com/tooluse-labs/perfetto-mcp-rs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tooluse-labs/perfetto-mcp-rs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.606692+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.311245+00:00"
    },
    {
      "slug": "gh-jordandalton-doordash-mcp-server",
      "name": "jordandalton/doordash-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JordanDalton/DoorDash-MCP-Server",
      "github_url": "https://github.com/JordanDalton/DoorDash-MCP-Server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JordanDalton/DoorDash-MCP-Server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.606994+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.311447+00:00"
    },
    {
      "slug": "gh-aarsiv-groups-shipi-mcp-server",
      "name": "aarsiv-groups/shipi-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aarsiv-groups/shipi-mcp-server",
      "github_url": "https://github.com/aarsiv-groups/shipi-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aarsiv-groups/shipi-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.607251+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.311839+00:00"
    },
    {
      "slug": "gh-arthurpanhku-dragonmcp",
      "name": "arthurpanhku/DragonMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arthurpanhku/DragonMCP",
      "github_url": "https://github.com/arthurpanhku/DragonMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arthurpanhku/DragonMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.607436+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.312377+00:00"
    },
    {
      "slug": "gh-catrinmdonnelly-royalmail-mcp",
      "name": "catrinmdonnelly/royalmail-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/catrinmdonnelly/royalmail-mcp",
      "github_url": "https://github.com/catrinmdonnelly/royalmail-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/catrinmdonnelly/royalmail-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.607613+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.312915+00:00"
    },
    {
      "slug": "gh-yang1bai-claw-tsaver",
      "name": "Yang1Bai/claw-tsaver",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Yang1Bai/claw-tsaver",
      "github_url": "https://github.com/Yang1Bai/claw-tsaver",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Yang1Bai/claw-tsaver"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.607788+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.313452+00:00"
    },
    {
      "slug": "gh-abhiphile-fermat-mcp",
      "name": "abhiphile/fermat-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/abhiphile/fermat-mcp",
      "github_url": "https://github.com/abhiphile/fermat-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/abhiphile/fermat-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.607965+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.314026+00:00"
    },
    {
      "slug": "gh-arrismo-kaggle-mcp",
      "name": "arrismo/kaggle-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arrismo/kaggle-mcp",
      "github_url": "https://github.com/arrismo/kaggle-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arrismo/kaggle-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.608429+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.314618+00:00"
    },
    {
      "slug": "gh-avisangle-calculator-server",
      "name": "avisangle/calculator-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/avisangle/calculator-server",
      "github_url": "https://github.com/avisangle/calculator-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/avisangle/calculator-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.608886+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.315013+00:00"
    },
    {
      "slug": "gh-bradleylab-stella-mcp",
      "name": "bradleylab/stella-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bradleylab/stella-mcp",
      "github_url": "https://github.com/bradleylab/stella-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bradleylab/stella-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.611651+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.315216+00:00"
    },
    {
      "slug": "gh-blackmount-ai-blackmount-nlp-mcp",
      "name": "BlackMount-ai/blackmount-nlp-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BlackMount-ai/blackmount-nlp-mcp",
      "github_url": "https://github.com/BlackMount-ai/blackmount-nlp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BlackMount-ai/blackmount-nlp-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.612165+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.315414+00:00"
    },
    {
      "slug": "gh-bright-l01-networkx-mcp-server",
      "name": "Bright-L01/networkx-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Bright-L01/networkx-mcp-server",
      "github_url": "https://github.com/Bright-L01/networkx-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Bright-L01/networkx-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.612426+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.315619+00:00"
    },
    {
      "slug": "gh-chronulusai-chronulus-mcp",
      "name": "ChronulusAI/chronulus-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ChronulusAI/chronulus-mcp",
      "github_url": "https://github.com/ChronulusAI/chronulus-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ChronulusAI/chronulus-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.612599+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.465825+00:00"
    },
    {
      "slug": "gh-clouatre-labs-math-mcp-learning-server",
      "name": "clouatre-labs/math-mcp-learning-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/clouatre-labs/math-mcp-learning-server",
      "github_url": "https://github.com/clouatre-labs/math-mcp-learning-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/clouatre-labs/math-mcp-learning-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.612756+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.316437+00:00"
    },
    {
      "slug": "gh-daichi-kudo-llm-advisor-mcp",
      "name": "Daichi-Kudo/llm-advisor-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Daichi-Kudo/llm-advisor-mcp",
      "github_url": "https://github.com/Daichi-Kudo/llm-advisor-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Daichi-Kudo/llm-advisor-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.612904+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.316954+00:00"
    },
    {
      "slug": "gh-dataeval-dingo",
      "name": "DataEval/dingo",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/DataEval/dingo",
      "github_url": "https://github.com/DataEval/dingo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/DataEval/dingo"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.613048+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.317223+00:00"
    },
    {
      "slug": "gh-datalayer-jupyter-mcp-server",
      "name": "datalayer/jupyter-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/datalayer/jupyter-mcp-server",
      "github_url": "https://github.com/datalayer/jupyter-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/datalayer/jupyter-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.613193+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.681929+00:00"
    },
    {
      "slug": "gh-growthbook-growthbook-mcp",
      "name": "growthbook/growthbook-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/growthbook/growthbook-mcp",
      "github_url": "https://github.com/growthbook/growthbook-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/growthbook/growthbook-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.613415+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.545628+00:00"
    },
    {
      "slug": "gh-gpartin-waveguardclient",
      "name": "gpartin/WaveGuardClient",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gpartin/WaveGuardClient",
      "github_url": "https://github.com/gpartin/WaveGuardClient",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gpartin/WaveGuardClient"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.613580+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.317858+00:00"
    },
    {
      "slug": "gh-humansignal-label-studio-mcp-server",
      "name": "HumanSignal/label-studio-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HumanSignal/label-studio-mcp-server",
      "github_url": "https://github.com/HumanSignal/label-studio-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HumanSignal/label-studio-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.613725+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.318075+00:00"
    },
    {
      "slug": "gh-jjsantos01-jupyter-notebook-mcp",
      "name": "jjsantos01/jupyter-notebook-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jjsantos01/jupyter-notebook-mcp",
      "github_url": "https://github.com/jjsantos01/jupyter-notebook-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jjsantos01/jupyter-notebook-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.613870+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.318276+00:00"
    },
    {
      "slug": "gh-kdqed-zaturn",
      "name": "kdqed/zaturn",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kdqed/zaturn",
      "github_url": "https://github.com/kdqed/zaturn",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kdqed/zaturn"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.614013+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.318481+00:00"
    },
    {
      "slug": "gh-leap-laboratories-discovery-engine",
      "name": "leap-laboratories/discovery-engine",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/leap-laboratories/discovery-engine",
      "github_url": "https://github.com/leap-laboratories/discovery-engine",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/leap-laboratories/discovery-engine"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.614156+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.318693+00:00"
    },
    {
      "slug": "gh-optuna-optuna-mcp",
      "name": "optuna/optuna-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/optuna/optuna-mcp",
      "github_url": "https://github.com/optuna/optuna-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/optuna/optuna-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.614303+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.318928+00:00"
    },
    {
      "slug": "gh-whatsonyourmind-oraclaw",
      "name": "Whatsonyourmind/oraclaw",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Whatsonyourmind/oraclaw",
      "github_url": "https://github.com/Whatsonyourmind/oraclaw",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Whatsonyourmind/oraclaw"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.614446+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.319197+00:00"
    },
    {
      "slug": "gh-phisanti-mcpr",
      "name": "phisanti/MCPR",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/phisanti/MCPR",
      "github_url": "https://github.com/phisanti/MCPR",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/phisanti/MCPR"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.614590+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.319455+00:00"
    },
    {
      "slug": "gh-phuongrealmax-code-guardian",
      "name": "phuongrealmax/code-guardian",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/phuongrealmax/code-guardian",
      "github_url": "https://github.com/phuongrealmax/code-guardian",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/phuongrealmax/code-guardian"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.614793+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.319675+00:00"
    },
    {
      "slug": "gh-krishnapramodparupudi-kaggle-mcp-server",
      "name": "pramod/kaggle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KrishnaPramodParupudi/kaggle-mcp-server",
      "github_url": "https://github.com/KrishnaPramodParupudi/kaggle-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KrishnaPramodParupudi/kaggle-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.615145+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.320078+00:00"
    },
    {
      "slug": "gh-reading-plus-ai-mcp-server-data-exploration",
      "name": "reading-plus-ai/mcp-server-data-exploration",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/reading-plus-ai/mcp-server-data-exploration",
      "github_url": "https://github.com/reading-plus-ai/mcp-server-data-exploration",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/reading-plus-ai/mcp-server-data-exploration"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.615674+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.781227+00:00"
    },
    {
      "slug": "gh-shipitandpray-mcp-compress",
      "name": "ShipItAndPray/mcp-compress",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ShipItAndPray/mcp-compress",
      "github_url": "https://github.com/ShipItAndPray/mcp-compress",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ShipItAndPray/mcp-compress"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.616383+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.321169+00:00"
    },
    {
      "slug": "gh-shipitandpray-mcp-turboquant",
      "name": "ShipItAndPray/mcp-turboquant",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ShipItAndPray/mcp-turboquant",
      "github_url": "https://github.com/ShipItAndPray/mcp-turboquant",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ShipItAndPray/mcp-turboquant"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.616672+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.321705+00:00"
    },
    {
      "slug": "gh-98lukehall-renoun-mcp",
      "name": "98lukehall/renoun-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/98lukehall/renoun-mcp",
      "github_url": "https://github.com/98lukehall/renoun-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/98lukehall/renoun-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.616832+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.322248+00:00"
    },
    {
      "slug": "gh-subelsky-bundler-mcp",
      "name": "subelsky/bundler_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/subelsky/bundler_mcp",
      "github_url": "https://github.com/subelsky/bundler_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/subelsky/bundler_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.616980+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.322774+00:00"
    },
    {
      "slug": "gh-zcaceres-markdownify-mcp",
      "name": "zcaceres/markdownify-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zcaceres/markdownify-mcp",
      "github_url": "https://github.com/zcaceres/markdownify-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zcaceres/markdownify-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.617130+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.559311+00:00"
    },
    {
      "slug": "gh-kyurish-mcp-dashboards",
      "name": "KyuRish/mcp-dashboards",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KyuRish/mcp-dashboards",
      "github_url": "https://github.com/KyuRish/mcp-dashboards",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KyuRish/mcp-dashboards"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.617277+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.325231+00:00"
    },
    {
      "slug": "gh-ratnaditya-j-csvglow",
      "name": "Ratnaditya-J/csvglow",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Ratnaditya-J/csvglow",
      "github_url": "https://github.com/Ratnaditya-J/csvglow",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Ratnaditya-J/csvglow"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.617425+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.325835+00:00"
    },
    {
      "slug": "gh-nteract-semiotic",
      "name": "nteract/semiotic",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nteract/semiotic",
      "github_url": "https://github.com/nteract/semiotic",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nteract/semiotic"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.617590+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.326126+00:00"
    },
    {
      "slug": "gh-subhatta123-twilize",
      "name": "subhatta123/twilize",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/subhatta123/twilize",
      "github_url": "https://github.com/subhatta123/twilize",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/subhatta123/twilize"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.617743+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.326446+00:00"
    },
    {
      "slug": "gh-0x1abin-matter-controller-mcp",
      "name": "0x1abin/matter-controller-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/0x1abin/matter-controller-mcp",
      "github_url": "https://github.com/0x1abin/matter-controller-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/0x1abin/matter-controller-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.617897+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.326730+00:00"
    },
    {
      "slug": "gh-adancurusul-embedded-debugger-mcp",
      "name": "adancurusul/embedded-debugger-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/adancurusul/embedded-debugger-mcp",
      "github_url": "https://github.com/adancurusul/embedded-debugger-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/adancurusul/embedded-debugger-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.618044+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.326991+00:00"
    },
    {
      "slug": "gh-adancurusul-serial-mcp-server",
      "name": "adancurusul/serial-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/adancurusul/serial-mcp-server",
      "github_url": "https://github.com/adancurusul/serial-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/adancurusul/serial-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.618183+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.327270+00:00"
    },
    {
      "slug": "gh-horw-esp-mcp",
      "name": "horw/esp-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/horw/esp-mcp",
      "github_url": "https://github.com/horw/esp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/horw/esp-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.618319+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.327525+00:00"
    },
    {
      "slug": "gh-kukapay-modbus-mcp",
      "name": "kukapay/modbus-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/modbus-mcp",
      "github_url": "https://github.com/kukapay/modbus-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/modbus-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.618455+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.327783+00:00"
    },
    {
      "slug": "gh-kukapay-opcua-mcp",
      "name": "kukapay/opcua-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/opcua-mcp",
      "github_url": "https://github.com/kukapay/opcua-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/opcua-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.618590+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.328029+00:00"
    },
    {
      "slug": "gh-octoco-ltd-sheetsdata-mcp",
      "name": "octoco-ltd/sheetsdata-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/octoco-ltd/sheetsdata-mcp",
      "github_url": "https://github.com/octoco-ltd/sheetsdata-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/octoco-ltd/sheetsdata-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.618727+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.328268+00:00"
    },
    {
      "slug": "gh-stack-chan-stack-chan",
      "name": "stack-chan/stack-chan",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/stack-chan/stack-chan",
      "github_url": "https://github.com/stack-chan/stack-chan",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stack-chan/stack-chan"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.618870+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.328519+00:00"
    },
    {
      "slug": "gh-yoelbassin-gnuradiomcp",
      "name": "yoelbassin/gnuradioMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yoelbassin/gnuradioMCP",
      "github_url": "https://github.com/yoelbassin/gnuradioMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yoelbassin/gnuradioMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.619009+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.328756+00:00"
    },
    {
      "slug": "gh-catallo-misterclaw",
      "name": "catallo/misterclaw",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/catallo/misterclaw",
      "github_url": "https://github.com/catallo/misterclaw",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/catallo/misterclaw"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.619145+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.328978+00:00"
    },
    {
      "slug": "gh-connectry-io-connectrylab-architect-cert-mcp",
      "name": "Connectry-io/connectrylab-architect-cert-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Connectry-io/connectrylab-architect-cert-mcp",
      "github_url": "https://github.com/Connectry-io/connectrylab-architect-cert-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Connectry-io/connectrylab-architect-cert-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.619283+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.329209+00:00"
    },
    {
      "slug": "gh-rohanmuppa-brightspace-mcp-server",
      "name": "RohanMuppa/brightspace-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/RohanMuppa/brightspace-mcp-server",
      "github_url": "https://github.com/RohanMuppa/brightspace-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/RohanMuppa/brightspace-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.619425+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.329421+00:00"
    },
    {
      "slug": "gh-agentlux-agentlux-mcp",
      "name": "agentlux/agentlux-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/agentlux/agentlux-mcp",
      "github_url": "https://github.com/agentlux/agentlux-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentlux/agentlux-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.619567+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.329641+00:00"
    },
    {
      "slug": "gh-mrslbt-rakuten-mcp",
      "name": "mrslbt/rakuten-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mrslbt/rakuten-mcp",
      "github_url": "https://github.com/mrslbt/rakuten-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mrslbt/rakuten-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.619714+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.329855+00:00"
    },
    {
      "slug": "gh-laundromatic-shopgraph",
      "name": "laundromatic/shopgraph",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/laundromatic/shopgraph",
      "github_url": "https://github.com/laundromatic/shopgraph",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/laundromatic/shopgraph"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.619870+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.330065+00:00"
    },
    {
      "slug": "gh-lofder-dsers-mcp-product",
      "name": "lofder/dsers-mcp-product",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lofder/dsers-mcp-product",
      "github_url": "https://github.com/lofder/dsers-mcp-product",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lofder/dsers-mcp-product"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.620023+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.330575+00:00"
    },
    {
      "slug": "gh-ofodevelopment-cerebrochain-mcp-server",
      "name": "OFODevelopment/cerebrochain-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OFODevelopment/cerebrochain-mcp-server",
      "github_url": "https://github.com/OFODevelopment/cerebrochain-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OFODevelopment/cerebrochain-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.620162+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.331111+00:00"
    },
    {
      "slug": "gh-one8943-ai-furniture-hub",
      "name": "ONE8943/ai-furniture-hub",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ONE8943/ai-furniture-hub",
      "github_url": "https://github.com/ONE8943/ai-furniture-hub",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ONE8943/ai-furniture-hub"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.620314+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.331652+00:00"
    },
    {
      "slug": "gh-samrothschild23-intelligence-api",
      "name": "samrothschild23/intelligence-api",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/samrothschild23/intelligence-api",
      "github_url": "https://github.com/samrothschild23/intelligence-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/samrothschild23/intelligence-api"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.620461+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.332280+00:00"
    },
    {
      "slug": "gh-the402ai-mcp-server",
      "name": "the402ai/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/the402ai/mcp-server",
      "github_url": "https://github.com/the402ai/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/the402ai/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.620601+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.332673+00:00"
    },
    {
      "slug": "gh-pcdck-ozon-mcp",
      "name": "PCDCK/ozon-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PCDCK/ozon-mcp",
      "github_url": "https://github.com/PCDCK/ozon-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PCDCK/ozon-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.620980+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.332920+00:00"
    },
    {
      "slug": "gh-pepabo-colormeshop-mcp",
      "name": "pepabo/colormeshop-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pepabo/colormeshop-mcp",
      "github_url": "https://github.com/pepabo/colormeshop-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pepabo/colormeshop-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.621362+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.333178+00:00"
    },
    {
      "slug": "gh-aliafsahnoudeh-wildfire-mcp-server",
      "name": "aliafsahnoudeh/wildfire-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aliafsahnoudeh/wildfire-mcp-server",
      "github_url": "https://github.com/aliafsahnoudeh/wildfire-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aliafsahnoudeh/wildfire-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.621724+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.333509+00:00"
    },
    {
      "slug": "gh-nalediym-touch-grass",
      "name": "nalediym/touch-grass",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nalediym/touch-grass",
      "github_url": "https://github.com/nalediym/touch-grass",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nalediym/touch-grass"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.622087+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.333948+00:00"
    },
    {
      "slug": "gh-8b-is-smart-tree",
      "name": "8b-is/smart-tree",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/8b-is/smart-tree",
      "github_url": "https://github.com/8b-is/smart-tree",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/8b-is/smart-tree"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.622478+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.954578+00:00"
    },
    {
      "slug": "gh-box-mcp-server-box-remote",
      "name": "box/mcp-server-box-remote",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/box/mcp-server-box-remote",
      "github_url": "https://github.com/box/mcp-server-box-remote",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/box/mcp-server-box-remote"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.622844+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.334544+00:00"
    },
    {
      "slug": "gh-ckanthony-chisel",
      "name": "ckanthony/Chisel",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ckanthony/Chisel",
      "github_url": "https://github.com/ckanthony/Chisel",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ckanthony/Chisel"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.623201+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.334773+00:00"
    },
    {
      "slug": "gh-cyberchitta-llm-context-py",
      "name": "cyberchitta/llm-context.py",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cyberchitta/llm-context.py",
      "github_url": "https://github.com/cyberchitta/llm-context.py",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cyberchitta/llm-context.py"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.623566+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.838874+00:00"
    },
    {
      "slug": "gh-ebbfijsf-agent-reader",
      "name": "ebbfijsf/agent-reader",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ebbfijsf/agent-reader",
      "github_url": "https://github.com/ebbfijsf/agent-reader",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ebbfijsf/agent-reader"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.623902+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.335678+00:00"
    },
    {
      "slug": "gh-efforthye-fast-filesystem-mcp",
      "name": "efforthye/fast-filesystem-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/efforthye/fast-filesystem-mcp",
      "github_url": "https://github.com/efforthye/fast-filesystem-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/efforthye/fast-filesystem-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.624075+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.793042+00:00"
    },
    {
      "slug": "gh-ellmos-ai-ellmos-filecommander-mcp",
      "name": "ellmos-ai/ellmos-filecommander-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ellmos-ai/ellmos-filecommander-mcp",
      "github_url": "https://github.com/ellmos-ai/ellmos-filecommander-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ellmos-ai/ellmos-filecommander-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.624253+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.336150+00:00"
    },
    {
      "slug": "gh-exoticknight-mcp-file-merger",
      "name": "exoticknight/mcp-file-merger",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/exoticknight/mcp-file-merger",
      "github_url": "https://github.com/exoticknight/mcp-file-merger",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/exoticknight/mcp-file-merger"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.624423+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.336360+00:00"
    },
    {
      "slug": "gh-hmk-box-mcp-server",
      "name": "hmk/box-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hmk/box-mcp-server",
      "github_url": "https://github.com/hmk/box-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hmk/box-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.624602+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.763094+00:00"
    },
    {
      "slug": "gh-isaacphi-mcp-gdrive",
      "name": "isaacphi/mcp-gdrive",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/isaacphi/mcp-gdrive",
      "github_url": "https://github.com/isaacphi/mcp-gdrive",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/isaacphi/mcp-gdrive"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.624926+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.336767+00:00"
    },
    {
      "slug": "gh-j0hanz-filesystem-context-mcp-server",
      "name": "j0hanz/filesystem-context-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/j0hanz/filesystem-context-mcp-server",
      "github_url": "https://github.com/j0hanz/filesystem-context-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/j0hanz/filesystem-context-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.628439+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.336974+00:00"
    },
    {
      "slug": "gh-jeannier-homebrew-mcp",
      "name": "jeannier/homebrew-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jeannier/homebrew-mcp",
      "github_url": "https://github.com/jeannier/homebrew-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jeannier/homebrew-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.630285+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.818541+00:00"
    },
    {
      "slug": "gh-mamertofabian-mcp-everything-search",
      "name": "mamertofabian/mcp-everything-search",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mamertofabian/mcp-everything-search",
      "github_url": "https://github.com/mamertofabian/mcp-everything-search",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mamertofabian/mcp-everything-search"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.630624+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.792451+00:00"
    },
    {
      "slug": "gh-marceausolutions-md-to-pdf-mcp",
      "name": "MarceauSolutions/md-to-pdf-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarceauSolutions/md-to-pdf-mcp",
      "github_url": "https://github.com/MarceauSolutions/md-to-pdf-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarceauSolutions/md-to-pdf-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.630797+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.338472+00:00"
    },
    {
      "slug": "gh-mark3labs-mcp-filesystem-server",
      "name": "mark3labs/mcp-filesystem-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mark3labs/mcp-filesystem-server",
      "github_url": "https://github.com/mark3labs/mcp-filesystem-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mark3labs/mcp-filesystem-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.630950+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.339005+00:00"
    },
    {
      "slug": "gh-lincolnburrows2017-filesystem-mcp",
      "name": "LincolnBurrows2017/filesystem-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LincolnBurrows2017/filesystem-mcp",
      "github_url": "https://github.com/LincolnBurrows2017/filesystem-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LincolnBurrows2017/filesystem-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.631308+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.339546+00:00"
    },
    {
      "slug": "gh-facundolucci-plsreadme",
      "name": "FacundoLucci/plsreadme",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/FacundoLucci/plsreadme",
      "github_url": "https://github.com/FacundoLucci/plsreadme",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FacundoLucci/plsreadme"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.631690+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.341222+00:00"
    },
    {
      "slug": "gh-usejunior-safe-docx",
      "name": "UseJunior/safe-docx",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/UseJunior/safe-docx",
      "github_url": "https://github.com/UseJunior/safe-docx",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/UseJunior/safe-docx"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.632168+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.342153+00:00"
    },
    {
      "slug": "gh-willianpinho-large-file-mcp",
      "name": "willianpinho/large-file-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/willianpinho/large-file-mcp",
      "github_url": "https://github.com/willianpinho/large-file-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/willianpinho/large-file-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.632588+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.342644+00:00"
    },
    {
      "slug": "gh-xuanwo-mcp-server-opendal",
      "name": "Xuanwo/mcp-server-opendal",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Xuanwo/mcp-server-opendal",
      "github_url": "https://github.com/Xuanwo/mcp-server-opendal",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Xuanwo/mcp-server-opendal"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.632979+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.342978+00:00"
    },
    {
      "slug": "gh-mrslbt-xendit-mcp",
      "name": "mrslbt/xendit-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mrslbt/xendit-mcp",
      "github_url": "https://github.com/mrslbt/xendit-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mrslbt/xendit-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.633287+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.343329+00:00"
    },
    {
      "slug": "gh-jiayuanliang0716-max-arbitova",
      "name": "@arbitova/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jiayuanliang0716-max/Arbitova",
      "github_url": "https://github.com/jiayuanliang0716-max/Arbitova",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jiayuanliang0716-max/Arbitova"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.633527+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.343585+00:00"
    },
    {
      "slug": "gh-timolein74-asterpay-mcp-server",
      "name": "@asterpay/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/timolein74/asterpay-mcp-server",
      "github_url": "https://github.com/timolein74/asterpay-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/timolein74/asterpay-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.633757+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.343850+00:00"
    },
    {
      "slug": "gh-martinhavel-cz-agents-mcp",
      "name": "@czagents/cnb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/martinhavel/cz-agents-mcp",
      "github_url": "https://github.com/martinhavel/cz-agents-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/martinhavel/cz-agents-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.633942+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.344134+00:00"
    },
    {
      "slug": "gh-frihet-io-frihet-mcp",
      "name": "@frihet/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Frihet-io/frihet-mcp",
      "github_url": "https://github.com/Frihet-io/frihet-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Frihet-io/frihet-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.634108+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.344389+00:00"
    },
    {
      "slug": "gh-iiatlas-hledger-mcp",
      "name": "@iiatlas/hledger-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/iiAtlas/hledger-mcp",
      "github_url": "https://github.com/iiAtlas/hledger-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/iiAtlas/hledger-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.634399+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.344697+00:00"
    },
    {
      "slug": "gh-aaronjmars-web3-research-mcp",
      "name": "aaronjmars/web3-research-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aaronjmars/web3-research-mcp",
      "github_url": "https://github.com/aaronjmars/web3-research-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aaronjmars/web3-research-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.634641+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.345057+00:00"
    },
    {
      "slug": "gh-ahmetsbilgin-finbrain-mcp",
      "name": "ahmetsbilgin/finbrain-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ahmetsbilgin/finbrain-mcp",
      "github_url": "https://github.com/ahmetsbilgin/finbrain-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ahmetsbilgin/finbrain-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.634816+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.345314+00:00"
    },
    {
      "slug": "gh-ahnlabio-bicscan-mcp",
      "name": "ahnlabio/bicscan-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ahnlabio/bicscan-mcp",
      "github_url": "https://github.com/ahnlabio/bicscan-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ahnlabio/bicscan-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.634975+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.345550+00:00"
    },
    {
      "slug": "gh-alexanderlawson17-revettr-python",
      "name": "AlexanderLawson17/revettr-python",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AlexanderLawson17/revettr-python",
      "github_url": "https://github.com/AlexanderLawson17/revettr-python",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AlexanderLawson17/revettr-python"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.635126+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.345825+00:00"
    },
    {
      "slug": "gh-unixlamadev-spec-aiprox-mcp",
      "name": "unixlamadev-spec/aiprox-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/unixlamadev-spec/aiprox-mcp",
      "github_url": "https://github.com/unixlamadev-spec/aiprox-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/unixlamadev-spec/aiprox-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.635292+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.346406+00:00"
    },
    {
      "slug": "gh-alchemyplatform-alchemy-mcp-server",
      "name": "alchemy/alchemy-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alchemyplatform/alchemy-mcp-server",
      "github_url": "https://github.com/alchemyplatform/alchemy-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alchemyplatform/alchemy-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.635452+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.346962+00:00"
    },
    {
      "slug": "gh-anjor-coinmarket-mcp-server",
      "name": "anjor/coinmarket-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/anjor/coinmarket-mcp-server",
      "github_url": "https://github.com/anjor/coinmarket-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/anjor/coinmarket-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.635604+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.347517+00:00"
    },
    {
      "slug": "gh-araa47-jupiter-mcp",
      "name": "araa47/jupiter-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/araa47/jupiter-mcp",
      "github_url": "https://github.com/araa47/jupiter-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/araa47/jupiter-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.635763+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.348065+00:00"
    },
    {
      "slug": "gh-arcadia-finance-mcp-server",
      "name": "arcadia-finance/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arcadia-finance/mcp-server",
      "github_url": "https://github.com/arcadia-finance/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arcadia-finance/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.635919+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.348654+00:00"
    },
    {
      "slug": "gh-ariadng-metatrader-mcp-server",
      "name": "ariadng/metatrader-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ariadng/metatrader-mcp-server",
      "github_url": "https://github.com/ariadng/metatrader-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ariadng/metatrader-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.636079+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.077447+00:00"
    },
    {
      "slug": "gh-aranjan-kite-mcp",
      "name": "aranjan/kite-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aranjan/kite-mcp",
      "github_url": "https://github.com/aranjan/kite-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aranjan/kite-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.636234+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.349571+00:00"
    },
    {
      "slug": "gh-armorwallet-armor-crypto-mcp",
      "name": "armorwallet/armor-crypto-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/armorwallet/armor-crypto-mcp",
      "github_url": "https://github.com/armorwallet/armor-crypto-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/armorwallet/armor-crypto-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.636397+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.453624+00:00"
    },
    {
      "slug": "gh-atomno-labs-mcp-cbr-rates",
      "name": "atomno-labs/mcp-cbr-rates",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/atomno-labs/mcp-cbr-rates",
      "github_url": "https://github.com/atomno-labs/mcp-cbr-rates",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/atomno-labs/mcp-cbr-rates"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.636562+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.350002+00:00"
    },
    {
      "slug": "gh-atomno-labs-mcp-egrul",
      "name": "atomno-labs/mcp-egrul",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/atomno-labs/mcp-egrul",
      "github_url": "https://github.com/atomno-labs/mcp-egrul",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/atomno-labs/mcp-egrul"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.636726+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.350238+00:00"
    },
    {
      "slug": "gh-atomno-labs-mcp-fns-check",
      "name": "atomno-labs/mcp-fns-check",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/atomno-labs/mcp-fns-check",
      "github_url": "https://github.com/atomno-labs/mcp-fns-check",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/atomno-labs/mcp-fns-check"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.636881+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.350469+00:00"
    },
    {
      "slug": "gh-jackrain19743-hou-tea-mcp-server",
      "name": "jackrain19743/hou-tea-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jackrain19743/hou-tea-mcp-server",
      "github_url": "https://github.com/jackrain19743/hou-tea-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jackrain19743/hou-tea-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.637036+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.350690+00:00"
    },
    {
      "slug": "gh-autonsol-sol-mcp",
      "name": "autonsol/sol-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/autonsol/sol-mcp",
      "github_url": "https://github.com/autonsol/sol-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/autonsol/sol-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.637220+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.350912+00:00"
    },
    {
      "slug": "gh-vdalhambra-axiom-calculator-mcp",
      "name": "vdalhambra/axiom-calculator-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vdalhambra/axiom-calculator-mcp",
      "github_url": "https://github.com/vdalhambra/axiom-calculator-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vdalhambra/axiom-calculator-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.637397+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.351137+00:00"
    },
    {
      "slug": "gh-azeth-protocol-mcp-server",
      "name": "azeth-protocol/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/azeth-protocol/mcp-server",
      "github_url": "https://github.com/azeth-protocol/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/azeth-protocol/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.637556+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.351358+00:00"
    },
    {
      "slug": "gh-bakyang2-kr-crypto-intelligence",
      "name": "bakyang2/kr-crypto-intelligence",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bakyang2/kr-crypto-intelligence",
      "github_url": "https://github.com/bakyang2/kr-crypto-intelligence",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bakyang2/kr-crypto-intelligence"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.637719+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.351587+00:00"
    },
    {
      "slug": "gh-cuthongthai-vn-vimo-mcp-server",
      "name": "cuthongthai-vn/vimo-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cuthongthai-vn/vimo-mcp-server",
      "github_url": "https://github.com/cuthongthai-vn/vimo-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cuthongthai-vn/vimo-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.637881+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.351821+00:00"
    },
    {
      "slug": "gh-bankless-onchain-mcp",
      "name": "bankless/onchain-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Bankless/onchain-mcp",
      "github_url": "https://github.com/Bankless/onchain-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Bankless/onchain-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.638040+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.458531+00:00"
    },
    {
      "slug": "gh-bolivian-peru-baozi-mcp",
      "name": "bolivian-peru/baozi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bolivian-peru/baozi-mcp",
      "github_url": "https://github.com/bolivian-peru/baozi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bolivian-peru/baozi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.638195+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.352271+00:00"
    },
    {
      "slug": "gh-base-base-mcp",
      "name": "base/base-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/base/base-mcp",
      "github_url": "https://github.com/base/base-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/base/base-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.638349+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.352498+00:00"
    },
    {
      "slug": "gh-up2itnow0822-clawpay-mcp",
      "name": "up2itnow0822/clawpay-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/up2itnow0822/clawpay-mcp",
      "github_url": "https://github.com/up2itnow0822/clawpay-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/up2itnow0822/clawpay-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.638610+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.352993+00:00"
    },
    {
      "slug": "gh-berlinbra-alpha-vantage-mcp",
      "name": "berlinbra/alpha-vantage-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/berlinbra/alpha-vantage-mcp",
      "github_url": "https://github.com/berlinbra/alpha-vantage-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/berlinbra/alpha-vantage-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.638990+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.353537+00:00"
    },
    {
      "slug": "gh-bitteprotocol-mcp",
      "name": "bitteprotocol/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BitteProtocol/mcp",
      "github_url": "https://github.com/BitteProtocol/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BitteProtocol/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.639369+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.354073+00:00"
    },
    {
      "slug": "gh-cyberweasel777-botindex-mcp-server",
      "name": "Cyberweasel777/botindex-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Cyberweasel777/botindex-mcp-server",
      "github_url": "https://github.com/Cyberweasel777/botindex-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Cyberweasel777/botindex-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.639746+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.354622+00:00"
    },
    {
      "slug": "gh-bortlesboat-bitcoin-mcp",
      "name": "Bortlesboat/bitcoin-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Bortlesboat/bitcoin-mcp",
      "github_url": "https://github.com/Bortlesboat/bitcoin-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Bortlesboat/bitcoin-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.640129+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.355163+00:00"
    },
    {
      "slug": "gh-botwallet-co-mcp",
      "name": "botwallet-co/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/botwallet-co/mcp",
      "github_url": "https://github.com/botwallet-co/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/botwallet-co/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.640484+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.355702+00:00"
    },
    {
      "slug": "gh-bubilife1202-crossfin",
      "name": "bubilife1202/crossfin",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bubilife1202/crossfin",
      "github_url": "https://github.com/bubilife1202/crossfin",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bubilife1202/crossfin"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.640632+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.356247+00:00"
    },
    {
      "slug": "gh-cahthuranag-mcp-server",
      "name": "cahthuranag/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cahthuranag/mcp-server",
      "github_url": "https://github.com/cahthuranag/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cahthuranag/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.640777+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.358032+00:00"
    },
    {
      "slug": "gh-carsol-monarch-mcp-server",
      "name": "carsol/monarch-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/carsol/monarch-mcp-server",
      "github_url": "https://github.com/carsol/monarch-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/carsol/monarch-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.640923+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.359159+00:00"
    },
    {
      "slug": "gh-calintzy-evmscope",
      "name": "calintzy/evmscope",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/calintzy/evmscope",
      "github_url": "https://github.com/calintzy/evmscope",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/calintzy/evmscope"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.641066+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.360126+00:00"
    },
    {
      "slug": "gh-chrisbusbin-pixel-propfirmdealfinder-mcp-server",
      "name": "chrisbusbin-pixel/propfirmdealfinder-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server",
      "github_url": "https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.641314+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.361191+00:00"
    },
    {
      "slug": "gh-grahammccain-chart-library-mcp",
      "name": "grahammccain/chart-library-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/grahammccain/chart-library-mcp",
      "github_url": "https://github.com/grahammccain/chart-library-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/grahammccain/chart-library-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.642330+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.361723+00:00"
    },
    {
      "slug": "gh-cryptorugmunch-rug-munch-mcp",
      "name": "CryptoRugMunch/rug-munch-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/CryptoRugMunch/rug-munch-mcp",
      "github_url": "https://github.com/CryptoRugMunch/rug-munch-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CryptoRugMunch/rug-munch-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.643230+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.362108+00:00"
    },
    {
      "slug": "gh-4dmrkey-cryptopolitan-mcp",
      "name": "4dmrkey/cryptopolitan-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/4dmrkey/cryptopolitan-mcp",
      "github_url": "https://github.com/4dmrkey/cryptopolitan-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/4dmrkey/cryptopolitan-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.645504+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.362460+00:00"
    },
    {
      "slug": "gh-cct15-war-dashboard-data",
      "name": "cct15/war-dashboard-data",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cct15/war-dashboard-data",
      "github_url": "https://github.com/cct15/war-dashboard-data",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cct15/war-dashboard-data"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.646319+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.363052+00:00"
    },
    {
      "slug": "gh-codex-data-codex-mcp",
      "name": "codex-data/codex-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Codex-Data/codex-mcp",
      "github_url": "https://github.com/Codex-Data/codex-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Codex-Data/codex-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.646791+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.363443+00:00"
    },
    {
      "slug": "gh-coinpaprika-dexpaprika-mcp",
      "name": "coinpaprika/dexpaprika-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/coinpaprika/dexpaprika-mcp",
      "github_url": "https://github.com/coinpaprika/dexpaprika-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/coinpaprika/dexpaprika-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.647013+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.489051+00:00"
    },
    {
      "slug": "gh-abcxz-conviction-fm",
      "name": "conviction-fm/conviction-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/abcxz/conviction-fm",
      "github_url": "https://github.com/abcxz/conviction-fm",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/abcxz/conviction-fm"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.647188+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.364372+00:00"
    },
    {
      "slug": "gh-connerlambden-helium-mcp",
      "name": "connerlambden/helium-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/connerlambden/helium-mcp",
      "github_url": "https://github.com/connerlambden/helium-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/connerlambden/helium-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.647388+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.365098+00:00"
    },
    {
      "slug": "gh-dan1d-mercadopago-tool",
      "name": "dan1d/cobroya",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dan1d/mercadopago-tool",
      "github_url": "https://github.com/dan1d/mercadopago-tool",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dan1d/mercadopago-tool"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.647565+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.365555+00:00"
    },
    {
      "slug": "gh-debridge-finance-debridge-mcp",
      "name": "debridge-finance/debridge-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/debridge-finance/debridge-mcp",
      "github_url": "https://github.com/debridge-finance/debridge-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/debridge-finance/debridge-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.647753+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.366061+00:00"
    },
    {
      "slug": "gh-decidefyi-decide",
      "name": "decidefyi/decide",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/decidefyi/decide",
      "github_url": "https://github.com/decidefyi/decide",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/decidefyi/decide"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.647927+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.366901+00:00"
    },
    {
      "slug": "gh-debtstack-ai-debtstack-python",
      "name": "debtstack-ai/debtstack-python",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/debtstack-ai/debtstack-python",
      "github_url": "https://github.com/debtstack-ai/debtstack-python",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/debtstack-ai/debtstack-python"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.648199+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.367555+00:00"
    },
    {
      "slug": "gh-declan142-calcnook-mcp-server",
      "name": "Declan142/calcnook-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Declan142/calcnook-mcp-server",
      "github_url": "https://github.com/Declan142/calcnook-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Declan142/calcnook-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.648579+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.368351+00:00"
    },
    {
      "slug": "gh-demwick-polymarket-agent-mcp",
      "name": "demwick/polymarket-agent-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/demwick/polymarket-agent-mcp",
      "github_url": "https://github.com/demwick/polymarket-agent-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/demwick/polymarket-agent-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.649168+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.370164+00:00"
    },
    {
      "slug": "gh-osojdjd-deeplook",
      "name": "OSOJDJD/deeplook",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OSOJDJD/deeplook",
      "github_url": "https://github.com/OSOJDJD/deeplook",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OSOJDJD/deeplook"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.649411+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.371467+00:00"
    },
    {
      "slug": "gh-dan1d-dolar-mcp",
      "name": "dan1d/dolar-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dan1d/dolar-mcp",
      "github_url": "https://github.com/dan1d/dolar-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dan1d/dolar-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.649857+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.372183+00:00"
    },
    {
      "slug": "gh-doggybee-mcp-server-ccxt",
      "name": "doggybee/mcp-server-ccxt",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/doggybee/mcp-server-ccxt",
      "github_url": "https://github.com/doggybee/mcp-server-ccxt",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/doggybee/mcp-server-ccxt"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.650157+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.372767+00:00"
    },
    {
      "slug": "gh-douglasborthwick-crypto-mcp-server-insumer",
      "name": "douglasborthwick-crypto/mcp-server-insumer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/douglasborthwick-crypto/mcp-server-insumer",
      "github_url": "https://github.com/douglasborthwick-crypto/mcp-server-insumer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/douglasborthwick-crypto/mcp-server-insumer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.650326+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.373257+00:00"
    },
    {
      "slug": "gh-edge-claw-mood-booster-agent",
      "name": "edge-claw/mood-booster-agent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/edge-claw/mood-booster-agent",
      "github_url": "https://github.com/edge-claw/mood-booster-agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/edge-claw/mood-booster-agent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.650508+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.375226+00:00"
    },
    {
      "slug": "gh-equivault-equivault-mcp",
      "name": "equivault/equivault-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/equivault/equivault-mcp",
      "github_url": "https://github.com/equivault/equivault-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/equivault/equivault-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.650687+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.375737+00:00"
    },
    {
      "slug": "gh-aiagentkarl-solana-mcp-server",
      "name": "AiAgentKarl/solana-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AiAgentKarl/solana-mcp-server",
      "github_url": "https://github.com/AiAgentKarl/solana-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AiAgentKarl/solana-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.650884+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.376043+00:00"
    },
    {
      "slug": "gh-expertvagabond-solana-mcp-server",
      "name": "ExpertVagabond/solana-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ExpertVagabond/solana-mcp-server",
      "github_url": "https://github.com/ExpertVagabond/solana-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ExpertVagabond/solana-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.651073+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.376405+00:00"
    },
    {
      "slug": "gh-handshake58-drain-marketplace",
      "name": "Handshake58/DRAIN-marketplace",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Handshake58/DRAIN-marketplace",
      "github_url": "https://github.com/Handshake58/DRAIN-marketplace",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Handshake58/DRAIN-marketplace"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.651266+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.376659+00:00"
    },
    {
      "slug": "gh-haiku-trading-haiku-mcp-server",
      "name": "Haiku-Trading/haiku-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Haiku-Trading/haiku-mcp-server",
      "github_url": "https://github.com/Haiku-Trading/haiku-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Haiku-Trading/haiku-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.651450+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.376873+00:00"
    },
    {
      "slug": "gh-hifriendbot-agentwallet-mcp",
      "name": "hifriendbot/agentwallet-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hifriendbot/agentwallet-mcp",
      "github_url": "https://github.com/hifriendbot/agentwallet-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hifriendbot/agentwallet-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.651632+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.377090+00:00"
    },
    {
      "slug": "gh-etbars-vibetrader-mcp",
      "name": "etbars/vibetrader-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/etbars/vibetrader-mcp",
      "github_url": "https://github.com/etbars/vibetrader-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/etbars/vibetrader-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.651793+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.377315+00:00"
    },
    {
      "slug": "gh-evan-moon-firma",
      "name": "evan-moon/firma",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/evan-moon/firma",
      "github_url": "https://github.com/evan-moon/firma",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/evan-moon/firma"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.651948+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.377545+00:00"
    },
    {
      "slug": "gh-brunopessoa22-chiliz-marketing-intel",
      "name": "Fan Token Intel MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BrunoPessoa22/chiliz-marketing-intel",
      "github_url": "https://github.com/BrunoPessoa22/chiliz-marketing-intel",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BrunoPessoa22/chiliz-marketing-intel"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.652108+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.377789+00:00"
    },
    {
      "slug": "gh-ferdousbhai-investor-agent",
      "name": "ferdousbhai/investor-agent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ferdousbhai/investor-agent",
      "github_url": "https://github.com/ferdousbhai/investor-agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ferdousbhai/investor-agent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.652274+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.378025+00:00"
    },
    {
      "slug": "gh-sh-patterson-fec-mcp-server",
      "name": "sh-patterson/fec-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sh-patterson/fec-mcp-server",
      "github_url": "https://github.com/sh-patterson/fec-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sh-patterson/fec-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.652430+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.378235+00:00"
    },
    {
      "slug": "gh-ferdousbhai-tasty-agent",
      "name": "ferdousbhai/tasty-agent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ferdousbhai/tasty-agent",
      "github_url": "https://github.com/ferdousbhai/tasty-agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ferdousbhai/tasty-agent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.652587+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.378484+00:00"
    },
    {
      "slug": "gh-ferdousbhai-wsb-analyst-mcp",
      "name": "ferdousbhai/wsb-analyst-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ferdousbhai/wsb-analyst-mcp",
      "github_url": "https://github.com/ferdousbhai/wsb-analyst-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ferdousbhai/wsb-analyst-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.652746+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.378700+00:00"
    },
    {
      "slug": "gh-fernikolic-clawdentials",
      "name": "fernikolic/clawdentials",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/fernikolic/clawdentials",
      "github_url": "https://github.com/fernikolic/clawdentials",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fernikolic/clawdentials"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.652908+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.378909+00:00"
    },
    {
      "slug": "gh-financialdatanet-mcp-server",
      "name": "financialdatanet/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/financialdatanet/mcp-server",
      "github_url": "https://github.com/financialdatanet/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/financialdatanet/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.653077+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.379120+00:00"
    },
    {
      "slug": "gh-finmap-org-mcp-server",
      "name": "finmap-org/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/finmap-org/mcp-server",
      "github_url": "https://github.com/finmap-org/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/finmap-org/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.653251+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.379330+00:00"
    },
    {
      "slug": "gh-fund-z-fundzwatch-mcp",
      "name": "Fund-z/fundzwatch-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Fund-z/fundzwatch-mcp",
      "github_url": "https://github.com/Fund-z/fundzwatch-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Fund-z/fundzwatch-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.653418+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.379840+00:00"
    },
    {
      "slug": "gh-getalby-mcp",
      "name": "getAlby/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/getAlby/mcp",
      "github_url": "https://github.com/getAlby/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/getAlby/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.653580+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.450710+00:00"
    },
    {
      "slug": "gh-getalby-nwc-mcp-server",
      "name": "getalby/nwc-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/getalby/nwc-mcp-server",
      "github_url": "https://github.com/getalby/nwc-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/getalby/nwc-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.653729+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.380955+00:00"
    },
    {
      "slug": "gh-geiserx-cashpilot-mcp",
      "name": "GeiserX/cashpilot-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GeiserX/cashpilot-mcp",
      "github_url": "https://github.com/GeiserX/cashpilot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GeiserX/cashpilot-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.653899+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.381249+00:00"
    },
    {
      "slug": "gh-giskard09-argentum-core",
      "name": "giskard09/argentum-core",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/giskard09/argentum-core",
      "github_url": "https://github.com/giskard09/argentum-core",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/giskard09/argentum-core"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.654120+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.381537+00:00"
    },
    {
      "slug": "gh-cryptobriefing-gloria-mcp",
      "name": "cryptobriefing/gloria-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cryptobriefing/gloria-mcp",
      "github_url": "https://github.com/cryptobriefing/gloria-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cryptobriefing/gloria-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.654294+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.382033+00:00"
    },
    {
      "slug": "gh-gpartin-cryptoguardclient",
      "name": "gpartin/CryptoGuardClient",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gpartin/CryptoGuardClient",
      "github_url": "https://github.com/gpartin/CryptoGuardClient",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gpartin/CryptoGuardClient"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.654448+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.382496+00:00"
    },
    {
      "slug": "gh-gosodax-builders-sodax-mcp-server",
      "name": "gosodax/builders-sodax-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gosodax/builders-sodax-mcp-server",
      "github_url": "https://github.com/gosodax/builders-sodax-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gosodax/builders-sodax-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.654597+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.382753+00:00"
    },
    {
      "slug": "gh-goodmeta-intelligence-mcp",
      "name": "goodmeta/intelligence-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/goodmeta/intelligence-mcp",
      "github_url": "https://github.com/goodmeta/intelligence-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/goodmeta/intelligence-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.654830+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.383038+00:00"
    },
    {
      "slug": "gh-helm-protocol-openttt-mcp",
      "name": "Helm-Protocol/openttt-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Helm-Protocol/openttt-mcp",
      "github_url": "https://github.com/Helm-Protocol/openttt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Helm-Protocol/openttt-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.654994+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.383340+00:00"
    },
    {
      "slug": "gh-heurist-network-heurist-mesh-mcp-server",
      "name": "heurist-network/heurist-mesh-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/heurist-network/heurist-mesh-mcp-server",
      "github_url": "https://github.com/heurist-network/heurist-mesh-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/heurist-network/heurist-mesh-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.655142+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.383789+00:00"
    },
    {
      "slug": "gh-hive-intel-hive-crypto-mcp",
      "name": "hive-intel/hive-crypto-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hive-intel/hive-crypto-mcp",
      "github_url": "https://github.com/hive-intel/hive-crypto-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hive-intel/hive-crypto-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.655290+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.549394+00:00"
    },
    {
      "slug": "gh-hypurrquant-perp-cli",
      "name": "hypurrquant/perp-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hypurrquant/perp-cli",
      "github_url": "https://github.com/hypurrquant/perp-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hypurrquant/perp-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.655437+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.384545+00:00"
    },
    {
      "slug": "gh-sentien-labs-verdictswarm-mcp",
      "name": "sentien-labs/verdictswarm-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sentien-labs/verdictswarm-mcp",
      "github_url": "https://github.com/sentien-labs/verdictswarm-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sentien-labs/verdictswarm-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.655648+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.384787+00:00"
    },
    {
      "slug": "gh-hoqqun-stooq-mcp",
      "name": "hoqqun/stooq-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hoqqun/stooq-mcp",
      "github_url": "https://github.com/hoqqun/stooq-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hoqqun/stooq-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.655986+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.385002+00:00"
    },
    {
      "slug": "gh-horustechltd-horus-flow-mcp",
      "name": "horustechltd/horus-flow-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/horustechltd/horus-flow-mcp",
      "github_url": "https://github.com/horustechltd/horus-flow-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/horustechltd/horus-flow-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.656148+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.385223+00:00"
    },
    {
      "slug": "gh-hovsteder-powersun-tron-mcp",
      "name": "Hovsteder/powersun-tron-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Hovsteder/powersun-tron-mcp",
      "github_url": "https://github.com/Hovsteder/powersun-tron-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Hovsteder/powersun-tron-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.656297+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.385445+00:00"
    },
    {
      "slug": "gh-huggingagi-mcp-baostock-server",
      "name": "HuggingAGI/mcp-baostock-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HuggingAGI/mcp-baostock-server",
      "github_url": "https://github.com/HuggingAGI/mcp-baostock-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HuggingAGI/mcp-baostock-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.656447+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.385690+00:00"
    },
    {
      "slug": "gh-ignaciohermosillacornejo-copilot-money-mcp",
      "name": "ignaciohermosillacornejo/copilot-money-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ignaciohermosillacornejo/copilot-money-mcp",
      "github_url": "https://github.com/ignaciohermosillacornejo/copilot-money-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ignaciohermosillacornejo/copilot-money-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.656593+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.385904+00:00"
    },
    {
      "slug": "gh-indigoprotocol-indigo-mcp",
      "name": "IndigoProtocol/indigo-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/IndigoProtocol/indigo-mcp",
      "github_url": "https://github.com/IndigoProtocol/indigo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IndigoProtocol/indigo-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.656804+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.386123+00:00"
    },
    {
      "slug": "gh-indigoprotocol-cardano-mcp",
      "name": "IndigoProtocol/cardano-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/IndigoProtocol/cardano-mcp",
      "github_url": "https://github.com/IndigoProtocol/cardano-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IndigoProtocol/cardano-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.657156+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.386370+00:00"
    },
    {
      "slug": "gh-intentos-labs-beeper-mcp",
      "name": "intentos-labs/beeper-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/intentos-labs/beeper-mcp",
      "github_url": "https://github.com/intentos-labs/beeper-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/intentos-labs/beeper-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.657306+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.386943+00:00"
    },
    {
      "slug": "gh-babyblueviper1-invinoveritas",
      "name": "babyblueviper1/invinoveritas",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/babyblueviper1/invinoveritas",
      "github_url": "https://github.com/babyblueviper1/invinoveritas",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/babyblueviper1/invinoveritas"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.657454+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.387512+00:00"
    },
    {
      "slug": "gh-jamesanz-bitcoin-mcp",
      "name": "JamesANZ/bitcoin-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JamesANZ/bitcoin-mcp",
      "github_url": "https://github.com/JamesANZ/bitcoin-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JamesANZ/bitcoin-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.657613+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.388092+00:00"
    },
    {
      "slug": "gh-jamesanz-evm-mcp",
      "name": "JamesANZ/evm-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JamesANZ/evm-mcp",
      "github_url": "https://github.com/JamesANZ/evm-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JamesANZ/evm-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.657764+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.388649+00:00"
    },
    {
      "slug": "gh-jamesanz-prediction-market-mcp",
      "name": "JamesANZ/prediction-market-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JamesANZ/prediction-market-mcp",
      "github_url": "https://github.com/JamesANZ/prediction-market-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JamesANZ/prediction-market-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.657955+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.389203+00:00"
    },
    {
      "slug": "gh-jhinresh-maiat-protocol",
      "name": "JhiNResH/maiat-protocol",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JhiNResH/maiat-protocol",
      "github_url": "https://github.com/JhiNResH/maiat-protocol",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JhiNResH/maiat-protocol"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.658495+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.389776+00:00"
    },
    {
      "slug": "gh-janswist-mcp-dexscreener",
      "name": "janswist/mcp-dexscreener",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/janswist/mcp-dexscreener",
      "github_url": "https://github.com/janswist/mcp-dexscreener",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/janswist/mcp-dexscreener"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.658932+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.391630+00:00"
    },
    {
      "slug": "gh-jjlabsio-korea-stock-mcp",
      "name": "jjlabsio/korea-stock-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jjlabsio/korea-stock-mcp",
      "github_url": "https://github.com/jjlabsio/korea-stock-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jjlabsio/korea-stock-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.659363+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.392258+00:00"
    },
    {
      "slug": "gh-joepangallo-mcp-server-agentpay",
      "name": "joepangallo/mcp-server-agentpay",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/joepangallo/mcp-server-agentpay",
      "github_url": "https://github.com/joepangallo/mcp-server-agentpay",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joepangallo/mcp-server-agentpay"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.659956+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.392537+00:00"
    },
    {
      "slug": "gh-josuem1109-personal-finance-mcp",
      "name": "JosueM1109/personal-finance-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JosueM1109/personal-finance-mcp",
      "github_url": "https://github.com/JosueM1109/personal-finance-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JosueM1109/personal-finance-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.660286+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.392784+00:00"
    },
    {
      "slug": "gh-jacobsd32-cpu-djd-agent-score-mcp",
      "name": "jacobsd32-cpu/djd-agent-score-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jacobsd32-cpu/djd-agent-score-mcp",
      "github_url": "https://github.com/jacobsd32-cpu/djd-agent-score-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jacobsd32-cpu/djd-agent-score-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.660685+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.393033+00:00"
    },
    {
      "slug": "gh-kukapay-binance-alpha-mcp",
      "name": "kukapay/binance-alpha-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/binance-alpha-mcp",
      "github_url": "https://github.com/kukapay/binance-alpha-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/binance-alpha-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.661549+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.393272+00:00"
    },
    {
      "slug": "gh-kukapay-bitcoin-utxo-mcp",
      "name": "kukapay/bitcoin-utxo-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/bitcoin-utxo-mcp",
      "github_url": "https://github.com/kukapay/bitcoin-utxo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/bitcoin-utxo-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.662401+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.393490+00:00"
    },
    {
      "slug": "gh-kukapay-blockbeats-mcp",
      "name": "kukapay/blockbeats-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/blockbeats-mcp",
      "github_url": "https://github.com/kukapay/blockbeats-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/blockbeats-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.663067+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.393714+00:00"
    },
    {
      "slug": "gh-kukapay-blocknative-mcp",
      "name": "kukapay/blocknative-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/blocknative-mcp",
      "github_url": "https://github.com/kukapay/blocknative-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/blocknative-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.663338+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.393932+00:00"
    },
    {
      "slug": "gh-kukapay-bridge-metrics-mcp",
      "name": "kukapay/bridge-metrics-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/bridge-metrics-mcp",
      "github_url": "https://github.com/kukapay/bridge-metrics-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/bridge-metrics-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.663632+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.394150+00:00"
    },
    {
      "slug": "gh-kukapay-bridge-rates-mcp",
      "name": "kukapay/bridge-rates-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/bridge-rates-mcp",
      "github_url": "https://github.com/kukapay/bridge-rates-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/bridge-rates-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.663815+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.394371+00:00"
    },
    {
      "slug": "gh-kukapay-chainlink-feeds-mcp",
      "name": "kukapay/chainlink-feeds-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/chainlink-feeds-mcp",
      "github_url": "https://github.com/kukapay/chainlink-feeds-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/chainlink-feeds-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.664122+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.394589+00:00"
    },
    {
      "slug": "gh-kukapay-chainlist-mcp",
      "name": "kukapay/chainlist-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/chainlist-mcp",
      "github_url": "https://github.com/kukapay/chainlist-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/chainlist-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.664376+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.394807+00:00"
    },
    {
      "slug": "gh-kukapay-cointelegraph-mcp",
      "name": "kukapay/cointelegraph-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/cointelegraph-mcp",
      "github_url": "https://github.com/kukapay/cointelegraph-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/cointelegraph-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.664555+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.395114+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-feargreed-mcp",
      "name": "kukapay/crypto-feargreed-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-feargreed-mcp",
      "github_url": "https://github.com/kukapay/crypto-feargreed-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-feargreed-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.664727+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.395707+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-funds-mcp",
      "name": "kukapay/crypto-funds-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-funds-mcp",
      "github_url": "https://github.com/kukapay/crypto-funds-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-funds-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.664892+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.396280+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-indicators-mcp",
      "name": "kukapay/crypto-indicators-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-indicators-mcp",
      "github_url": "https://github.com/kukapay/crypto-indicators-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-indicators-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.665059+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.396879+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-liquidations-mcp",
      "name": "kukapay/crypto-liquidations-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-liquidations-mcp",
      "github_url": "https://github.com/kukapay/crypto-liquidations-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-liquidations-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.665225+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.397447+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-news-mcp",
      "name": "kukapay/crypto-news-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-news-mcp",
      "github_url": "https://github.com/kukapay/crypto-news-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-news-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.666320+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.398089+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-orderbook-mcp",
      "name": "kukapay/crypto-orderbook-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-orderbook-mcp",
      "github_url": "https://github.com/kukapay/crypto-orderbook-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-orderbook-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.666801+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.398693+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-pegmon-mcp",
      "name": "kukapay/crypto-pegmon-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-pegmon-mcp",
      "github_url": "https://github.com/kukapay/crypto-pegmon-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-pegmon-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.667069+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.399251+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-portfolio-mcp",
      "name": "kukapay/crypto-portfolio-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-portfolio-mcp",
      "github_url": "https://github.com/kukapay/crypto-portfolio-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-portfolio-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.667262+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.399703+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-projects-mcp",
      "name": "kukapay/crypto-projects-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-projects-mcp",
      "github_url": "https://github.com/kukapay/crypto-projects-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-projects-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.667449+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.400096+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-rss-mcp",
      "name": "kukapay/crypto-rss-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-rss-mcp",
      "github_url": "https://github.com/kukapay/crypto-rss-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-rss-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.667618+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.400586+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-sentiment-mcp",
      "name": "kukapay/crypto-sentiment-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-sentiment-mcp",
      "github_url": "https://github.com/kukapay/crypto-sentiment-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-sentiment-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.667789+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.400970+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-stocks-mcp",
      "name": "kukapay/crypto-stocks-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-stocks-mcp",
      "github_url": "https://github.com/kukapay/crypto-stocks-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-stocks-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.667996+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.401280+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-trending-mcp",
      "name": "kukapay/crypto-trending-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-trending-mcp",
      "github_url": "https://github.com/kukapay/crypto-trending-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-trending-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.668211+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.401554+00:00"
    },
    {
      "slug": "gh-kukapay-crypto-whitepapers-mcp",
      "name": "kukapay/crypto-whitepapers-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/crypto-whitepapers-mcp",
      "github_url": "https://github.com/kukapay/crypto-whitepapers-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/crypto-whitepapers-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.668392+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.401825+00:00"
    },
    {
      "slug": "gh-kukapay-cryptopanic-mcp-server",
      "name": "kukapay/cryptopanic-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/cryptopanic-mcp-server",
      "github_url": "https://github.com/kukapay/cryptopanic-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/cryptopanic-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.668571+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.402210+00:00"
    },
    {
      "slug": "gh-make-software-cspr-trade-mcp",
      "name": "make-software/cspr-trade-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/make-software/cspr-trade-mcp",
      "github_url": "https://github.com/make-software/cspr-trade-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/make-software/cspr-trade-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.668738+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.402563+00:00"
    },
    {
      "slug": "gh-kukapay-dao-proposals-mcp",
      "name": "kukapay/dao-proposals-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/dao-proposals-mcp",
      "github_url": "https://github.com/kukapay/dao-proposals-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/dao-proposals-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.668917+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.402803+00:00"
    },
    {
      "slug": "gh-kukapay-defi-yields-mcp",
      "name": "kukapay/defi-yields-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/defi-yields-mcp",
      "github_url": "https://github.com/kukapay/defi-yields-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/defi-yields-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.669088+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.403041+00:00"
    },
    {
      "slug": "gh-kukapay-dex-pools-mcp",
      "name": "kukapay/dex-pools-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/dex-pools-mcp",
      "github_url": "https://github.com/kukapay/dex-pools-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/dex-pools-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.669257+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.403260+00:00"
    },
    {
      "slug": "gh-kukapay-dexscreener-trending-mcp",
      "name": "kukapay/dexscreener-trending-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/dexscreener-trending-mcp",
      "github_url": "https://github.com/kukapay/dexscreener-trending-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/dexscreener-trending-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.669439+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.403480+00:00"
    },
    {
      "slug": "gh-kukapay-dune-analytics-mcp",
      "name": "kukapay/dune-analytics-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/dune-analytics-mcp",
      "github_url": "https://github.com/kukapay/dune-analytics-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/dune-analytics-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.669655+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.403697+00:00"
    },
    {
      "slug": "gh-kukapay-etf-flow-mcp",
      "name": "kukapay/etf-flow-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/etf-flow-mcp",
      "github_url": "https://github.com/kukapay/etf-flow-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/etf-flow-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.669842+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.403992+00:00"
    },
    {
      "slug": "gh-kukapay-ethereum-validator-queue-mcp",
      "name": "kukapay/ethereum-validator-queue-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/ethereum-validator-queue-mcp",
      "github_url": "https://github.com/kukapay/ethereum-validator-queue-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/ethereum-validator-queue-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.670016+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.404577+00:00"
    },
    {
      "slug": "gh-kukapay-freqtrade-mcp",
      "name": "kukapay/freqtrade-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/freqtrade-mcp",
      "github_url": "https://github.com/kukapay/freqtrade-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/freqtrade-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.670188+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.405147+00:00"
    },
    {
      "slug": "gh-kukapay-funding-rates-mcp",
      "name": "kukapay/funding-rates-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/funding-rates-mcp",
      "github_url": "https://github.com/kukapay/funding-rates-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/funding-rates-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.670358+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.405727+00:00"
    },
    {
      "slug": "gh-kukapay-hyperliquid-info-mcp",
      "name": "kukapay/hyperliquid-info-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/hyperliquid-info-mcp",
      "github_url": "https://github.com/kukapay/hyperliquid-info-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/hyperliquid-info-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.670521+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.406300+00:00"
    },
    {
      "slug": "gh-kukapay-hyperliquid-whalealert-mcp",
      "name": "kukapay/hyperliquid-whalealert-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/hyperliquid-whalealert-mcp",
      "github_url": "https://github.com/kukapay/hyperliquid-whalealert-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/hyperliquid-whalealert-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.670708+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.408019+00:00"
    },
    {
      "slug": "gh-kukapay-jupiter-mcp",
      "name": "kukapay/jupiter-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/jupiter-mcp",
      "github_url": "https://github.com/kukapay/jupiter-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/jupiter-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.670908+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.409013+00:00"
    },
    {
      "slug": "gh-kukapay-pancakeswap-poolspy-mcp",
      "name": "kukapay/pancakeswap-poolspy-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/pancakeswap-poolspy-mcp",
      "github_url": "https://github.com/kukapay/pancakeswap-poolspy-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/pancakeswap-poolspy-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.671089+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.409565+00:00"
    },
    {
      "slug": "gh-kukapay-polymarket-predictions-mcp",
      "name": "kukapay/polymarket-predictions-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/polymarket-predictions-mcp",
      "github_url": "https://github.com/kukapay/polymarket-predictions-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/polymarket-predictions-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.671263+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.410088+00:00"
    },
    {
      "slug": "gh-kukapay-pumpswap-mcp",
      "name": "kukapay/pumpswap-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/pumpswap-mcp",
      "github_url": "https://github.com/kukapay/pumpswap-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/pumpswap-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.671434+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.410341+00:00"
    },
    {
      "slug": "gh-kukapay-raydium-launchlab-mcp",
      "name": "kukapay/raydium-launchlab-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/raydium-launchlab-mcp",
      "github_url": "https://github.com/kukapay/raydium-launchlab-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/raydium-launchlab-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.671615+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.410579+00:00"
    },
    {
      "slug": "gh-kukapay-rug-check-mcp",
      "name": "kukapay/rug-check-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/rug-check-mcp",
      "github_url": "https://github.com/kukapay/rug-check-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/rug-check-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.671786+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.410822+00:00"
    },
    {
      "slug": "gh-kukapay-stargate-bridge-mcp",
      "name": "kukapay/stargate-bridge-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/stargate-bridge-mcp",
      "github_url": "https://github.com/kukapay/stargate-bridge-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/stargate-bridge-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.671955+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.411075+00:00"
    },
    {
      "slug": "gh-kukapay-sui-trader-mcp",
      "name": "kukapay/sui-trader-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/sui-trader-mcp",
      "github_url": "https://github.com/kukapay/sui-trader-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/sui-trader-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.672128+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.411346+00:00"
    },
    {
      "slug": "gh-kukapay-thegraph-mcp",
      "name": "kukapay/thegraph-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/thegraph-mcp",
      "github_url": "https://github.com/kukapay/thegraph-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/thegraph-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.672547+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.411637+00:00"
    },
    {
      "slug": "gh-kukapay-token-minter-mcp",
      "name": "kukapay/token-minter-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/token-minter-mcp",
      "github_url": "https://github.com/kukapay/token-minter-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/token-minter-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.672962+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.411920+00:00"
    },
    {
      "slug": "gh-kukapay-token-revoke-mcp",
      "name": "kukapay/token-revoke-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/token-revoke-mcp",
      "github_url": "https://github.com/kukapay/token-revoke-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/token-revoke-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.673363+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.412168+00:00"
    },
    {
      "slug": "gh-kukapay-twitter-username-changes-mcp",
      "name": "kukapay/twitter-username-changes-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/twitter-username-changes-mcp",
      "github_url": "https://github.com/kukapay/twitter-username-changes-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/twitter-username-changes-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.673762+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.412396+00:00"
    },
    {
      "slug": "gh-kukapay-uniswap-poolspy-mcp",
      "name": "kukapay/uniswap-poolspy-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/uniswap-poolspy-mcp",
      "github_url": "https://github.com/kukapay/uniswap-poolspy-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/uniswap-poolspy-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.674172+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.412633+00:00"
    },
    {
      "slug": "gh-kukapay-uniswap-price-mcp",
      "name": "kukapay/uniswap-price-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/uniswap-price-mcp",
      "github_url": "https://github.com/kukapay/uniswap-price-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/uniswap-price-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.678162+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.412866+00:00"
    },
    {
      "slug": "gh-kukapay-uniswap-trader-mcp",
      "name": "kukapay/uniswap-trader-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/uniswap-trader-mcp",
      "github_url": "https://github.com/kukapay/uniswap-trader-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/uniswap-trader-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.678970+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.413176+00:00"
    },
    {
      "slug": "gh-kukapay-wallet-inspector-mcp",
      "name": "kukapay/wallet-inspector-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/wallet-inspector-mcp",
      "github_url": "https://github.com/kukapay/wallet-inspector-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/wallet-inspector-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.679425+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.413809+00:00"
    },
    {
      "slug": "gh-kukapay-web3-jobs-mcp",
      "name": "kukapay/web3-jobs-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/web3-jobs-mcp",
      "github_url": "https://github.com/kukapay/web3-jobs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/web3-jobs-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.679784+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.414453+00:00"
    },
    {
      "slug": "gh-kukapay-whale-tracker-mcp",
      "name": "kukapay/whale-tracker-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/whale-tracker-mcp",
      "github_url": "https://github.com/kukapay/whale-tracker-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/whale-tracker-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.680010+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.415096+00:00"
    },
    {
      "slug": "gh-liquidiction-liquidiction-mcp",
      "name": "Liquidiction/liquidiction-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Liquidiction/liquidiction-mcp",
      "github_url": "https://github.com/Liquidiction/liquidiction-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Liquidiction/liquidiction-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.680238+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.415685+00:00"
    },
    {
      "slug": "gh-frontier-compute-zcash-mcp",
      "name": "Frontier-Compute/zcash-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Frontier-Compute/zcash-mcp",
      "github_url": "https://github.com/Frontier-Compute/zcash-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Frontier-Compute/zcash-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.680460+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.416280+00:00"
    },
    {
      "slug": "gh-kyurish-trading212-mcp-server",
      "name": "KyuRish/trading212-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KyuRish/trading212-mcp-server",
      "github_url": "https://github.com/KyuRish/trading212-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KyuRish/trading212-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.680686+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.416721+00:00"
    },
    {
      "slug": "gh-klever-io-mcp-klever-vm",
      "name": "klever-io/mcp-klever-vm",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/klever-io/mcp-klever-vm",
      "github_url": "https://github.com/klever-io/mcp-klever-vm",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/klever-io/mcp-klever-vm"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.680913+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.417085+00:00"
    },
    {
      "slug": "gh-kindrat86-mcp-deal-flow-signal",
      "name": "kindrat86/mcp-deal-flow-signal",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kindrat86/mcp-deal-flow-signal",
      "github_url": "https://github.com/kindrat86/mcp-deal-flow-signal",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kindrat86/mcp-deal-flow-signal"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.681123+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.417408+00:00"
    },
    {
      "slug": "gh-laukikk-alpaca-mcp",
      "name": "laukikk/alpaca-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/laukikk/alpaca-mcp",
      "github_url": "https://github.com/laukikk/alpaca-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/laukikk/alpaca-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.681370+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.417699+00:00"
    },
    {
      "slug": "gh-lightningfaucet-lightning-wallet-mcp",
      "name": "lightningfaucet/lightning-wallet-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lightningfaucet/lightning-wallet-mcp",
      "github_url": "https://github.com/lightningfaucet/lightning-wallet-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lightningfaucet/lightning-wallet-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.681781+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.417942+00:00"
    },
    {
      "slug": "gh-likidodefi-riskstate-mcp",
      "name": "likidodefi/riskstate-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/likidodefi/riskstate-mcp",
      "github_url": "https://github.com/likidodefi/riskstate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/likidodefi/riskstate-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.682390+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.418204+00:00"
    },
    {
      "slug": "gh-unixlamadev-spec-lightningprox-mcp",
      "name": "unixlamadev-spec/lightningprox-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/unixlamadev-spec/lightningprox-mcp",
      "github_url": "https://github.com/unixlamadev-spec/lightningprox-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/unixlamadev-spec/lightningprox-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.682972+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.418495+00:00"
    },
    {
      "slug": "gh-unixlamadev-spec-lpxpoly-mcp",
      "name": "unixlamadev-spec/lpxpoly-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/unixlamadev-spec/lpxpoly-mcp",
      "github_url": "https://github.com/unixlamadev-spec/lpxpoly-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/unixlamadev-spec/lpxpoly-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.683261+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.418828+00:00"
    },
    {
      "slug": "gh-lnbits-lnbits-mcp-server",
      "name": "lnbits/LNbits-MCP-Server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lnbits/LNbits-MCP-Server",
      "github_url": "https://github.com/lnbits/LNbits-MCP-Server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lnbits/LNbits-MCP-Server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.683448+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.419111+00:00"
    },
    {
      "slug": "gh-marcindudekdev-crypto-signals-mcp",
      "name": "MarcinDudekDev/crypto-signals-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarcinDudekDev/crypto-signals-mcp",
      "github_url": "https://github.com/MarcinDudekDev/crypto-signals-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarcinDudekDev/crypto-signals-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.683617+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.419339+00:00"
    },
    {
      "slug": "gh-mattbusel-reddit-options-trader-rot",
      "name": "Mattbusel/Reddit-Options-Trader-ROT-",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Mattbusel/Reddit-Options-Trader-ROT-",
      "github_url": "https://github.com/Mattbusel/Reddit-Options-Trader-ROT-",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Mattbusel/Reddit-Options-Trader-ROT-"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.683787+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.419562+00:00"
    },
    {
      "slug": "gh-tresor4k-macalc-mcp",
      "name": "tresor4k/macalc-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tresor4k/macalc-mcp",
      "github_url": "https://github.com/tresor4k/macalc-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tresor4k/macalc-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.683954+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.419779+00:00"
    },
    {
      "slug": "gh-mbrassey-solentic",
      "name": "mbrassey/solentic",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mbrassey/solentic",
      "github_url": "https://github.com/mbrassey/solentic",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mbrassey/solentic"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.684123+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.419996+00:00"
    },
    {
      "slug": "gh-mcpdotdirect-evm-mcp-server",
      "name": "mcpdotdirect/evm-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mcpdotdirect/evm-mcp-server",
      "github_url": "https://github.com/mcpdotdirect/evm-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mcpdotdirect/evm-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.684297+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.097593+00:00"
    },
    {
      "slug": "gh-meshledger-meshledger",
      "name": "MeshLedger/MeshLedger",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MeshLedger/MeshLedger",
      "github_url": "https://github.com/MeshLedger/MeshLedger",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MeshLedger/MeshLedger"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.684483+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.421087+00:00"
    },
    {
      "slug": "gh-mcpdotdirect-starknet-mcp-server",
      "name": "mcpdotdirect/starknet-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mcpdotdirect/starknet-mcp-server",
      "github_url": "https://github.com/mcpdotdirect/starknet-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mcpdotdirect/starknet-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.684669+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.421677+00:00"
    },
    {
      "slug": "gh-jacksun911-megalaunch-mcp",
      "name": "jacksun911/megalaunch-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jacksun911/megalaunch-mcp",
      "github_url": "https://github.com/jacksun911/megalaunch-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jacksun911/megalaunch-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.684843+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.422258+00:00"
    },
    {
      "slug": "gh-minhyeoky-mcp-server-ledger",
      "name": "minhyeoky/mcp-server-ledger",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/minhyeoky/mcp-server-ledger",
      "github_url": "https://github.com/minhyeoky/mcp-server-ledger",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/minhyeoky/mcp-server-ledger"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.685011+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.422840+00:00"
    },
    {
      "slug": "gh-mission69b-t2000",
      "name": "mission69b/t2000",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mission69b/t2000",
      "github_url": "https://github.com/mission69b/t2000",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mission69b/t2000"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.685175+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.423627+00:00"
    },
    {
      "slug": "gh-moxiespirit-oathscore",
      "name": "moxiespirit/oathscore",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/moxiespirit/oathscore",
      "github_url": "https://github.com/moxiespirit/oathscore",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/moxiespirit/oathscore"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.685358+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.425495+00:00"
    },
    {
      "slug": "gh-muvon-mcp-binance-futures",
      "name": "muvon/mcp-binance-futures",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/muvon/mcp-binance-futures",
      "github_url": "https://github.com/muvon/mcp-binance-futures",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/muvon/mcp-binance-futures"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.685542+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.426083+00:00"
    },
    {
      "slug": "gh-narumiruna-yfinance-mcp",
      "name": "narumiruna/yfinance-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/narumiruna/yfinance-mcp",
      "github_url": "https://github.com/narumiruna/yfinance-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/narumiruna/yfinance-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.685713+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.426441+00:00"
    },
    {
      "slug": "gh-nckhemanth0-subscription-tracker-mcp",
      "name": "nckhemanth0/subscription-tracker-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nckhemanth0/subscription-tracker-mcp",
      "github_url": "https://github.com/nckhemanth0/subscription-tracker-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nckhemanth0/subscription-tracker-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.685878+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.426714+00:00"
    },
    {
      "slug": "gh-nexusforge-tools-mcp-eu-finance",
      "name": "nexusforge-tools/mcp-eu-finance",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nexusforge-tools/mcp-eu-finance",
      "github_url": "https://github.com/nexusforge-tools/mcp-eu-finance",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nexusforge-tools/mcp-eu-finance"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.686051+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.426954+00:00"
    },
    {
      "slug": "gh-nicholasbester-clickup-cli",
      "name": "nicholasbester/clickup-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nicholasbester/clickup-cli",
      "github_url": "https://github.com/nicholasbester/clickup-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nicholasbester/clickup-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.686229+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.427202+00:00"
    },
    {
      "slug": "gh-nikicat-mcp-wallet-signer",
      "name": "nikicat/mcp-wallet-signer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nikicat/mcp-wallet-signer",
      "github_url": "https://github.com/nikicat/mcp-wallet-signer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nikicat/mcp-wallet-signer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.686418+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.427440+00:00"
    },
    {
      "slug": "gh-noblabs-lit-forge-mcp",
      "name": "noblabs/lit-forge-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/noblabs/lit-forge-mcp",
      "github_url": "https://github.com/noblabs/lit-forge-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/noblabs/lit-forge-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.686599+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.427683+00:00"
    },
    {
      "slug": "gh-ntriq-gh-ntriq-agentshop",
      "name": "ntriq-gh/ntriq-agentshop",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ntriq-gh/ntriq-agentshop",
      "github_url": "https://github.com/ntriq-gh/ntriq-agentshop",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ntriq-gh/ntriq-agentshop"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.686782+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.427989+00:00"
    },
    {
      "slug": "gh-nullpath-labs-mcp-client",
      "name": "nullpath-labs/mcp-client",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nullpath-labs/mcp-client",
      "github_url": "https://github.com/nullpath-labs/mcp-client",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nullpath-labs/mcp-client"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.686954+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.428290+00:00"
    },
    {
      "slug": "gh-octagonai-octagon-mcp-server",
      "name": "OctagonAI/octagon-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OctagonAI/octagon-mcp-server",
      "github_url": "https://github.com/OctagonAI/octagon-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OctagonAI/octagon-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.687136+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.597269+00:00"
    },
    {
      "slug": "gh-oerc-s-primordia",
      "name": "oerc-s/primordia",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/oerc-s/primordia",
      "github_url": "https://github.com/oerc-s/primordia",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/oerc-s/primordia"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.687488+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.428793+00:00"
    },
    {
      "slug": "gh-olgasafonova-gleif-mcp-server",
      "name": "olgasafonova/gleif-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/olgasafonova/gleif-mcp-server",
      "github_url": "https://github.com/olgasafonova/gleif-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/olgasafonova/gleif-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.687704+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.429124+00:00"
    },
    {
      "slug": "gh-0xzcov-omni-fun-mcp-server",
      "name": "omni-fun-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/0xzcov/omni-fun-mcp-server",
      "github_url": "https://github.com/0xzcov/omni-fun-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/0xzcov/omni-fun-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.687877+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.429728+00:00"
    },
    {
      "slug": "gh-omniologynow-rgb-profitspot-mcp",
      "name": "omniologynow-rgb/profitspot-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/omniologynow-rgb/profitspot-mcp",
      "github_url": "https://github.com/omniologynow-rgb/profitspot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/omniologynow-rgb/profitspot-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.688076+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.430336+00:00"
    },
    {
      "slug": "gh-openmf-mcp-mifosx-self-service",
      "name": "openMF/mcp-mifosx-self-service",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/openMF/mcp-mifosx-self-service",
      "github_url": "https://github.com/openMF/mcp-mifosx-self-service",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/openMF/mcp-mifosx-self-service"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.688291+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.878874+00:00"
    },
    {
      "slug": "gh-openmf-mcp-mifosx",
      "name": "openMF/mcp-mifosx",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/openMF/mcp-mifosx",
      "github_url": "https://github.com/openMF/mcp-mifosx",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/openMF/mcp-mifosx"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.688503+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.431552+00:00"
    },
    {
      "slug": "gh-partymola-monzo-mcp",
      "name": "partymola/monzo-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/partymola/monzo-mcp",
      "github_url": "https://github.com/partymola/monzo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/partymola/monzo-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.688714+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.432144+00:00"
    },
    {
      "slug": "gh-payclaw-mcp-server",
      "name": "payclaw/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/payclaw/mcp-server",
      "github_url": "https://github.com/payclaw/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/payclaw/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.688926+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.432741+00:00"
    },
    {
      "slug": "gh-mikusnuz-pexbot-mcp",
      "name": "mikusnuz/pexbot-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikusnuz/pexbot-mcp",
      "github_url": "https://github.com/mikusnuz/pexbot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikusnuz/pexbot-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.689141+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.433318+00:00"
    },
    {
      "slug": "gh-paulieb14-graph-aave-mcp",
      "name": "PaulieB14/graph-aave-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PaulieB14/graph-aave-mcp",
      "github_url": "https://github.com/PaulieB14/graph-aave-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PaulieB14/graph-aave-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.689502+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.433856+00:00"
    },
    {
      "slug": "gh-paulieb14-graph-polymarket-mcp",
      "name": "PaulieB14/graph-polymarket-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PaulieB14/graph-polymarket-mcp",
      "github_url": "https://github.com/PaulieB14/graph-polymarket-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PaulieB14/graph-polymarket-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.689912+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.434092+00:00"
    },
    {
      "slug": "gh-plagtech-spraay-x402-mcp",
      "name": "plagtech/spraay-x402-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/plagtech/spraay-x402-mcp",
      "github_url": "https://github.com/plagtech/spraay-x402-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/plagtech/spraay-x402-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.690322+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.434324+00:00"
    },
    {
      "slug": "gh-polygon-io-mcp-polygon",
      "name": "polygon-io/mcp_polygon)",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/polygon-io/mcp_polygon",
      "github_url": "https://github.com/polygon-io/mcp_polygon",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/polygon-io/mcp_polygon"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.690572+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.434567+00:00"
    },
    {
      "slug": "gh-prereason-mcp",
      "name": "PreReason/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PreReason/mcp",
      "github_url": "https://github.com/PreReason/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PreReason/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.690726+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.434805+00:00"
    },
    {
      "slug": "gh-pwh-pwh-coin-mcp-server",
      "name": "pwh-pwh/coin-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pwh-pwh/coin-mcp-server",
      "github_url": "https://github.com/pwh-pwh/coin-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pwh-pwh/coin-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.690885+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.435049+00:00"
    },
    {
      "slug": "gh-pythia-the-oracle-pythia-oracle-mcp",
      "name": "pythia-the-oracle/pythia-oracle-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pythia-the-oracle/pythia-oracle-mcp",
      "github_url": "https://github.com/pythia-the-oracle/pythia-oracle-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pythia-the-oracle/pythia-oracle-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.691053+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.435271+00:00"
    },
    {
      "slug": "gh-qbt-labs-openmm-mcp",
      "name": "qbt-labs/openmm-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/qbt-labs/openmm-mcp",
      "github_url": "https://github.com/qbt-labs/openmm-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/qbt-labs/openmm-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.691265+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.435767+00:00"
    },
    {
      "slug": "gh-quantconnect-mcp-server",
      "name": "QuantConnect/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QuantConnect/mcp-server",
      "github_url": "https://github.com/QuantConnect/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuantConnect/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.691734+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.894407+00:00"
    },
    {
      "slug": "gh-quantoracledev-quantoracle",
      "name": "QuantOracledev/quantoracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QuantOracledev/quantoracle",
      "github_url": "https://github.com/QuantOracledev/quantoracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuantOracledev/quantoracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.692311+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.437851+00:00"
    },
    {
      "slug": "gh-quantgeekdev-coincap-mcp",
      "name": "QuantGeekDev/coincap-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QuantGeekDev/coincap-mcp",
      "github_url": "https://github.com/QuantGeekDev/coincap-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuantGeekDev/coincap-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.693228+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.777868+00:00"
    },
    {
      "slug": "gh-quanttogo-quanttogo-mcp",
      "name": "QuantToGo/quanttogo-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QuantToGo/quanttogo-mcp",
      "github_url": "https://github.com/QuantToGo/quanttogo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuantToGo/quanttogo-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.694767+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.438953+00:00"
    },
    {
      "slug": "gh-quentincody-braintree-mcp-server",
      "name": "QuentinCody/braintree-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QuentinCody/braintree-mcp-server",
      "github_url": "https://github.com/QuentinCody/braintree-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuentinCody/braintree-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.695520+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.439471+00:00"
    },
    {
      "slug": "gh-refined-element-lightning-enable-mcp",
      "name": "refined-element/lightning-enable-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/refined-element/lightning-enable-mcp",
      "github_url": "https://github.com/refined-element/lightning-enable-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/refined-element/lightning-enable-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.695876+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.444620+00:00"
    },
    {
      "slug": "gh-regenerating-world-pix-mcp",
      "name": "Regenerating-World/pix-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Regenerating-World/pix-mcp",
      "github_url": "https://github.com/Regenerating-World/pix-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Regenerating-World/pix-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.696183+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.446123+00:00"
    },
    {
      "slug": "gh-rascal-3-chainanalyzer-mcp",
      "name": "rascal-3/chainanalyzer-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rascal-3/chainanalyzer-mcp",
      "github_url": "https://github.com/rascal-3/chainanalyzer-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rascal-3/chainanalyzer-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.696371+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.447037+00:00"
    },
    {
      "slug": "gh-vdmeu-registrum-mcp",
      "name": "vdmeu/registrum-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vdmeu/registrum-mcp",
      "github_url": "https://github.com/vdmeu/registrum-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vdmeu/registrum-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.696554+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.447357+00:00"
    },
    {
      "slug": "gh-romthpt-mcp-xrpl",
      "name": "RomThpt/xrpl-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/RomThpt/mcp-xrpl",
      "github_url": "https://github.com/RomThpt/mcp-xrpl",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/RomThpt/mcp-xrpl"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.696740+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.447633+00:00"
    },
    {
      "slug": "gh-saintdoresh-crypto-trader-mcp-claudedesktop-git",
      "name": "SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop.git",
      "github_url": "https://github.com/SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.696916+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.447927+00:00"
    },
    {
      "slug": "gh-saintdoresh-yfinance-trader-mcp-claudedesktop-git",
      "name": "SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop.git",
      "github_url": "https://github.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.697088+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.448516+00:00"
    },
    {
      "slug": "gh-sapph1re-findata-mcp",
      "name": "sapph1re/findata-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sapph1re/findata-mcp",
      "github_url": "https://github.com/sapph1re/findata-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sapph1re/findata-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.697275+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.449223+00:00"
    },
    {
      "slug": "gh-shareseer-shareseer-mcp-server",
      "name": "shareseer/shareseer-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shareseer/shareseer-mcp-server",
      "github_url": "https://github.com/shareseer/shareseer-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shareseer/shareseer-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.697448+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.450453+00:00"
    },
    {
      "slug": "gh-shipitandpray-mcp-market-data",
      "name": "ShipItAndPray/mcp-market-data",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ShipItAndPray/mcp-market-data",
      "github_url": "https://github.com/ShipItAndPray/mcp-market-data",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ShipItAndPray/mcp-market-data"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.697654+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.453284+00:00"
    },
    {
      "slug": "gh-lmwharton-sieve-mcp",
      "name": "lmwharton/sieve-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lmwharton/sieve-mcp",
      "github_url": "https://github.com/lmwharton/sieve-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lmwharton/sieve-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.697870+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.454846+00:00"
    },
    {
      "slug": "gh-sidneybissoli-bcb-br-mcp",
      "name": "SidneyBissoli/bcb-br-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SidneyBissoli/bcb-br-mcp",
      "github_url": "https://github.com/SidneyBissoli/bcb-br-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SidneyBissoli/bcb-br-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.698097+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.455677+00:00"
    },
    {
      "slug": "gh-softvoyagers-fakturka-api",
      "name": "softvoyagers/fakturka-api",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/softvoyagers/fakturka-api",
      "github_url": "https://github.com/softvoyagers/fakturka-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/softvoyagers/fakturka-api"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.698317+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.456377+00:00"
    },
    {
      "slug": "gh-sophymarine-openregistry",
      "name": "sophymarine/openregistry",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sophymarine/openregistry",
      "github_url": "https://github.com/sophymarine/openregistry",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sophymarine/openregistry"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.698531+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.459078+00:00"
    },
    {
      "slug": "gh-spfunctions-simplefunctions-cli",
      "name": "spfunctions/simplefunctions-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/spfunctions/simplefunctions-cli",
      "github_url": "https://github.com/spfunctions/simplefunctions-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/spfunctions/simplefunctions-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.699069+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.460182+00:00"
    },
    {
      "slug": "gh-supplymaven-scr-supplymaven-mcp-server",
      "name": "SupplyMaven-SCR/supplymaven-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SupplyMaven-SCR/supplymaven-mcp-server",
      "github_url": "https://github.com/SupplyMaven-SCR/supplymaven-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SupplyMaven-SCR/supplymaven-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.699512+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.460701+00:00"
    },
    {
      "slug": "gh-system-r-ai-systemr-python",
      "name": "System-R-AI/systemr-python",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/System-R-AI/systemr-python",
      "github_url": "https://github.com/System-R-AI/systemr-python",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/System-R-AI/systemr-python"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.699871+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.460981+00:00"
    },
    {
      "slug": "gh-szhygulin-recon-crypto-mcp",
      "name": "szhygulin/recon-crypto-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/szhygulin/recon-crypto-mcp",
      "github_url": "https://github.com/szhygulin/recon-crypto-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/szhygulin/recon-crypto-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.700123+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.461340+00:00"
    },
    {
      "slug": "gh-tatumio-blockchain-mcp",
      "name": "tatumio/blockchain-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tatumio/blockchain-mcp",
      "github_url": "https://github.com/tatumio/blockchain-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tatumio/blockchain-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.700329+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.461868+00:00"
    },
    {
      "slug": "gh-thomasmarches-substrate-mcp-rs",
      "name": "ThomasMarches/substrate-mcp-rs",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ThomasMarches/substrate-mcp-rs",
      "github_url": "https://github.com/ThomasMarches/substrate-mcp-rs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ThomasMarches/substrate-mcp-rs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.700578+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.462309+00:00"
    },
    {
      "slug": "gh-paritytech-subxt",
      "name": "subxt",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/paritytech/subxt",
      "github_url": "https://github.com/paritytech/subxt",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/paritytech/subxt"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.700841+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.462534+00:00"
    },
    {
      "slug": "gh-tooyipjee-yahoofinance-mcp-git",
      "name": "tooyipjee/yahoofinance-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tooyipjee/yahoofinance-mcp.git",
      "github_url": "https://github.com/tooyipjee/yahoofinance-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tooyipjee/yahoofinance-mcp.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.701288+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.463106+00:00"
    },
    {
      "slug": "gh-traceloop-opentelemetry-mcp-server-git",
      "name": "traceloop/opentelemetry-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/traceloop/opentelemetry-mcp-server.git",
      "github_url": "https://github.com/traceloop/opentelemetry-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/traceloop/opentelemetry-mcp-server.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.701714+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.463789+00:00"
    },
    {
      "slug": "gh-trade-agent-trade-agent-mcp-git",
      "name": "Trade-Agent/trade-agent-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Trade-Agent/trade-agent-mcp.git",
      "github_url": "https://github.com/Trade-Agent/trade-agent-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Trade-Agent/trade-agent-mcp.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.702067+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.464395+00:00"
    },
    {
      "slug": "gh-traderouter-trade-router-mcp",
      "name": "TradeRouter/trade-router-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TradeRouter/trade-router-mcp",
      "github_url": "https://github.com/TradeRouter/trade-router-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TradeRouter/trade-router-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.702355+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.465006+00:00"
    },
    {
      "slug": "gh-trayders-trayd-mcp",
      "name": "trayders/trayd-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/trayders/trayd-mcp",
      "github_url": "https://github.com/trayders/trayd-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/trayders/trayd-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.702607+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.465377+00:00"
    },
    {
      "slug": "gh-twelvedata-mcp",
      "name": "twelvedata/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/twelvedata/mcp",
      "github_url": "https://github.com/twelvedata/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/twelvedata/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.702997+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.684262+00:00"
    },
    {
      "slug": "gh-fluke-studio-uk-business-intelligence-mcp",
      "name": "Fluke-Studio/uk-business-intelligence-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Fluke-Studio/uk-business-intelligence-mcp",
      "github_url": "https://github.com/Fluke-Studio/uk-business-intelligence-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Fluke-Studio/uk-business-intelligence-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.703445+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.466122+00:00"
    },
    {
      "slug": "gh-venture-ai-labs-cryptodataapi-mcp",
      "name": "VENTURE-AI-LABS/cryptodataapi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/VENTURE-AI-LABS/cryptodataapi-mcp",
      "github_url": "https://github.com/VENTURE-AI-LABS/cryptodataapi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VENTURE-AI-LABS/cryptodataapi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.704717+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.466590+00:00"
    },
    {
      "slug": "gh-veroq-ai-veroq-mcp",
      "name": "veroq-ai/veroq-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/veroq-ai/veroq-mcp",
      "github_url": "https://github.com/veroq-ai/veroq-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/veroq-ai/veroq-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.705312+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.466916+00:00"
    },
    {
      "slug": "gh-szhygulin-vaultpilot-mcp",
      "name": "szhygulin/vaultpilot-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/szhygulin/vaultpilot-mcp",
      "github_url": "https://github.com/szhygulin/vaultpilot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/szhygulin/vaultpilot-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.705595+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.467315+00:00"
    },
    {
      "slug": "gh-minhoyoo-iotrust-waiaas",
      "name": "minhoyoo-iotrust/WAIaaS",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/minhoyoo-iotrust/WAIaaS",
      "github_url": "https://github.com/minhoyoo-iotrust/WAIaaS",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/minhoyoo-iotrust/WAIaaS"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.705760+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.468054+00:00"
    },
    {
      "slug": "gh-wowinter13-solscan-mcp",
      "name": "wowinter13/solscan-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wowinter13/solscan-mcp",
      "github_url": "https://github.com/wowinter13/solscan-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wowinter13/solscan-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.706211+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.468486+00:00"
    },
    {
      "slug": "gh-baskcart-w3ledger-mcp-server",
      "name": "W3Ship/w3ledger-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/baskcart/w3ledger-mcp-server",
      "github_url": "https://github.com/baskcart/w3ledger-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/baskcart/w3ledger-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.706678+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.468738+00:00"
    },
    {
      "slug": "gh-vdalhambra-financekit-mcp",
      "name": "vdalhambra/financekit-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vdalhambra/financekit-mcp",
      "github_url": "https://github.com/vdalhambra/financekit-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vdalhambra/financekit-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.707113+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.468973+00:00"
    },
    {
      "slug": "gh-wuye-ai-mcp-server-wuye-ai",
      "name": "Wuye-AI/mcp-server-wuye-ai",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wuye-ai/mcp-server-wuye-ai",
      "github_url": "https://github.com/wuye-ai/mcp-server-wuye-ai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wuye-ai/mcp-server-wuye-ai"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.707540+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.472359+00:00"
    },
    {
      "slug": "gh-xeroapi-xero-mcp-server",
      "name": "XeroAPI/xero-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/XeroAPI/xero-mcp-server",
      "github_url": "https://github.com/XeroAPI/xero-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/XeroAPI/xero-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.707960+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.698768+00:00"
    },
    {
      "slug": "gh-yamariki-hub-japan-corporate-mcp",
      "name": "yamariki-hub/japan-corporate-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yamariki-hub/japan-corporate-mcp",
      "github_url": "https://github.com/yamariki-hub/japan-corporate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yamariki-hub/japan-corporate-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.709438+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.470329+00:00"
    },
    {
      "slug": "gh-xpaysh-awesome-x402",
      "name": "xpaysh/awesome-x402",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/xpaysh/awesome-x402",
      "github_url": "https://github.com/xpaysh/awesome-x402",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/xpaysh/awesome-x402"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.710489+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.100436+00:00"
    },
    {
      "slug": "gh-yeick010-agentshield-mcp",
      "name": "yeick010/agentshield-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yeick010/agentshield-mcp",
      "github_url": "https://github.com/yeick010/agentshield-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yeick010/agentshield-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.711355+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.471540+00:00"
    },
    {
      "slug": "gh-yli769227-jpg-ashare-mcp",
      "name": "yli769227-jpg/ashare-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yli769227-jpg/ashare-mcp",
      "github_url": "https://github.com/yli769227-jpg/ashare-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yli769227-jpg/ashare-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.711901+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.472043+00:00"
    },
    {
      "slug": "gh-zlinzzzz-findata-mcp-server",
      "name": "zlinzzzz/finData-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zlinzzzz/finData-mcp-server",
      "github_url": "https://github.com/zlinzzzz/finData-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zlinzzzz/finData-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.712388+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.472371+00:00"
    },
    {
      "slug": "gh-zolo-ryan-marketauxmcpserver",
      "name": "zolo-ryan/MarketAuxMcpServer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Zolo-Ryan/MarketAuxMcpServer",
      "github_url": "https://github.com/Zolo-Ryan/MarketAuxMcpServer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Zolo-Ryan/MarketAuxMcpServer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.713394+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.472666+00:00"
    },
    {
      "slug": "gh-mnemox-ai-tradememory-protocol",
      "name": "mnemox-ai/tradememory-protocol",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mnemox-ai/tradememory-protocol",
      "github_url": "https://github.com/mnemox-ai/tradememory-protocol",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mnemox-ai/tradememory-protocol"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.714355+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.130986+00:00"
    },
    {
      "slug": "gh-thoughtproof-thoughtproof-mcp",
      "name": "thoughtproof/thoughtproof-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ThoughtProof/thoughtproof-mcp",
      "github_url": "https://github.com/ThoughtProof/thoughtproof-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ThoughtProof/thoughtproof-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.714843+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.476229+00:00"
    },
    {
      "slug": "gh-tunedforai-x402-mcp",
      "name": "tunedforai/x402-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tunedforai/x402-mcp",
      "github_url": "https://github.com/tunedforai/x402-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tunedforai/x402-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.715254+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.477522+00:00"
    },
    {
      "slug": "gh-toolstem-toolstem-mcp-server",
      "name": "toolstem/toolstem-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/toolstem/toolstem-mcp-server",
      "github_url": "https://github.com/toolstem/toolstem-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/toolstem/toolstem-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.715584+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.478240+00:00"
    },
    {
      "slug": "gh-toolstem-toolstem-sec-mcp-server",
      "name": "toolstem/toolstem-sec-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/toolstem/toolstem-sec-mcp-server",
      "github_url": "https://github.com/toolstem/toolstem-sec-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/toolstem/toolstem-sec-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.716099+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.478547+00:00"
    },
    {
      "slug": "gh-pickelfintech-the13f-mcp",
      "name": "pickelfintech/the13f-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pickelfintech/the13f-mcp",
      "github_url": "https://github.com/pickelfintech/the13f-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pickelfintech/the13f-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.716505+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.478873+00:00"
    },
    {
      "slug": "gh-3akhp-prts-mcp",
      "name": "3aKHP/prts-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/3aKHP/prts-mcp",
      "github_url": "https://github.com/3aKHP/prts-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/3aKHP/prts-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.716727+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.479491+00:00"
    },
    {
      "slug": "gh-butterlatte-zhang-unity-ai-bridge",
      "name": "butterlatte-zhang/unity-ai-bridge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/butterlatte-zhang/unity-ai-bridge",
      "github_url": "https://github.com/butterlatte-zhang/unity-ai-bridge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/butterlatte-zhang/unity-ai-bridge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.716909+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.480134+00:00"
    },
    {
      "slug": "gh-buildepicshit-wick",
      "name": "buildepicshit/Wick",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/buildepicshit/Wick",
      "github_url": "https://github.com/buildepicshit/Wick",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/buildepicshit/Wick"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.717086+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.480744+00:00"
    },
    {
      "slug": "gh-codergamester-mcp-unity",
      "name": "CoderGamester/mcp-unity",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/CoderGamester/mcp-unity",
      "github_url": "https://github.com/CoderGamester/mcp-unity",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CoderGamester/mcp-unity"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.717316+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.650674+00:00"
    },
    {
      "slug": "gh-coding-solo-godot-mcp",
      "name": "Coding-Solo/godot-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Coding-Solo/godot-mcp",
      "github_url": "https://github.com/Coding-Solo/godot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Coding-Solo/godot-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.717500+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.831337+00:00"
    },
    {
      "slug": "gh-ddsky-gamebrain-api-clients",
      "name": "ddsky/gamebrain-api-clients",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ddsky/gamebrain-api-clients",
      "github_url": "https://github.com/ddsky/gamebrain-api-clients",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ddsky/gamebrain-api-clients"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.717680+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.482636+00:00"
    },
    {
      "slug": "gh-gregario-dnd-oracle",
      "name": "gregario/dnd-oracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/dnd-oracle",
      "github_url": "https://github.com/gregario/dnd-oracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/dnd-oracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.717861+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.482947+00:00"
    },
    {
      "slug": "gh-gregario-godot-forge",
      "name": "gregario/godot-forge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/godot-forge",
      "github_url": "https://github.com/gregario/godot-forge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/godot-forge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.718049+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.483249+00:00"
    },
    {
      "slug": "gh-gregario-lorcana-oracle",
      "name": "gregario/lorcana-oracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/lorcana-oracle",
      "github_url": "https://github.com/gregario/lorcana-oracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/lorcana-oracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.718228+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.483770+00:00"
    },
    {
      "slug": "gh-gregario-hearthstone-oracle",
      "name": "gregario/hearthstone-oracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/hearthstone-oracle",
      "github_url": "https://github.com/gregario/hearthstone-oracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/hearthstone-oracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.718403+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.484347+00:00"
    },
    {
      "slug": "gh-gregario-mtg-oracle",
      "name": "gregario/mtg-oracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/mtg-oracle",
      "github_url": "https://github.com/gregario/mtg-oracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/mtg-oracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.718577+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.484778+00:00"
    },
    {
      "slug": "gh-gregario-onepiece-oracle",
      "name": "gregario/onepiece-oracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/onepiece-oracle",
      "github_url": "https://github.com/gregario/onepiece-oracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/onepiece-oracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.718758+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.485060+00:00"
    },
    {
      "slug": "gh-gregario-tft-oracle",
      "name": "gregario/tft-oracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/tft-oracle",
      "github_url": "https://github.com/gregario/tft-oracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/tft-oracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.718945+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.485356+00:00"
    },
    {
      "slug": "gh-gregario-warhammer-oracle",
      "name": "gregario/warhammer-oracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/warhammer-oracle",
      "github_url": "https://github.com/gregario/warhammer-oracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/warhammer-oracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.719132+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.485672+00:00"
    },
    {
      "slug": "gh-erodenn-godot-mcp-runtime",
      "name": "Erodenn/godot-mcp-runtime",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Erodenn/godot-mcp-runtime",
      "github_url": "https://github.com/Erodenn/godot-mcp-runtime",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Erodenn/godot-mcp-runtime"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.719303+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.486007+00:00"
    },
    {
      "slug": "gh-haoyifan-silicon-pantheon",
      "name": "haoyifan/Silicon-Pantheon",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/haoyifan/Silicon-Pantheon",
      "github_url": "https://github.com/haoyifan/Silicon-Pantheon",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/haoyifan/Silicon-Pantheon"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.719484+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.486254+00:00"
    },
    {
      "slug": "gh-hkaanengin-opendota-mcp-server",
      "name": "hkaanengin/opendota-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hkaanengin/opendota-mcp-server",
      "github_url": "https://github.com/hkaanengin/opendota-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hkaanengin/opendota-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.719655+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.486485+00:00"
    },
    {
      "slug": "gh-hope1026-weppy-roblox-mcp",
      "name": "hope1026/weppy-roblox-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hope1026/weppy-roblox-mcp",
      "github_url": "https://github.com/hope1026/weppy-roblox-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hope1026/weppy-roblox-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.719818+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.486713+00:00"
    },
    {
      "slug": "gh-ivanmurzak-unity-mcp",
      "name": "IvanMurzak/Unity-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/IvanMurzak/Unity-MCP",
      "github_url": "https://github.com/IvanMurzak/Unity-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IvanMurzak/Unity-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.719985+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.537779+00:00"
    },
    {
      "slug": "gh-jiayao-mcp-chess",
      "name": "jiayao/mcp-chess",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jiayao/mcp-chess",
      "github_url": "https://github.com/jiayao/mcp-chess",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jiayao/mcp-chess"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.720161+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.487170+00:00"
    },
    {
      "slug": "gh-jkiley129-steam-mcp",
      "name": "jkiley129/steam-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jkiley129/steam-mcp",
      "github_url": "https://github.com/jkiley129/steam-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jkiley129/steam-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.720339+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.487784+00:00"
    },
    {
      "slug": "gh-kitao-pyxel-mcp",
      "name": "kitao/pyxel-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kitao/pyxel-mcp",
      "github_url": "https://github.com/kitao/pyxel-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kitao/pyxel-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.720520+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.488393+00:00"
    },
    {
      "slug": "gh-kitao-pyxel",
      "name": "Pyxel",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kitao/pyxel",
      "github_url": "https://github.com/kitao/pyxel",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kitao/pyxel"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.720701+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.489040+00:00"
    },
    {
      "slug": "gh-kkjdaniel-bgg-mcp",
      "name": "kkjdaniel/bgg-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kkjdaniel/bgg-mcp",
      "github_url": "https://github.com/kkjdaniel/bgg-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kkjdaniel/bgg-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.720873+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.735195+00:00"
    },
    {
      "slug": "gh-lodordev-mcp-romm",
      "name": "lodordev/mcp-romm",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lodordev/mcp-romm",
      "github_url": "https://github.com/lodordev/mcp-romm",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lodordev/mcp-romm"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.721041+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.496332+00:00"
    },
    {
      "slug": "gh-rommapp-romm",
      "name": "RomM",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rommapp/romm",
      "github_url": "https://github.com/rommapp/romm",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rommapp/romm"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.721270+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.498100+00:00"
    },
    {
      "slug": "gh-zefarie-pterodactyl-mcp",
      "name": "zefarie/pterodactyl-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zefarie/pterodactyl-mcp",
      "github_url": "https://github.com/zefarie/pterodactyl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zefarie/pterodactyl-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.721451+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.498947+00:00"
    },
    {
      "slug": "gh-n24q02m-better-godot-mcp",
      "name": "n24q02m/better-godot-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/n24q02m/better-godot-mcp",
      "github_url": "https://github.com/n24q02m/better-godot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/n24q02m/better-godot-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.721618+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.499386+00:00"
    },
    {
      "slug": "gh-opgginc-opgg-mcp",
      "name": "opgginc/opgg-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/opgginc/opgg-mcp",
      "github_url": "https://github.com/opgginc/opgg-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/opgginc/opgg-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.721830+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.598935+00:00"
    },
    {
      "slug": "gh-pab1it0-chess-mcp",
      "name": "pab1ito/chess-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pab1it0/chess-mcp",
      "github_url": "https://github.com/pab1it0/chess-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pab1it0/chess-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.722274+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.500046+00:00"
    },
    {
      "slug": "gh-razz-games-razz-mcp",
      "name": "razz-games/razz-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/razz-games/razz-mcp",
      "github_url": "https://github.com/razz-games/razz-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/razz-games/razz-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.722725+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.500274+00:00"
    },
    {
      "slug": "gh-rkocosmergon-cosmergon-agent",
      "name": "rkocosmergon/cosmergon-agent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rkocosmergon/cosmergon-agent",
      "github_url": "https://github.com/rkocosmergon/cosmergon-agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rkocosmergon/cosmergon-agent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.723161+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.500716+00:00"
    },
    {
      "slug": "gh-rishijatia-fantasy-pl-mcp",
      "name": "rishijatia/fantasy-pl-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rishijatia/fantasy-pl-mcp",
      "github_url": "https://github.com/rishijatia/fantasy-pl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rishijatia/fantasy-pl-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.723595+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.501412+00:00"
    },
    {
      "slug": "gh-sonirico-mcp-stockfish",
      "name": "sonirico/mcp-stockfish",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sonirico/mcp-stockfish",
      "github_url": "https://github.com/sonirico/mcp-stockfish",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sonirico/mcp-stockfish"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.724023+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.502173+00:00"
    },
    {
      "slug": "gh-staccdotsol-staccbot-tg",
      "name": "staccDOTsol/staccbot-tg",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/staccDOTsol/staccbot-tg",
      "github_url": "https://github.com/staccDOTsol/staccbot-tg",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/staccDOTsol/staccbot-tg"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.724454+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.502786+00:00"
    },
    {
      "slug": "gh-stefan-xyz-mcp-server-runescape",
      "name": "stefan-xyz/mcp-server-runescape",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/stefan-xyz/mcp-server-runescape",
      "github_url": "https://github.com/stefan-xyz/mcp-server-runescape",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stefan-xyz/mcp-server-runescape"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.725397+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.503386+00:00"
    },
    {
      "slug": "gh-alex-gon-thegamecrafter-mcp-server",
      "name": "alex-gon/thegamecrafter-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alex-gon/thegamecrafter-mcp-server",
      "github_url": "https://github.com/alex-gon/thegamecrafter-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alex-gon/thegamecrafter-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.726325+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.503675+00:00"
    },
    {
      "slug": "gh-jhomen368-steam-reviews-mcp",
      "name": "jhomen368/steam-reviews-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jhomen368/steam-reviews-mcp",
      "github_url": "https://github.com/jhomen368/steam-reviews-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jhomen368/steam-reviews-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.727406+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.503919+00:00"
    },
    {
      "slug": "gh-tomholford-mcp-tic-tac-toe",
      "name": "tomholford/mcp-tic-tac-toe",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tomholford/mcp-tic-tac-toe",
      "github_url": "https://github.com/tomholford/mcp-tic-tac-toe",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tomholford/mcp-tic-tac-toe"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.728453+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.504166+00:00"
    },
    {
      "slug": "gh-youichi-uda-godot-mcp-pro",
      "name": "youichi-uda/godot-mcp-pro",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/youichi-uda/godot-mcp-pro",
      "github_url": "https://github.com/youichi-uda/godot-mcp-pro",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/youichi-uda/godot-mcp-pro"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.728885+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.098411+00:00"
    },
    {
      "slug": "gh-hadicherkaoui-crafty-mcp",
      "name": "HadiCherkaoui/crafty-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HadiCherkaoui/crafty-mcp",
      "github_url": "https://github.com/HadiCherkaoui/crafty-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HadiCherkaoui/crafty-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.729148+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.504627+00:00"
    },
    {
      "slug": "gh-apiarya-wemo-mcp-server",
      "name": "apiarya/wemo-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/apiarya/wemo-mcp-server",
      "github_url": "https://github.com/apiarya/wemo-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apiarya/wemo-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.729416+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.505129+00:00"
    },
    {
      "slug": "gh-hybirdss-smartest-tv",
      "name": "Hybirdss/smartest-tv",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Hybirdss/smartest-tv",
      "github_url": "https://github.com/Hybirdss/smartest-tv",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Hybirdss/smartest-tv"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.729675+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.505763+00:00"
    },
    {
      "slug": "gh-kambriso-fritzbox-mcp-server",
      "name": "kambriso/fritzbox-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kambriso/fritzbox-mcp-server",
      "github_url": "https://github.com/kambriso/fritzbox-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kambriso/fritzbox-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.729919+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.506378+00:00"
    },
    {
      "slug": "gh-aidesignblueprint-integrations",
      "name": "aidesignblueprint/integrations",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aidesignblueprint/integrations",
      "github_url": "https://github.com/aidesignblueprint/integrations",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aidesignblueprint/integrations"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.730166+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.507142+00:00"
    },
    {
      "slug": "gh-andreas-roennestad-openhive-mcp",
      "name": "andreas-roennestad/openhive-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/andreas-roennestad/openhive-mcp",
      "github_url": "https://github.com/andreas-roennestad/openhive-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/andreas-roennestad/openhive-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.730399+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.508837+00:00"
    },
    {
      "slug": "gh-auctalis-nocturnusai",
      "name": "Auctalis/nocturnusai",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Auctalis/nocturnusai",
      "github_url": "https://github.com/Auctalis/nocturnusai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Auctalis/nocturnusai"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.730641+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.509205+00:00"
    },
    {
      "slug": "gh-0xshellming-mcp-summarizer",
      "name": "0xshellming/mcp-summarizer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/0xshellming/mcp-summarizer",
      "github_url": "https://github.com/0xshellming/mcp-summarizer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/0xshellming/mcp-summarizer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.730898+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.509490+00:00"
    },
    {
      "slug": "gh-20alexl-claude-engram",
      "name": "20alexl/claude-engram",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/20alexl/claude-engram",
      "github_url": "https://github.com/20alexl/claude-engram",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/20alexl/claude-engram"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.731329+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.509746+00:00"
    },
    {
      "slug": "gh-timmx7-acheron-mcp-server",
      "name": "timmx7/acheron-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/timmx7/acheron-mcp-server",
      "github_url": "https://github.com/timmx7/acheron-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/timmx7/acheron-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.731762+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.509999+00:00"
    },
    {
      "slug": "gh-agentic-mcp-tools-memora",
      "name": "agentic-mcp-tools/memora",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/agentic-mcp-tools/memora",
      "github_url": "https://github.com/agentic-mcp-tools/memora",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentic-mcp-tools/memora"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.732393+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.510251+00:00"
    },
    {
      "slug": "gh-thezenmonster-agentmem",
      "name": "Thezenmonster/agentmem",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Thezenmonster/agentmem",
      "github_url": "https://github.com/Thezenmonster/agentmem",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Thezenmonster/agentmem"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.732875+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.510770+00:00"
    },
    {
      "slug": "gh-aitytech-agentkits-memory",
      "name": "aitytech/agentkits-memory",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aitytech/agentkits-memory",
      "github_url": "https://github.com/aitytech/agentkits-memory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aitytech/agentkits-memory"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.733304+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.511375+00:00"
    },
    {
      "slug": "gh-aliceljy-recallnest",
      "name": "AliceLJY/recallnest",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AliceLJY/recallnest",
      "github_url": "https://github.com/AliceLJY/recallnest",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AliceLJY/recallnest"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.733587+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.511984+00:00"
    },
    {
      "slug": "gh-ailenshen-apple-notes-mcp",
      "name": "ailenshen/apple-notes-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ailenshen/apple-notes-mcp",
      "github_url": "https://github.com/ailenshen/apple-notes-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ailenshen/apple-notes-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.733788+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.512505+00:00"
    },
    {
      "slug": "gh-agenticrevolution-memory-nexus-cloud",
      "name": "AgenticRevolution/memory-nexus-cloud",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AgenticRevolution/memory-nexus-cloud",
      "github_url": "https://github.com/AgenticRevolution/memory-nexus-cloud",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AgenticRevolution/memory-nexus-cloud"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.733974+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.512747+00:00"
    },
    {
      "slug": "gh-agentmodule-mcp",
      "name": "AgentModule/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AgentModule/mcp",
      "github_url": "https://github.com/AgentModule/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AgentModule/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.734156+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.512975+00:00"
    },
    {
      "slug": "gh-alekseimarchenko-central-intelligence",
      "name": "AlekseiMarchenko/central-intelligence",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AlekseiMarchenko/central-intelligence",
      "github_url": "https://github.com/AlekseiMarchenko/central-intelligence",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AlekseiMarchenko/central-intelligence"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.734347+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.513223+00:00"
    },
    {
      "slug": "gh-epicsagas-alcove",
      "name": "epicsagas/alcove",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/epicsagas/alcove",
      "github_url": "https://github.com/epicsagas/alcove",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/epicsagas/alcove"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.734549+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.513844+00:00"
    },
    {
      "slug": "gh-alibaizhanov-mengram",
      "name": "alibaizhanov/mengram",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alibaizhanov/mengram",
      "github_url": "https://github.com/alibaizhanov/mengram",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alibaizhanov/mengram"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.734750+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.514469+00:00"
    },
    {
      "slug": "gh-antoniotf5-soul-mcp-server",
      "name": "AntonioTF5/soul-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AntonioTF5/soul-mcp-server",
      "github_url": "https://github.com/AntonioTF5/soul-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AntonioTF5/soul-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.734940+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.515166+00:00"
    },
    {
      "slug": "gh-apecloud-aperag",
      "name": "apecloud/ApeRAG",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/apecloud/ApeRAG",
      "github_url": "https://github.com/apecloud/ApeRAG",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apecloud/ApeRAG"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.735118+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.654418+00:00"
    },
    {
      "slug": "gh-battam1111-myco",
      "name": "Battam1111/Myco",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Battam1111/Myco",
      "github_url": "https://github.com/Battam1111/Myco",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Battam1111/Myco"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.735294+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.516425+00:00"
    },
    {
      "slug": "gh-bitatlas-group-bitatlas",
      "name": "bitatlas-group/bitatlas",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bitatlas-group/bitatlas",
      "github_url": "https://github.com/bitatlas-group/bitatlas",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bitatlas-group/bitatlas"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.735478+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.517046+00:00"
    },
    {
      "slug": "gh-besslframework-stack-project-tessera",
      "name": "besslframework-stack/project-tessera",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/besslframework-stack/project-tessera",
      "github_url": "https://github.com/besslframework-stack/project-tessera",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/besslframework-stack/project-tessera"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.735668+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.517657+00:00"
    },
    {
      "slug": "gh-bh-rat-context-awesome",
      "name": "bh-rat/context-awesome",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bh-rat/context-awesome",
      "github_url": "https://github.com/bh-rat/context-awesome",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bh-rat/context-awesome"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.735862+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.768278+00:00"
    },
    {
      "slug": "gh-bitbonsai-mcp-obsidian",
      "name": "bitbonsai/mcp-obsidian",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bitbonsai/mcp-obsidian",
      "github_url": "https://github.com/bitbonsai/mcp-obsidian",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bitbonsai/mcp-obsidian"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.736042+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.518904+00:00"
    },
    {
      "slug": "gh-bluzername-lennys-quotes",
      "name": "bluzername/lennys-quotes",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bluzername/lennys-quotes",
      "github_url": "https://github.com/bluzername/lennys-quotes",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bluzername/lennys-quotes"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.736233+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.519727+00:00"
    },
    {
      "slug": "gh-cameronrye-openzim-mcp",
      "name": "cameronrye/openzim-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cameronrye/openzim-mcp",
      "github_url": "https://github.com/cameronrye/openzim-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cameronrye/openzim-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.736432+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.520056+00:00"
    },
    {
      "slug": "gh-cdeust-cortex",
      "name": "cdeust/Cortex",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cdeust/Cortex",
      "github_url": "https://github.com/cdeust/Cortex",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cdeust/Cortex"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.736637+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.520301+00:00"
    },
    {
      "slug": "gh-terrizoaguimor-celiums-memory",
      "name": "celiums/celiums-memory",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/terrizoaguimor/celiums-memory",
      "github_url": "https://github.com/terrizoaguimor/celiums-memory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/terrizoaguimor/celiums-memory"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.736839+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.520587+00:00"
    },
    {
      "slug": "gh-cg3-llc-prior-mcp",
      "name": "cg3-llc/prior_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cg3-llc/prior_mcp",
      "github_url": "https://github.com/cg3-llc/prior_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cg3-llc/prior_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.737034+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.520933+00:00"
    },
    {
      "slug": "gh-canopyhq-phloem",
      "name": "CanopyHQ/phloem",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/CanopyHQ/phloem",
      "github_url": "https://github.com/CanopyHQ/phloem",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CanopyHQ/phloem"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.737219+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.521351+00:00"
    },
    {
      "slug": "gh-chatmcp-mcp-server-chatsum",
      "name": "chatmcp/mcp-server-chatsum",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/chatmcp/mcp-server-chatsum",
      "github_url": "https://github.com/chatmcp/mcp-server-chatsum",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chatmcp/mcp-server-chatsum"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.737398+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.521627+00:00"
    },
    {
      "slug": "gh-chemiguel23-memorymesh",
      "name": "CheMiguel23/MemoryMesh",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/CheMiguel23/MemoryMesh",
      "github_url": "https://github.com/CheMiguel23/MemoryMesh",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CheMiguel23/MemoryMesh"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.737717+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.165674+00:00"
    },
    {
      "slug": "gh-chrisgve-workspace-qdrant-mcp",
      "name": "ChrisGVE/workspace-qdrant-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ChrisGVE/workspace-qdrant-mcp",
      "github_url": "https://github.com/ChrisGVE/workspace-qdrant-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ChrisGVE/workspace-qdrant-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.738167+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.522142+00:00"
    },
    {
      "slug": "gh-cipherfoxie-sovereign-mcp",
      "name": "cipherfoxie/sovereign-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cipherfoxie/sovereign-mcp",
      "github_url": "https://github.com/cipherfoxie/sovereign-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cipherfoxie/sovereign-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.738615+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.522421+00:00"
    },
    {
      "slug": "gh-xjtlumedia-context-first-mcp",
      "name": "XJTLUmedia/Context-First-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/XJTLUmedia/Context-First-MCP",
      "github_url": "https://github.com/XJTLUmedia/Context-First-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/XJTLUmedia/Context-First-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.739083+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.522697+00:00"
    },
    {
      "slug": "gh-trust-delta-conversation-handoff-mcp",
      "name": "conversation-handoff-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/trust-delta/conversation-handoff-mcp",
      "github_url": "https://github.com/trust-delta/conversation-handoff-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/trust-delta/conversation-handoff-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.739529+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.522982+00:00"
    },
    {
      "slug": "gh-cryptosquanch-legends-mcp",
      "name": "cryptosquanch/legends-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cryptosquanch/legends-mcp",
      "github_url": "https://github.com/cryptosquanch/legends-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cryptosquanch/legends-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.739964+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.523501+00:00"
    },
    {
      "slug": "gh-dcostenco-prism-mcp",
      "name": "dcostenco/prism-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dcostenco/prism-mcp",
      "github_url": "https://github.com/dcostenco/prism-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dcostenco/prism-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.740402+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.524472+00:00"
    },
    {
      "slug": "gh-darktw-usecortex-mcp",
      "name": "darktw/usecortex-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/darktw/usecortex-mcp",
      "github_url": "https://github.com/darktw/usecortex-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/darktw/usecortex-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.740912+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.525553+00:00"
    },
    {
      "slug": "gh-decisionnode-decisionnode",
      "name": "decisionnode/DecisionNode",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/decisionnode/DecisionNode",
      "github_url": "https://github.com/decisionnode/DecisionNode",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/decisionnode/DecisionNode"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.741540+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.526198+00:00"
    },
    {
      "slug": "gh-destrayon-connapse",
      "name": "Destrayon/Connapse",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Destrayon/Connapse",
      "github_url": "https://github.com/Destrayon/Connapse",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Destrayon/Connapse"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.743210+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.526810+00:00"
    },
    {
      "slug": "gh-deusxmachina-dev-memorylane",
      "name": "deusXmachina-dev/memorylane",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/deusXmachina-dev/memorylane",
      "github_url": "https://github.com/deusXmachina-dev/memorylane",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/deusXmachina-dev/memorylane"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.744269+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.527466+00:00"
    },
    {
      "slug": "gh-dodopayments-context-mcp",
      "name": "dodopayments/contextmcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dodopayments/context-mcp",
      "github_url": "https://github.com/dodopayments/context-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dodopayments/context-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.744801+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.528104+00:00"
    },
    {
      "slug": "gh-doobidoo-mcp-context-provider",
      "name": "doobidoo/MCP-Context-Provider",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/doobidoo/MCP-Context-Provider",
      "github_url": "https://github.com/doobidoo/MCP-Context-Provider",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/doobidoo/MCP-Context-Provider"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.745319+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.528736+00:00"
    },
    {
      "slug": "gh-doobidoo-mcp-memory-service",
      "name": "doobidoo/mcp-memory-service",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/doobidoo/mcp-memory-service",
      "github_url": "https://github.com/doobidoo/mcp-memory-service",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/doobidoo/mcp-memory-service"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.745909+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.628122+00:00"
    },
    {
      "slug": "gh-dollhousemcp-mcp-server",
      "name": "DollhouseMCP/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/DollhouseMCP/mcp-server",
      "github_url": "https://github.com/DollhouseMCP/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/DollhouseMCP/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.747223+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.530022+00:00"
    },
    {
      "slug": "gh-edobusy-agenthold",
      "name": "edobusy/agenthold",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/edobusy/agenthold",
      "github_url": "https://github.com/edobusy/agenthold",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/edobusy/agenthold"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.747997+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.530637+00:00"
    },
    {
      "slug": "gh-elvismdev-mem0-mcp-selfhosted",
      "name": "elvismdev/mem0-mcp-selfhosted",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/elvismdev/mem0-mcp-selfhosted",
      "github_url": "https://github.com/elvismdev/mem0-mcp-selfhosted",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/elvismdev/mem0-mcp-selfhosted"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.748359+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.531250+00:00"
    },
    {
      "slug": "gh-cartisien-engram-mcp",
      "name": "Cartisien/engram-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Cartisien/engram-mcp",
      "github_url": "https://github.com/Cartisien/engram-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Cartisien/engram-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.748556+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.531873+00:00"
    },
    {
      "slug": "gh-entanglr-zettelkasten-mcp",
      "name": "entanglr/zettelkasten-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/entanglr/zettelkasten-mcp",
      "github_url": "https://github.com/entanglr/zettelkasten-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/entanglr/zettelkasten-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.749122+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.532491+00:00"
    },
    {
      "slug": "gh-g1itchbot8888-del-agent-memory",
      "name": "g1itchbot8888-del/agent-memory",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/g1itchbot8888-del/agent-memory",
      "github_url": "https://github.com/g1itchbot8888-del/agent-memory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/g1itchbot8888-del/agent-memory"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.750035+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.532829+00:00"
    },
    {
      "slug": "gh-giskard09-giskard-oasis",
      "name": "giskard09/giskard-oasis",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/giskard09/giskard-oasis",
      "github_url": "https://github.com/giskard09/giskard-oasis",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/giskard09/giskard-oasis"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.750969+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.533258+00:00"
    },
    {
      "slug": "gh-erebusenigma-context-memory",
      "name": "ErebusEnigma/context-memory",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ErebusEnigma/context-memory",
      "github_url": "https://github.com/ErebusEnigma/context-memory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ErebusEnigma/context-memory"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.751396+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.533855+00:00"
    },
    {
      "slug": "gh-for-sunny-hebbian-mind-enterprise",
      "name": "For-Sunny/hebbian-mind-enterprise",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/For-Sunny/hebbian-mind-enterprise",
      "github_url": "https://github.com/For-Sunny/hebbian-mind-enterprise",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/For-Sunny/hebbian-mind-enterprise"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.751699+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.534436+00:00"
    },
    {
      "slug": "gh-entire-vc-evc-team-relay-mcp",
      "name": "evc-team-relay-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/entire-vc/evc-team-relay-mcp",
      "github_url": "https://github.com/entire-vc/evc-team-relay-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/entire-vc/evc-team-relay-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.752036+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.534908+00:00"
    },
    {
      "slug": "gh-dl4rce-flaiwheel",
      "name": "dl4rce/flaiwheel",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dl4rce/flaiwheel",
      "github_url": "https://github.com/dl4rce/flaiwheel",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dl4rce/flaiwheel"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.752327+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.535419+00:00"
    },
    {
      "slug": "gh-fabio-rovai-open-ontologies",
      "name": "fabio-rovai/open-ontologies",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/fabio-rovai/open-ontologies",
      "github_url": "https://github.com/fabio-rovai/open-ontologies",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fabio-rovai/open-ontologies"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.752528+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.536113+00:00"
    },
    {
      "slug": "gh-lostintangent-gistpad-mcp",
      "name": "GistPad-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lostintangent/gistpad-mcp",
      "github_url": "https://github.com/lostintangent/gistpad-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lostintangent/gistpad-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.752711+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.536395+00:00"
    },
    {
      "slug": "gh-getcacheoverflow-cacheoverflow",
      "name": "GetCacheOverflow/CacheOverflow",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GetCacheOverflow/CacheOverflow",
      "github_url": "https://github.com/GetCacheOverflow/CacheOverflow",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GetCacheOverflow/CacheOverflow"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.752891+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.536637+00:00"
    },
    {
      "slug": "gh-graphlit-graphlit-mcp-server",
      "name": "graphlit-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/graphlit/graphlit-mcp-server",
      "github_url": "https://github.com/graphlit/graphlit-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/graphlit/graphlit-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.753072+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.538928+00:00"
    },
    {
      "slug": "gh-gregario-lego-oracle",
      "name": "gregario/lego-oracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/lego-oracle",
      "github_url": "https://github.com/gregario/lego-oracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/lego-oracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.753266+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.537491+00:00"
    },
    {
      "slug": "gh-gregario-brewers-almanack",
      "name": "gregario/brewers-almanack",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/brewers-almanack",
      "github_url": "https://github.com/gregario/brewers-almanack",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/brewers-almanack"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.753458+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.537966+00:00"
    },
    {
      "slug": "gh-gregario-3dprint-oracle",
      "name": "gregario/3dprint-oracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregario/3dprint-oracle",
      "github_url": "https://github.com/gregario/3dprint-oracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregario/3dprint-oracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.753664+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.538366+00:00"
    },
    {
      "slug": "gh-hannesrudolph-mcp-ragdocs",
      "name": "hannesrudolph/mcp-ragdocs",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hannesrudolph/mcp-ragdocs",
      "github_url": "https://github.com/hannesrudolph/mcp-ragdocs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hannesrudolph/mcp-ragdocs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.753844+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.538661+00:00"
    },
    {
      "slug": "gh-harrison-ai-counsel",
      "name": "harrison/ai-counsel",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/harrison/ai-counsel",
      "github_url": "https://github.com/harrison/ai-counsel",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/harrison/ai-counsel"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.754085+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.539040+00:00"
    },
    {
      "slug": "gh-hifriendbot-cogmemai-mcp",
      "name": "hifriendbot/cogmemai-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hifriendbot/cogmemai-mcp",
      "github_url": "https://github.com/hifriendbot/cogmemai-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hifriendbot/cogmemai-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.754295+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.539489+00:00"
    },
    {
      "slug": "gh-hubinoretros-deep-thinker",
      "name": "hubinoretros/deep-thinker",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hubinoretros/deep-thinker",
      "github_url": "https://github.com/hubinoretros/deep-thinker",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hubinoretros/deep-thinker"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.754474+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.541668+00:00"
    },
    {
      "slug": "gh-hyunjae-labs-lore",
      "name": "hyunjae-labs/lore",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hyunjae-labs/lore",
      "github_url": "https://github.com/hyunjae-labs/lore",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hyunjae-labs/lore"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.754650+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.543056+00:00"
    },
    {
      "slug": "gh-idapixl-algora-mcp-server",
      "name": "idapixl/algora-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/idapixl/algora-mcp-server",
      "github_url": "https://github.com/idapixl/algora-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/idapixl/algora-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.754828+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.543823+00:00"
    },
    {
      "slug": "gh-igorganapolsky-mcp-memory-gateway",
      "name": "IgorGanapolsky/mcp-memory-gateway",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/IgorGanapolsky/mcp-memory-gateway",
      "github_url": "https://github.com/IgorGanapolsky/mcp-memory-gateway",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IgorGanapolsky/mcp-memory-gateway"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.754999+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.544378+00:00"
    },
    {
      "slug": "gh-jamesanz-cross-llm-mcp",
      "name": "JamesANZ/cross-llm-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JamesANZ/cross-llm-mcp",
      "github_url": "https://github.com/JamesANZ/cross-llm-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JamesANZ/cross-llm-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.755172+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.544819+00:00"
    },
    {
      "slug": "gh-jamesanz-memory-mcp",
      "name": "JamesANZ/memory-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JamesANZ/memory-mcp",
      "github_url": "https://github.com/JamesANZ/memory-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JamesANZ/memory-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.755342+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.545160+00:00"
    },
    {
      "slug": "gh-jcdickinson-simplemem",
      "name": "jcdickinson/simplemem",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jcdickinson/simplemem",
      "github_url": "https://github.com/jcdickinson/simplemem",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jcdickinson/simplemem"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.755703+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.545440+00:00"
    },
    {
      "slug": "gh-jinning6-noosphere",
      "name": "JinNing6/Noosphere",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JinNing6/Noosphere",
      "github_url": "https://github.com/JinNing6/Noosphere",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JinNing6/Noosphere"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.756172+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.545702+00:00"
    },
    {
      "slug": "gh-jinzcdev-markmap-mcp-server",
      "name": "jinzcdev/markmap-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jinzcdev/markmap-mcp-server",
      "github_url": "https://github.com/jinzcdev/markmap-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jinzcdev/markmap-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.756630+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.545964+00:00"
    },
    {
      "slug": "gh-markmap-markmap",
      "name": "markmap",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/markmap/markmap",
      "github_url": "https://github.com/markmap/markmap",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/markmap/markmap"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.757086+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.546199+00:00"
    },
    {
      "slug": "gh-kael-bit-engram-rs",
      "name": "kael-bit/engram-rs",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kael-bit/engram-rs",
      "github_url": "https://github.com/kael-bit/engram-rs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kael-bit/engram-rs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.757547+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.546755+00:00"
    },
    {
      "slug": "gh-kaliaboi-mcp-zotero",
      "name": "kaliaboi/mcp-zotero",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kaliaboi/mcp-zotero",
      "github_url": "https://github.com/kaliaboi/mcp-zotero",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kaliaboi/mcp-zotero"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.758003+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.547436+00:00"
    },
    {
      "slug": "gh-keepgoing-dev-mcp-server",
      "name": "keepgoing-dev/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/keepgoing-dev/mcp-server",
      "github_url": "https://github.com/keepgoing-dev/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/keepgoing-dev/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.759299+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.548155+00:00"
    },
    {
      "slug": "gh-kvantra-dev-nouz-mcp",
      "name": "KVANTRA-dev/NOUZ-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KVANTRA-dev/NOUZ-MCP",
      "github_url": "https://github.com/KVANTRA-dev/NOUZ-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KVANTRA-dev/NOUZ-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.760705+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.548804+00:00"
    },
    {
      "slug": "gh-leesgit-claude-session-continuity-mcp",
      "name": "leesgit/claude-session-continuity-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/leesgit/claude-session-continuity-mcp",
      "github_url": "https://github.com/leesgit/claude-session-continuity-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/leesgit/claude-session-continuity-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.762074+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.549514+00:00"
    },
    {
      "slug": "gh-lfrmonteiro99-memento-mcp",
      "name": "lfrmonteiro99/memento-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lfrmonteiro99/memento-mcp",
      "github_url": "https://github.com/lfrmonteiro99/memento-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lfrmonteiro99/memento-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.762675+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.549923+00:00"
    },
    {
      "slug": "gh-linxule-lotus-wisdom-mcp",
      "name": "linxule/lotus-wisdom-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/linxule/lotus-wisdom-mcp",
      "github_url": "https://github.com/linxule/lotus-wisdom-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/linxule/lotus-wisdom-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.763001+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.550506+00:00"
    },
    {
      "slug": "gh-louis030195-easy-obsidian-mcp",
      "name": "louis030195/easy-obsidian-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/louis030195/easy-obsidian-mcp",
      "github_url": "https://github.com/louis030195/easy-obsidian-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/louis030195/easy-obsidian-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.763272+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.550977+00:00"
    },
    {
      "slug": "gh-luizedupp-rememb",
      "name": "LuizEduPP/rememb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LuizEduPP/Rememb",
      "github_url": "https://github.com/LuizEduPP/Rememb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LuizEduPP/Rememb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.763610+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.551364+00:00"
    },
    {
      "slug": "gh-lyonzin-knowledge-rag",
      "name": "lyonzin/knowledge-rag",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lyonzin/knowledge-rag",
      "github_url": "https://github.com/lyonzin/knowledge-rag",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lyonzin/knowledge-rag"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.763898+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.551644+00:00"
    },
    {
      "slug": "gh-markmhendrickson-neotoma",
      "name": "markmhendrickson/neotoma",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/markmhendrickson/neotoma",
      "github_url": "https://github.com/markmhendrickson/neotoma",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/markmhendrickson/neotoma"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.764179+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.551894+00:00"
    },
    {
      "slug": "gh-mattjoyce-mcp-persona-sessions",
      "name": "mattjoyce/mcp-persona-sessions",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mattjoyce/mcp-persona-sessions",
      "github_url": "https://github.com/mattjoyce/mcp-persona-sessions",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mattjoyce/mcp-persona-sessions"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.764429+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.552151+00:00"
    },
    {
      "slug": "gh-mem0ai-mem0-mcp",
      "name": "mem0ai/mem0-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mem0ai/mem0-mcp",
      "github_url": "https://github.com/mem0ai/mem0-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mem0ai/mem0-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.764681+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.552412+00:00"
    },
    {
      "slug": "gh-tverney-mcp-agent-memory",
      "name": "tverney/mcp-agent-memory",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tverney/mcp-agent-memory",
      "github_url": "https://github.com/tverney/mcp-agent-memory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tverney/mcp-agent-memory"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.764921+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.552685+00:00"
    },
    {
      "slug": "gh-memstate-ai-memstate-mcp",
      "name": "memstate-ai/memstate-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/memstate-ai/memstate-mcp",
      "github_url": "https://github.com/memstate-ai/memstate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/memstate-ai/memstate-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.765157+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.552935+00:00"
    },
    {
      "slug": "gh-michael-denyer-memory-mcp",
      "name": "michael-denyer/memory-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/michael-denyer/memory-mcp",
      "github_url": "https://github.com/michael-denyer/memory-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/michael-denyer/memory-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.765639+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.553185+00:00"
    },
    {
      "slug": "gh-mercurialsolo-counsel-mcp",
      "name": "mercurialsolo/counsel-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mercurialsolo/counsel-mcp",
      "github_url": "https://github.com/mercurialsolo/counsel-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mercurialsolo/counsel-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.765958+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.553601+00:00"
    },
    {
      "slug": "gh-mlorentedev-hive",
      "name": "mlorentedev/hive",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mlorentedev/hive",
      "github_url": "https://github.com/mlorentedev/hive",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mlorentedev/hive"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.766410+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.554249+00:00"
    },
    {
      "slug": "gh-mnlt-wellread",
      "name": "mnlt/wellread",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mnlt/wellread",
      "github_url": "https://github.com/mnlt/wellread",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mnlt/wellread"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.766763+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.554888+00:00"
    },
    {
      "slug": "gh-duhokim-nebulamind",
      "name": "DuhoKim/NebulaMind",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/DuhoKim/NebulaMind",
      "github_url": "https://github.com/DuhoKim/NebulaMind",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/DuhoKim/NebulaMind"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.766973+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.555521+00:00"
    },
    {
      "slug": "gh-mwgmorningwood-central-memory-mcp",
      "name": "MWGMorningwood/Central-Memory-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MWGMorningwood/Central-Memory-MCP",
      "github_url": "https://github.com/MWGMorningwood/Central-Memory-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MWGMorningwood/Central-Memory-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.767165+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.556151+00:00"
    },
    {
      "slug": "gh-myagenthubs-aimemo",
      "name": "MyAgentHubs/aimemo",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MyAgentHubs/aimemo",
      "github_url": "https://github.com/MyAgentHubs/aimemo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MyAgentHubs/aimemo"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.767356+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.557906+00:00"
    },
    {
      "slug": "gh-n24q02m-mnemo-mcp",
      "name": "n24q02m/mnemo-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/n24q02m/mnemo-mcp",
      "github_url": "https://github.com/n24q02m/mnemo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/n24q02m/mnemo-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.767581+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.559022+00:00"
    },
    {
      "slug": "gh-ndjordjevic-pinrag",
      "name": "ndjordjevic/pinrag",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ndjordjevic/pinrag",
      "github_url": "https://github.com/ndjordjevic/pinrag",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ndjordjevic/pinrag"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.767788+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.559492+00:00"
    },
    {
      "slug": "gh-nfemmanuel-iranti",
      "name": "nfemmanuel/iranti",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nfemmanuel/iranti",
      "github_url": "https://github.com/nfemmanuel/iranti",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nfemmanuel/iranti"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.767989+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.559839+00:00"
    },
    {
      "slug": "gh-nicholasglazer-gnosis-mcp",
      "name": "nicholasglazer/gnosis-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nicholasglazer/gnosis-mcp",
      "github_url": "https://github.com/nicholasglazer/gnosis-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nicholasglazer/gnosis-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.768192+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.560120+00:00"
    },
    {
      "slug": "gh-nonatofabio-local-faiss-mcp",
      "name": "nonatofabio/local-faiss-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nonatofabio/local_faiss_mcp",
      "github_url": "https://github.com/nonatofabio/local_faiss_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nonatofabio/local_faiss_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.768390+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.560384+00:00"
    },
    {
      "slug": "gh-olgasafonova-mediawiki-mcp-server",
      "name": "olgasafonova/mediawiki-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/olgasafonova/mediawiki-mcp-server",
      "github_url": "https://github.com/olgasafonova/mediawiki-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/olgasafonova/mediawiki-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.768582+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.560645+00:00"
    },
    {
      "slug": "gh-omega-memory-omega-memory",
      "name": "omega-memory/omega-memory",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/omega-memory/omega-memory",
      "github_url": "https://github.com/omega-memory/omega-memory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/omega-memory/omega-memory"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.768781+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.560904+00:00"
    },
    {
      "slug": "gh-agentbase1-mcp-server",
      "name": "AgentBase1/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AgentBase1/mcp-server",
      "github_url": "https://github.com/AgentBase1/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AgentBase1/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.768980+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.561217+00:00"
    },
    {
      "slug": "gh-pallaprolus-mendeley-mcp",
      "name": "pallaprolus/mendeley-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pallaprolus/mendeley-mcp",
      "github_url": "https://github.com/pallaprolus/mendeley-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pallaprolus/mendeley-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.769170+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.561548+00:00"
    },
    {
      "slug": "gh-paladini-mcp-me",
      "name": "paladini/mcp-me",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/paladini/mcp-me",
      "github_url": "https://github.com/paladini/mcp-me",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/paladini/mcp-me"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.769360+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.561810+00:00"
    },
    {
      "slug": "gh-papersflow-ai-papersflow-mcp",
      "name": "papersflow-ai/papersflow-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/papersflow-ai/papersflow-mcp",
      "github_url": "https://github.com/papersflow-ai/papersflow-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/papersflow-ai/papersflow-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.769567+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.562106+00:00"
    },
    {
      "slug": "gh-pantheon-security-notebooklm-mcp-secure",
      "name": "Pantheon-Security/notebooklm-mcp-secure",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Pantheon-Security/notebooklm-mcp-secure",
      "github_url": "https://github.com/Pantheon-Security/notebooklm-mcp-secure",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Pantheon-Security/notebooklm-mcp-secure"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.769789+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.562766+00:00"
    },
    {
      "slug": "gh-pi22by7-in-memoria",
      "name": "pi22by7/In-Memoria",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pi22by7/In-Memoria",
      "github_url": "https://github.com/pi22by7/In-Memoria",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pi22by7/In-Memoria"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.769995+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.563432+00:00"
    },
    {
      "slug": "gh-penfieldlabs-penfield-mcp",
      "name": "penfieldlabs/penfield-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/penfieldlabs/penfield-mcp",
      "github_url": "https://github.com/penfieldlabs/penfield-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/penfieldlabs/penfield-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.770199+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.564074+00:00"
    },
    {
      "slug": "gh-peterbeck111-knowledgelib-io",
      "name": "peterbeck111/knowledgelib-io",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/peterbeck111/knowledgelib-io",
      "github_url": "https://github.com/peterbeck111/knowledgelib-io",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/peterbeck111/knowledgelib-io"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.770392+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.564630+00:00"
    },
    {
      "slug": "gh-pfillion42-memviz",
      "name": "pfillion42/memviz",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pfillion42/memviz",
      "github_url": "https://github.com/pfillion42/memviz",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pfillion42/memviz"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.770588+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.564929+00:00"
    },
    {
      "slug": "gh-pinecone-io-assistant-mcp",
      "name": "pinecone-io/assistant-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pinecone-io/assistant-mcp",
      "github_url": "https://github.com/pinecone-io/assistant-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pinecone-io/assistant-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.770769+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.565175+00:00"
    },
    {
      "slug": "gh-pomazanbohdan-memory-mcp-1file",
      "name": "pomazanbohdan/memory-mcp-1file",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pomazanbohdan/memory-mcp-1file",
      "github_url": "https://github.com/pomazanbohdan/memory-mcp-1file",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pomazanbohdan/memory-mcp-1file"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.770942+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.565420+00:00"
    },
    {
      "slug": "gh-ragieai-ragie-mcp-server",
      "name": "ragieai/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ragieai/ragie-mcp-server",
      "github_url": "https://github.com/ragieai/ragie-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ragieai/ragie-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.771119+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.565660+00:00"
    },
    {
      "slug": "gh-remembra-ai-remembra",
      "name": "remembra-ai/remembra",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/remembra-ai/remembra",
      "github_url": "https://github.com/remembra-ai/remembra",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/remembra-ai/remembra"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.771378+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.566104+00:00"
    },
    {
      "slug": "gh-redleaves-context-keeper",
      "name": "redleaves/context-keeper",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/redleaves/context-keeper",
      "github_url": "https://github.com/redleaves/context-keeper",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/redleaves/context-keeper"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.771844+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.566736+00:00"
    },
    {
      "slug": "gh-roampal-ai-roampal-core",
      "name": "roampal-ai/roampal-core",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/roampal-ai/roampal-core",
      "github_url": "https://github.com/roampal-ai/roampal-core",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/roampal-ai/roampal-core"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.772309+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.567233+00:00"
    },
    {
      "slug": "gh-roomi-fields-notebooklm-mcp",
      "name": "roomi-fields/notebooklm-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/roomi-fields/notebooklm-mcp",
      "github_url": "https://github.com/roomi-fields/notebooklm-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/roomi-fields/notebooklm-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.772636+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.567500+00:00"
    },
    {
      "slug": "gh-rushikeshmore-codecortex",
      "name": "rushikeshmore/CodeCortex",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rushikeshmore/CodeCortex",
      "github_url": "https://github.com/rushikeshmore/CodeCortex",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rushikeshmore/CodeCortex"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.772815+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.567766+00:00"
    },
    {
      "slug": "gh-s60yucca-mnemos",
      "name": "s60yucca/mnemos",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/s60yucca/mnemos",
      "github_url": "https://github.com/s60yucca/mnemos",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/s60yucca/mnemos"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.772987+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.568029+00:00"
    },
    {
      "slug": "gh-securityronin-alaya",
      "name": "SecurityRonin/alaya",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SecurityRonin/alaya",
      "github_url": "https://github.com/SecurityRonin/alaya",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SecurityRonin/alaya"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.773162+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.568285+00:00"
    },
    {
      "slug": "gh-securityronin-docx-mcp",
      "name": "SecurityRonin/docx-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SecurityRonin/docx-mcp",
      "github_url": "https://github.com/SecurityRonin/docx-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SecurityRonin/docx-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.773338+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.568615+00:00"
    },
    {
      "slug": "gh-sheawinkler-contextlattice",
      "name": "sheawinkler/ContextLattice",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sheawinkler/ContextLattice",
      "github_url": "https://github.com/sheawinkler/ContextLattice",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sheawinkler/ContextLattice"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.773710+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.569269+00:00"
    },
    {
      "slug": "gh-shinpr-mcp-local-rag",
      "name": "shinpr/mcp-local-rag",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shinpr/mcp-local-rag",
      "github_url": "https://github.com/shinpr/mcp-local-rag",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shinpr/mcp-local-rag"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.773948+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.153156+00:00"
    },
    {
      "slug": "gh-shipitandpray-mcp-memory",
      "name": "ShipItAndPray/mcp-memory",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ShipItAndPray/mcp-memory",
      "github_url": "https://github.com/ShipItAndPray/mcp-memory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ShipItAndPray/mcp-memory"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.774122+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.570563+00:00"
    },
    {
      "slug": "gh-sgx-labs-statelessagent",
      "name": "sgx-labs/statelessagent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sgx-labs/statelessagent",
      "github_url": "https://github.com/sgx-labs/statelessagent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sgx-labs/statelessagent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.774295+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.571198+00:00"
    },
    {
      "slug": "gh-l33tdawg-sage",
      "name": "l33tdawg/sage",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/l33tdawg/sage",
      "github_url": "https://github.com/l33tdawg/sage",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/l33tdawg/sage"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.774536+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.571822+00:00"
    },
    {
      "slug": "gh-smart-ai-memory-empathy-framework",
      "name": "Smart-AI-Memory/empathy-framework",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Smart-AI-Memory/empathy-framework",
      "github_url": "https://github.com/Smart-AI-Memory/empathy-framework",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Smart-AI-Memory/empathy-framework"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.775280+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.572456+00:00"
    },
    {
      "slug": "gh-rps321321-obsidian-mcp-pro",
      "name": "rps321321/obsidian-mcp-pro",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rps321321/obsidian-mcp-pro",
      "github_url": "https://github.com/rps321321/obsidian-mcp-pro",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rps321321/obsidian-mcp-pro"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.776141+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.573091+00:00"
    },
    {
      "slug": "gh-smith-and-web-obsidian-mcp-server",
      "name": "smith-and-web/obsidian-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/smith-and-web/obsidian-mcp-server",
      "github_url": "https://github.com/smith-and-web/obsidian-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/smith-and-web/obsidian-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.777161+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.575140+00:00"
    },
    {
      "slug": "gh-smriti-aa-smriti",
      "name": "smriti-AA/smriti",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/smriti-AA/smriti",
      "github_url": "https://github.com/smriti-AA/smriti",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/smriti-AA/smriti"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.777952+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.576124+00:00"
    },
    {
      "slug": "gh-yusufkaraaslan-skill-seekers",
      "name": "skill-seekers/Skill_Seekers",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yusufkaraaslan/Skill_Seekers",
      "github_url": "https://github.com/yusufkaraaslan/Skill_Seekers",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yusufkaraaslan/Skill_Seekers"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.778813+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.972646+00:00"
    },
    {
      "slug": "gh-subdownload-subdownload-mcp",
      "name": "SubDownload/subdownload-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SubDownload/subdownload-mcp",
      "github_url": "https://github.com/SubDownload/subdownload-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SubDownload/subdownload-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.780509+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.577274+00:00"
    },
    {
      "slug": "gh-techdocsstudio-biel-mcp",
      "name": "TechDocsStudio/biel-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TechDocsStudio/biel-mcp",
      "github_url": "https://github.com/TechDocsStudio/biel-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TechDocsStudio/biel-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.781063+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.577681+00:00"
    },
    {
      "slug": "gh-tomohiro-owada-devrag",
      "name": "tomohiro-owada/devrag",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tomohiro-owada/devrag",
      "github_url": "https://github.com/tomohiro-owada/devrag",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tomohiro-owada/devrag"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.781305+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.578166+00:00"
    },
    {
      "slug": "gh-timowhite88-farnsworth-syntek",
      "name": "timowhite88/farnsworth-syntek",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/timowhite88/farnsworth-syntek",
      "github_url": "https://github.com/timowhite88/farnsworth-syntek",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/timowhite88/farnsworth-syntek"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.781495+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.578576+00:00"
    },
    {
      "slug": "gh-topskychen-tilde",
      "name": "topskychen/tilde",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/topskychen/tilde",
      "github_url": "https://github.com/topskychen/tilde",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/topskychen/tilde"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.781878+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.578893+00:00"
    },
    {
      "slug": "gh-tstockham96-engram",
      "name": "tstockham96/engram",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tstockham96/engram",
      "github_url": "https://github.com/tstockham96/engram",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tstockham96/engram"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.782933+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.579151+00:00"
    },
    {
      "slug": "gh-teamsafeai-life",
      "name": "TeamSafeAI/LIFE",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TeamSafeAI/LIFE",
      "github_url": "https://github.com/TeamSafeAI/LIFE",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TeamSafeAI/LIFE"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.783417+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.579422+00:00"
    },
    {
      "slug": "gh-tt-wang-cortex-plugin",
      "name": "TT-Wang/cortex-plugin",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TT-Wang/cortex-plugin",
      "github_url": "https://github.com/TT-Wang/cortex-plugin",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TT-Wang/cortex-plugin"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.783717+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.579673+00:00"
    },
    {
      "slug": "gh-unibaseio-membase-mcp",
      "name": "unibaseio/membase-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/unibaseio/membase-mcp",
      "github_url": "https://github.com/unibaseio/membase-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/unibaseio/membase-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.783951+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.579925+00:00"
    },
    {
      "slug": "gh-upstash-context7",
      "name": "upstash/context7",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/upstash/context7",
      "github_url": "https://github.com/upstash/context7",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/upstash/context7"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.784190+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.904160+00:00"
    },
    {
      "slug": "gh-varun29ankus-shodh-memory",
      "name": "varun29ankuS/shodh-memory",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/varun29ankuS/shodh-memory",
      "github_url": "https://github.com/varun29ankuS/shodh-memory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/varun29ankuS/shodh-memory"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.784558+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.122363+00:00"
    },
    {
      "slug": "gh-vectorize-io-hindsight",
      "name": "vectorize-io/hindsight",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vectorize-io/hindsight",
      "github_url": "https://github.com/vectorize-io/hindsight",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vectorize-io/hindsight"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.784862+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.581799+00:00"
    },
    {
      "slug": "gh-abhigyan-shekhar-waggle-mcp",
      "name": "Abhigyan-Shekhar/Waggle-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Abhigyan-Shekhar/Waggle-mcp",
      "github_url": "https://github.com/Abhigyan-Shekhar/Waggle-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Abhigyan-Shekhar/Waggle-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.785067+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.582461+00:00"
    },
    {
      "slug": "gh-wazionapps-nexo",
      "name": "wazionapps/nexo",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wazionapps/nexo",
      "github_url": "https://github.com/wazionapps/nexo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wazionapps/nexo"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.785257+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.582825+00:00"
    },
    {
      "slug": "gh-whynowlab-jarvis-orb",
      "name": "whynowlab/jarvis-orb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/whynowlab/jarvis-orb",
      "github_url": "https://github.com/whynowlab/jarvis-orb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/whynowlab/jarvis-orb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.785461+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.583234+00:00"
    },
    {
      "slug": "gh-thestack-ai-waypath",
      "name": "TheStack-ai/waypath",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TheStack-ai/waypath",
      "github_url": "https://github.com/TheStack-ai/waypath",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TheStack-ai/waypath"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.785673+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.583799+00:00"
    },
    {
      "slug": "gh-zzhang82-agent-memory-bridge",
      "name": "zzhang82/Agent-Memory-Bridge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zzhang82/Agent-Memory-Bridge",
      "github_url": "https://github.com/zzhang82/Agent-Memory-Bridge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zzhang82/Agent-Memory-Bridge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.785868+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.584499+00:00"
    },
    {
      "slug": "gh-teolex2020-aurasdk",
      "name": "teolex2020/AuraSDK",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/teolex2020/AuraSDK",
      "github_url": "https://github.com/teolex2020/AuraSDK",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/teolex2020/AuraSDK"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.786067+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.585028+00:00"
    },
    {
      "slug": "gh-arthurpanhku-arthor-agent",
      "name": "arthurpanhku/Arthor-Agent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arthurpanhku/Arthor-Agent",
      "github_url": "https://github.com/arthurpanhku/Arthor-Agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arthurpanhku/Arthor-Agent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.786276+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.585695+00:00"
    },
    {
      "slug": "gh-yakuphanycl-instinct",
      "name": "yakuphanycl/instinct",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yakuphanycl/instinct",
      "github_url": "https://github.com/yakuphanycl/instinct",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yakuphanycl/instinct"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.786494+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.586328+00:00"
    },
    {
      "slug": "gh-wynelson94-longhand",
      "name": "Wynelson94/longhand",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Wynelson94/longhand",
      "github_url": "https://github.com/Wynelson94/longhand",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Wynelson94/longhand"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.786707+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.586600+00:00"
    },
    {
      "slug": "gh-ark-forge-mcp-eu-ai-act",
      "name": "ark-forge/mcp-eu-ai-act",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ark-forge/mcp-eu-ai-act",
      "github_url": "https://github.com/ark-forge/mcp-eu-ai-act",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ark-forge/mcp-eu-ai-act"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.786915+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.586846+00:00"
    },
    {
      "slug": "gh-buildsyncinc-gibs-mcp",
      "name": "buildsyncinc/gibs-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/buildsyncinc/gibs-mcp",
      "github_url": "https://github.com/buildsyncinc/gibs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/buildsyncinc/gibs-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.787100+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.587372+00:00"
    },
    {
      "slug": "gh-gavelin-ai-mcp",
      "name": "gavelin-ai/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gavelin-ai/mcp",
      "github_url": "https://github.com/gavelin-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gavelin-ai/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.787355+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.588019+00:00"
    },
    {
      "slug": "gh-jamesanz-us-legal-mcp",
      "name": "JamesANZ/us-legal-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JamesANZ/us-legal-mcp",
      "github_url": "https://github.com/JamesANZ/us-legal-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JamesANZ/us-legal-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.787592+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.588721+00:00"
    },
    {
      "slug": "gh-nexusfeed-nexusfeed-mcp",
      "name": "NexusFeed/nexusfeed-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/NexusFeed/nexusfeed-mcp",
      "github_url": "https://github.com/NexusFeed/nexusfeed-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/NexusFeed/nexusfeed-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.787788+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.589420+00:00"
    },
    {
      "slug": "gh-open-agreements-open-agreements",
      "name": "open-agreements/open-agreements",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/open-agreements/open-agreements",
      "github_url": "https://github.com/open-agreements/open-agreements",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/open-agreements/open-agreements"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.787999+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.590273+00:00"
    },
    {
      "slug": "gh-philrox-ris-mcp-ts",
      "name": "philrox/ris-mcp-ts",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/philrox/ris-mcp-ts",
      "github_url": "https://github.com/philrox/ris-mcp-ts",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/philrox/ris-mcp-ts"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.788215+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.593218+00:00"
    },
    {
      "slug": "gh-bamwor-dev-bamwor-mcp-server",
      "name": "bamwor-dev/bamwor-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bamwor-dev/bamwor-mcp-server",
      "github_url": "https://github.com/bamwor-dev/bamwor-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bamwor-dev/bamwor-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.788410+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.594479+00:00"
    },
    {
      "slug": "gh-baphometnxg-aloha-fyi-mcp",
      "name": "baphometnxg/aloha-fyi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/baphometnxg/aloha-fyi-mcp",
      "github_url": "https://github.com/baphometnxg/aloha-fyi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/baphometnxg/aloha-fyi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.788604+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.596071+00:00"
    },
    {
      "slug": "gh-briandconnelly-mcp-server-ipinfo",
      "name": "briandconnelly/mcp-server-ipinfo",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/briandconnelly/mcp-server-ipinfo",
      "github_url": "https://github.com/briandconnelly/mcp-server-ipinfo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/briandconnelly/mcp-server-ipinfo"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.788783+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.596804+00:00"
    },
    {
      "slug": "gh-cqtrinv-trinvmcp",
      "name": "cqtrinv/trinvmcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cqtrinv/trinvmcp",
      "github_url": "https://github.com/cqtrinv/trinvmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cqtrinv/trinvmcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.789190+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.597168+00:00"
    },
    {
      "slug": "gh-devilcoder01-weather-mcp-server",
      "name": "devilcoder01/weather-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/devilcoder01/weather-mcp-server",
      "github_url": "https://github.com/devilcoder01/weather-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/devilcoder01/weather-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.789451+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.597889+00:00"
    },
    {
      "slug": "gh-discava-mcp-server",
      "name": "discava/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/discava/mcp-server",
      "github_url": "https://github.com/discava/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/discava/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.789645+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.598663+00:00"
    },
    {
      "slug": "gh-markpdxt-dronelytics-mcp",
      "name": "markpdxt/dronelytics-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/markpdxt/dronelytics-mcp",
      "github_url": "https://github.com/markpdxt/dronelytics-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/markpdxt/dronelytics-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.789826+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.599171+00:00"
    },
    {
      "slug": "gh-gaopengbin-cesium-mcp",
      "name": "gaopengbin/cesium-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gaopengbin/cesium-mcp",
      "github_url": "https://github.com/gaopengbin/cesium-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gaopengbin/cesium-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.790006+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.599553+00:00"
    },
    {
      "slug": "gh-geiserx-pumperly-mcp",
      "name": "GeiserX/pumperly-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GeiserX/pumperly-mcp",
      "github_url": "https://github.com/GeiserX/pumperly-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GeiserX/pumperly-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.790345+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.599953+00:00"
    },
    {
      "slug": "gh-ip2location-mcp-ip2location-io",
      "name": "ip2location/mcp-ip2location-io",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ip2location/mcp-ip2location-io",
      "github_url": "https://github.com/ip2location/mcp-ip2location-io",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ip2location/mcp-ip2location-io"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.790614+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.560098+00:00"
    },
    {
      "slug": "gh-ipfind-ipfind-mcp-server",
      "name": "ipfind/ipfind-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ipfind/ipfind-mcp-server",
      "github_url": "https://github.com/ipfind/ipfind-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ipfind/ipfind-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.790806+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.600996+00:00"
    },
    {
      "slug": "gh-ipfred-aiwen-mcp-server-geoip",
      "name": "ipfred/aiwen-mcp-server-geoip",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ipfred/aiwen-mcp-server-geoip",
      "github_url": "https://github.com/ipfred/aiwen-mcp-server-geoip",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ipfred/aiwen-mcp-server-geoip"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.791002+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.601426+00:00"
    },
    {
      "slug": "gh-iplocate-mcp-server-iplocate",
      "name": "iplocate/mcp-server-iplocate",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/iplocate/mcp-server-iplocate",
      "github_url": "https://github.com/iplocate/mcp-server-iplocate",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/iplocate/mcp-server-iplocate"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.791235+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.560822+00:00"
    },
    {
      "slug": "gh-isdaniel-mcp-weather-server",
      "name": "isdaniel/mcp_weather_server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/isdaniel/mcp_weather_server",
      "github_url": "https://github.com/isdaniel/mcp_weather_server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/isdaniel/mcp_weather_server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.792505+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.601956+00:00"
    },
    {
      "slug": "gh-jagan-shanmugam-open-streetmap-mcp",
      "name": "jagan-shanmugam/open-streetmap-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jagan-shanmugam/open-streetmap-mcp",
      "github_url": "https://github.com/jagan-shanmugam/open-streetmap-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jagan-shanmugam/open-streetmap-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.794413+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.602239+00:00"
    },
    {
      "slug": "gh-kukapay-nearby-search-mcp",
      "name": "kukapay/nearby-search-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kukapay/nearby-search-mcp",
      "github_url": "https://github.com/kukapay/nearby-search-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kukapay/nearby-search-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.795542+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.602572+00:00"
    },
    {
      "slug": "gh-mahdin75-geoserver-mcp",
      "name": "mahdin75/geoserver-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mahdin75/geoserver-mcp",
      "github_url": "https://github.com/mahdin75/geoserver-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mahdin75/geoserver-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.796061+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.602843+00:00"
    },
    {
      "slug": "gh-mahdin75-gis-mcp",
      "name": "mahdin75/gis-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mahdin75/gis-mcp",
      "github_url": "https://github.com/mahdin75/gis-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mahdin75/gis-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.796582+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.603084+00:00"
    },
    {
      "slug": "gh-matbel91765-gis-mcp-server",
      "name": "matbel91765/gis-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/matbel91765/gis-mcp-server",
      "github_url": "https://github.com/matbel91765/gis-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/matbel91765/gis-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.796925+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.603585+00:00"
    },
    {
      "slug": "gh-cablate-mcp-google-map",
      "name": "cablate/mcp-google-map",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cablate/mcp-google-map",
      "github_url": "https://github.com/cablate/mcp-google-map",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cablate/mcp-google-map"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.797245+00:00",
      "_last_seen_at": "2026-05-25T13:59:09.993030+00:00"
    },
    {
      "slug": "gh-postaldatapi-postaldatapi-mcp",
      "name": "PostalDataPI/postaldatapi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PostalDataPI/postaldatapi-mcp",
      "github_url": "https://github.com/PostalDataPI/postaldatapi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PostalDataPI/postaldatapi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.797518+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.604382+00:00"
    },
    {
      "slug": "gh-jjsantos01-qgis-mcp",
      "name": "QGIS MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jjsantos01/qgis_mcp",
      "github_url": "https://github.com/jjsantos01/qgis_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jjsantos01/qgis_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.797782+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.894699+00:00"
    },
    {
      "slug": "gh-rossshannon-weekly-weather-mcp-git",
      "name": "rossshannon/Weekly-Weather-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rossshannon/weekly-weather-mcp.git",
      "github_url": "https://github.com/rossshannon/weekly-weather-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rossshannon/weekly-weather-mcp.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.798029+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.604902+00:00"
    },
    {
      "slug": "gh-saintdoresh-weather-mcp-claudedesktop-git",
      "name": "SaintDoresh/Weather-MCP-ClaudeDesktop",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SaintDoresh/Weather-MCP-ClaudeDesktop.git",
      "github_url": "https://github.com/SaintDoresh/Weather-MCP-ClaudeDesktop.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SaintDoresh/Weather-MCP-ClaudeDesktop.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.798304+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.605144+00:00"
    },
    {
      "slug": "gh-secretiveshell-mcp-timeserver",
      "name": "SecretiveShell/MCP-timeserver",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SecretiveShell/MCP-timeserver",
      "github_url": "https://github.com/SecretiveShell/MCP-timeserver",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SecretiveShell/MCP-timeserver"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.799029+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.605758+00:00"
    },
    {
      "slug": "gh-stadiamaps-stadiamaps-mcp-server-ts",
      "name": "stadiamaps/stadiamaps-mcp-server-ts",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/stadiamaps/stadiamaps-mcp-server-ts",
      "github_url": "https://github.com/stadiamaps/stadiamaps-mcp-server-ts",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stadiamaps/stadiamaps-mcp-server-ts"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.799836+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.606397+00:00"
    },
    {
      "slug": "gh-thinairtelematics-thinair-geo",
      "name": "ThinAirTelematics/thinair-geo",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ThinAirTelematics/thinair-geo",
      "github_url": "https://github.com/ThinAirTelematics/thinair-geo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ThinAirTelematics/thinair-geo"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.800268+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.608449+00:00"
    },
    {
      "slug": "gh-timlukahorstmann-mcp-weather",
      "name": "TimLukaHorstmann/mcp-weather",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TimLukaHorstmann/mcp-weather",
      "github_url": "https://github.com/TimLukaHorstmann/mcp-weather",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TimLukaHorstmann/mcp-weather"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.800817+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.939520+00:00"
    },
    {
      "slug": "gh-trackmage-trackmage-mcp-server",
      "name": "trackmage/trackmage-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/trackmage/trackmage-mcp-server",
      "github_url": "https://github.com/trackmage/trackmage-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/trackmage/trackmage-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.801302+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.682598+00:00"
    },
    {
      "slug": "gh-geolabel-geolabel-mcp",
      "name": "geolabel/geolabel-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/geolabel/geolabel-mcp",
      "github_url": "https://github.com/geolabel/geolabel-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/geolabel/geolabel-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.801615+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.612005+00:00"
    },
    {
      "slug": "gh-webcoderz-mcp-geo",
      "name": "webcoderz/MCP-Geo",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/webcoderz/MCP-Geo",
      "github_url": "https://github.com/webcoderz/MCP-Geo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/webcoderz/MCP-Geo"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.801886+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.612390+00:00"
    },
    {
      "slug": "gh-acamolese-google-search-console-mcp",
      "name": "acamolese/google-search-console-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/acamolese/google-search-console-mcp",
      "github_url": "https://github.com/acamolese/google-search-console-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/acamolese/google-search-console-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.802107+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.612819+00:00"
    },
    {
      "slug": "gh-adsmcp-tiktok-ads-mcp-server",
      "name": "AdsMCP/tiktok-ads-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AdsMCP/tiktok-ads-mcp-server",
      "github_url": "https://github.com/AdsMCP/tiktok-ads-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AdsMCP/tiktok-ads-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.802350+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.613867+00:00"
    },
    {
      "slug": "gh-alexey-pelykh-lhremote",
      "name": "alexey-pelykh/lhremote",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alexey-pelykh/lhremote",
      "github_url": "https://github.com/alexey-pelykh/lhremote",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alexey-pelykh/lhremote"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.802562+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.615122+00:00"
    },
    {
      "slug": "gh-blockrunai-x-grow",
      "name": "BlockRunAI/x-grow",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BlockRunAI/x-grow",
      "github_url": "https://github.com/BlockRunAI/x-grow",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BlockRunAI/x-grow"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.802754+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.615927+00:00"
    },
    {
      "slug": "gh-brand-system-brandsystem-mcp",
      "name": "Brand-System/brandsystem-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Brand-System/brandsystem-mcp",
      "github_url": "https://github.com/Brand-System/brandsystem-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Brand-System/brandsystem-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.802953+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.616684+00:00"
    },
    {
      "slug": "gh-brndmk-brandomica-mcp-server",
      "name": "BRNDMK/brandomica-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BRNDMK/brandomica-mcp-server",
      "github_url": "https://github.com/BRNDMK/brandomica-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BRNDMK/brandomica-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.803166+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.618343+00:00"
    },
    {
      "slug": "gh-citedy-citedy-seo-agent",
      "name": "Citedy/citedy-seo-agent",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Citedy/citedy-seo-agent",
      "github_url": "https://github.com/Citedy/citedy-seo-agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Citedy/citedy-seo-agent"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.803440+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.620486+00:00"
    },
    {
      "slug": "gh-competlab-competlab-mcp-server",
      "name": "competlab/competlab-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/competlab/competlab-mcp-server",
      "github_url": "https://github.com/competlab/competlab-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/competlab/competlab-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.803677+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.621009+00:00"
    },
    {
      "slug": "gh-mikusnuz-meta-ads-mcp",
      "name": "mikusnuz/meta-ads-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikusnuz/meta-ads-mcp",
      "github_url": "https://github.com/mikusnuz/meta-ads-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikusnuz/meta-ads-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.803893+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.621687+00:00"
    },
    {
      "slug": "gh-shensi8312-blogburst-mcp-server",
      "name": "shensi8312/blogburst-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shensi8312/blogburst-mcp-server",
      "github_url": "https://github.com/shensi8312/blogburst-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shensi8312/blogburst-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.804094+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.622350+00:00"
    },
    {
      "slug": "gh-gomarble-ai-facebook-ads-mcp-server",
      "name": "gomarble-ai/facebook-ads-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gomarble-ai/facebook-ads-mcp-server",
      "github_url": "https://github.com/gomarble-ai/facebook-ads-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gomarble-ai/facebook-ads-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.804364+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.795643+00:00"
    },
    {
      "slug": "gh-gomarble-ai-google-ads-mcp-server",
      "name": "gomarble-ai/google-ads-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gomarble-ai/google-ads-mcp-server",
      "github_url": "https://github.com/gomarble-ai/google-ads-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gomarble-ai/google-ads-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.804729+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.804940+00:00"
    },
    {
      "slug": "gh-grovs-io-mcp",
      "name": "grovs-io/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/grovs-io/mcp",
      "github_url": "https://github.com/grovs-io/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/grovs-io/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.805089+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.625866+00:00"
    },
    {
      "slug": "gh-damientilman-mailchimp-mcp-server",
      "name": "damientilman/mailchimp-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/damientilman/mailchimp-mcp-server",
      "github_url": "https://github.com/damientilman/mailchimp-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/damientilman/mailchimp-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.805353+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.626394+00:00"
    },
    {
      "slug": "gh-logly-mureo",
      "name": "logly/mureo",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/logly/mureo",
      "github_url": "https://github.com/logly/mureo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/logly/mureo"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.805563+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.626842+00:00"
    },
    {
      "slug": "gh-louis030195-apollo-io-mcp",
      "name": "louis030195/apollo-io-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/louis030195/apollo-io-mcp",
      "github_url": "https://github.com/louis030195/apollo-io-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/louis030195/apollo-io-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.805752+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.627282+00:00"
    },
    {
      "slug": "gh-live-direct-marketing-ldm-inbox-check-mcp",
      "name": "live-direct-marketing/ldm-inbox-check-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/live-direct-marketing/ldm-inbox-check-mcp",
      "github_url": "https://github.com/live-direct-marketing/ldm-inbox-check-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/live-direct-marketing/ldm-inbox-check-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.806128+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.627650+00:00"
    },
    {
      "slug": "gh-mailboxvalidator-mcp-mailboxvalidator",
      "name": "MailboxValidator/mcp-mailboxvalidator",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MailboxValidator/mcp-mailboxvalidator",
      "github_url": "https://github.com/MailboxValidator/mcp-mailboxvalidator",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MailboxValidator/mcp-mailboxvalidator"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.806387+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.627924+00:00"
    },
    {
      "slug": "gh-marykovziridze-screaming-frog-mcp",
      "name": "marykovziridze/screaming-frog-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/marykovziridze/screaming-frog-mcp",
      "github_url": "https://github.com/marykovziridze/screaming-frog-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/marykovziridze/screaming-frog-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.806573+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.628278+00:00"
    },
    {
      "slug": "gh-marketplaceadpros-amazon-ads-mcp-server",
      "name": "marketplaceadpros/amazon-ads-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarketplaceAdPros/amazon-ads-mcp-server",
      "github_url": "https://github.com/MarketplaceAdPros/amazon-ads-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarketplaceAdPros/amazon-ads-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.806755+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.628656+00:00"
    },
    {
      "slug": "gh-nolas-shadow-agent1st-ads-mcp",
      "name": "Nolas-Shadow/agent1st-ads-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Nolas-Shadow/agent1st-ads-mcp",
      "github_url": "https://github.com/Nolas-Shadow/agent1st-ads-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Nolas-Shadow/agent1st-ads-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.807048+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.629013+00:00"
    },
    {
      "slug": "gh-matiouscorp-google-ad-manager-mcp",
      "name": "MatiousCorp/google-ad-manager-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MatiousCorp/google-ad-manager-mcp",
      "github_url": "https://github.com/MatiousCorp/google-ad-manager-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MatiousCorp/google-ad-manager-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.807306+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.629276+00:00"
    },
    {
      "slug": "gh-mendlem-pipepost",
      "name": "MendleM/Pipepost",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MendleM/Pipepost",
      "github_url": "https://github.com/MendleM/Pipepost",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MendleM/Pipepost"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.807501+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.629555+00:00"
    },
    {
      "slug": "gh-open-strategy-partners-osp-marketing-tools",
      "name": "open-strategy-partners/osp_marketing_tools",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/open-strategy-partners/osp_marketing_tools",
      "github_url": "https://github.com/open-strategy-partners/osp_marketing_tools",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/open-strategy-partners/osp_marketing_tools"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.807695+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.629904+00:00"
    },
    {
      "slug": "gh-opusforge-gorilla-mcp",
      "name": "opusforge/gorilla-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/opusforge/gorilla-mcp",
      "github_url": "https://github.com/opusforge/gorilla-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/opusforge/gorilla-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.807986+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.630613+00:00"
    },
    {
      "slug": "gh-pghdma-callrail-mcp",
      "name": "pghdma/callrail-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pghdma/callrail-mcp",
      "github_url": "https://github.com/pghdma/callrail-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pghdma/callrail-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.810229+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.631288+00:00"
    },
    {
      "slug": "gh-pipeboard-co-meta-ads-mcp",
      "name": "pipeboard-co/meta-ads-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pipeboard-co/meta-ads-mcp",
      "github_url": "https://github.com/pipeboard-co/meta-ads-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pipeboard-co/meta-ads-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.812185+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.853574+00:00"
    },
    {
      "slug": "gh-qr-maker-io-mcp-server",
      "name": "qr-maker-io/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/qr-maker-io/mcp-server",
      "github_url": "https://github.com/qr-maker-io/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/qr-maker-io/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.812827+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.632122+00:00"
    },
    {
      "slug": "gh-sharozdawa-ai-visibility",
      "name": "sharozdawa/ai-visibility",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sharozdawa/ai-visibility",
      "github_url": "https://github.com/sharozdawa/ai-visibility",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sharozdawa/ai-visibility"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.813321+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.632390+00:00"
    },
    {
      "slug": "gh-search-atlas-group-searchatlas-mcp-server",
      "name": "SearchAtlas",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Search-Atlas-Group/searchatlas-mcp-server",
      "github_url": "https://github.com/Search-Atlas-Group/searchatlas-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Search-Atlas-Group/searchatlas-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.813716+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.632904+00:00"
    },
    {
      "slug": "gh-stape-io-google-tag-manager-mcp-server",
      "name": "stape-io/google-tag-manager-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/stape-io/google-tag-manager-mcp-server",
      "github_url": "https://github.com/stape-io/google-tag-manager-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stape-io/google-tag-manager-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.814051+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.633319+00:00"
    },
    {
      "slug": "gh-stape-io-stape-mcp-server",
      "name": "stape-io/stape-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/stape-io/stape-mcp-server",
      "github_url": "https://github.com/stape-io/stape-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stape-io/stape-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.814328+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.634008+00:00"
    },
    {
      "slug": "gh-synter-media-ai-mcp-server",
      "name": "Synter-Media-AI/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Synter-Media-AI/mcp-server",
      "github_url": "https://github.com/Synter-Media-AI/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Synter-Media-AI/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.814617+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.634648+00:00"
    },
    {
      "slug": "gh-sweeppea-development-lab-sweeppea-mcp-info",
      "name": "Sweeppea-Development-Lab/sweeppea-mcp-info",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Sweeppea-Development-Lab/sweeppea-mcp-info",
      "github_url": "https://github.com/Sweeppea-Development-Lab/sweeppea-mcp-info",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Sweeppea-Development-Lab/sweeppea-mcp-info"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.814875+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.635321+00:00"
    },
    {
      "slug": "gh-tomba-io-tomba-mcp-server",
      "name": "tomba-io/tomba-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tomba-io/tomba-mcp-server",
      "github_url": "https://github.com/tomba-io/tomba-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tomba-io/tomba-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.815134+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.635708+00:00"
    },
    {
      "slug": "gh-zleventer-salesforce-marketing-mcp",
      "name": "ZLeventer/salesforce-marketing-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ZLeventer/salesforce-marketing-mcp",
      "github_url": "https://github.com/ZLeventer/salesforce-marketing-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ZLeventer/salesforce-marketing-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.815765+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.635989+00:00"
    },
    {
      "slug": "gh-andrealufino-aapl-ads-mcp",
      "name": "andrealufino/aapl-ads-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/andrealufino/aapl-ads-mcp",
      "github_url": "https://github.com/andrealufino/aapl-ads-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/andrealufino/aapl-ads-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.816410+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.636254+00:00"
    },
    {
      "slug": "gh-alilxxey-openobserve-community-mcp",
      "name": "alilxxey/openobserve-community-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alilxxey/openobserve-community-mcp",
      "github_url": "https://github.com/alilxxey/openobserve-community-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alilxxey/openobserve-community-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.816804+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.636510+00:00"
    },
    {
      "slug": "gh-saikiyusuke-alog-mcp",
      "name": "Alog/alog-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/saikiyusuke/alog-mcp",
      "github_url": "https://github.com/saikiyusuke/alog-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/saikiyusuke/alog-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.817058+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.637222+00:00"
    },
    {
      "slug": "gh-avivsinai-langfuse-mcp",
      "name": "avivsinai/langfuse-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/avivsinai/langfuse-mcp",
      "github_url": "https://github.com/avivsinai/langfuse-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/avivsinai/langfuse-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.817293+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.637936+00:00"
    },
    {
      "slug": "gh-alimuratkuslu-byok-observability-mcp",
      "name": "alimuratkuslu/byok-observability-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alimuratkuslu/byok-observability-mcp",
      "github_url": "https://github.com/alimuratkuslu/byok-observability-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alimuratkuslu/byok-observability-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.817522+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.638619+00:00"
    },
    {
      "slug": "gh-clamp-sh-mcp",
      "name": "clamp-sh/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/clamp-sh/mcp",
      "github_url": "https://github.com/clamp-sh/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/clamp-sh/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.817767+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.639287+00:00"
    },
    {
      "slug": "gh-dragogargo-mcp-sysmon",
      "name": "dragogargo/mcp-sysmon",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dragogargo/mcp-sysmon",
      "github_url": "https://github.com/dragogargo/mcp-sysmon",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dragogargo/mcp-sysmon"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.818062+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.639944+00:00"
    },
    {
      "slug": "gh-dynatrace-oss-dynatrace-mcp",
      "name": "dynatrace-oss/dynatrace-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dynatrace-oss/dynatrace-mcp",
      "github_url": "https://github.com/dynatrace-oss/dynatrace-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dynatrace-oss/dynatrace-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.818560+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.641994+00:00"
    },
    {
      "slug": "gh-edgedelta-edgedelta-mcp-server",
      "name": "edgedelta/edgedelta-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/edgedelta/edgedelta-mcp-server",
      "github_url": "https://github.com/edgedelta/edgedelta-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/edgedelta/edgedelta-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.818957+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.642702+00:00"
    },
    {
      "slug": "gh-ejcho623-agent-breadcrumbs",
      "name": "ejcho623/agent-breadcrumbs",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ejcho623/agent-breadcrumbs",
      "github_url": "https://github.com/ejcho623/agent-breadcrumbs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ejcho623/agent-breadcrumbs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.819203+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.643155+00:00"
    },
    {
      "slug": "gh-getsentry-sentry-mcp",
      "name": "getsentry/sentry-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/getsentry/sentry-mcp",
      "github_url": "https://github.com/getsentry/sentry-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/getsentry/sentry-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.819403+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.650040+00:00"
    },
    {
      "slug": "gh-geiserx-duplicacy-mcp",
      "name": "GeiserX/duplicacy-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GeiserX/duplicacy-mcp",
      "github_url": "https://github.com/GeiserX/duplicacy-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GeiserX/duplicacy-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.819604+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.643751+00:00"
    },
    {
      "slug": "gh-geiserx-genieacs-mcp",
      "name": "GeiserX/genieacs-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GeiserX/genieacs-mcp",
      "github_url": "https://github.com/GeiserX/genieacs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GeiserX/genieacs-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.819822+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.644023+00:00"
    },
    {
      "slug": "gh-gjenkins20-unofficial-fortimonitor-mcp-server",
      "name": "gjenkins20/unofficial-fortimonitor-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gjenkins20/unofficial-fortimonitor-mcp-server",
      "github_url": "https://github.com/gjenkins20/unofficial-fortimonitor-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gjenkins20/unofficial-fortimonitor-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.820066+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.644293+00:00"
    },
    {
      "slug": "gh-gjenkins20-webmin-mcp-server",
      "name": "gjenkins20/webmin-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gjenkins20/webmin-mcp-server",
      "github_url": "https://github.com/gjenkins20/webmin-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gjenkins20/webmin-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.820335+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.644606+00:00"
    },
    {
      "slug": "gh-grafana-mcp-grafana",
      "name": "grafana/mcp-grafana",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/grafana/mcp-grafana",
      "github_url": "https://github.com/grafana/mcp-grafana",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/grafana/mcp-grafana"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.820611+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.538259+00:00"
    },
    {
      "slug": "gh-hyperb1iss-lucidity-mcp",
      "name": "hyperb1iss/lucidity-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hyperb1iss/lucidity-mcp",
      "github_url": "https://github.com/hyperb1iss/lucidity-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hyperb1iss/lucidity-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.820832+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.645297+00:00"
    },
    {
      "slug": "gh-iris-eval-mcp-server",
      "name": "iris-eval/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/iris-eval/mcp-server",
      "github_url": "https://github.com/iris-eval/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/iris-eval/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.821113+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.645578+00:00"
    },
    {
      "slug": "gh-imprvhub-mcp-status-observer",
      "name": "imprvhub/mcp-status-observer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/imprvhub/mcp-status-observer",
      "github_url": "https://github.com/imprvhub/mcp-status-observer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/imprvhub/mcp-status-observer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.821335+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.645950+00:00"
    },
    {
      "slug": "gh-ingero-io-ingero",
      "name": "ingero-io/ingero",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ingero-io/ingero",
      "github_url": "https://github.com/ingero-io/ingero",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ingero-io/ingero"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.821529+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.646285+00:00"
    },
    {
      "slug": "gh-inspektor-gadget-ig-mcp-server",
      "name": "inspektor-gadget/ig-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/inspektor-gadget/ig-mcp-server",
      "github_url": "https://github.com/inspektor-gadget/ig-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/inspektor-gadget/ig-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.821738+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.555944+00:00"
    },
    {
      "slug": "gh-inventer-dev-mcp-internet-speed-test",
      "name": "inventer-dev/mcp-internet-speed-test",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/inventer-dev/mcp-internet-speed-test",
      "github_url": "https://github.com/inventer-dev/mcp-internet-speed-test",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/inventer-dev/mcp-internet-speed-test"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.821934+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.648479+00:00"
    },
    {
      "slug": "gh-last9-last9-mcp-server",
      "name": "last9/last9-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/last9/last9-mcp-server",
      "github_url": "https://github.com/last9/last9-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/last9/last9-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.822124+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.566593+00:00"
    },
    {
      "slug": "gh-lodordev-mcp-tautulli",
      "name": "lodordev/mcp-tautulli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lodordev/mcp-tautulli",
      "github_url": "https://github.com/lodordev/mcp-tautulli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lodordev/mcp-tautulli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.822313+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.649949+00:00"
    },
    {
      "slug": "gh-log-logn-langfuse-mcp-java",
      "name": "log-logn/langfuse-mcp-java",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Log-LogN/langfuse-mcp-java",
      "github_url": "https://github.com/Log-LogN/langfuse-mcp-java",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Log-LogN/langfuse-mcp-java"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.822636+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.650516+00:00"
    },
    {
      "slug": "gh-mikusnuz-umami-mcp",
      "name": "mikusnuz/umami-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikusnuz/umami-mcp",
      "github_url": "https://github.com/mikusnuz/umami-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikusnuz/umami-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.823027+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.650798+00:00"
    },
    {
      "slug": "gh-smigolsmigol-llmkit",
      "name": "smigolsmigol/llmkit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/smigolsmigol/llmkit",
      "github_url": "https://github.com/smigolsmigol/llmkit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/smigolsmigol/llmkit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.823242+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.651089+00:00"
    },
    {
      "slug": "gh-metoro-io-metoro-mcp-server",
      "name": "metoro-io/metoro-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/metoro-io/metoro-mcp-server",
      "github_url": "https://github.com/metoro-io/metoro-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/metoro-io/metoro-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.823431+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.582187+00:00"
    },
    {
      "slug": "gh-metrxbots-mcp-server",
      "name": "metrxbots/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/metrxbots/mcp-server",
      "github_url": "https://github.com/metrxbots/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/metrxbots/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.823613+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.651652+00:00"
    },
    {
      "slug": "gh-turbo-puffin-measure-mcp-server",
      "name": "Turbo-Puffin/measure-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Turbo-Puffin/measure-mcp-server",
      "github_url": "https://github.com/Turbo-Puffin/measure-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Turbo-Puffin/measure-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.823894+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.651907+00:00"
    },
    {
      "slug": "gh-mindscapehq-mcp-server-raygun",
      "name": "MindscapeHQ/server-raygun",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MindscapeHQ/mcp-server-raygun",
      "github_url": "https://github.com/MindscapeHQ/mcp-server-raygun",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MindscapeHQ/mcp-server-raygun"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.824086+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.631817+00:00"
    },
    {
      "slug": "gh-mpeirone-zabbix-mcp-server",
      "name": "mpeirone/zabbix-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mpeirone/zabbix-mcp-server",
      "github_url": "https://github.com/mpeirone/zabbix-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mpeirone/zabbix-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.824270+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.652881+00:00"
    },
    {
      "slug": "gh-oluwatunmise-olat-mcp-server-logs-sieve",
      "name": "Oluwatunmise-olat/mcp-server-logs-sieve",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Oluwatunmise-olat/mcp-server-logs-sieve",
      "github_url": "https://github.com/Oluwatunmise-olat/mcp-server-logs-sieve",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Oluwatunmise-olat/mcp-server-logs-sieve"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.824475+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.653565+00:00"
    },
    {
      "slug": "gh-pydantic-logfire-mcp",
      "name": "pydantic/logfire-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pydantic/logfire-mcp",
      "github_url": "https://github.com/pydantic/logfire-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pydantic/logfire-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.824979+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.567605+00:00"
    },
    {
      "slug": "gh-higangssh-homebutler",
      "name": "Higangssh/homebutler",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Higangssh/homebutler",
      "github_url": "https://github.com/Higangssh/homebutler",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Higangssh/homebutler"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.825689+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.654897+00:00"
    },
    {
      "slug": "gh-gsmethells-preflight-mcp",
      "name": "gsmethells/preflight-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gsmethells/preflight-mcp",
      "github_url": "https://github.com/gsmethells/preflight-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gsmethells/preflight-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.826788+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.655571+00:00"
    },
    {
      "slug": "gh-incu6us-loki-mcp-server",
      "name": "incu6us/loki-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/incu6us/loki-mcp-server",
      "github_url": "https://github.com/incu6us/loki-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/incu6us/loki-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.828453+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.656247+00:00"
    },
    {
      "slug": "gh-seekrays-mcp-monitor",
      "name": "seekrays/mcp-monitor",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/seekrays/mcp-monitor",
      "github_url": "https://github.com/seekrays/mcp-monitor",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/seekrays/mcp-monitor"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.829141+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.658233+00:00"
    },
    {
      "slug": "gh-sudhan30-freshprobe",
      "name": "Sudhan30/freshprobe",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Sudhan30/freshprobe",
      "github_url": "https://github.com/Sudhan30/freshprobe",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Sudhan30/freshprobe"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.829580+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.659575+00:00"
    },
    {
      "slug": "gh-shibley-apistatuscheck-mcp-server",
      "name": "shibley/apistatuscheck-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shibley/apistatuscheck-mcp-server",
      "github_url": "https://github.com/shibley/apistatuscheck-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shibley/apistatuscheck-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.829961+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.660328+00:00"
    },
    {
      "slug": "gh-tantiope-datadog-mcp-server",
      "name": "TANTIOPE/datadog-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TANTIOPE/datadog-mcp-server",
      "github_url": "https://github.com/TANTIOPE/datadog-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TANTIOPE/datadog-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.830315+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.660639+00:00"
    },
    {
      "slug": "gh-thinkneoai-mcp-server",
      "name": "ThinkneoAI/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ThinkneoAI/mcp-server",
      "github_url": "https://github.com/ThinkneoAI/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ThinkneoAI/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.830593+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.660922+00:00"
    },
    {
      "slug": "gh-tumf-grafana-loki-mcp",
      "name": "tumf/grafana-loki-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tumf/grafana-loki-mcp",
      "github_url": "https://github.com/tumf/grafana-loki-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tumf/grafana-loki-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.830835+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.661227+00:00"
    },
    {
      "slug": "gh-utapyngo-sentry-mcp-rs",
      "name": "utapyngo/sentry-mcp-rs",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/utapyngo/sentry-mcp-rs",
      "github_url": "https://github.com/utapyngo/sentry-mcp-rs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/utapyngo/sentry-mcp-rs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.831031+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.661565+00:00"
    },
    {
      "slug": "gh-vdalhambra-siteaudit-mcp",
      "name": "vdalhambra/siteaudit-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vdalhambra/siteaudit-mcp",
      "github_url": "https://github.com/vdalhambra/siteaudit-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vdalhambra/siteaudit-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.831225+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.661921+00:00"
    },
    {
      "slug": "gh-victoriametrics-community-mcp-victoriametrics",
      "name": "VictoriaMetrics-Community/mcp-victoriametrics",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/VictoriaMetrics-Community/mcp-victoriametrics",
      "github_url": "https://github.com/VictoriaMetrics-Community/mcp-victoriametrics",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VictoriaMetrics-Community/mcp-victoriametrics"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.831419+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.662237+00:00"
    },
    {
      "slug": "gh-yshngg-pmcp",
      "name": "yshngg/pmcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yshngg/pmcp",
      "github_url": "https://github.com/yshngg/pmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yshngg/pmcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.831881+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.662514+00:00"
    },
    {
      "slug": "gh-06ketan-slideshot",
      "name": "06ketan/slideshot",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/06ketan/slideshot",
      "github_url": "https://github.com/06ketan/slideshot",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/06ketan/slideshot"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.833349+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.662885+00:00"
    },
    {
      "slug": "gh-1000ri-jp-atsurae",
      "name": "1000ri-jp/atsurae",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/1000ri-jp/atsurae",
      "github_url": "https://github.com/1000ri-jp/atsurae",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/1000ri-jp/atsurae"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.834151+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.663206+00:00"
    },
    {
      "slug": "gh-acedatacloud-sunomcp",
      "name": "AceDataCloud/MCPSuno",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AceDataCloud/SunoMCP",
      "github_url": "https://github.com/AceDataCloud/SunoMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AceDataCloud/SunoMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.834762+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.663531+00:00"
    },
    {
      "slug": "gh-agenticdecks-deckrun-mcp",
      "name": "agenticdecks/deckrun-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/agenticdecks/deckrun-mcp",
      "github_url": "https://github.com/agenticdecks/deckrun-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agenticdecks/deckrun-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.835356+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.664220+00:00"
    },
    {
      "slug": "gh-aidc-ai-pixelle-mcp",
      "name": "AIDC-AI/Pixelle-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AIDC-AI/Pixelle-MCP",
      "github_url": "https://github.com/AIDC-AI/Pixelle-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AIDC-AI/Pixelle-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.836301+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.664945+00:00"
    },
    {
      "slug": "gh-bogdan01m-zapcap-mcp-server",
      "name": "bogdan01m/zapcap-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bogdan01m/zapcap-mcp-server",
      "github_url": "https://github.com/bogdan01m/zapcap-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bogdan01m/zapcap-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.836710+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.665649+00:00"
    },
    {
      "slug": "gh-daredev256-fcpxml-mcp-server",
      "name": "DareDev256/fcpxml-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/DareDev256/fcpxml-mcp-server",
      "github_url": "https://github.com/DareDev256/fcpxml-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/DareDev256/fcpxml-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.837195+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.666109+00:00"
    },
    {
      "slug": "gh-drolosoft-immich-photo-manager",
      "name": "drolosoft/immich-photo-manager",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/drolosoft/immich-photo-manager",
      "github_url": "https://github.com/drolosoft/immich-photo-manager",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/drolosoft/immich-photo-manager"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.837560+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.666603+00:00"
    },
    {
      "slug": "gh-quietnotion-barevalue-mcp",
      "name": "quietnotion/barevalue-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/quietnotion/barevalue-mcp",
      "github_url": "https://github.com/quietnotion/barevalue-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/quietnotion/barevalue-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.838229+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.667368+00:00"
    },
    {
      "slug": "gh-elestirelbilinc-sketch-vap-showcase",
      "name": "elestirelbilinc-sketch/vap-showcase",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/elestirelbilinc-sketch/vap-showcase",
      "github_url": "https://github.com/elestirelbilinc-sketch/vap-showcase",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/elestirelbilinc-sketch/vap-showcase"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.839268+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.668080+00:00"
    },
    {
      "slug": "gh-realcrabcut-crabcut-mcp-server",
      "name": "realcrabcut/crabcut-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/realcrabcut/crabcut-mcp-server",
      "github_url": "https://github.com/realcrabcut/crabcut-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/realcrabcut/crabcut-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.839842+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.668956+00:00"
    },
    {
      "slug": "gh-keiver-image-tiler-mcp-server",
      "name": "keiver/image-tiler-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/keiver/image-tiler-mcp-server",
      "github_url": "https://github.com/keiver/image-tiler-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/keiver/image-tiler-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.840252+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.670109+00:00"
    },
    {
      "slug": "gh-gaudiolab-jp-gaudio-developers-mcp",
      "name": "gaudiolab-jp/gaudio-developers-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gaudiolab-jp/gaudio-developers-mcp",
      "github_url": "https://github.com/gaudiolab-jp/gaudio-developers-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gaudiolab-jp/gaudio-developers-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.840486+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.670759+00:00"
    },
    {
      "slug": "gh-mohamedabdallah-14-prompt-to-asset",
      "name": "MohamedAbdallah-14/prompt-to-asset",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MohamedAbdallah-14/prompt-to-asset",
      "github_url": "https://github.com/MohamedAbdallah-14/prompt-to-asset",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MohamedAbdallah-14/prompt-to-asset"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.840708+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.671483+00:00"
    },
    {
      "slug": "gh-mordor-forge-gemini-media-mcp",
      "name": "mordor-forge/gemini-media-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mordor-forge/gemini-media-mcp",
      "github_url": "https://github.com/mordor-forge/gemini-media-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mordor-forge/gemini-media-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.840949+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.672175+00:00"
    },
    {
      "slug": "gh-guimatheus92-mcp-video-analyzer",
      "name": "guimatheus92/mcp-video-analyzer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/guimatheus92/mcp-video-analyzer",
      "github_url": "https://github.com/guimatheus92/mcp-video-analyzer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/guimatheus92/mcp-video-analyzer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.841178+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.672852+00:00"
    },
    {
      "slug": "gh-mordor-forge-trident-mcp",
      "name": "mordor-forge/trident-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mordor-forge/trident-mcp",
      "github_url": "https://github.com/mordor-forge/trident-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mordor-forge/trident-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.841643+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.673734+00:00"
    },
    {
      "slug": "gh-pastorsimon1798-mcp-video",
      "name": "pastorsimon1798/mcp-video",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pastorsimon1798/mcp-video",
      "github_url": "https://github.com/pastorsimon1798/mcp-video",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pastorsimon1798/mcp-video"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.843274+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.674855+00:00"
    },
    {
      "slug": "gh-stass-exif-mcp",
      "name": "stass/exif-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/stass/exif-mcp",
      "github_url": "https://github.com/stass/exif-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stass/exif-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.844294+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.675714+00:00"
    },
    {
      "slug": "gh-strato-space-media-gen-mcp",
      "name": "strato-space/media-gen-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/strato-space/media-gen-mcp",
      "github_url": "https://github.com/strato-space/media-gen-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/strato-space/media-gen-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.844976+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.676146+00:00"
    },
    {
      "slug": "gh-sunriseapps-imagesorcery-mcp",
      "name": "sunriseapps/imagesorcery-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sunriseapps/imagesorcery-mcp",
      "github_url": "https://github.com/sunriseapps/imagesorcery-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sunriseapps/imagesorcery-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.846335+00:00",
      "_last_seen_at": "2026-05-25T13:59:09.991578+00:00"
    },
    {
      "slug": "gh-tommertom-sonos-ts-mcp",
      "name": "Tommertom/sonos-ts-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Tommertom/sonos-ts-mcp",
      "github_url": "https://github.com/Tommertom/sonos-ts-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Tommertom/sonos-ts-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.847232+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.676824+00:00"
    },
    {
      "slug": "gh-torrentclaw-torrentclaw-mcp",
      "name": "torrentclaw/torrentclaw-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/torrentclaw/torrentclaw-mcp",
      "github_url": "https://github.com/torrentclaw/torrentclaw-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/torrentclaw/torrentclaw-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.847580+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.677094+00:00"
    },
    {
      "slug": "gh-video-creator-ffmpeg-mcp-git",
      "name": "video-creator/ffmpeg-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/video-creator/ffmpeg-mcp.git",
      "github_url": "https://github.com/video-creator/ffmpeg-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/video-creator/ffmpeg-mcp.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.847953+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.677351+00:00"
    },
    {
      "slug": "gh-aditya2755-video-edit-mcp",
      "name": "video-edit-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Aditya2755/video-edit-mcp",
      "github_url": "https://github.com/Aditya2755/video-edit-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Aditya2755/video-edit-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.848470+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.677622+00:00"
    },
    {
      "slug": "gh-topazlabs-topaz-mcp",
      "name": "TopazLabs/topaz-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TopazLabs/topaz-mcp",
      "github_url": "https://github.com/TopazLabs/topaz-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TopazLabs/topaz-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.849149+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.677969+00:00"
    },
    {
      "slug": "gh-veridyia-autoeq-mcp",
      "name": "verIdyia/autoeq-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/verIdyia/autoeq-mcp",
      "github_url": "https://github.com/verIdyia/autoeq-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/verIdyia/autoeq-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.849699+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.678332+00:00"
    },
    {
      "slug": "gh-sbuysse-gnome-desktop-mcp",
      "name": "sbuysse/gnome-desktop-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sbuysse/gnome-desktop-mcp",
      "github_url": "https://github.com/sbuysse/gnome-desktop-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sbuysse/gnome-desktop-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.850068+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.678689+00:00"
    },
    {
      "slug": "gh-dimpagk92-cellar",
      "name": "dimpagk92/cellar",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dimpagk92/cellar",
      "github_url": "https://github.com/dimpagk92/cellar",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dimpagk92/cellar"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.850323+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.678961+00:00"
    },
    {
      "slug": "gh-daiji-sshr-redmine-mcp-stateless",
      "name": "daiji-sshr/redmine-mcp-stateless",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/daiji-sshr/redmine-mcp-stateless",
      "github_url": "https://github.com/daiji-sshr/redmine-mcp-stateless",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/daiji-sshr/redmine-mcp-stateless"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.850567+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.679239+00:00"
    },
    {
      "slug": "gh-dkships-pm-copilot",
      "name": "dkships/pm-copilot",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dkships/pm-copilot",
      "github_url": "https://github.com/dkships/pm-copilot",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dkships/pm-copilot"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.850817+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.679810+00:00"
    },
    {
      "slug": "gh-lukaris-framedeck-mcp",
      "name": "Lukaris/framedeck-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Lukaris/framedeck-mcp",
      "github_url": "https://github.com/Lukaris/framedeck-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Lukaris/framedeck-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.851064+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.680531+00:00"
    },
    {
      "slug": "gh-tylerilunga-procore-mcp-server",
      "name": "TylerIlunga/procore-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TylerIlunga/procore-mcp-server",
      "github_url": "https://github.com/TylerIlunga/procore-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TylerIlunga/procore-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.851315+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.681235+00:00"
    },
    {
      "slug": "gh-spranab-saga-mcp",
      "name": "spranab/saga-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/spranab/saga-mcp",
      "github_url": "https://github.com/spranab/saga-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/spranab/saga-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.851573+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.682055+00:00"
    },
    {
      "slug": "gh-ashev87-propstack-mcp",
      "name": "ashev87/propstack-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ashev87/propstack-mcp",
      "github_url": "https://github.com/ashev87/propstack-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ashev87/propstack-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.851808+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.682834+00:00"
    },
    {
      "slug": "gh-browseai-hq-browserai-dev",
      "name": "BrowseAI-HQ/BrowserAI-Dev",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BrowseAI-HQ/BrowserAI-Dev",
      "github_url": "https://github.com/BrowseAI-HQ/BrowserAI-Dev",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BrowseAI-HQ/BrowserAI-Dev"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.852047+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.684775+00:00"
    },
    {
      "slug": "gh-connerlambden-bgpt-mcp",
      "name": "connerlambden/bgpt-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/connerlambden/bgpt-mcp",
      "github_url": "https://github.com/connerlambden/bgpt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/connerlambden/bgpt-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.852275+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.687131+00:00"
    },
    {
      "slug": "gh-hublensofficial-mcp-server",
      "name": "HubLensOfficial/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HubLensOfficial/mcp-server",
      "github_url": "https://github.com/HubLensOfficial/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HubLensOfficial/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.852506+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.687724+00:00"
    },
    {
      "slug": "gh-kimimgo-viznoir",
      "name": "kimimgo/viznoir",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kimimgo/viznoir",
      "github_url": "https://github.com/kimimgo/viznoir",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kimimgo/viznoir"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.852737+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.688019+00:00"
    },
    {
      "slug": "gh-mnemox-ai-idea-reality-mcp",
      "name": "mnemox-ai/idea-reality-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mnemox-ai/idea-reality-mcp",
      "github_url": "https://github.com/mnemox-ai/idea-reality-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mnemox-ai/idea-reality-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.852988+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.353940+00:00"
    },
    {
      "slug": "gh-nangman-infra-touch-browser",
      "name": "nangman-infra/touch-browser",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nangman-infra/touch-browser",
      "github_url": "https://github.com/nangman-infra/touch-browser",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nangman-infra/touch-browser"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.853233+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.688546+00:00"
    },
    {
      "slug": "gh-ovlabs-mcp-server-originalvoices",
      "name": "ovlabs/mcp-server-originalvoices",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ovlabs/mcp-server-originalvoices",
      "github_url": "https://github.com/ovlabs/mcp-server-originalvoices",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ovlabs/mcp-server-originalvoices"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.853479+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.689157+00:00"
    },
    {
      "slug": "gh-pminervini-deep-research-mcp",
      "name": "pminervini/deep-research-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pminervini/deep-research-mcp",
      "github_url": "https://github.com/pminervini/deep-research-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pminervini/deep-research-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.853693+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.689879+00:00"
    },
    {
      "slug": "gh-thevibepreneur-gapbase-mcp",
      "name": "thevibepreneur/gapbase-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/thevibepreneur/gapbase-mcp",
      "github_url": "https://github.com/thevibepreneur/gapbase-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/thevibepreneur/gapbase-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.853887+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.692409+00:00"
    },
    {
      "slug": "gh-sh-patterson-legiscan-mcp",
      "name": "sh-patterson/legiscan-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sh-patterson/legiscan-mcp",
      "github_url": "https://github.com/sh-patterson/legiscan-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sh-patterson/legiscan-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.854097+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.693240+00:00"
    },
    {
      "slug": "gh-thinkchainai-agentinterviews-mcp",
      "name": "thinkchainai/agentinterviews_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/thinkchainai/agentinterviews_mcp",
      "github_url": "https://github.com/thinkchainai/agentinterviews_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/thinkchainai/agentinterviews_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.854313+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.693617+00:00"
    },
    {
      "slug": "gh-xmpuspus-ph-civic-data-mcp",
      "name": "xmpuspus/ph-civic-data-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/xmpuspus/ph-civic-data-mcp",
      "github_url": "https://github.com/xmpuspus/ph-civic-data-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/xmpuspus/ph-civic-data-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.854536+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.693901+00:00"
    },
    {
      "slug": "gh-yusong652-pfc-mcp",
      "name": "yusong652/pfc-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yusong652/pfc-mcp",
      "github_url": "https://github.com/yusong652/pfc-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yusong652/pfc-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.854755+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.694181+00:00"
    },
    {
      "slug": "gh-yusong652-yade-mcp",
      "name": "yusong652/yade-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yusong652/yade-mcp",
      "github_url": "https://github.com/yusong652/yade-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yusong652/yade-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.854957+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.694518+00:00"
    },
    {
      "slug": "gh-gogabrielordonez-mcp-ragchat",
      "name": "gogabrielordonez/mcp-ragchat",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gogabrielordonez/mcp-ragchat",
      "github_url": "https://github.com/gogabrielordonez/mcp-ragchat",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gogabrielordonez/mcp-ragchat"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.855194+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.694847+00:00"
    },
    {
      "slug": "gh-poll-the-people-customgpt-mcp",
      "name": "poll-the-people/customgpt-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Poll-The-People/customgpt-mcp",
      "github_url": "https://github.com/Poll-The-People/customgpt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Poll-The-People/customgpt-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.855493+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.695116+00:00"
    },
    {
      "slug": "gh-vectara-vectara-mcp",
      "name": "vectara/vectara-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vectara/vectara-mcp",
      "github_url": "https://github.com/vectara/vectara-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vectara/vectara-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.855757+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.695388+00:00"
    },
    {
      "slug": "gh-mrslbt-rippr",
      "name": "mrslbt/rippr",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mrslbt/rippr",
      "github_url": "https://github.com/mrslbt/rippr",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mrslbt/rippr"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.855977+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.695994+00:00"
    },
    {
      "slug": "gh-0xdaef0f-job-searchoor",
      "name": "0xdaef0f/job-searchoor",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/0xDAEF0F/job-searchoor",
      "github_url": "https://github.com/0xDAEF0F/job-searchoor",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/0xDAEF0F/job-searchoor"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.856181+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.696733+00:00"
    },
    {
      "slug": "gh-hanselhansel-aeo-cli",
      "name": "hanselhansel/aeo-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hanselhansel/aeo-cli",
      "github_url": "https://github.com/hanselhansel/aeo-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hanselhansel/aeo-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.856437+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.697485+00:00"
    },
    {
      "slug": "gh-aas-ee-open-websearch",
      "name": "Aas-ee/open-webSearch",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Aas-ee/open-webSearch",
      "github_url": "https://github.com/Aas-ee/open-webSearch",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Aas-ee/open-webSearch"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.856954+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.698237+00:00"
    },
    {
      "slug": "gh-acedatacloud-serpmcp",
      "name": "AceDataCloud/MCPSerp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AceDataCloud/SerpMCP",
      "github_url": "https://github.com/AceDataCloud/SerpMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AceDataCloud/SerpMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.857501+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.698748+00:00"
    },
    {
      "slug": "gh-aimlpm-markcrawl",
      "name": "AIMLPM/markcrawl",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AIMLPM/markcrawl",
      "github_url": "https://github.com/AIMLPM/markcrawl",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AIMLPM/markcrawl"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.858304+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.699164+00:00"
    },
    {
      "slug": "gh-ac3xx-mcp-servers-kagi",
      "name": "ac3xx/mcp-servers-kagi",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ac3xx/mcp-servers-kagi",
      "github_url": "https://github.com/ac3xx/mcp-servers-kagi",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ac3xx/mcp-servers-kagi"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.859375+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.833956+00:00"
    },
    {
      "slug": "gh-adawalli-nexus",
      "name": "adawalli/nexus",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/adawalli/nexus",
      "github_url": "https://github.com/adawalli/nexus",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/adawalli/nexus"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.861289+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.870548+00:00"
    },
    {
      "slug": "gh-ananddtyagi-webpage-screenshot-mcp",
      "name": "ananddtyagi/webpage-screenshot-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ananddtyagi/webpage-screenshot-mcp",
      "github_url": "https://github.com/ananddtyagi/webpage-screenshot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ananddtyagi/webpage-screenshot-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.862379+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.701061+00:00"
    },
    {
      "slug": "gh-andybrandt-mcp-simple-arxiv",
      "name": "andybrandt/mcp-simple-arxiv",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/andybrandt/mcp-simple-arxiv",
      "github_url": "https://github.com/andybrandt/mcp-simple-arxiv",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/andybrandt/mcp-simple-arxiv"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.862931+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.701375+00:00"
    },
    {
      "slug": "gh-andybrandt-mcp-simple-pubmed",
      "name": "andybrandt/mcp-simple-pubmed",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/andybrandt/mcp-simple-pubmed",
      "github_url": "https://github.com/andybrandt/mcp-simple-pubmed",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/andybrandt/mcp-simple-pubmed"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.863285+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.701684+00:00"
    },
    {
      "slug": "gh-angheljf-nyt",
      "name": "angheljf/nyt",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/angheljf/nyt",
      "github_url": "https://github.com/angheljf/nyt",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/angheljf/nyt"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.863558+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.701990+00:00"
    },
    {
      "slug": "gh-apify-mcp-server-rag-web-browser",
      "name": "apify/mcp-server-rag-web-browser",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/apify/mcp-server-rag-web-browser",
      "github_url": "https://github.com/apify/mcp-server-rag-web-browser",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apify/mcp-server-rag-web-browser"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.863785+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.702269+00:00"
    },
    {
      "slug": "gh-atlasprzetargow-mcp-server",
      "name": "atlasprzetargow/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/atlasprzetargow/mcp-server",
      "github_url": "https://github.com/atlasprzetargow/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/atlasprzetargow/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.864028+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.702694+00:00"
    },
    {
      "slug": "gh-khamel83-argus",
      "name": "Khamel83/argus",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Khamel83/argus",
      "github_url": "https://github.com/Khamel83/argus",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Khamel83/argus"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.864265+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.703430+00:00"
    },
    {
      "slug": "gh-idapixl-idapixl-web-research-mcp",
      "name": "idapixl/idapixl-web-research-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/idapixl/idapixl-web-research-mcp",
      "github_url": "https://github.com/idapixl/idapixl-web-research-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/idapixl/idapixl-web-research-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.864525+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.704146+00:00"
    },
    {
      "slug": "gh-bigsy-clojars-mcp-server",
      "name": "Bigsy/Clojars-MCP-Server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Bigsy/Clojars-MCP-Server",
      "github_url": "https://github.com/Bigsy/Clojars-MCP-Server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Bigsy/Clojars-MCP-Server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.864790+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.775304+00:00"
    },
    {
      "slug": "gh-blazickjp-arxiv-mcp-server",
      "name": "blazickjp/arxiv-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/blazickjp/arxiv-mcp-server",
      "github_url": "https://github.com/blazickjp/arxiv-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/blazickjp/arxiv-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.865055+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.705566+00:00"
    },
    {
      "slug": "gh-boikot-xyz-boikot",
      "name": "boikot-xyz/boikot",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/boikot-xyz/boikot",
      "github_url": "https://github.com/boikot-xyz/boikot",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/boikot-xyz/boikot"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.865320+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.708778+00:00"
    },
    {
      "slug": "gh-brave-brave-search-mcp-server",
      "name": "brave/brave-search-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/brave/brave-search-mcp-server",
      "github_url": "https://github.com/brave/brave-search-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/brave/brave-search-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.866173+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.711262+00:00"
    },
    {
      "slug": "gh-cameronrye-activitypub-mcp",
      "name": "cameronrye/activitypub-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cameronrye/activitypub-mcp",
      "github_url": "https://github.com/cameronrye/activitypub-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cameronrye/activitypub-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.866689+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.712780+00:00"
    },
    {
      "slug": "gh-cameronrye-gopher-mcp",
      "name": "cameronrye/gopher-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cameronrye/gopher-mcp",
      "github_url": "https://github.com/cameronrye/gopher-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cameronrye/gopher-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.866992+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.713805+00:00"
    },
    {
      "slug": "gh-cevatkerim-unsplash-mcp",
      "name": "cevatkerim/unsplash-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cevatkerim/unsplash-mcp",
      "github_url": "https://github.com/cevatkerim/unsplash-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cevatkerim/unsplash-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.867235+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.714612+00:00"
    },
    {
      "slug": "gh-chanmeng666-server-google-news",
      "name": "chanmeng/google-news-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ChanMeng666/server-google-news",
      "github_url": "https://github.com/ChanMeng666/server-google-news",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ChanMeng666/server-google-news"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.867458+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.808850+00:00"
    },
    {
      "slug": "gh-chasesaurabh-mcp-page-capture",
      "name": "chasesaurabh/mcp-page-capture",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/chasesaurabh/mcp-page-capture",
      "github_url": "https://github.com/chasesaurabh/mcp-page-capture",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chasesaurabh/mcp-page-capture"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.867724+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.716057+00:00"
    },
    {
      "slug": "gh-conechoai-openai-websearch-mcp",
      "name": "ConechoAI/openai-websearch-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ConechoAI/openai-websearch-mcp",
      "github_url": "https://github.com/ConechoAI/openai-websearch-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ConechoAI/openai-websearch-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.867980+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.716608+00:00"
    },
    {
      "slug": "gh-crawleo-crawleo-mcp",
      "name": "Crawleo/Crawleo-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Crawleo/Crawleo-MCP",
      "github_url": "https://github.com/Crawleo/Crawleo-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Crawleo/Crawleo-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.868201+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.716944+00:00"
    },
    {
      "slug": "gh-czottmann-kagi-ken-mcp",
      "name": "czottmann/kagi-ken-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/czottmann/kagi-ken-mcp",
      "github_url": "https://github.com/czottmann/kagi-ken-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/czottmann/kagi-ken-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.868403+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.717291+00:00"
    },
    {
      "slug": "gh-dappierai-dappier-mcp",
      "name": "DappierAI/dappier-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/DappierAI/dappier-mcp",
      "github_url": "https://github.com/DappierAI/dappier-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/DappierAI/dappier-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.868600+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.717836+00:00"
    },
    {
      "slug": "gh-deadletterq-mcp-opennutrition",
      "name": "deadletterq/mcp-opennutrition",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/deadletterq/mcp-opennutrition",
      "github_url": "https://github.com/deadletterq/mcp-opennutrition",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/deadletterq/mcp-opennutrition"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.868803+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.718400+00:00"
    },
    {
      "slug": "gh-dealexpress-mcp-server",
      "name": "dealx/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/DealExpress/mcp-server",
      "github_url": "https://github.com/DealExpress/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/DealExpress/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.869026+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.479935+00:00"
    },
    {
      "slug": "gh-dorukardahan-domain-search-mcp",
      "name": "dorukardahan/domain-search-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dorukardahan/domain-search-mcp",
      "github_url": "https://github.com/dorukardahan/domain-search-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dorukardahan/domain-search-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.869224+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.719867+00:00"
    },
    {
      "slug": "gh-mikusnuz-gsc-mcp",
      "name": "mikusnuz/gsc-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikusnuz/gsc-mcp",
      "github_url": "https://github.com/mikusnuz/gsc-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikusnuz/gsc-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.869428+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.720279+00:00"
    },
    {
      "slug": "gh-oso95-domain-suite-mcp",
      "name": "oso95/domain-suite-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/oso95/domain-suite-mcp",
      "github_url": "https://github.com/oso95/domain-suite-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/oso95/domain-suite-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.869667+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.720707+00:00"
    },
    {
      "slug": "gh-pepabo-muumuu-domain-mcp",
      "name": "pepabo/muumuu-domain-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pepabo/muumuu-domain-mcp",
      "github_url": "https://github.com/pepabo/muumuu-domain-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pepabo/muumuu-domain-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.869871+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.720973+00:00"
    },
    {
      "slug": "gh-dumpling-ai-mcp-server-dumplingai",
      "name": "Dumpling-AI/mcp-server-dumplingai",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Dumpling-AI/mcp-server-dumplingai",
      "github_url": "https://github.com/Dumpling-AI/mcp-server-dumplingai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Dumpling-AI/mcp-server-dumplingai"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.870074+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.721267+00:00"
    },
    {
      "slug": "gh-ekas-io-open-sales-stack",
      "name": "ekas-io/open-sales-stack",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ekas-io/open-sales-stack",
      "github_url": "https://github.com/ekas-io/open-sales-stack",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ekas-io/open-sales-stack"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.870346+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.721842+00:00"
    },
    {
      "slug": "gh-emicklei-melrose-mcp",
      "name": "emicklei/melrose-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/emicklei/melrose-mcp",
      "github_url": "https://github.com/emicklei/melrose-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/emicklei/melrose-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.870856+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.722553+00:00"
    },
    {
      "slug": "gh-echology-io-decompose",
      "name": "echology-io/decompose",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/echology-io/decompose",
      "github_url": "https://github.com/echology-io/decompose",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/echology-io/decompose"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.871388+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.723309+00:00"
    },
    {
      "slug": "gh-erithwik-mcp-hn",
      "name": "erithwik/mcp-hn",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/erithwik/mcp-hn",
      "github_url": "https://github.com/erithwik/mcp-hn",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/erithwik/mcp-hn"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.871914+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.725623+00:00"
    },
    {
      "slug": "gh-echojobsio-jdl-mcp-server",
      "name": "echojobsio/jdl-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/echojobsio/jdl-mcp-server",
      "github_url": "https://github.com/echojobsio/jdl-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/echojobsio/jdl-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.872428+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.726595+00:00"
    },
    {
      "slug": "gh-exa-labs-exa-mcp-server",
      "name": "exa-labs/exa-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/exa-labs/exa-mcp-server",
      "github_url": "https://github.com/exa-labs/exa-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/exa-labs/exa-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.872939+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.802790+00:00"
    },
    {
      "slug": "gh-fatwang2-search1api-mcp",
      "name": "fatwang2/search1api-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/fatwang2/search1api-mcp",
      "github_url": "https://github.com/fatwang2/search1api-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fatwang2/search1api-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.873445+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.644466+00:00"
    },
    {
      "slug": "gh-kyurish-fiverr-mcp-server",
      "name": "KyuRish/fiverr-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KyuRish/fiverr-mcp-server",
      "github_url": "https://github.com/KyuRish/fiverr-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KyuRish/fiverr-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.873871+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.728528+00:00"
    },
    {
      "slug": "gh-format37-youtube-mcp",
      "name": "format37/youtube_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/format37/youtube_mcp",
      "github_url": "https://github.com/format37/youtube_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/format37/youtube_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.874069+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.728846+00:00"
    },
    {
      "slug": "gh-wd041216-bit-free-web-search-ultimate",
      "name": "wd041216-bit/free-web-search-ultimate",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wd041216-bit/free-web-search-ultimate",
      "github_url": "https://github.com/wd041216-bit/free-web-search-ultimate",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wd041216-bit/free-web-search-ultimate"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.874264+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.729198+00:00"
    },
    {
      "slug": "gh-gemy411-multi-agents-research",
      "name": "gemy411/multi-research-agents",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gemy411/multi-agents-research",
      "github_url": "https://github.com/gemy411/multi-agents-research",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gemy411/multi-agents-research"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.874467+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.729925+00:00"
    },
    {
      "slug": "gh-giskard09-giskard-search",
      "name": "giskard09/giskard-search",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/giskard09/giskard-search",
      "github_url": "https://github.com/giskard09/giskard-search",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/giskard09/giskard-search"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.875756+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.730640+00:00"
    },
    {
      "slug": "gh-gregm711-agent-domain-service-mcp",
      "name": "gregm711/agent-domain-service-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gregm711/agent-domain-service-mcp",
      "github_url": "https://github.com/gregm711/agent-domain-service-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gregm711/agent-domain-service-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.876699+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.731351+00:00"
    },
    {
      "slug": "gh-hasdata-hasdata-mcp",
      "name": "HasData/hasdata-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HasData/hasdata-mcp",
      "github_url": "https://github.com/HasData/hasdata-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HasData/hasdata-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.877694+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.732139+00:00"
    },
    {
      "slug": "gh-hbg-mcp-paperswithcode",
      "name": "hbg/mcp-paperswithcode",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hbg/mcp-paperswithcode",
      "github_url": "https://github.com/hbg/mcp-paperswithcode",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hbg/mcp-paperswithcode"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.878447+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.732858+00:00"
    },
    {
      "slug": "gh-hellokaton-unsplash-mcp-server",
      "name": "hellokaton/unsplash-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hellokaton/unsplash-mcp-server",
      "github_url": "https://github.com/hellokaton/unsplash-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hellokaton/unsplash-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.879198+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.733550+00:00"
    },
    {
      "slug": "gh-himalayas-app-himalayas-mcp",
      "name": "Himalayas-App/himalayas-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Himalayas-App/himalayas-mcp",
      "github_url": "https://github.com/Himalayas-App/himalayas-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Himalayas-App/himalayas-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.880670+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.734243+00:00"
    },
    {
      "slug": "gh-ihor-sokoliuk-mcp-searxng",
      "name": "Ihor-Sokoliuk/MCP-SearXNG",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ihor-sokoliuk/mcp-searxng",
      "github_url": "https://github.com/ihor-sokoliuk/mcp-searxng",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ihor-sokoliuk/mcp-searxng"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.881248+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.293613+00:00"
    },
    {
      "slug": "gh-imprvhub-mcp-claude-hackernews",
      "name": "imprvhub/mcp-claude-hackernews",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/imprvhub/mcp-claude-hackernews",
      "github_url": "https://github.com/imprvhub/mcp-claude-hackernews",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/imprvhub/mcp-claude-hackernews"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.881633+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.735657+00:00"
    },
    {
      "slug": "gh-imprvhub-mcp-domain-availability",
      "name": "imprvhub/mcp-domain-availability",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/imprvhub/mcp-domain-availability",
      "github_url": "https://github.com/imprvhub/mcp-domain-availability",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/imprvhub/mcp-domain-availability"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.882300+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.736386+00:00"
    },
    {
      "slug": "gh-imprvhub-mcp-rss-aggregator",
      "name": "imprvhub/mcp-rss-aggregator",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/imprvhub/mcp-rss-aggregator",
      "github_url": "https://github.com/imprvhub/mcp-rss-aggregator",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/imprvhub/mcp-rss-aggregator"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.882763+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.737101+00:00"
    },
    {
      "slug": "gh-lionkiii-rss-feeds-mcp",
      "name": "lionkiii/rss-feeds-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lionkiii/rss-feeds-mcp",
      "github_url": "https://github.com/lionkiii/rss-feeds-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lionkiii/rss-feeds-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.883332+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.737788+00:00"
    },
    {
      "slug": "gh-ip2whois-mcp-ip2whois",
      "name": "ip2whois/mcp-ip2whois",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ip2whois/mcp-ip2whois",
      "github_url": "https://github.com/ip2whois/mcp-ip2whois",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ip2whois/mcp-ip2whois"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.883750+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.738483+00:00"
    },
    {
      "slug": "gh-isnow890-naver-search-mcp",
      "name": "isnow890/naver-search-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/isnow890/naver-search-mcp",
      "github_url": "https://github.com/isnow890/naver-search-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/isnow890/naver-search-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.884094+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.739172+00:00"
    },
    {
      "slug": "gh-jae-jae-fetcher-mcp",
      "name": "jae-jae/fetcher-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jae-jae/fetcher-mcp",
      "github_url": "https://github.com/jae-jae/fetcher-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jae-jae/fetcher-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.884628+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.730191+00:00"
    },
    {
      "slug": "gh-jae-jae-g-search-mcp",
      "name": "jae-jae/g-search-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jae-jae/g-search-mcp",
      "github_url": "https://github.com/jae-jae/g-search-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jae-jae/g-search-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.885122+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.216488+00:00"
    },
    {
      "slug": "gh-jhomen368-overseerr-mcp",
      "name": "jhomen368/overseerr-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jhomen368/overseerr-mcp",
      "github_url": "https://github.com/jhomen368/overseerr-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jhomen368/overseerr-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.885426+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.743375+00:00"
    },
    {
      "slug": "gh-joelio-stocky",
      "name": "joelio/stocky",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/joelio/stocky",
      "github_url": "https://github.com/joelio/stocky",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joelio/stocky"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.885703+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.744276+00:00"
    },
    {
      "slug": "gh-just-every-mcp-read-website-fast",
      "name": "just-every/mcp-read-website-fast",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/just-every/mcp-read-website-fast",
      "github_url": "https://github.com/just-every/mcp-read-website-fast",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/just-every/mcp-read-website-fast"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.885934+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.833043+00:00"
    },
    {
      "slug": "gh-just-every-mcp-screenshot-website-fast",
      "name": "just-every/mcp-screenshot-website-fast",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/just-every/mcp-screenshot-website-fast",
      "github_url": "https://github.com/just-every/mcp-screenshot-website-fast",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/just-every/mcp-screenshot-website-fast"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.886147+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.833669+00:00"
    },
    {
      "slug": "gh-kagisearch-kagimcp",
      "name": "kagisearch/kagimcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kagisearch/kagimcp",
      "github_url": "https://github.com/kagisearch/kagimcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kagisearch/kagimcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.886377+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.564091+00:00"
    },
    {
      "slug": "gh-kc23go-anybrowse",
      "name": "kc23go/anybrowse",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kc23go/anybrowse",
      "github_url": "https://github.com/kc23go/anybrowse",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kc23go/anybrowse"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.886633+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.747028+00:00"
    },
    {
      "slug": "gh-kehvinbehvin-json-mcp-filter",
      "name": "kehvinbehvin/json-mcp-filter",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kehvinbehvin/json-mcp-filter",
      "github_url": "https://github.com/kehvinbehvin/json-mcp-filter",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kehvinbehvin/json-mcp-filter"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.886880+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.747565+00:00"
    },
    {
      "slug": "gh-kimdonghwi94-web-analyzer-mcp",
      "name": "kimdonghwi94/Web-Analyzer-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kimdonghwi94/web-analyzer-mcp",
      "github_url": "https://github.com/kimdonghwi94/web-analyzer-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kimdonghwi94/web-analyzer-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.887117+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.748204+00:00"
    },
    {
      "slug": "gh-kshern-mcp-tavily-git",
      "name": "kshern/mcp-tavily",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kshern/mcp-tavily.git",
      "github_url": "https://github.com/kshern/mcp-tavily.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kshern/mcp-tavily.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.887334+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.748941+00:00"
    },
    {
      "slug": "gh-leehanchung-bing-search-mcp",
      "name": "leehanchung/bing-search-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/leehanchung/bing-search-mcp",
      "github_url": "https://github.com/leehanchung/bing-search-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/leehanchung/bing-search-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.887614+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.749338+00:00"
    },
    {
      "slug": "gh-leadbrain-korean-data-mcp",
      "name": "leadbrain/korean-data-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/leadbrain/korean-data-mcp",
      "github_url": "https://github.com/leadbrain/korean-data-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/leadbrain/korean-data-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.887823+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.750016+00:00"
    },
    {
      "slug": "gh-lfnovo-content-core",
      "name": "lfnovo/content-core",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lfnovo/content-core",
      "github_url": "https://github.com/lfnovo/content-core",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lfnovo/content-core"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.888020+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.751033+00:00"
    },
    {
      "slug": "gh-linked-api-linkedapi-mcp",
      "name": "Linked-API/linkedapi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Linked-API/linkedapi-mcp",
      "github_url": "https://github.com/Linked-API/linkedapi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Linked-API/linkedapi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.888409+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.752861+00:00"
    },
    {
      "slug": "gh-linxule-mineru-mcp",
      "name": "linxule/mineru-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/linxule/mineru-mcp",
      "github_url": "https://github.com/linxule/mineru-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/linxule/mineru-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.888919+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.753909+00:00"
    },
    {
      "slug": "gh-luminati-io-brightdata-mcp",
      "name": "luminati-io/brightdata-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/luminati-io/brightdata-mcp",
      "github_url": "https://github.com/luminati-io/brightdata-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/luminati-io/brightdata-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.889442+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.754681+00:00"
    },
    {
      "slug": "gh-lulzasaur9192-marketplace-search-mcp",
      "name": "lulzasaur9192/marketplace-search-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lulzasaur9192/marketplace-search-mcp",
      "github_url": "https://github.com/lulzasaur9192/marketplace-search-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lulzasaur9192/marketplace-search-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.889961+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.755386+00:00"
    },
    {
      "slug": "gh-mikechao-brave-search-mcp",
      "name": "mikechao/brave-search-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikechao/brave-search-mcp",
      "github_url": "https://github.com/mikechao/brave-search-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikechao/brave-search-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.890472+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.756101+00:00"
    },
    {
      "slug": "gh-mikkoparkkola-nab",
      "name": "MikkoParkkola/nab",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MikkoParkkola/nab",
      "github_url": "https://github.com/MikkoParkkola/nab",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MikkoParkkola/nab"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.890667+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.756958+00:00"
    },
    {
      "slug": "gh-mzxrai-mcp-webresearch",
      "name": "mzxrai/mcp-webresearch",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mzxrai/mcp-webresearch",
      "github_url": "https://github.com/mzxrai/mcp-webresearch",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mzxrai/mcp-webresearch"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.890867+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.069098+00:00"
    },
    {
      "slug": "gh-pranciskus-newsmcp",
      "name": "pranciskus/newsmcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pranciskus/newsmcp",
      "github_url": "https://github.com/pranciskus/newsmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pranciskus/newsmcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.891061+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.759898+00:00"
    },
    {
      "slug": "gh-n24q02m-wet-mcp",
      "name": "n24q02m/wet-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/n24q02m/wet-mcp",
      "github_url": "https://github.com/n24q02m/wet-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/n24q02m/wet-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.891258+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.760331+00:00"
    },
    {
      "slug": "gh-nickclyde-duckduckgo-mcp-server",
      "name": "nickclyde/duckduckgo-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nickclyde/duckduckgo-mcp-server",
      "github_url": "https://github.com/nickclyde/duckduckgo-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nickclyde/duckduckgo-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.891805+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.760607+00:00"
    },
    {
      "slug": "gh-nkapila6-mcp-local-rag",
      "name": "nkapila6/mcp-local-rag",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nkapila6/mcp-local-rag",
      "github_url": "https://github.com/nkapila6/mcp-local-rag",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nkapila6/mcp-local-rag"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.893100+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.760874+00:00"
    },
    {
      "slug": "gh-nyxn-ai-nyxdocs",
      "name": "nyxn-ai/NyxDocs",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nyxn-ai/NyxDocs",
      "github_url": "https://github.com/nyxn-ai/NyxDocs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nyxn-ai/NyxDocs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.895362+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.761138+00:00"
    },
    {
      "slug": "gh-octagonai-octagon-deep-research-mcp",
      "name": "OctagonAI/octagon-deep-research-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/OctagonAI/octagon-deep-research-mcp",
      "github_url": "https://github.com/OctagonAI/octagon-deep-research-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OctagonAI/octagon-deep-research-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.896171+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.487842+00:00"
    },
    {
      "slug": "gh-omniologynow-rgb-scout-intel-mcp",
      "name": "omniologynow-rgb/scout-intel-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/omniologynow-rgb/scout-intel-mcp",
      "github_url": "https://github.com/omniologynow-rgb/scout-intel-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/omniologynow-rgb/scout-intel-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.896653+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.762014+00:00"
    },
    {
      "slug": "gh-nameetp-pdfmux",
      "name": "NameetP/pdfmux",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/NameetP/pdfmux",
      "github_url": "https://github.com/NameetP/pdfmux",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/NameetP/pdfmux"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.897068+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.762598+00:00"
    },
    {
      "slug": "gh-parallel-web-search-mcp",
      "name": "parallel-web/search-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/parallel-web/search-mcp",
      "github_url": "https://github.com/parallel-web/search-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/parallel-web/search-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.897385+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.762892+00:00"
    },
    {
      "slug": "gh-fayandxan-spectrawl",
      "name": "FayAndXan/spectrawl",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/FayAndXan/spectrawl",
      "github_url": "https://github.com/FayAndXan/spectrawl",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FayAndXan/spectrawl"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.897668+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.763173+00:00"
    },
    {
      "slug": "gh-parallel-web-task-mcp",
      "name": "parallel-web/task-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/parallel-web/task-mcp",
      "github_url": "https://github.com/parallel-web/task-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/parallel-web/task-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.897942+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.763740+00:00"
    },
    {
      "slug": "gh-paulieb89-govuk-mcp",
      "name": "paulieb89/govuk-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/paulieb89/govuk-mcp",
      "github_url": "https://github.com/paulieb89/govuk-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/paulieb89/govuk-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.898289+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.764461+00:00"
    },
    {
      "slug": "gh-pearch-ai-mcp-pearch",
      "name": "Pearch-ai/mcp_pearch",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Pearch-ai/mcp_pearch",
      "github_url": "https://github.com/Pearch-ai/mcp_pearch",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Pearch-ai/mcp_pearch"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.898992+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.604484+00:00"
    },
    {
      "slug": "gh-peter-j-thompson-semanticapi-mcp",
      "name": "peter-j-thompson/semanticapi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/peter-j-thompson/semanticapi-mcp",
      "github_url": "https://github.com/peter-j-thompson/semanticapi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/peter-j-thompson/semanticapi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.899889+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.765930+00:00"
    },
    {
      "slug": "gh-pragmar-mcp-server-webcrawl",
      "name": "pragmar/mcp-server-webcrawl",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pragmar/mcp-server-webcrawl",
      "github_url": "https://github.com/pragmar/mcp-server-webcrawl",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pragmar/mcp-server-webcrawl"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.900329+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.766680+00:00"
    },
    {
      "slug": "gh-qune-tech-ocds-mcp",
      "name": "qune-tech/ocds-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/qune-tech/ocds-mcp",
      "github_url": "https://github.com/qune-tech/ocds-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/qune-tech/ocds-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.900677+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.767405+00:00"
    },
    {
      "slug": "gh-quentincody-catalysishub-mcp-server",
      "name": "QuentinCody/catalysishub-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QuentinCody/catalysishub-mcp-server",
      "github_url": "https://github.com/QuentinCody/catalysishub-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuentinCody/catalysishub-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.900957+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.768165+00:00"
    },
    {
      "slug": "gh-r-huijts-opentk-mcp",
      "name": "r-huijts/opentk-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/r-huijts/opentk-mcp",
      "github_url": "https://github.com/r-huijts/opentk-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/r-huijts/opentk-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.901254+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.768868+00:00"
    },
    {
      "slug": "gh-reading-plus-ai-mcp-server-deep-research",
      "name": "reading-plus-ai/mcp-server-deep-research",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/reading-plus-ai/mcp-server-deep-research",
      "github_url": "https://github.com/reading-plus-ai/mcp-server-deep-research",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/reading-plus-ai/mcp-server-deep-research"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.901546+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.769595+00:00"
    },
    {
      "slug": "gh-ricocf-mcp-wolframalpha",
      "name": "ricocf/mcp-wolframalpha",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ricocf/mcp-wolframalpha",
      "github_url": "https://github.com/ricocf/mcp-wolframalpha",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ricocf/mcp-wolframalpha"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.901783+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.770327+00:00"
    },
    {
      "slug": "gh-rubenayla-partle-mcp",
      "name": "rubenayla/partle-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rubenayla/partle-mcp",
      "github_url": "https://github.com/rubenayla/partle-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rubenayla/partle-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.901997+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.771025+00:00"
    },
    {
      "slug": "gh-sascharo-gxtract",
      "name": "sascharo/gxtract",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sascharo/gxtract",
      "github_url": "https://github.com/sascharo/gxtract",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sascharo/gxtract"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.902241+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.812945+00:00"
    },
    {
      "slug": "gh-bartonguestier1725-collab-scout-mcp",
      "name": "bartonguestier1725-collab/scout-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bartonguestier1725-collab/scout-mcp",
      "github_url": "https://github.com/bartonguestier1725-collab/scout-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bartonguestier1725-collab/scout-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.902467+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.772430+00:00"
    },
    {
      "slug": "gh-scrapeless-ai-scrapeless-mcp-server",
      "name": "scrapeless-ai/scrapeless-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/scrapeless-ai/scrapeless-mcp-server",
      "github_url": "https://github.com/scrapeless-ai/scrapeless-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/scrapeless-ai/scrapeless-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.902683+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.645166+00:00"
    },
    {
      "slug": "gh-scraperapi-scraperapi-mcp",
      "name": "scraperapi/scraperapi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/scraperapi/scraperapi-mcp",
      "github_url": "https://github.com/scraperapi/scraperapi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/scraperapi/scraperapi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.902930+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.775593+00:00"
    },
    {
      "slug": "gh-scrapercity-scrapercity-cli",
      "name": "scrapercity/scrapercity-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/scrapercity/scrapercity-cli",
      "github_url": "https://github.com/scrapercity/scrapercity-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/scrapercity/scrapercity-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.903197+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.776899+00:00"
    },
    {
      "slug": "gh-searchcraft-inc-searchcraft-mcp-server",
      "name": "searchcraft-inc/searchcraft-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/searchcraft-inc/searchcraft-mcp-server",
      "github_url": "https://github.com/searchcraft-inc/searchcraft-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/searchcraft-inc/searchcraft-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.903486+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.777646+00:00"
    },
    {
      "slug": "gh-secretiveshell-mcp-searxng",
      "name": "SecretiveShell/MCP-searxng",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SecretiveShell/MCP-searxng",
      "github_url": "https://github.com/SecretiveShell/MCP-searxng",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SecretiveShell/MCP-searxng"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.903753+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.778407+00:00"
    },
    {
      "slug": "gh-securecoders-opengraph-io-mcp",
      "name": "securecoders/opengraph-io-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/securecoders/opengraph-io-mcp",
      "github_url": "https://github.com/securecoders/opengraph-io-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/securecoders/opengraph-io-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.903977+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.779146+00:00"
    },
    {
      "slug": "gh-serkan-ozal-driflyte-mcp-server",
      "name": "serkan-ozal/driflyte-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/serkan-ozal/driflyte-mcp-server",
      "github_url": "https://github.com/serkan-ozal/driflyte-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/serkan-ozal/driflyte-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.904258+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.500939+00:00"
    },
    {
      "slug": "gh-serpapi-serpapi-mcp",
      "name": "serpapi/serpapi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/serpapi/serpapi-mcp",
      "github_url": "https://github.com/serpapi/serpapi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/serpapi/serpapi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.904539+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.780673+00:00"
    },
    {
      "slug": "gh-shopsavvy-shopsavvy-mcp-server",
      "name": "shopsavvy/shopsavvy-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shopsavvy/shopsavvy-mcp-server",
      "github_url": "https://github.com/shopsavvy/shopsavvy-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shopsavvy/shopsavvy-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.904755+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.662298+00:00"
    },
    {
      "slug": "gh-sifter-ai-sifter",
      "name": "sifter-ai/sifter",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sifter-ai/sifter",
      "github_url": "https://github.com/sifter-ai/sifter",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sifter-ai/sifter"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.904995+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.782128+00:00"
    },
    {
      "slug": "gh-softvoyagers-linkmeta-api",
      "name": "softvoyagers/linkmeta-api",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/softvoyagers/linkmeta-api",
      "github_url": "https://github.com/softvoyagers/linkmeta-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/softvoyagers/linkmeta-api"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.905227+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.782856+00:00"
    },
    {
      "slug": "gh-ssatama-rescuedogs-mcp-server",
      "name": "ssatama/rescuedogs-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ssatama/rescuedogs-mcp-server",
      "github_url": "https://github.com/ssatama/rescuedogs-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ssatama/rescuedogs-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.905452+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.783557+00:00"
    },
    {
      "slug": "gh-stripfeed-mcp-server",
      "name": "StripFeed/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/StripFeed/mcp-server",
      "github_url": "https://github.com/StripFeed/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/StripFeed/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.905774+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.784260+00:00"
    },
    {
      "slug": "gh-takashiishida-arxiv-latex-mcp",
      "name": "takashiishida/arxiv-latex-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/takashiishida/arxiv-latex-mcp",
      "github_url": "https://github.com/takashiishida/arxiv-latex-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/takashiishida/arxiv-latex-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.906096+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.784988+00:00"
    },
    {
      "slug": "gh-talonicdev-talonic-mcp",
      "name": "talonicdev/talonic-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/talonicdev/talonic-mcp",
      "github_url": "https://github.com/talonicdev/talonic-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/talonicdev/talonic-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.906316+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.785701+00:00"
    },
    {
      "slug": "gh-the0807-geeknews-mcp-server",
      "name": "the0807/GeekNews-MCP-Server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/the0807/GeekNews-MCP-Server",
      "github_url": "https://github.com/the0807/GeekNews-MCP-Server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/the0807/GeekNews-MCP-Server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.906518+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.786434+00:00"
    },
    {
      "slug": "gh-marcindudekdev-the-data-collector",
      "name": "MarcinDudekDev/the-data-collector",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarcinDudekDev/the-data-collector",
      "github_url": "https://github.com/MarcinDudekDev/the-data-collector",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarcinDudekDev/the-data-collector"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.906716+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.787531+00:00"
    },
    {
      "slug": "gh-theagenttimes-tat-mcp-server",
      "name": "theagenttimes/tat-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/theagenttimes/tat-mcp-server",
      "github_url": "https://github.com/theagenttimes/tat-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/theagenttimes/tat-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.907158+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.788571+00:00"
    },
    {
      "slug": "gh-tianqitang1-enrichr-mcp-server",
      "name": "tianqitang1/enrichr-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tianqitang1/enrichr-mcp-server",
      "github_url": "https://github.com/tianqitang1/enrichr-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tianqitang1/enrichr-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.907361+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.789393+00:00"
    },
    {
      "slug": "gh-tinyfish-io-agentql-mcp",
      "name": "tinyfish-io/agentql-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tinyfish-io/agentql-mcp",
      "github_url": "https://github.com/tinyfish-io/agentql-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tinyfish-io/agentql-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.907562+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.447195+00:00"
    },
    {
      "slug": "gh-tomatio13-mcp-server-tavily",
      "name": "Tomatio13/mcp-server-tavily",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Tomatio13/mcp-server-tavily",
      "github_url": "https://github.com/Tomatio13/mcp-server-tavily",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Tomatio13/mcp-server-tavily"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.907760+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.795872+00:00"
    },
    {
      "slug": "gh-urlbox-urlbox-mcp-server",
      "name": "urlbox/urlbox-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/urlbox/urlbox-mcp-server",
      "github_url": "https://github.com/urlbox/urlbox-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/urlbox/urlbox-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.907962+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.797448+00:00"
    },
    {
      "slug": "gh-vectorize-io-vectorize-mcp-server",
      "name": "vectorize-io/vectorize-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vectorize-io/vectorize-mcp-server",
      "github_url": "https://github.com/vectorize-io/vectorize-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vectorize-io/vectorize-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.909663+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.688301+00:00"
    },
    {
      "slug": "gh-vitorpavinato-ncbi-mcp-server",
      "name": "vitorpavinato/ncbi-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vitorpavinato/ncbi-mcp-server",
      "github_url": "https://github.com/vitorpavinato/ncbi-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vitorpavinato/ncbi-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.910796+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.799035+00:00"
    },
    {
      "slug": "gh-robbyczgw-cla-web-search-plus-mcp",
      "name": "robbyczgw-cla/web-search-plus-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/robbyczgw-cla/web-search-plus-mcp",
      "github_url": "https://github.com/robbyczgw-cla/web-search-plus-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/robbyczgw-cla/web-search-plus-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.911608+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.799741+00:00"
    },
    {
      "slug": "gh-vincentwei1021-agent-toolbox",
      "name": "Vincentwei1021/agent-toolbox",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Vincentwei1021/agent-toolbox",
      "github_url": "https://github.com/Vincentwei1021/agent-toolbox",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Vincentwei1021/agent-toolbox"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.912999+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.800464+00:00"
    },
    {
      "slug": "gh-webscraping-ai-webscraping-ai-mcp-server",
      "name": "webscraping-ai/webscraping-ai-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/webscraping-ai/webscraping-ai-mcp-server",
      "github_url": "https://github.com/webscraping-ai/webscraping-ai-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/webscraping-ai/webscraping-ai-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.914537+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.696250+00:00"
    },
    {
      "slug": "gh-webpeel-webpeel",
      "name": "webpeel/webpeel",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/webpeel/webpeel",
      "github_url": "https://github.com/webpeel/webpeel",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/webpeel/webpeel"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.915045+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.801885+00:00"
    },
    {
      "slug": "gh-yamanoku-baseline-mcp-server",
      "name": "yamanoku/baseline-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yamanoku/baseline-mcp-server",
      "github_url": "https://github.com/yamanoku/baseline-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yamanoku/baseline-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.915308+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.802615+00:00"
    },
    {
      "slug": "gh-zhsama-duckduckgo-mpc-server",
      "name": "zhsama/duckduckgo-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zhsama/duckduckgo-mpc-server",
      "github_url": "https://github.com/zhsama/duckduckgo-mpc-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zhsama/duckduckgo-mpc-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.916024+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.803354+00:00"
    },
    {
      "slug": "gh-zoharbabin-google-researcher-mcp",
      "name": "zoharbabin/google-researcher-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zoharbabin/google-researcher-mcp",
      "github_url": "https://github.com/zoharbabin/google-researcher-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zoharbabin/google-researcher-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.916661+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.804088+00:00"
    },
    {
      "slug": "gh-zlatkoc-youtube-summarize",
      "name": "zlatkoc/youtube-summarize",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zlatkoc/youtube-summarize",
      "github_url": "https://github.com/zlatkoc/youtube-summarize",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zlatkoc/youtube-summarize"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.917100+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.804827+00:00"
    },
    {
      "slug": "gh-zoomeye-ai-mcp-zoomeye",
      "name": "zoomeye-ai/mcp_zoomeye",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zoomeye-ai/mcp_zoomeye",
      "github_url": "https://github.com/zoomeye-ai/mcp_zoomeye",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zoomeye-ai/mcp_zoomeye"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.917477+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.805543+00:00"
    },
    {
      "slug": "gh-alexfleetcommander-agent-trust-stack-mcp",
      "name": "alexfleetcommander/agent-trust-stack-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alexfleetcommander/agent-trust-stack-mcp",
      "github_url": "https://github.com/alexfleetcommander/agent-trust-stack-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alexfleetcommander/agent-trust-stack-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.917809+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.806244+00:00"
    },
    {
      "slug": "gh-123ergo-unphurl-mcp",
      "name": "123Ergo/unphurl-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/123Ergo/unphurl-mcp",
      "github_url": "https://github.com/123Ergo/unphurl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/123Ergo/unphurl-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.918129+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.808152+00:00"
    },
    {
      "slug": "gh-13bm-ghidramcp",
      "name": "13bm/GhidraMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/13bm/GhidraMCP",
      "github_url": "https://github.com/13bm/GhidraMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/13bm/GhidraMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.918443+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.809214+00:00"
    },
    {
      "slug": "gh-82ch-mcp-dandan",
      "name": "82ch/MCP-Dandan",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/82ch/MCP-Dandan",
      "github_url": "https://github.com/82ch/MCP-Dandan",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/82ch/MCP-Dandan"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.918702+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.809748+00:00"
    },
    {
      "slug": "gh-marucie-authbox",
      "name": "MARUCIE/authbox",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MARUCIE/authbox",
      "github_url": "https://github.com/MARUCIE/authbox",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MARUCIE/authbox"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.918961+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.810120+00:00"
    },
    {
      "slug": "gh-acacian-aegis",
      "name": "Acacian/aegis",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Acacian/aegis",
      "github_url": "https://github.com/Acacian/aegis",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Acacian/aegis"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.919255+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.810397+00:00"
    },
    {
      "slug": "gh-adeptus-innovatio-solvitor-mcp",
      "name": "adeptus-innovatio/solvitor-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Adeptus-Innovatio/solvitor-mcp",
      "github_url": "https://github.com/Adeptus-Innovatio/solvitor-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Adeptus-Innovatio/solvitor-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.919486+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.810677+00:00"
    },
    {
      "slug": "gh-kovy-agentforge-trust-mcp",
      "name": "KOVY/agentforge-trust-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KOVY/agentforge-trust-mcp",
      "github_url": "https://github.com/KOVY/agentforge-trust-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KOVY/agentforge-trust-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.919729+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.810995+00:00"
    },
    {
      "slug": "gh-agentgraph-co-agentgraph",
      "name": "agentgraph-co/agentgraph",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/agentgraph-co/agentgraph",
      "github_url": "https://github.com/agentgraph-co/agentgraph",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentgraph-co/agentgraph"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.920014+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.811402+00:00"
    },
    {
      "slug": "gh-arian-gogani-nobulex",
      "name": "arian-gogani/nobulex",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arian-gogani/nobulex",
      "github_url": "https://github.com/arian-gogani/nobulex",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arian-gogani/nobulex"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.920300+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.811842+00:00"
    },
    {
      "slug": "gh-agentward-ai-agentward",
      "name": "agentward-ai/agentward",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/agentward-ai/agentward",
      "github_url": "https://github.com/agentward-ai/agentward",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentward-ai/agentward"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.920603+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.812179+00:00"
    },
    {
      "slug": "gh-agntor-mcp",
      "name": "agntor/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/agntor/mcp",
      "github_url": "https://github.com/agntor/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agntor/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.920913+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.812478+00:00"
    },
    {
      "slug": "gh-vinaybhosle-agentstamp",
      "name": "vinaybhosle/agentstamp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vinaybhosle/agentstamp",
      "github_url": "https://github.com/vinaybhosle/agentstamp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vinaybhosle/agentstamp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.921314+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.813198+00:00"
    },
    {
      "slug": "gh-runtimeguard-runtime-guard",
      "name": "jimmyracheta/AI-Runtime-Guard",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/runtimeguard/runtime-guard",
      "github_url": "https://github.com/runtimeguard/runtime-guard",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/runtimeguard/runtime-guard"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.921573+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.813972+00:00"
    },
    {
      "slug": "gh-airblackbox-air-blackbox-mcp",
      "name": "airblackbox/air-blackbox-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/airblackbox/air-blackbox-mcp",
      "github_url": "https://github.com/airblackbox/air-blackbox-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/airblackbox/air-blackbox-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.921940+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.814877+00:00"
    },
    {
      "slug": "gh-aim-intelligence-aim-mcp",
      "name": "AIM-Intelligence/AIM-Guard-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AIM-Intelligence/AIM-MCP",
      "github_url": "https://github.com/AIM-Intelligence/AIM-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AIM-Intelligence/AIM-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.922241+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.815684+00:00"
    },
    {
      "slug": "gh-alberthild-shieldapi-mcp",
      "name": "alberthild/shieldapi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alberthild/shieldapi-mcp",
      "github_url": "https://github.com/alberthild/shieldapi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alberthild/shieldapi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.922466+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.816442+00:00"
    },
    {
      "slug": "gh-jagmarques-asqav-mcp",
      "name": "jagmarques/asqav-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jagmarques/asqav-mcp",
      "github_url": "https://github.com/jagmarques/asqav-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jagmarques/asqav-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.922896+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.817182+00:00"
    },
    {
      "slug": "gh-kastelldev-kastell",
      "name": "kastelldev/kastell",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kastelldev/kastell",
      "github_url": "https://github.com/kastelldev/kastell",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kastelldev/kastell"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.923129+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.817916+00:00"
    },
    {
      "slug": "gh-ark-forge-arkforge-mcp",
      "name": "ark-forge/arkforge-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ark-forge/arkforge-mcp",
      "github_url": "https://github.com/ark-forge/arkforge-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ark-forge/arkforge-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.923338+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.818660+00:00"
    },
    {
      "slug": "gh-atomicchonk-roadrecon-mcp-server",
      "name": "atomicchonk/roadrecon_mcp_server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/atomicchonk/roadrecon_mcp_server",
      "github_url": "https://github.com/atomicchonk/roadrecon_mcp_server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/atomicchonk/roadrecon_mcp_server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.923540+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.819396+00:00"
    },
    {
      "slug": "gh-behrensd-mcp-firewall",
      "name": "behrensd/mcp-firewall",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/behrensd/mcp-firewall",
      "github_url": "https://github.com/behrensd/mcp-firewall",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/behrensd/mcp-firewall"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.923838+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.820165+00:00"
    },
    {
      "slug": "gh-burtthecoder-mcp-dnstwist",
      "name": "BurtTheCoder/mcp-dnstwist",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BurtTheCoder/mcp-dnstwist",
      "github_url": "https://github.com/BurtTheCoder/mcp-dnstwist",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BurtTheCoder/mcp-dnstwist"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.924155+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.820938+00:00"
    },
    {
      "slug": "gh-burtthecoder-mcp-maigret",
      "name": "BurtTheCoder/mcp-maigret",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BurtTheCoder/mcp-maigret",
      "github_url": "https://github.com/BurtTheCoder/mcp-maigret",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BurtTheCoder/mcp-maigret"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.924561+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.009102+00:00"
    },
    {
      "slug": "gh-burtthecoder-mcp-shodan",
      "name": "BurtTheCoder/mcp-shodan",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BurtTheCoder/mcp-shodan",
      "github_url": "https://github.com/BurtTheCoder/mcp-shodan",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BurtTheCoder/mcp-shodan"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.929228+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.822394+00:00"
    },
    {
      "slug": "gh-burtthecoder-mcp-virustotal",
      "name": "BurtTheCoder/mcp-virustotal",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BurtTheCoder/mcp-virustotal",
      "github_url": "https://github.com/BurtTheCoder/mcp-virustotal",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BurtTheCoder/mcp-virustotal"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.930153+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.823115+00:00"
    },
    {
      "slug": "gh-chrbailey-promptspeak-mcp-server",
      "name": "chrbailey/promptspeak-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/chrbailey/promptspeak-mcp-server",
      "github_url": "https://github.com/chrbailey/promptspeak-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chrbailey/promptspeak-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.930694+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.825235+00:00"
    },
    {
      "slug": "gh-bx33661-wireshark-mcp",
      "name": "bx33661/Wireshark-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bx33661/Wireshark-MCP",
      "github_url": "https://github.com/bx33661/Wireshark-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bx33661/Wireshark-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.931146+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.826453+00:00"
    },
    {
      "slug": "gh-chimera-protocol-csl-core",
      "name": "Chimera-Protocol/csl-core",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Chimera-Protocol/csl-core",
      "github_url": "https://github.com/Chimera-Protocol/csl-core",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Chimera-Protocol/csl-core"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.931485+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.827336+00:00"
    },
    {
      "slug": "gh-co-browser-attestable-mcp-server",
      "name": "co-browser/attestable-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/co-browser/attestable-mcp-server",
      "github_url": "https://github.com/co-browser/attestable-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/co-browser/attestable-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.931773+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.827984+00:00"
    },
    {
      "slug": "gh-creatorrmode-lead-avp-sdk",
      "name": "creatorrmode-lead/avp-sdk",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/creatorrmode-lead/avp-sdk",
      "github_url": "https://github.com/creatorrmode-lead/avp-sdk",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/creatorrmode-lead/avp-sdk"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.932357+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.828427+00:00"
    },
    {
      "slug": "gh-gebalamariusz-cloud-audit",
      "name": "gebalamariusz/cloud-audit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gebalamariusz/cloud-audit",
      "github_url": "https://github.com/gebalamariusz/cloud-audit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gebalamariusz/cloud-audit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.932905+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.829215+00:00"
    },
    {
      "slug": "gh-cyntrisec-cyntrisec-cli",
      "name": "cyntrisec/cyntrisec-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cyntrisec/cyntrisec-cli",
      "github_url": "https://github.com/cyntrisec/cyntrisec-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cyntrisec/cyntrisec-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.933404+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.829962+00:00"
    },
    {
      "slug": "gh-dkvdm-onepassword-mcp-server",
      "name": "dkvdm/onepassword-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dkvdm/onepassword-mcp-server",
      "github_url": "https://github.com/dkvdm/onepassword-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dkvdm/onepassword-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.933791+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.830722+00:00"
    },
    {
      "slug": "gh-duriantaco-skylos",
      "name": "duriantaco/skylos",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/duriantaco/skylos",
      "github_url": "https://github.com/duriantaco/skylos",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/duriantaco/skylos"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.934100+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.831517+00:00"
    },
    {
      "slug": "gh-erodenn-fetch-guard",
      "name": "Erodenn/fetch-guard",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Erodenn/fetch-guard",
      "github_url": "https://github.com/Erodenn/fetch-guard",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Erodenn/fetch-guard"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.934394+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.832316+00:00"
    },
    {
      "slug": "gh-firstorderai-authenticator-mcp",
      "name": "firstorderai/authenticator_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/firstorderai/authenticator_mcp",
      "github_url": "https://github.com/firstorderai/authenticator_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/firstorderai/authenticator_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.934767+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.833038+00:00"
    },
    {
      "slug": "gh-forest6511-secretctl",
      "name": "forest6511/secretctl",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/forest6511/secretctl",
      "github_url": "https://github.com/forest6511/secretctl",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/forest6511/secretctl"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.935127+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.833757+00:00"
    },
    {
      "slug": "gh-fosdickio-binary-ninja-mcp",
      "name": "fosdickio/binary_ninja_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/fosdickio/binary_ninja_mcp",
      "github_url": "https://github.com/fosdickio/binary_ninja_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fosdickio/binary_ninja_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.935390+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.751086+00:00"
    },
    {
      "slug": "gh-fr0gger-mcp-security",
      "name": "fr0gger/MCP_Security",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/fr0gger/MCP_Security",
      "github_url": "https://github.com/fr0gger/MCP_Security",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fr0gger/MCP_Security"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.935625+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.835226+00:00"
    },
    {
      "slug": "gh-gaffx-volatility-mcp",
      "name": "Gaffx/volatility-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Gaffx/volatility-mcp",
      "github_url": "https://github.com/Gaffx/volatility-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Gaffx/volatility-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.935896+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.835955+00:00"
    },
    {
      "slug": "gh-gbrigandi-mcp-server-cortex",
      "name": "gbrigandi/mcp-server-cortex",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gbrigandi/mcp-server-cortex",
      "github_url": "https://github.com/gbrigandi/mcp-server-cortex",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gbrigandi/mcp-server-cortex"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.936123+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.836705+00:00"
    },
    {
      "slug": "gh-gbrigandi-mcp-server-thehive",
      "name": "gbrigandi/mcp-server-thehive",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gbrigandi/mcp-server-thehive",
      "github_url": "https://github.com/gbrigandi/mcp-server-thehive",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gbrigandi/mcp-server-thehive"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.936384+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.837450+00:00"
    },
    {
      "slug": "gh-gbrigandi-mcp-server-wazuh",
      "name": "gbrigandi/mcp-server-wazuh",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gbrigandi/mcp-server-wazuh",
      "github_url": "https://github.com/gbrigandi/mcp-server-wazuh",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gbrigandi/mcp-server-wazuh"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.936668+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.838171+00:00"
    },
    {
      "slug": "gh-getaegis-aegis",
      "name": "getaegis/aegis",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/getaegis/aegis",
      "github_url": "https://github.com/getaegis/aegis",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/getaegis/aegis"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.936971+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.838873+00:00"
    },
    {
      "slug": "gh-knowledgepa3-gia-mcp-server",
      "name": "knowledgepa3/gia-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/knowledgepa3/gia-mcp-server",
      "github_url": "https://github.com/knowledgepa3/gia-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/knowledgepa3/gia-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.937256+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.839612+00:00"
    },
    {
      "slug": "gh-kzino-vorim-mcp-server",
      "name": "Kzino/vorim-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Kzino/vorim-mcp-server",
      "github_url": "https://github.com/Kzino/vorim-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Kzino/vorim-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.937490+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.841838+00:00"
    },
    {
      "slug": "gh-girste-mcp-cybersec-watchdog",
      "name": "girste/mcp-cybersec-watchdog",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/girste/mcp-cybersec-watchdog",
      "github_url": "https://github.com/girste/mcp-cybersec-watchdog",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/girste/mcp-cybersec-watchdog"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.937873+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.843158+00:00"
    },
    {
      "slug": "gh-gridinsoft-mcp-inspector",
      "name": "gridinsoft/mcp-inspector",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gridinsoft/mcp-inspector",
      "github_url": "https://github.com/gridinsoft/mcp-inspector",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gridinsoft/mcp-inspector"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.938195+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.844133+00:00"
    },
    {
      "slug": "gh-goklab-guardvibe",
      "name": "goklab/guardvibe",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/goklab/guardvibe",
      "github_url": "https://github.com/goklab/guardvibe",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/goklab/guardvibe"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.938452+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.845127+00:00"
    },
    {
      "slug": "gh-arkalda-hejdar-mcp",
      "name": "ARKALDA/hejdar-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ARKALDA/hejdar-mcp",
      "github_url": "https://github.com/ARKALDA/hejdar-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ARKALDA/hejdar-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.938711+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.845914+00:00"
    },
    {
      "slug": "gh-goldmembrane-cleaner-code",
      "name": "goldmembrane/cleaner-code",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/goldmembrane/cleaner-code",
      "github_url": "https://github.com/goldmembrane/cleaner-code",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/goldmembrane/cleaner-code"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.938934+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.846699+00:00"
    },
    {
      "slug": "gh-haroldfinchift-vuln-nist-mcp-server",
      "name": "HaroldFinchIFT/vuln-nist-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HaroldFinchIFT/vuln-nist-mcp-server",
      "github_url": "https://github.com/HaroldFinchIFT/vuln-nist-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HaroldFinchIFT/vuln-nist-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.939143+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.847430+00:00"
    },
    {
      "slug": "gh-hieuttmmo-entraid-mcp-server",
      "name": "hieutran/entraid-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hieuttmmo/entraid-mcp-server",
      "github_url": "https://github.com/hieuttmmo/entraid-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hieuttmmo/entraid-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.939583+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.847136+00:00"
    },
    {
      "slug": "gh-i4ctime-quantum-ring",
      "name": "I4cTime/quantum_ring",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/I4cTime/quantum_ring",
      "github_url": "https://github.com/I4cTime/quantum_ring",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/I4cTime/quantum_ring"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.939810+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.848968+00:00"
    },
    {
      "slug": "gh-icoretech-warden-mcp",
      "name": "icoretech/warden-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/icoretech/warden-mcp",
      "github_url": "https://github.com/icoretech/warden-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/icoretech/warden-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.940017+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.849693+00:00"
    },
    {
      "slug": "gh-intruder-io-intruder-mcp",
      "name": "intruder-io/intruder-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/intruder-io/intruder-mcp",
      "github_url": "https://github.com/intruder-io/intruder-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/intruder-io/intruder-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.940226+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.850429+00:00"
    },
    {
      "slug": "gh-itsalissonsilva-modelsafetymcp",
      "name": "itsalissonsilva/ModelSafetyMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/itsalissonsilva/ModelSafetyMCP",
      "github_url": "https://github.com/itsalissonsilva/ModelSafetyMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/itsalissonsilva/ModelSafetyMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.940513+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.851159+00:00"
    },
    {
      "slug": "gh-inkog-io-inkog-mcp",
      "name": "inkog-io/inkog-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/inkog-io/inkog-mcp",
      "github_url": "https://github.com/inkog-io/inkog-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/inkog-io/inkog-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.940722+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.851904+00:00"
    },
    {
      "slug": "gh-jaspertvdm-mcp-server-inject-bender",
      "name": "jaspertvdm/mcp-server-inject-bender",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jaspertvdm/mcp-server-inject-bender",
      "github_url": "https://github.com/jaspertvdm/mcp-server-inject-bender",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jaspertvdm/mcp-server-inject-bender"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.940928+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.852649+00:00"
    },
    {
      "slug": "gh-joergmichno-clawguard-mcp",
      "name": "joergmichno/clawguard-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/joergmichno/clawguard-mcp",
      "github_url": "https://github.com/joergmichno/clawguard-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joergmichno/clawguard-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.941166+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.853410+00:00"
    },
    {
      "slug": "gh-jnmetacode-shellward",
      "name": "jnMetaCode/shellward",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jnMetaCode/shellward",
      "github_url": "https://github.com/jnMetaCode/shellward",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jnMetaCode/shellward"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.944624+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.854153+00:00"
    },
    {
      "slug": "gh-joeybrar-agentseal-mcp",
      "name": "JoeyBrar/agentseal-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JoeyBrar/agentseal-mcp",
      "github_url": "https://github.com/JoeyBrar/agentseal-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JoeyBrar/agentseal-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.945618+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.854888+00:00"
    },
    {
      "slug": "gh-jtang613-ghidrassistmcp",
      "name": "jtang613/GhidrAssistMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jtang613/GhidrAssistMCP",
      "github_url": "https://github.com/jtang613/GhidrAssistMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jtang613/GhidrAssistMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.946169+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.855617+00:00"
    },
    {
      "slug": "gh-jyjune-mcp-vms",
      "name": "jyjune/mcp_vms",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jyjune/mcp_vms",
      "github_url": "https://github.com/jyjune/mcp_vms",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jyjune/mcp_vms"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.946734+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.856337+00:00"
    },
    {
      "slug": "gh-juanisidoro-securecode-mcp",
      "name": "juanisidoro/securecode-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/juanisidoro/securecode-mcp",
      "github_url": "https://github.com/juanisidoro/securecode-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/juanisidoro/securecode-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.947189+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.864585+00:00"
    },
    {
      "slug": "gh-ndl-systems-kevros-mcp",
      "name": "ndl-systems/kevros-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ndl-systems/kevros-mcp",
      "github_url": "https://github.com/ndl-systems/kevros-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ndl-systems/kevros-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.947581+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.866763+00:00"
    },
    {
      "slug": "gh-lauriewired-ghidramcp",
      "name": "LaurieWired/GhidraMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LaurieWired/GhidraMCP",
      "github_url": "https://github.com/LaurieWired/GhidraMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LaurieWired/GhidraMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.947915+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.868936+00:00"
    },
    {
      "slug": "gh-mariocandela-beelzebub",
      "name": "mariocandela/beelzebub",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mariocandela/beelzebub",
      "github_url": "https://github.com/mariocandela/beelzebub",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mariocandela/beelzebub"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.948214+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.869965+00:00"
    },
    {
      "slug": "gh-moltycel-moltrust-mcp-server",
      "name": "MoltyCel/moltrust-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MoltyCel/moltrust-mcp-server",
      "github_url": "https://github.com/MoltyCel/moltrust-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MoltyCel/moltrust-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.948507+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.870594+00:00"
    },
    {
      "slug": "gh-msaad00-agent-bom",
      "name": "msaad00/agent-bom",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/msaad00/agent-bom",
      "github_url": "https://github.com/msaad00/agent-bom",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/msaad00/agent-bom"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.949889+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.871072+00:00"
    },
    {
      "slug": "gh-mrexodia-ida-pro-mcp",
      "name": "mrexodia/ida-pro-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mrexodia/ida-pro-mcp",
      "github_url": "https://github.com/mrexodia/ida-pro-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mrexodia/ida-pro-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.951054+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.011674+00:00"
    },
    {
      "slug": "gh-muhannad-hash-mcp-shield",
      "name": "muhannad-hash/mcp-shield",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/muhannad-hash/mcp-shield",
      "github_url": "https://github.com/muhannad-hash/mcp-shield",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/muhannad-hash/mcp-shield"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.951726+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.872106+00:00"
    },
    {
      "slug": "gh-nickpending-mcp-recon",
      "name": "nickpending/mcp-recon",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nickpending/mcp-recon",
      "github_url": "https://github.com/nickpending/mcp-recon",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nickpending/mcp-recon"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.952992+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.872841+00:00"
    },
    {
      "slug": "gh-operantlabs-operant-mcp",
      "name": "operantlabs/operant-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/operantlabs/operant-mcp",
      "github_url": "https://github.com/operantlabs/operant-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/operantlabs/operant-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.954415+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.873824+00:00"
    },
    {
      "slug": "gh-pentagonal-ai-pentagonal",
      "name": "Pentagonal-ai/pentagonal",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Pentagonal-ai/pentagonal",
      "github_url": "https://github.com/Pentagonal-ai/pentagonal",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Pentagonal-ai/pentagonal"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.955352+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.875210+00:00"
    },
    {
      "slug": "gh-panther-labs-mcp-panther",
      "name": "panther-labs/mcp-panther",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/panther-labs/mcp-panther",
      "github_url": "https://github.com/panther-labs/mcp-panther",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/panther-labs/mcp-panther"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.956221+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.876291+00:00"
    },
    {
      "slug": "gh-pullkitsan-mobsf-mcp-server",
      "name": "pullkitsan/mobsf-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pullkitsan/mobsf-mcp-server",
      "github_url": "https://github.com/pullkitsan/mobsf-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pullkitsan/mobsf-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.957205+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.876899+00:00"
    },
    {
      "slug": "gh-qianniuspace-mcp-security-audit",
      "name": "qianniuspace/mcp-security-audit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/qianniuspace/mcp-security-audit",
      "github_url": "https://github.com/qianniuspace/mcp-security-audit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/qianniuspace/mcp-security-audit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.957924+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.877328+00:00"
    },
    {
      "slug": "gh-rad-security-mcp-server",
      "name": "rad-security/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rad-security/mcp-server",
      "github_url": "https://github.com/rad-security/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rad-security/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.958824+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.629494+00:00"
    },
    {
      "slug": "gh-radareorg-radare2-mcp",
      "name": "radareorg/r2mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/radareorg/radare2-mcp",
      "github_url": "https://github.com/radareorg/radare2-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/radareorg/radare2-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.961254+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.878060+00:00"
    },
    {
      "slug": "gh-roadwy-cve-search-mcp",
      "name": "roadwy/cve-search_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/roadwy/cve-search_mcp",
      "github_url": "https://github.com/roadwy/cve-search_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/roadwy/cve-search_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.962047+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.878411+00:00"
    },
    {
      "slug": "gh-samvas-codes-dawshund-mcp",
      "name": "samvas-codes/dawshund_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/samvas-codes/dawshund_mcp",
      "github_url": "https://github.com/samvas-codes/dawshund_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/samvas-codes/dawshund_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.963755+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.879184+00:00"
    },
    {
      "slug": "gh-sanyambassi-ciphertrust-manager-mcp-server",
      "name": "sanyambassi/ciphertrust-manager-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sanyambassi/ciphertrust-manager-mcp-server",
      "github_url": "https://github.com/sanyambassi/ciphertrust-manager-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sanyambassi/ciphertrust-manager-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.964608+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.879961+00:00"
    },
    {
      "slug": "gh-sanyambassi-thales-cdsp-cakm-mcp-server",
      "name": "sanyambassi/thales-cdsp-cakm-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sanyambassi/thales-cdsp-cakm-mcp-server",
      "github_url": "https://github.com/sanyambassi/thales-cdsp-cakm-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sanyambassi/thales-cdsp-cakm-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.965134+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.880733+00:00"
    },
    {
      "slug": "gh-sanyambassi-thales-cdsp-crdp-mcp-server",
      "name": "sanyambassi/thales-cdsp-crdp-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sanyambassi/thales-cdsp-crdp-mcp-server",
      "github_url": "https://github.com/sanyambassi/thales-cdsp-crdp-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sanyambassi/thales-cdsp-crdp-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.966254+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.881571+00:00"
    },
    {
      "slug": "gh-scamverifyai-scamverify-mcp",
      "name": "scamverifyai/scamverify-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/scamverifyai/scamverify-mcp",
      "github_url": "https://github.com/scamverifyai/scamverify-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/scamverifyai/scamverify-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.966798+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.882074+00:00"
    },
    {
      "slug": "gh-thezenmonster-agentscore-mcp-server",
      "name": "Thezenmonster/agentscore-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Thezenmonster/agentscore-mcp-server",
      "github_url": "https://github.com/Thezenmonster/agentscore-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Thezenmonster/agentscore-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.967135+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.882487+00:00"
    },
    {
      "slug": "gh-tomjwxf-scopeblind-gateway",
      "name": "tomjwxf/scopeblind-gateway",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tomjwxf/scopeblind-gateway",
      "github_url": "https://github.com/tomjwxf/scopeblind-gateway",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tomjwxf/scopeblind-gateway"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.967418+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.882951+00:00"
    },
    {
      "slug": "gh-securityfortech-secops-mcp",
      "name": "securityfortech/secops-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/securityfortech/secops-mcp",
      "github_url": "https://github.com/securityfortech/secops-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/securityfortech/secops-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.967683+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.884015+00:00"
    },
    {
      "slug": "gh-semgrep-mcp",
      "name": "semgrep/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/semgrep/mcp",
      "github_url": "https://github.com/semgrep/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/semgrep/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.967947+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.411441+00:00"
    },
    {
      "slug": "gh-gucci-atlasv-skillssafe-mcp",
      "name": "GUCCI-atlasv/skillssafe-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/GUCCI-atlasv/skillssafe-mcp",
      "github_url": "https://github.com/GUCCI-atlasv/skillssafe-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GUCCI-atlasv/skillssafe-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.968254+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.888235+00:00"
    },
    {
      "slug": "gh-slouchd-cyberchef-api-mcp-server",
      "name": "slouchd/cyberchef-api-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/slouchd/cyberchef-api-mcp-server",
      "github_url": "https://github.com/slouchd/cyberchef-api-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/slouchd/cyberchef-api-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.968527+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.889071+00:00"
    },
    {
      "slug": "gh-sidclawhq-platform",
      "name": "sidclawhq/platform",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sidclawhq/platform",
      "github_url": "https://github.com/sidclawhq/platform",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sidclawhq/platform"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.968762+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.889806+00:00"
    },
    {
      "slug": "gh-sint-ai-sint-protocol",
      "name": "sint-ai/sint-protocol",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sint-ai/sint-protocol",
      "github_url": "https://github.com/sint-ai/sint-protocol",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sint-ai/sint-protocol"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.969042+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.891775+00:00"
    },
    {
      "slug": "gh-snyk-studio-mcp",
      "name": "snyk/studio-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/snyk/studio-mcp",
      "github_url": "https://github.com/snyk/studio-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/snyk/studio-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.969336+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.892825+00:00"
    },
    {
      "slug": "gh-stackloklabs-osv-mcp",
      "name": "StacklokLabs/osv-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/StacklokLabs/osv-mcp",
      "github_url": "https://github.com/StacklokLabs/osv-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/StacklokLabs/osv-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.969636+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.877804+00:00"
    },
    {
      "slug": "gh-velvetway-minreestr-mcp",
      "name": "velvetway/minreestr-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/velvetway/minreestr-mcp",
      "github_url": "https://github.com/velvetway/minreestr-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/velvetway/minreestr-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.969900+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.893721+00:00"
    },
    {
      "slug": "gh-vespo92-opnsensemcp",
      "name": "vespo92/OPNSenseMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vespo92/OPNSenseMCP",
      "github_url": "https://github.com/vespo92/OPNSenseMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vespo92/OPNSenseMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.970153+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.894002+00:00"
    },
    {
      "slug": "gh-wei9072-aegis",
      "name": "wei9072/aegis",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wei9072/aegis",
      "github_url": "https://github.com/wei9072/aegis",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wei9072/aegis"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.970460+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.894278+00:00"
    },
    {
      "slug": "gh-zboralski-ida-headless-mcp",
      "name": "zboralski/ida-headless-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zboralski/ida-headless-mcp",
      "github_url": "https://github.com/zboralski/ida-headless-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zboralski/ida-headless-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.970778+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.894780+00:00"
    },
    {
      "slug": "gh-zinja-coder-apktool-mcp-server",
      "name": "zinja-coder/apktool-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zinja-coder/apktool-mcp-server",
      "github_url": "https://github.com/zinja-coder/apktool-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zinja-coder/apktool-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.971041+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.878116+00:00"
    },
    {
      "slug": "gh-takleb3rry-zitadel-mcp",
      "name": "takleb3rry/zitadel-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/takleb3rry/zitadel-mcp",
      "github_url": "https://github.com/takleb3rry/zitadel-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/takleb3rry/zitadel-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.971278+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.896322+00:00"
    },
    {
      "slug": "gh-taniwhaai-arai",
      "name": "taniwhaai/arai",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/taniwhaai/arai",
      "github_url": "https://github.com/taniwhaai/arai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/taniwhaai/arai"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:08:58.971741+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.749384+00:00"
    },
    {
      "slug": "gh-toan203-osv-ui",
      "name": "toan203/osv-ui",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/toan203/osv-ui",
      "github_url": "https://github.com/toan203/osv-ui",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/toan203/osv-ui"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.972352+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.897907+00:00"
    },
    {
      "slug": "gh-scopeblind-verify-mcp",
      "name": "ScopeBlind/verify-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ScopeBlind/verify-mcp",
      "github_url": "https://github.com/ScopeBlind/verify-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ScopeBlind/verify-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.973049+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.898582+00:00"
    },
    {
      "slug": "gh-zinja-coder-jadx-ai-mcp",
      "name": "zinja-coder/jadx-ai-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zinja-coder/jadx-ai-mcp",
      "github_url": "https://github.com/zinja-coder/jadx-ai-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zinja-coder/jadx-ai-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.973453+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.600903+00:00"
    },
    {
      "slug": "gh-loglux-authmcp-gateway",
      "name": "loglux/authmcp-gateway",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/loglux/authmcp-gateway",
      "github_url": "https://github.com/loglux/authmcp-gateway",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/loglux/authmcp-gateway"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.973677+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.899719+00:00"
    },
    {
      "slug": "gh-jstibal-openterms-mcp",
      "name": "jstibal/openterms-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jstibal/openterms-mcp",
      "github_url": "https://github.com/jstibal/openterms-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jstibal/openterms-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.973890+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.900291+00:00"
    },
    {
      "slug": "gh-tponscr-debug-oracle-h-mcp",
      "name": "tponscr-debug/oracle-h-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tponscr-debug/oracle-h-mcp",
      "github_url": "https://github.com/tponscr-debug/oracle-h-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tponscr-debug/oracle-h-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.974104+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.901061+00:00"
    },
    {
      "slug": "gh-arthurpanhku-docsentinel",
      "name": "arthurpanhku/DocSentinel",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arthurpanhku/DocSentinel",
      "github_url": "https://github.com/arthurpanhku/DocSentinel",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arthurpanhku/DocSentinel"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.974332+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.901834+00:00"
    },
    {
      "slug": "gh-urldna-mcp",
      "name": "urldna/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/urldna/mcp",
      "github_url": "https://github.com/urldna/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/urldna/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.974543+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.687441+00:00"
    },
    {
      "slug": "gh-iamredmh-volta-mcp-server",
      "name": "iamredmh/volta-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/iamredmh/volta-mcp-server",
      "github_url": "https://github.com/iamredmh/volta-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/iamredmh/volta-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.978777+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.903383+00:00"
    },
    {
      "slug": "gh-zkproofport-proofport-ai",
      "name": "zkproofport/proofport-ai",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zkproofport/proofport-ai",
      "github_url": "https://github.com/zkproofport/proofport-ai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zkproofport/proofport-ai"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.979927+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.904132+00:00"
    },
    {
      "slug": "gh-zkproofport-openstoa",
      "name": "OpenStoa",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zkproofport/openstoa",
      "github_url": "https://github.com/zkproofport/openstoa",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zkproofport/openstoa"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.980534+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.904865+00:00"
    },
    {
      "slug": "gh-cuttalo-depscope",
      "name": "cuttalo/depscope",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cuttalo/depscope",
      "github_url": "https://github.com/cuttalo/depscope",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cuttalo/depscope"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.980977+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.905593+00:00"
    },
    {
      "slug": "gh-upinar-contrastapi",
      "name": "UPinar/contrastapi",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/UPinar/contrastapi",
      "github_url": "https://github.com/UPinar/contrastapi",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/UPinar/contrastapi"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.981380+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.906323+00:00"
    },
    {
      "slug": "gh-vaulted-fyi-vaulted-mcp-server",
      "name": "vaulted-fyi/vaulted-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vaulted-fyi/vaulted-mcp-server",
      "github_url": "https://github.com/vaulted-fyi/vaulted-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vaulted-fyi/vaulted-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.981683+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.908468+00:00"
    },
    {
      "slug": "gh-mopanc-depguard",
      "name": "mopanc/depguard",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mopanc/depguard",
      "github_url": "https://github.com/mopanc/depguard",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mopanc/depguard"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.982324+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.909869+00:00"
    },
    {
      "slug": "gh-shyshlakov-pci-dss-mcp",
      "name": "shyshlakov/pci-dss-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shyshlakov/pci-dss-mcp",
      "github_url": "https://github.com/shyshlakov/pci-dss-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shyshlakov/pci-dss-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.983270+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.910606+00:00"
    },
    {
      "slug": "gh-layervai-qurl-mcp",
      "name": "layervai/qurl-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/layervai/qurl-mcp",
      "github_url": "https://github.com/layervai/qurl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/layervai/qurl-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.983811+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.910926+00:00"
    },
    {
      "slug": "gh-06ketan-substack-ops",
      "name": "06ketan/substack-ops",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/06ketan/substack-ops",
      "github_url": "https://github.com/06ketan/substack-ops",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/06ketan/substack-ops"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.984186+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.911337+00:00"
    },
    {
      "slug": "gh-anwerj-youtube-uploader-mcp",
      "name": "anwerj/youtube-uploader-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/anwerj/youtube-uploader-mcp",
      "github_url": "https://github.com/anwerj/youtube-uploader-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/anwerj/youtube-uploader-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.984559+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.911828+00:00"
    },
    {
      "slug": "gh-arjun1194-insta-mcp",
      "name": "arjun1194/insta-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/arjun1194/insta-mcp",
      "github_url": "https://github.com/arjun1194/insta-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arjun1194/insta-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.984986+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.912201+00:00"
    },
    {
      "slug": "gh-bellekou-mcp-viral-transformer",
      "name": "BelleKou/mcp-viral-transformer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/BelleKou/mcp-viral-transformer",
      "github_url": "https://github.com/BelleKou/mcp-viral-transformer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BelleKou/mcp-viral-transformer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.985263+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.912536+00:00"
    },
    {
      "slug": "gh-checkra1neth-xbird-skill",
      "name": "checkra1neth/xbird",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/checkra1neth/xbird-skill",
      "github_url": "https://github.com/checkra1neth/xbird-skill",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/checkra1neth/xbird-skill"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.985497+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.912838+00:00"
    },
    {
      "slug": "gh-conorbronsdon-substack-mcp",
      "name": "conorbronsdon/substack-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/conorbronsdon/substack-mcp",
      "github_url": "https://github.com/conorbronsdon/substack-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/conorbronsdon/substack-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.985771+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.913478+00:00"
    },
    {
      "slug": "gh-gwbischof-bluesky-social-mcp",
      "name": "gwbischof/bluesky-social-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gwbischof/bluesky-social-mcp",
      "github_url": "https://github.com/gwbischof/bluesky-social-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gwbischof/bluesky-social-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.986060+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.914302+00:00"
    },
    {
      "slug": "gh-hiroata-meltbook",
      "name": "hiroata/meltbook-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hiroata/meltbook",
      "github_url": "https://github.com/hiroata/meltbook",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hiroata/meltbook"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.986296+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.915200+00:00"
    },
    {
      "slug": "gh-hagaihen-facebook-mcp-server",
      "name": "HagaiHen/facebook-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HagaiHen/facebook-mcp-server",
      "github_url": "https://github.com/HagaiHen/facebook-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HagaiHen/facebook-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.986602+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.915938+00:00"
    },
    {
      "slug": "gh-jj-cheng25-weixin-articles-mcp",
      "name": "jj-cheng25/weixin-articles-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jj-cheng25/weixin-articles-mcp",
      "github_url": "https://github.com/jj-cheng25/weixin-articles-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jj-cheng25/weixin-articles-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.986845+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.916440+00:00"
    },
    {
      "slug": "gh-jorgenclaw-nostr-mcp-server",
      "name": "jorgenclaw/nostr-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jorgenclaw/nostr-mcp-server",
      "github_url": "https://github.com/jorgenclaw/nostr-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jorgenclaw/nostr-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.987076+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.917143+00:00"
    },
    {
      "slug": "gh-karanb192-reddit-mcp-buddy",
      "name": "karanb192/reddit-mcp-buddy",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/karanb192/reddit-mcp-buddy",
      "github_url": "https://github.com/karanb192/reddit-mcp-buddy",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/karanb192/reddit-mcp-buddy"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:58.987435+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.396766+00:00"
    },
    {
      "slug": "gh-king-of-the-grackles-reddit-research-mcp",
      "name": "king-of-the-grackles/reddit-research-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/king-of-the-grackles/reddit-research-mcp",
      "github_url": "https://github.com/king-of-the-grackles/reddit-research-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/king-of-the-grackles/reddit-research-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.988021+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.918972+00:00"
    },
    {
      "slug": "gh-luniakunal-mcp-twitter",
      "name": "kunallunia/twitter-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/LuniaKunal/mcp-twitter",
      "github_url": "https://github.com/LuniaKunal/mcp-twitter",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LuniaKunal/mcp-twitter"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.988589+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.921299+00:00"
    },
    {
      "slug": "gh-macrocosm-os-macrocosmos-mcp",
      "name": "macrocosm-os/macrocosmos-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/macrocosm-os/macrocosmos-mcp",
      "github_url": "https://github.com/macrocosm-os/macrocosmos-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/macrocosm-os/macrocosmos-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.989205+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.922713+00:00"
    },
    {
      "slug": "gh-marceausolutions-fitness-influencer-mcp",
      "name": "MarceauSolutions/fitness-influencer-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarceauSolutions/fitness-influencer-mcp",
      "github_url": "https://github.com/MarceauSolutions/fitness-influencer-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarceauSolutions/fitness-influencer-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.989479+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.924996+00:00"
    },
    {
      "slug": "gh-mikusnuz-meta-mcp",
      "name": "mikusnuz/meta-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikusnuz/meta-mcp",
      "github_url": "https://github.com/mikusnuz/meta-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikusnuz/meta-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.989695+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.926189+00:00"
    },
    {
      "slug": "gh-mobileshop9991-star-clipwise-mcp",
      "name": "mobileshop9991-star/clipwise-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mobileshop9991-star/clipwise-mcp",
      "github_url": "https://github.com/mobileshop9991-star/clipwise-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mobileshop9991-star/clipwise-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.989913+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.926757+00:00"
    },
    {
      "slug": "gh-peturgeorgievv-factory-postfast-mcp",
      "name": "peturgeorgievv-factory/postfast-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/peturgeorgievv-factory/postfast-mcp",
      "github_url": "https://github.com/peturgeorgievv-factory/postfast-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/peturgeorgievv-factory/postfast-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.990336+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.927078+00:00"
    },
    {
      "slug": "gh-scrape-badger-scrapebadger-mcp",
      "name": "scrape-badger/scrapebadger-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/scrape-badger/scrapebadger-mcp",
      "github_url": "https://github.com/scrape-badger/scrapebadger-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/scrape-badger/scrapebadger-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.993197+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.927378+00:00"
    },
    {
      "slug": "gh-signal-found-sf-mcp",
      "name": "signal-found/sf-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/signal-found/sf-mcp",
      "github_url": "https://github.com/signal-found/sf-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/signal-found/sf-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.995725+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.927704+00:00"
    },
    {
      "slug": "gh-sinanefeozler-reddit-summarizer-mcp",
      "name": "sinanefeozler/reddit-summarizer-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sinanefeozler/reddit-summarizer-mcp",
      "github_url": "https://github.com/sinanefeozler/reddit-summarizer-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sinanefeozler/reddit-summarizer-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.996648+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.927994+00:00"
    },
    {
      "slug": "gh-bulatko-vk-mcp-server",
      "name": "bulatko/vk-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bulatko/vk-mcp-server",
      "github_url": "https://github.com/bulatko/vk-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bulatko/vk-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.997153+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.928296+00:00"
    },
    {
      "slug": "gh-timkulbaev-mcp-linkedin",
      "name": "timkulbaev/mcp-linkedin",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/timkulbaev/mcp-linkedin",
      "github_url": "https://github.com/timkulbaev/mcp-linkedin",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/timkulbaev/mcp-linkedin"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.997743+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.929093+00:00"
    },
    {
      "slug": "gh-vovala14-vynly-mcp",
      "name": "Vovala14/vynly-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Vovala14/vynly-mcp",
      "github_url": "https://github.com/Vovala14/vynly-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Vovala14/vynly-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.998300+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.929897+00:00"
    },
    {
      "slug": "gh-xquik-dev-x-twitter-scraper",
      "name": "Xquik-dev/x-twitter-scraper",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Xquik-dev/x-twitter-scraper",
      "github_url": "https://github.com/Xquik-dev/x-twitter-scraper",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Xquik-dev/x-twitter-scraper"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.999148+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.930661+00:00"
    },
    {
      "slug": "gh-backspace-me-sportscore-mcp",
      "name": "Backspace-me/sportscore-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Backspace-me/sportscore-mcp",
      "github_url": "https://github.com/Backspace-me/sportscore-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Backspace-me/sportscore-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:58.999767+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.931495+00:00"
    },
    {
      "slug": "gh-cloudbet-sports-mcp-server",
      "name": "cloudbet/sports-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cloudbet/sports-mcp-server",
      "github_url": "https://github.com/cloudbet/sports-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cloudbet/sports-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.000270+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.467130+00:00"
    },
    {
      "slug": "gh-dohyung1-x402-fpl-api",
      "name": "dohyung1/x402-fpl-api",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dohyung1/x402-fpl-api",
      "github_url": "https://github.com/dohyung1/x402-fpl-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dohyung1/x402-fpl-api"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.000882+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.932217+00:00"
    },
    {
      "slug": "gh-csjoblom-musclesworked-mcp",
      "name": "csjoblom/musclesworked-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/csjoblom/musclesworked-mcp",
      "github_url": "https://github.com/csjoblom/musclesworked-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/csjoblom/musclesworked-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.001701+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.932594+00:00"
    },
    {
      "slug": "gh-googlarz-suunto-mcp",
      "name": "googlarz/suunto-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/googlarz/suunto-mcp",
      "github_url": "https://github.com/googlarz/suunto-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/googlarz/suunto-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.002148+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.933013+00:00"
    },
    {
      "slug": "gh-guillochon-mlb-api-mcp",
      "name": "guillochon/mlb-api-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/guillochon/mlb-api-mcp",
      "github_url": "https://github.com/guillochon/mlb-api-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/guillochon/mlb-api-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.002516+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.933731+00:00"
    },
    {
      "slug": "gh-jamsusmaximus-trainingpeaks-mcp",
      "name": "JamsusMaximus/trainingpeaks-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JamsusMaximus/trainingpeaks-mcp",
      "github_url": "https://github.com/JamsusMaximus/trainingpeaks-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JamsusMaximus/trainingpeaks-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.002860+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.934649+00:00"
    },
    {
      "slug": "gh-jordanlyall-wc26-mcp",
      "name": "jordanlyall/wc26-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jordanlyall/wc26-mcp",
      "github_url": "https://github.com/jordanlyall/wc26-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jordanlyall/wc26-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.003201+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.935521+00:00"
    },
    {
      "slug": "gh-khaoss85-arvo-mcp",
      "name": "khaoss85/arvo-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/khaoss85/arvo-mcp",
      "github_url": "https://github.com/khaoss85/arvo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/khaoss85/arvo-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.003532+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.937174+00:00"
    },
    {
      "slug": "gh-labeveryday-nba-mcp-server",
      "name": "labeveryday/nba_mcp_server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/labeveryday/nba_mcp_server",
      "github_url": "https://github.com/labeveryday/nba_mcp_server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/labeveryday/nba_mcp_server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.003886+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.937821+00:00"
    },
    {
      "slug": "gh-mikechao-balldontlie-mcp",
      "name": "mikechao/balldontlie-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mikechao/balldontlie-mcp",
      "github_url": "https://github.com/mikechao/balldontlie-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikechao/balldontlie-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.004164+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.938600+00:00"
    },
    {
      "slug": "gh-milofax-xert-mcp",
      "name": "Milofax/xert-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Milofax/xert-mcp",
      "github_url": "https://github.com/Milofax/xert-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Milofax/xert-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.004691+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.939374+00:00"
    },
    {
      "slug": "gh-partymola-fitbit-mcp",
      "name": "partymola/fitbit-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/partymola/fitbit-mcp",
      "github_url": "https://github.com/partymola/fitbit-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/partymola/fitbit-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.005656+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.941163+00:00"
    },
    {
      "slug": "gh-r-huijts-firstcycling-mcp",
      "name": "r-huijts/firstcycling-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/r-huijts/firstcycling-mcp",
      "github_url": "https://github.com/r-huijts/firstcycling-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/r-huijts/firstcycling-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.006259+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.942481+00:00"
    },
    {
      "slug": "gh-r-huijts-strava-mcp",
      "name": "r-huijts/strava-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/r-huijts/strava-mcp",
      "github_url": "https://github.com/r-huijts/strava-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/r-huijts/strava-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.006566+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.943150+00:00"
    },
    {
      "slug": "gh-robspectre-mvf1",
      "name": "RobSpectre/mvf1",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/RobSpectre/mvf1",
      "github_url": "https://github.com/RobSpectre/mvf1",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/RobSpectre/mvf1"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.006785+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.943557+00:00"
    },
    {
      "slug": "gh-xweaponx7-rundida-mcp",
      "name": "XWeaponX7/rundida-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/XWeaponX7/rundida-mcp",
      "github_url": "https://github.com/XWeaponX7/rundida-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/XWeaponX7/rundida-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.007011+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.943881+00:00"
    },
    {
      "slug": "gh-seang1121-sports-betting-mcp",
      "name": "seang1121/sports-betting-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/seang1121/sports-betting-mcp",
      "github_url": "https://github.com/seang1121/sports-betting-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/seang1121/sports-betting-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.007328+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.944225+00:00"
    },
    {
      "slug": "gh-willvelida-mcp-afl-server",
      "name": "willvelida/mcp-afl-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/willvelida/mcp-afl-server",
      "github_url": "https://github.com/willvelida/mcp-afl-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/willvelida/mcp-afl-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.007570+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.944699+00:00"
    },
    {
      "slug": "gh-aikts-yandex-tracker-mcp",
      "name": "aikts/yandex-tracker-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/aikts/yandex-tracker-mcp",
      "github_url": "https://github.com/aikts/yandex-tracker-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aikts/yandex-tracker-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.007808+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.945230+00:00"
    },
    {
      "slug": "gh-berckan-bugherd-mcp",
      "name": "Berckan/bugherd-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Berckan/bugherd-mcp",
      "github_url": "https://github.com/Berckan/bugherd-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Berckan/bugherd-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.011673+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.945640+00:00"
    },
    {
      "slug": "gh-effytech-freshdesk-mcp",
      "name": "effytech/freshdesk-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/effytech/freshdesk_mcp",
      "github_url": "https://github.com/effytech/freshdesk_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/effytech/freshdesk_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.013636+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.945954+00:00"
    },
    {
      "slug": "gh-incentivai-quickchat-ai-mcp",
      "name": "incentivai/quickchat-ai-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/incentivai/quickchat-ai-mcp",
      "github_url": "https://github.com/incentivai/quickchat-ai-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/incentivai/quickchat-ai-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.014369+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.946299+00:00"
    },
    {
      "slug": "gh-nguyenvanduocit-jira-mcp",
      "name": "nguyenvanduocit/jira-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nguyenvanduocit/jira-mcp",
      "github_url": "https://github.com/nguyenvanduocit/jira-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nguyenvanduocit/jira-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.014815+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.947106+00:00"
    },
    {
      "slug": "gh-raalarcon9705-jira-mcp",
      "name": "raalarcon9705/jira-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/raalarcon9705/jira-mcp",
      "github_url": "https://github.com/raalarcon9705/jira-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/raalarcon9705/jira-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.015297+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.947897+00:00"
    },
    {
      "slug": "gh-sooperset-mcp-atlassian",
      "name": "sooperset/mcp-atlassian",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sooperset/mcp-atlassian",
      "github_url": "https://github.com/sooperset/mcp-atlassian",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sooperset/mcp-atlassian"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.016100+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.770128+00:00"
    },
    {
      "slug": "gh-tom28881-mcp-jira-server",
      "name": "tom28881/mcp-jira-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tom28881/mcp-jira-server",
      "github_url": "https://github.com/tom28881/mcp-jira-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tom28881/mcp-jira-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.016754+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.949499+00:00"
    },
    {
      "slug": "gh-mmntm-weblate-mcp",
      "name": "mmntm/weblate-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mmntm/weblate-mcp",
      "github_url": "https://github.com/mmntm/weblate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mmntm/weblate-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.017198+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.950510+00:00"
    },
    {
      "slug": "gh-shuji-bonji-xcomet-mcp-server",
      "name": "shuji-bonji/xcomet-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shuji-bonji/xcomet-mcp-server",
      "github_url": "https://github.com/shuji-bonji/xcomet-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shuji-bonji/xcomet-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.017559+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.952553+00:00"
    },
    {
      "slug": "gh-translated-lara-mcp",
      "name": "translated/lara-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/translated/lara-mcp",
      "github_url": "https://github.com/translated/lara-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/translated/lara-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.017928+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.953595+00:00"
    },
    {
      "slug": "gh-daisys-ai-daisys-mcp",
      "name": "daisys-ai/daisys-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/daisys-ai/daisys-mcp",
      "github_url": "https://github.com/daisys-ai/daisys-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/daisys-ai/daisys-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.018294+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.476359+00:00"
    },
    {
      "slug": "gh-fasuizu-br-brainiall-mcp-server",
      "name": "fasuizu-br/brainiall-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/fasuizu-br/brainiall-mcp-server",
      "github_url": "https://github.com/fasuizu-br/brainiall-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fasuizu-br/brainiall-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.018629+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.955149+00:00"
    },
    {
      "slug": "gh-mbailey-voice-mcp",
      "name": "mbailey/voice-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mbailey/voice-mcp",
      "github_url": "https://github.com/mbailey/voice-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mbailey/voice-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.018914+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.955899+00:00"
    },
    {
      "slug": "gh-mberg-kokoro-tts-mcp",
      "name": "mberg/kokoro-tts-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mberg/kokoro-tts-mcp",
      "github_url": "https://github.com/mberg/kokoro-tts-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mberg/kokoro-tts-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.019261+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.956879+00:00"
    },
    {
      "slug": "gh-transcribe-app-mcp-transcribe",
      "name": "transcribe-app/mcp-transcribe",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/transcribe-app/mcp-transcribe",
      "github_url": "https://github.com/transcribe-app/mcp-transcribe",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/transcribe-app/mcp-transcribe"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.019525+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.959447+00:00"
    },
    {
      "slug": "gh-ybouhjira-claude-code-tts",
      "name": "ybouhjira/claude-code-tts",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ybouhjira/claude-code-tts",
      "github_url": "https://github.com/ybouhjira/claude-code-tts",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ybouhjira/claude-code-tts"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.019813+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.960744+00:00"
    },
    {
      "slug": "gh-alcylu-nightlife-mcp",
      "name": "alcylu/nightlife-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/alcylu/nightlife-mcp",
      "github_url": "https://github.com/alcylu/nightlife-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alcylu/nightlife-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.020141+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.961629+00:00"
    },
    {
      "slug": "gh-campertunity-mcp-server",
      "name": "campertunity/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/campertunity/mcp-server",
      "github_url": "https://github.com/campertunity/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/campertunity/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.020484+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.464953+00:00"
    },
    {
      "slug": "gh-cobanov-teslamate-mcp",
      "name": "cobanov/teslamate-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cobanov/teslamate-mcp",
      "github_url": "https://github.com/cobanov/teslamate-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cobanov/teslamate-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.020793+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.963126+00:00"
    },
    {
      "slug": "gh-haomingkoo-japan-seasons-mcp",
      "name": "haomingkoo/japan-seasons-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/haomingkoo/japan-seasons-mcp",
      "github_url": "https://github.com/haomingkoo/japan-seasons-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/haomingkoo/japan-seasons-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.021215+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.963933+00:00"
    },
    {
      "slug": "gh-lodordev-mcp-teslamate-fleet",
      "name": "lodordev/mcp-teslamate-fleet",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lodordev/mcp-teslamate-fleet",
      "github_url": "https://github.com/lodordev/mcp-teslamate-fleet",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lodordev/mcp-teslamate-fleet"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.021753+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.964752+00:00"
    },
    {
      "slug": "gh-helpful-ais-triplyfy-mcp",
      "name": "helpful-AIs/triplyfy-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/helpful-AIs/triplyfy-mcp",
      "github_url": "https://github.com/helpful-AIs/triplyfy-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/helpful-AIs/triplyfy-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.022401+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.965562+00:00"
    },
    {
      "slug": "gh-johnanleitner1-coder-lastminutedeals-api",
      "name": "johnanleitner1-Coder/lastminutedeals-api",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/johnanleitner1-Coder/lastminutedeals-api",
      "github_url": "https://github.com/johnanleitner1-Coder/lastminutedeals-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/johnanleitner1-Coder/lastminutedeals-api"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.022862+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.966109+00:00"
    },
    {
      "slug": "gh-kyrietangsheng-mcp-server-nationalparks",
      "name": "KyrieTangSheng/mcp-server-nationalparks",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KyrieTangSheng/mcp-server-nationalparks",
      "github_url": "https://github.com/KyrieTangSheng/mcp-server-nationalparks",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KyrieTangSheng/mcp-server-nationalparks"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.023128+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.966703+00:00"
    },
    {
      "slug": "gh-lucygoodchild-mcp-national-rail",
      "name": "lucygoodchild/mcp-national-rail",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/lucygoodchild/mcp-national-rail",
      "github_url": "https://github.com/lucygoodchild/mcp-national-rail",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lucygoodchild/mcp-national-rail"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.023349+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.967545+00:00"
    },
    {
      "slug": "gh-marceausolutions-rideshare-comparison-mcp",
      "name": "MarceauSolutions/rideshare-comparison-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarceauSolutions/rideshare-comparison-mcp",
      "github_url": "https://github.com/MarceauSolutions/rideshare-comparison-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarceauSolutions/rideshare-comparison-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.023656+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.968451+00:00"
    },
    {
      "slug": "gh-openbnb-org-mcp-server-airbnb",
      "name": "openbnb-org/mcp-server-airbnb",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/openbnb-org/mcp-server-airbnb",
      "github_url": "https://github.com/openbnb-org/mcp-server-airbnb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/openbnb-org/mcp-server-airbnb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.023981+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.970610+00:00"
    },
    {
      "slug": "gh-pab1it0-tripadvisor-mcp",
      "name": "pab1it0/tripadvisor-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pab1it0/tripadvisor-mcp",
      "github_url": "https://github.com/pab1it0/tripadvisor-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pab1it0/tripadvisor-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.024225+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.972352+00:00"
    },
    {
      "slug": "gh-pradumnasaraf-aviationstack-mcp",
      "name": "Pradumnasaraf/aviationstack-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Pradumnasaraf/aviationstack-mcp",
      "github_url": "https://github.com/Pradumnasaraf/aviationstack-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Pradumnasaraf/aviationstack-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.024467+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.974905+00:00"
    },
    {
      "slug": "gh-prosperkartik-hostaway-mcp",
      "name": "prosperkartik/hostaway-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/prosperkartik/hostaway-mcp",
      "github_url": "https://github.com/prosperkartik/hostaway-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/prosperkartik/hostaway-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.024867+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.976595+00:00"
    },
    {
      "slug": "gh-r-huijts-ns-mcp-server",
      "name": "r-huijts/ns-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/r-huijts/ns-mcp-server",
      "github_url": "https://github.com/r-huijts/ns-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/r-huijts/ns-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.028485+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.977615+00:00"
    },
    {
      "slug": "gh-skedgo-tripgo-mcp-server",
      "name": "skedgo/tripgo-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/skedgo/tripgo-mcp-server",
      "github_url": "https://github.com/skedgo/tripgo-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/skedgo/tripgo-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.030553+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.978454+00:00"
    },
    {
      "slug": "gh-soapyred-freightutils-mcp",
      "name": "SoapyRED/freightutils-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SoapyRED/freightutils-mcp",
      "github_url": "https://github.com/SoapyRED/freightutils-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SoapyRED/freightutils-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.031482+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.979133+00:00"
    },
    {
      "slug": "gh-srinath1510-alltrails-mcp-server",
      "name": "srinath1510/alltrails-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/srinath1510/alltrails-mcp-server",
      "github_url": "https://github.com/srinath1510/alltrails-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/srinath1510/alltrails-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.032241+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.979549+00:00"
    },
    {
      "slug": "gh-tickadoo-tickadoo-mcp",
      "name": "tickadoo/tickadoo-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tickadoo/tickadoo-mcp",
      "github_url": "https://github.com/tickadoo/tickadoo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tickadoo/tickadoo-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.033583+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.979871+00:00"
    },
    {
      "slug": "gh-shaikhspeare-wanderlog-mcp",
      "name": "shaikhspeare/wanderlog-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/shaikhspeare/wanderlog-mcp",
      "github_url": "https://github.com/shaikhspeare/wanderlog-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shaikhspeare/wanderlog-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.034157+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.980487+00:00"
    },
    {
      "slug": "gh-vbhjckfd-timetable-api-node",
      "name": "vbhjckfd/timetable-api-node",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vbhjckfd/timetable-api-node",
      "github_url": "https://github.com/vbhjckfd/timetable-api-node",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vbhjckfd/timetable-api-node"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.034566+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.981300+00:00"
    },
    {
      "slug": "gh-vessel-api-vesselapi-mcp",
      "name": "vessel-api/vesselapi-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vessel-api/vesselapi-mcp",
      "github_url": "https://github.com/vessel-api/vesselapi-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vessel-api/vesselapi-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.034938+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.981910+00:00"
    },
    {
      "slug": "gh-emanuele94-simbrief-mcpserver",
      "name": "Emanuele94/SimBrief-MCPServer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Emanuele94/SimBrief-MCPServer",
      "github_url": "https://github.com/Emanuele94/SimBrief-MCPServer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Emanuele94/SimBrief-MCPServer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.035239+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.982299+00:00"
    },
    {
      "slug": "gh-adhikasp-mcp-git-ingest",
      "name": "adhikasp/mcp-git-ingest",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/adhikasp/mcp-git-ingest",
      "github_url": "https://github.com/adhikasp/mcp-git-ingest",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/adhikasp/mcp-git-ingest"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.035588+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.022645+00:00"
    },
    {
      "slug": "gh-costajohnt-oss-autopilot",
      "name": "costajohnt/oss-autopilot",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/costajohnt/oss-autopilot",
      "github_url": "https://github.com/costajohnt/oss-autopilot",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/costajohnt/oss-autopilot"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.035977+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.983188+00:00"
    },
    {
      "slug": "gh-ddukbg-github-enterprise-mcp",
      "name": "ddukbg/github-enterprise-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ddukbg/github-enterprise-mcp",
      "github_url": "https://github.com/ddukbg/github-enterprise-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ddukbg/github-enterprise-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.036278+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.984258+00:00"
    },
    {
      "slug": "gh-github-github-mcp-server",
      "name": "github/github-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/github/github-mcp-server",
      "github_url": "https://github.com/github/github-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/github/github-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.036595+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.935492+00:00"
    },
    {
      "slug": "gh-gitopia-gitopia-mcp-server",
      "name": "gitopia/gitopia-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gitopia/gitopia-mcp-server",
      "github_url": "https://github.com/gitopia/gitopia-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gitopia/gitopia-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.036931+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.987125+00:00"
    },
    {
      "slug": "gh-jmrplens-gitlab-mcp-server",
      "name": "jmrplens/gitlab-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jmrplens/gitlab-mcp-server",
      "github_url": "https://github.com/jmrplens/gitlab-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jmrplens/gitlab-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.037279+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.988081+00:00"
    },
    {
      "slug": "gh-javimaligno-mcp-server-bitbucket",
      "name": "JaviMaligno/mcp-server-bitbucket",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JaviMaligno/mcp-server-bitbucket",
      "github_url": "https://github.com/JaviMaligno/mcp-server-bitbucket",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JaviMaligno/mcp-server-bitbucket"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.037995+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.988937+00:00"
    },
    {
      "slug": "gh-kaiyuanxiaobing-atomgit-mcp-server",
      "name": "kaiyuanxiaobing/atomgit-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kaiyuanxiaobing/atomgit-mcp-server",
      "github_url": "https://github.com/kaiyuanxiaobing/atomgit-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kaiyuanxiaobing/atomgit-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.039410+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.989767+00:00"
    },
    {
      "slug": "gh-kopfrechner-gitlab-mr-mcp",
      "name": "kopfrechner/gitlab-mr-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kopfrechner/gitlab-mr-mcp",
      "github_url": "https://github.com/kopfrechner/gitlab-mr-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kopfrechner/gitlab-mr-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.040196+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.992016+00:00"
    },
    {
      "slug": "gh-mshegolev-gitlab-ci-mcp",
      "name": "mshegolev/gitlab-ci-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mshegolev/gitlab-ci-mcp",
      "github_url": "https://github.com/mshegolev/gitlab-ci-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mshegolev/gitlab-ci-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.040831+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.993868+00:00"
    },
    {
      "slug": "gh-quentincody-github-graphql-mcp-server",
      "name": "QuentinCody/github-graphql-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QuentinCody/github-graphql-mcp-server",
      "github_url": "https://github.com/QuentinCody/github-graphql-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuentinCody/github-graphql-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.046005+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.995091+00:00"
    },
    {
      "slug": "gh-raohwork-forgejo-mcp",
      "name": "raohwork/forgejo-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/raohwork/forgejo-mcp",
      "github_url": "https://github.com/raohwork/forgejo-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/raohwork/forgejo-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.046882+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.996379+00:00"
    },
    {
      "slug": "gh-tamishaks-2-git-context-mcp",
      "name": "TamiShaks-2/git-context-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TamiShaks-2/git-context-mcp",
      "github_url": "https://github.com/TamiShaks-2/git-context-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TamiShaks-2/git-context-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.047435+00:00",
      "_last_seen_at": "2026-05-25T13:58:30.998160+00:00"
    },
    {
      "slug": "gh-tiberriver256-mcp-server-azure-devops",
      "name": "Tiberriver256/mcp-server-azure-devops",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Tiberriver256/mcp-server-azure-devops",
      "github_url": "https://github.com/Tiberriver256/mcp-server-azure-devops",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Tiberriver256/mcp-server-azure-devops"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.047970+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.121973+00:00"
    },
    {
      "slug": "gh-zach-snell-bbkt",
      "name": "zach-snell/bbkt",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zach-snell/bbkt",
      "github_url": "https://github.com/zach-snell/bbkt",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zach-snell/bbkt"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.048559+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.000194+00:00"
    },
    {
      "slug": "gh-temporal-cortex-mcp",
      "name": "temporal-cortex/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/temporal-cortex/mcp",
      "github_url": "https://github.com/temporal-cortex/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/temporal-cortex/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.049551+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.001343+00:00"
    },
    {
      "slug": "gh-agentled-mcp-server",
      "name": "Agentled/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Agentled/mcp-server",
      "github_url": "https://github.com/Agentled/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Agentled/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.050161+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.003240+00:00"
    },
    {
      "slug": "gh-6figr-com-jobgpt-mcp-server",
      "name": "6figr-com/jobgpt-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/6figr-com/jobgpt-mcp-server",
      "github_url": "https://github.com/6figr-com/jobgpt-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/6figr-com/jobgpt-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.050591+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.004208+00:00"
    },
    {
      "slug": "gh-backloghq-backlog",
      "name": "backloghq/backlog",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/backloghq/backlog",
      "github_url": "https://github.com/backloghq/backlog",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/backloghq/backlog"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.050966+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.005054+00:00"
    },
    {
      "slug": "gh-bivex-kanboard-mcp",
      "name": "bivex/kanboard-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bivex/kanboard-mcp",
      "github_url": "https://github.com/bivex/kanboard-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bivex/kanboard-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.051362+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.005839+00:00"
    },
    {
      "slug": "gh-benmonopoli-open-greenhouse-mcp",
      "name": "benmonopoli/open-greenhouse-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/benmonopoli/open-greenhouse-mcp",
      "github_url": "https://github.com/benmonopoli/open-greenhouse-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/benmonopoli/open-greenhouse-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.051764+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.006567+00:00"
    },
    {
      "slug": "gh-bobbyrgoldsmith-quarterback",
      "name": "bobbyrgoldsmith/quarterback",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bobbyrgoldsmith/quarterback",
      "github_url": "https://github.com/bobbyrgoldsmith/quarterback",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bobbyrgoldsmith/quarterback"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.052053+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.008956+00:00"
    },
    {
      "slug": "gh-bug-breeder-quip-mcp",
      "name": "bug-breeder/quip-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bug-breeder/quip-mcp",
      "github_url": "https://github.com/bug-breeder/quip-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bug-breeder/quip-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.052385+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.009773+00:00"
    },
    {
      "slug": "gh-can4hou6joeng4-boss-agent-cli",
      "name": "can4hou6joeng4/boss-agent-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/can4hou6joeng4/boss-agent-cli",
      "github_url": "https://github.com/can4hou6joeng4/boss-agent-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/can4hou6joeng4/boss-agent-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.052723+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.205494+00:00"
    },
    {
      "slug": "gh-byaxe-keynote-mcp",
      "name": "ByAxe/keynote-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ByAxe/keynote-mcp",
      "github_url": "https://github.com/ByAxe/keynote-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ByAxe/keynote-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.053069+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.010659+00:00"
    },
    {
      "slug": "gh-conorbronsdon-gws-mcp-server",
      "name": "conorbronsdon/gws-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/conorbronsdon/gws-mcp-server",
      "github_url": "https://github.com/conorbronsdon/gws-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/conorbronsdon/gws-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.053745+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.010972+00:00"
    },
    {
      "slug": "gh-contextpulse-contextpulse",
      "name": "ContextPulse/contextpulse",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ContextPulse/contextpulse",
      "github_url": "https://github.com/ContextPulse/contextpulse",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ContextPulse/contextpulse"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.054625+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.011368+00:00"
    },
    {
      "slug": "gh-corbym-backlog-mcp",
      "name": "corbym/backlog-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/corbym/backlog-mcp",
      "github_url": "https://github.com/corbym/backlog-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/corbym/backlog-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.055918+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.011716+00:00"
    },
    {
      "slug": "gh-dan8oren-mcp-apple-notes",
      "name": "Dan8Oren/mcp-apple-notes",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Dan8Oren/mcp-apple-notes",
      "github_url": "https://github.com/Dan8Oren/mcp-apple-notes",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Dan8Oren/mcp-apple-notes"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.056478+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.012021+00:00"
    },
    {
      "slug": "gh-dearlordylord-huly-mcp",
      "name": "dearlordylord/huly-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dearlordylord/huly-mcp",
      "github_url": "https://github.com/dearlordylord/huly-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dearlordylord/huly-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.056819+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.012457+00:00"
    },
    {
      "slug": "gh-davegomez-fizzy-mcp",
      "name": "davegomez/fizzy-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/davegomez/fizzy-mcp",
      "github_url": "https://github.com/davegomez/fizzy-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/davegomez/fizzy-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.057349+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.013249+00:00"
    },
    {
      "slug": "gh-delega-dev-delega-mcp",
      "name": "delega-dev/delega-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/delega-dev/delega-mcp",
      "github_url": "https://github.com/delega-dev/delega-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/delega-dev/delega-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.057866+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.014173+00:00"
    },
    {
      "slug": "gh-devroopsaha744-texmcp",
      "name": "devroopsaha744/TexMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/devroopsaha744/TexMCP",
      "github_url": "https://github.com/devroopsaha744/TexMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/devroopsaha744/TexMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.059978+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.014991+00:00"
    },
    {
      "slug": "gh-ellmos-ai-n8n-manager-mcp",
      "name": "ellmos-ai/n8n-manager-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ellmos-ai/n8n-manager-mcp",
      "github_url": "https://github.com/ellmos-ai/n8n-manager-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ellmos-ai/n8n-manager-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.062069+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.015819+00:00"
    },
    {
      "slug": "gh-foxintheloop-uptier",
      "name": "foxintheloop/UpTier",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/foxintheloop/UpTier",
      "github_url": "https://github.com/foxintheloop/UpTier",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/foxintheloop/UpTier"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.062954+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.016607+00:00"
    },
    {
      "slug": "gh-getalai-alai-mcp-server",
      "name": "getalai/alai-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/getalai/alai-mcp-server",
      "github_url": "https://github.com/getalai/alai-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/getalai/alai-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.063527+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.017392+00:00"
    },
    {
      "slug": "gh-giuseppe-coco-google-workspace-mcp-server",
      "name": "giuseppe-coco/Google-Workspace-MCP-Server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/giuseppe-coco/Google-Workspace-MCP-Server",
      "github_url": "https://github.com/giuseppe-coco/Google-Workspace-MCP-Server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/giuseppe-coco/Google-Workspace-MCP-Server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.064110+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.018190+00:00"
    },
    {
      "slug": "gh-huntsdesk-ve-gws",
      "name": "HuntsDesk/ve-gws",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HuntsDesk/ve-gws",
      "github_url": "https://github.com/HuntsDesk/ve-gws",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HuntsDesk/ve-gws"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.064953+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.018969+00:00"
    },
    {
      "slug": "gh-taylorwilsdon-google-workspace-mcp",
      "name": "taylorwilsdon/google_workspace_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/taylorwilsdon/google_workspace_mcp",
      "github_url": "https://github.com/taylorwilsdon/google_workspace_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/taylorwilsdon/google_workspace_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.066463+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.572233+00:00"
    },
    {
      "slug": "gh-huntsdesk-ve-kit",
      "name": "HuntsDesk/ve-kit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HuntsDesk/ve-kit",
      "github_url": "https://github.com/HuntsDesk/ve-kit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HuntsDesk/ve-kit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.067335+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.020581+00:00"
    },
    {
      "slug": "gh-human-pages-ai-humanpages",
      "name": "human-pages-ai/humanpages",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/human-pages-ai/humanpages",
      "github_url": "https://github.com/human-pages-ai/humanpages",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/human-pages-ai/humanpages"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.067967+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.021349+00:00"
    },
    {
      "slug": "gh-sunsiyuan-human-survey",
      "name": "sunsiyuan/human-survey",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sunsiyuan/human-survey",
      "github_url": "https://github.com/sunsiyuan/human-survey",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sunsiyuan/human-survey"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.068463+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.022136+00:00"
    },
    {
      "slug": "gh-ianaleck-harvest-mcp-server",
      "name": "ianaleck/harvest-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ianaleck/harvest-mcp-server",
      "github_url": "https://github.com/ianaleck/harvest-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ianaleck/harvest-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.068887+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.022920+00:00"
    },
    {
      "slug": "gh-nicolascroce-keepsake-mcp",
      "name": "nicolascroce/keepsake-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nicolascroce/keepsake-mcp",
      "github_url": "https://github.com/nicolascroce/keepsake-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nicolascroce/keepsake-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.069395+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.025469+00:00"
    },
    {
      "slug": "gh-n24q02m-better-notion-mcp",
      "name": "n24q02m/better-notion-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/n24q02m/better-notion-mcp",
      "github_url": "https://github.com/n24q02m/better-notion-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/n24q02m/better-notion-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.069829+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.026995+00:00"
    },
    {
      "slug": "gh-khaoss85-mcp-orchestro",
      "name": "khaoss85/mcp-orchestro",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/khaoss85/mcp-orchestro",
      "github_url": "https://github.com/khaoss85/mcp-orchestro",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/khaoss85/mcp-orchestro"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.070217+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.027842+00:00"
    },
    {
      "slug": "gh-louis030195-toggl-mcp",
      "name": "louis030195/toggl-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/louis030195/toggl-mcp",
      "github_url": "https://github.com/louis030195/toggl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/louis030195/toggl-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.070610+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.028677+00:00"
    },
    {
      "slug": "gh-marceausolutions-amazon-seller-mcp",
      "name": "MarceauSolutions/amazon-seller-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarceauSolutions/amazon-seller-mcp",
      "github_url": "https://github.com/MarceauSolutions/amazon-seller-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarceauSolutions/amazon-seller-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.071009+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.029511+00:00"
    },
    {
      "slug": "gh-marceausolutions-hvac-quotes-mcp",
      "name": "MarceauSolutions/hvac-quotes-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarceauSolutions/hvac-quotes-mcp",
      "github_url": "https://github.com/MarceauSolutions/hvac-quotes-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarceauSolutions/hvac-quotes-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.071640+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.030360+00:00"
    },
    {
      "slug": "gh-martinqi826-dida-mcp",
      "name": "Martinqi826/dida-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Martinqi826/dida-mcp",
      "github_url": "https://github.com/Martinqi826/dida-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Martinqi826/dida-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.072809+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.031164+00:00"
    },
    {
      "slug": "gh-markuspfundstein-mcp-gsuite",
      "name": "MarkusPfundstein/mcp-gsuite",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarkusPfundstein/mcp-gsuite",
      "github_url": "https://github.com/MarkusPfundstein/mcp-gsuite",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarkusPfundstein/mcp-gsuite"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.073775+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.031961+00:00"
    },
    {
      "slug": "gh-moro3k-mcp-altegio",
      "name": "moro3k/mcp-altegio",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/moro3k/mcp-altegio",
      "github_url": "https://github.com/moro3k/mcp-altegio",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/moro3k/mcp-altegio"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.074587+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.032731+00:00"
    },
    {
      "slug": "gh-prompeteer-prompeteer-mcp",
      "name": "prompeteer/prompeteer-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/prompeteer/prompeteer-mcp",
      "github_url": "https://github.com/prompeteer/prompeteer-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/prompeteer/prompeteer-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.076474+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.033504+00:00"
    },
    {
      "slug": "gh-saikiyusuke-sparksheets-mcp",
      "name": "SparkSheets/sparksheets-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/saikiyusuke/sparksheets-mcp",
      "github_url": "https://github.com/saikiyusuke/sparksheets-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/saikiyusuke/sparksheets-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.078803+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.034289+00:00"
    },
    {
      "slug": "gh-startvest-llc-idealift-mcp-server",
      "name": "Startvest-LLC/idealift-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Startvest-LLC/idealift-mcp-server",
      "github_url": "https://github.com/Startvest-LLC/idealift-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Startvest-LLC/idealift-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.079775+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.035099+00:00"
    },
    {
      "slug": "gh-takumi0706-google-calendar-mcp",
      "name": "takumi0706/google-calendar-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/takumi0706/google-calendar-mcp",
      "github_url": "https://github.com/takumi0706/google-calendar-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/takumi0706/google-calendar-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.080497+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.035889+00:00"
    },
    {
      "slug": "gh-teamwork-mcp",
      "name": "teamwork/mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/teamwork/mcp",
      "github_url": "https://github.com/teamwork/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/teamwork/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.081090+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.036687+00:00"
    },
    {
      "slug": "gh-timergy-app-timergy",
      "name": "timergy-app/timergy",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/timergy-app/timergy",
      "github_url": "https://github.com/timergy-app/timergy",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/timergy-app/timergy"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.081603+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.037110+00:00"
    },
    {
      "slug": "gh-christulino-todoist-v1-mcp-server",
      "name": "christulino/todoist-v1-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/christulino/todoist-v1-mcp-server",
      "github_url": "https://github.com/christulino/todoist-v1-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/christulino/todoist-v1-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.082424+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.037409+00:00"
    },
    {
      "slug": "gh-tubasasakunn-context-apps-mcp",
      "name": "tubasasakunn/context-apps-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tubasasakunn/context-apps-mcp",
      "github_url": "https://github.com/tubasasakunn/context-apps-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tubasasakunn/context-apps-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.083449+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.037873+00:00"
    },
    {
      "slug": "gh-twtrubiks-odoo19-mcp-server",
      "name": "twtrubiks/odoo19-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/twtrubiks/odoo19-mcp-server",
      "github_url": "https://github.com/twtrubiks/odoo19-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/twtrubiks/odoo19-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.084148+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.038665+00:00"
    },
    {
      "slug": "gh-universalamateur-reclaim-mcp-server",
      "name": "universalamateur/reclaim-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/universalamateur/reclaim-mcp-server",
      "github_url": "https://github.com/universalamateur/reclaim-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/universalamateur/reclaim-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.085055+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.039438+00:00"
    },
    {
      "slug": "gh-unmarkdown-mcp-server",
      "name": "UnMarkdown/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/UnMarkdown/mcp-server",
      "github_url": "https://github.com/UnMarkdown/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/UnMarkdown/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.085807+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.041197+00:00"
    },
    {
      "slug": "gh-urbanmorph-mdshare",
      "name": "urbanmorph/mdshare",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/urbanmorph/mdshare",
      "github_url": "https://github.com/urbanmorph/mdshare",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/urbanmorph/mdshare"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.086315+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.042966+00:00"
    },
    {
      "slug": "gh-vakharwalad23-google-mcp",
      "name": "vakharwalad23/google-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vakharwalad23/google-mcp",
      "github_url": "https://github.com/vakharwalad23/google-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vakharwalad23/google-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.087426+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.043938+00:00"
    },
    {
      "slug": "gh-vasylenko-claude-desktop-extension-bear-notes",
      "name": "vasylenko/claude-desktop-extension-bear-notes",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vasylenko/claude-desktop-extension-bear-notes",
      "github_url": "https://github.com/vasylenko/claude-desktop-extension-bear-notes",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vasylenko/claude-desktop-extension-bear-notes"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.088666+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.044639+00:00"
    },
    {
      "slug": "gh-wyattjoh-calendar-mcp",
      "name": "wyattjoh/calendar-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wyattjoh/calendar-mcp",
      "github_url": "https://github.com/wyattjoh/calendar-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wyattjoh/calendar-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.089753+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.045468+00:00"
    },
    {
      "slug": "gh-xjtlumedia-ai-hr-management-toolkit",
      "name": "XJTLUmedia/AI-HR-Management-Toolkit",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/XJTLUmedia/AI-HR-Management-Toolkit",
      "github_url": "https://github.com/XJTLUmedia/AI-HR-Management-Toolkit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/XJTLUmedia/AI-HR-Management-Toolkit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.090439+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.046317+00:00"
    },
    {
      "slug": "gh-yoryocoruxo-ai-rendoc-mcp-server",
      "name": "yoryocoruxo-ai/rendoc-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yoryocoruxo-ai/rendoc-mcp-server",
      "github_url": "https://github.com/yoryocoruxo-ai/rendoc-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yoryocoruxo-ai/rendoc-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.090998+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.047160+00:00"
    },
    {
      "slug": "gh-yuvalsuede-claudia",
      "name": "yuvalsuede/claudia",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yuvalsuede/claudia",
      "github_url": "https://github.com/yuvalsuede/claudia",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yuvalsuede/claudia"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.094168+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.047993+00:00"
    },
    {
      "slug": "gh-2niuhe-plantuml-web",
      "name": "2niuhe/plantuml_web",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/2niuhe/plantuml_web",
      "github_url": "https://github.com/2niuhe/plantuml_web",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/2niuhe/plantuml_web"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.096556+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.048769+00:00"
    },
    {
      "slug": "gh-2niuhe-qrcode-mcp",
      "name": "2niuhe/qrcode_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/2niuhe/qrcode_mcp",
      "github_url": "https://github.com/2niuhe/qrcode_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/2niuhe/qrcode_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.097910+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.049539+00:00"
    },
    {
      "slug": "gh-webaesbyamin-agent-receipts",
      "name": "webaesbyamin/agent-receipts",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/webaesbyamin/agent-receipts",
      "github_url": "https://github.com/webaesbyamin/agent-receipts",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/webaesbyamin/agent-receipts"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.098532+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.050377+00:00"
    },
    {
      "slug": "gh-acedatacloud-mcpshorturl",
      "name": "AceDataCloud/MCPShortURL",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AceDataCloud/MCPShortURL",
      "github_url": "https://github.com/AceDataCloud/MCPShortURL",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AceDataCloud/MCPShortURL"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.100397+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.051190+00:00"
    },
    {
      "slug": "gh-abdelstark-bitcoin-mcp",
      "name": "AbdelStark/bitcoin-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AbdelStark/bitcoin-mcp",
      "github_url": "https://github.com/AbdelStark/bitcoin-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AbdelStark/bitcoin-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.101076+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.052097+00:00"
    },
    {
      "slug": "gh-aidatanordic-food-recipe-mcp",
      "name": "AIDataNordic/Food-Recipe-MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AIDataNordic/Food-Recipe-MCP",
      "github_url": "https://github.com/AIDataNordic/Food-Recipe-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AIDataNordic/Food-Recipe-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.101594+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.053748+00:00"
    },
    {
      "slug": "gh-akseyh-bear-mcp-server",
      "name": "akseyh/bear-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/akseyh/bear-mcp-server",
      "github_url": "https://github.com/akseyh/bear-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/akseyh/bear-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.102028+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.054956+00:00"
    },
    {
      "slug": "gh-allenporter-mcp-server-home-assistant",
      "name": "allenporter/mcp-server-home-assistant",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/allenporter/mcp-server-home-assistant",
      "github_url": "https://github.com/allenporter/mcp-server-home-assistant",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/allenporter/mcp-server-home-assistant"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.102445+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.056106+00:00"
    },
    {
      "slug": "gh-altinoren-utopia",
      "name": "altinoren/utopia",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/altinoren/Utopia",
      "github_url": "https://github.com/altinoren/Utopia",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/altinoren/Utopia"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.102853+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.057804+00:00"
    },
    {
      "slug": "gh-zxkane-mcp-server-amazon-bedrock",
      "name": "Amazon Bedrock Nova Canvas",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zxkane/mcp-server-amazon-bedrock",
      "github_url": "https://github.com/zxkane/mcp-server-amazon-bedrock",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zxkane/mcp-server-amazon-bedrock"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.103295+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.059127+00:00"
    },
    {
      "slug": "gh-amidabuddha-unichat-mcp-server",
      "name": "amidabuddha/unichat-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/amidabuddha/unichat-mcp-server",
      "github_url": "https://github.com/amidabuddha/unichat-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/amidabuddha/unichat-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.104168+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.059908+00:00"
    },
    {
      "slug": "gh-anaisbetts-mcp-installer",
      "name": "anaisbetts/mcp-installer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/anaisbetts/mcp-installer",
      "github_url": "https://github.com/anaisbetts/mcp-installer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/anaisbetts/mcp-installer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.104697+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.850559+00:00"
    },
    {
      "slug": "gh-anaisbetts-mcp-youtube",
      "name": "anaisbetts/mcp-youtube",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/anaisbetts/mcp-youtube",
      "github_url": "https://github.com/anaisbetts/mcp-youtube",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/anaisbetts/mcp-youtube"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.105292+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.956268+00:00"
    },
    {
      "slug": "gh-andybrandt-mcp-simple-openai-assistant",
      "name": "andybrandt/mcp-simple-openai-assistant",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/andybrandt/mcp-simple-openai-assistant",
      "github_url": "https://github.com/andybrandt/mcp-simple-openai-assistant",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/andybrandt/mcp-simple-openai-assistant"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.106107+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.061105+00:00"
    },
    {
      "slug": "gh-andybrandt-mcp-simple-timeserver",
      "name": "andybrandt/mcp-simple-timeserver",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/andybrandt/mcp-simple-timeserver",
      "github_url": "https://github.com/andybrandt/mcp-simple-timeserver",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/andybrandt/mcp-simple-timeserver"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.107200+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.061450+00:00"
    },
    {
      "slug": "gh-anki-mcp-anki-mcp-desktop",
      "name": "anki-mcp/anki-mcp-desktop",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/anki-mcp/anki-mcp-desktop",
      "github_url": "https://github.com/anki-mcp/anki-mcp-desktop",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/anki-mcp/anki-mcp-desktop"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.107943+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.061861+00:00"
    },
    {
      "slug": "gh-apify-actors-mcp-server",
      "name": "apify/actors-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/apify/actors-mcp-server",
      "github_url": "https://github.com/apify/actors-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apify/actors-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.109035+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.452193+00:00"
    },
    {
      "slug": "gh-apinetwork-piapi-mcp-server",
      "name": "apinetwork/piapi-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/apinetwork/piapi-mcp-server",
      "github_url": "https://github.com/apinetwork/piapi-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apinetwork/piapi-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.111857+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.889099+00:00"
    },
    {
      "slug": "gh-aryanbv-pdf-toolkit-mcp",
      "name": "AryanBV/pdf-toolkit-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/AryanBV/pdf-toolkit-mcp",
      "github_url": "https://github.com/AryanBV/pdf-toolkit-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AryanBV/pdf-toolkit-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.113302+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.064395+00:00"
    },
    {
      "slug": "gh-awkoy-replicate-flux-mcp",
      "name": "awkoy/replicate-flux-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/awkoy/replicate-flux-mcp",
      "github_url": "https://github.com/awkoy/replicate-flux-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/awkoy/replicate-flux-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.114319+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.065245+00:00"
    },
    {
      "slug": "gh-awwaiid-mcp-server-taskwarrior",
      "name": "awwaiid/mcp-server-taskwarrior",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/awwaiid/mcp-server-taskwarrior",
      "github_url": "https://github.com/awwaiid/mcp-server-taskwarrior",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/awwaiid/mcp-server-taskwarrior"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.115068+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.066032+00:00"
    },
    {
      "slug": "gh-azure-azure-mcp",
      "name": "Azure/azure-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Azure/azure-mcp",
      "github_url": "https://github.com/Azure/azure-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Azure/azure-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.116530+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.066828+00:00"
    },
    {
      "slug": "gh-badhansen-notion-mcp",
      "name": "Badhansen/notion-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Badhansen/notion-mcp",
      "github_url": "https://github.com/Badhansen/notion-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Badhansen/notion-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.117642+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.067362+00:00"
    },
    {
      "slug": "gh-bart6114-my-bear-mcp-server",
      "name": "bart6114/my-bear-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/bart6114/my-bear-mcp-server",
      "github_url": "https://github.com/bart6114/my-bear-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bart6114/my-bear-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.118181+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.067938+00:00"
    },
    {
      "slug": "gh-billster45-mcp-chatgpt-responses",
      "name": "billster45/mcp-chatgpt-responses",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/billster45/mcp-chatgpt-responses",
      "github_url": "https://github.com/billster45/mcp-chatgpt-responses",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/billster45/mcp-chatgpt-responses"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.118634+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.068279+00:00"
    },
    {
      "slug": "gh-blurrah-mcp-graphql",
      "name": "blurrah/mcp-graphql",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/blurrah/mcp-graphql",
      "github_url": "https://github.com/blurrah/mcp-graphql",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/blurrah/mcp-graphql"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.118998+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.087865+00:00"
    },
    {
      "slug": "gh-boldsign-boldsign-mcp",
      "name": "boldsign/boldsign-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/boldsign/boldsign-mcp",
      "github_url": "https://github.com/boldsign/boldsign-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/boldsign/boldsign-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.120311+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.069857+00:00"
    },
    {
      "slug": "gh-spranab-brainstorm-mcp",
      "name": "spranab/brainstorm-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/spranab/brainstorm-mcp",
      "github_url": "https://github.com/spranab/brainstorm-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/spranab/brainstorm-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.121021+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.070826+00:00"
    },
    {
      "slug": "gh-brianxiadong-ones-wiki-mcp-server",
      "name": "brianxiadong/ones-wiki-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/brianxiadong/ones-wiki-mcp-server",
      "github_url": "https://github.com/brianxiadong/ones-wiki-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/brianxiadong/ones-wiki-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.122366+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.071724+00:00"
    },
    {
      "slug": "gh-calclavia-mcp-obsidian",
      "name": "calclavia/mcp-obsidian",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/calclavia/mcp-obsidian",
      "github_url": "https://github.com/calclavia/mcp-obsidian",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/calclavia/mcp-obsidian"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.123731+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.072507+00:00"
    },
    {
      "slug": "gh-caol64-wenyan-mcp",
      "name": "caol64/wenyan-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/caol64/wenyan-mcp",
      "github_url": "https://github.com/caol64/wenyan-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/caol64/wenyan-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.125097+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.073335+00:00"
    },
    {
      "slug": "gh-chrishayuk-mcp-cli",
      "name": "chrishayuk/mcp-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/chrishayuk/mcp-cli",
      "github_url": "https://github.com/chrishayuk/mcp-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chrishayuk/mcp-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.126308+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.075792+00:00"
    },
    {
      "slug": "gh-cnghockey-sats4ai-mcp-server",
      "name": "cnghockey/sats4ai-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/cnghockey/sats4ai-mcp-server",
      "github_url": "https://github.com/cnghockey/sats4ai-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cnghockey/sats4ai-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.127654+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.077000+00:00"
    },
    {
      "slug": "gh-danhilse-notion-mcp",
      "name": "danhilse/notion_mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/danhilse/notion_mcp",
      "github_url": "https://github.com/danhilse/notion_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/danhilse/notion_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.128471+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.872315+00:00"
    },
    {
      "slug": "gh-danielkennedy1-pdf-tools-mcp",
      "name": "danielkennedy1/pdf-tools-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/danielkennedy1/pdf-tools-mcp",
      "github_url": "https://github.com/danielkennedy1/pdf-tools-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/danielkennedy1/pdf-tools-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.129356+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.078788+00:00"
    },
    {
      "slug": "gh-davidsimoes-digisign-mcp",
      "name": "davidsimoes/digisign-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/davidsimoes/digisign-mcp",
      "github_url": "https://github.com/davidsimoes/digisign-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/davidsimoes/digisign-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.131070+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.079389+00:00"
    },
    {
      "slug": "gh-dev-mirzabicer-ticktick-sdk",
      "name": "dev-mirzabicer/ticktick-sdk",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dev-mirzabicer/ticktick-sdk",
      "github_url": "https://github.com/dev-mirzabicer/ticktick-sdk",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dev-mirzabicer/ticktick-sdk"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.131785+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.079753+00:00"
    },
    {
      "slug": "gh-disco-trooper-apple-notes-mcp",
      "name": "disco-trooper/apple-notes-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/disco-trooper/apple-notes-mcp",
      "github_url": "https://github.com/disco-trooper/apple-notes-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/disco-trooper/apple-notes-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.132643+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.080084+00:00"
    },
    {
      "slug": "gh-dotemacs-domain-lookup-mcp",
      "name": "dotemacs/domain-lookup-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/dotemacs/domain-lookup-mcp",
      "github_url": "https://github.com/dotemacs/domain-lookup-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dotemacs/domain-lookup-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.133478+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.080729+00:00"
    },
    {
      "slug": "gh-ekkyarmandi-ticktick-mcp",
      "name": "ekkyarmandi/ticktick-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ekkyarmandi/ticktick-mcp",
      "github_url": "https://github.com/ekkyarmandi/ticktick-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ekkyarmandi/ticktick-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.134036+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.081549+00:00"
    },
    {
      "slug": "gh-eyloni-pythia-oracle",
      "name": "eyloni/pythia-oracle",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/eyloni/pythia-oracle",
      "github_url": "https://github.com/eyloni/pythia-oracle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/eyloni/pythia-oracle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.134630+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.082449+00:00"
    },
    {
      "slug": "gh-emicklei-mcp-log-proxy",
      "name": "emicklei/mcp-log-proxy",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/emicklei/mcp-log-proxy",
      "github_url": "https://github.com/emicklei/mcp-log-proxy",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/emicklei/mcp-log-proxy"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.136674+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.083315+00:00"
    },
    {
      "slug": "gh-tollboothlabs-ai-tool-optimizer",
      "name": "TollboothLabs/ai-tool-optimizer",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TollboothLabs/ai-tool-optimizer",
      "github_url": "https://github.com/TollboothLabs/ai-tool-optimizer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TollboothLabs/ai-tool-optimizer"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.137714+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.083836+00:00"
    },
    {
      "slug": "gh-esignaturescom-mcp-server-esignatures",
      "name": "esignaturescom/mcp-server-esignatures",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/esignaturescom/mcp-server-esignatures",
      "github_url": "https://github.com/esignaturescom/mcp-server-esignatures",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/esignaturescom/mcp-server-esignatures"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.138900+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.508968+00:00"
    },
    {
      "slug": "gh-evalstate-mcp-hfspace",
      "name": "evalstate/mcp-hfspace",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/evalstate/mcp-hfspace",
      "github_url": "https://github.com/evalstate/mcp-hfspace",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/evalstate/mcp-hfspace"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.139448+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.819189+00:00"
    },
    {
      "slug": "gh-evalstate-mcp-miro",
      "name": "evalstate/mcp-miro",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/evalstate/mcp-miro",
      "github_url": "https://github.com/evalstate/mcp-miro",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/evalstate/mcp-miro"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.139707+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.085019+00:00"
    },
    {
      "slug": "gh-feuerdev-keep-mcp",
      "name": "feuerdev/keep-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/feuerdev/keep-mcp",
      "github_url": "https://github.com/feuerdev/keep-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/feuerdev/keep-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.139946+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.806658+00:00"
    },
    {
      "slug": "gh-fotoetienne-gqai",
      "name": "fotoetienne/gqai",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/fotoetienne/gqai",
      "github_url": "https://github.com/fotoetienne/gqai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fotoetienne/gqai"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.140522+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.086723+00:00"
    },
    {
      "slug": "gh-foodxdevelopment-foodblock",
      "name": "FoodXDevelopment/foodblock-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/FoodXDevelopment/foodblock",
      "github_url": "https://github.com/FoodXDevelopment/foodblock",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FoodXDevelopment/foodblock"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.140922+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.087544+00:00"
    },
    {
      "slug": "gh-githejie-mcp-server-calculator",
      "name": "githejie/mcp-server-calculator",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/githejie/mcp-server-calculator",
      "github_url": "https://github.com/githejie/mcp-server-calculator",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/githejie/mcp-server-calculator"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.141336+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.766492+00:00"
    },
    {
      "slug": "gh-gotoolkits-mcp-difyworkflow-server",
      "name": "gotoolkits/DifyWorkflow",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gotoolkits/mcp-difyworkflow-server",
      "github_url": "https://github.com/gotoolkits/mcp-difyworkflow-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gotoolkits/mcp-difyworkflow-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.145025+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.785251+00:00"
    },
    {
      "slug": "gh-growilabs-growi-mcp-server",
      "name": "growilabs/growi-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/growilabs/growi-mcp-server",
      "github_url": "https://github.com/growilabs/growi-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/growilabs/growi-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.145787+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.089971+00:00"
    },
    {
      "slug": "gh-gwbischof-free-will-mcp",
      "name": "gwbischof/free-will-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/gwbischof/free-will-mcp",
      "github_url": "https://github.com/gwbischof/free-will-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gwbischof/free-will-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.146526+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.092554+00:00"
    },
    {
      "slug": "gh-harry-027-jotdown",
      "name": "Harry-027/JotDown",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Harry-027/JotDown",
      "github_url": "https://github.com/Harry-027/JotDown",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Harry-027/JotDown"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.147100+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.093800+00:00"
    },
    {
      "slug": "gh-henilcalagiya-mcp-apple-notes",
      "name": "henilcalagiya/mcp-apple-notes",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/henilcalagiya/mcp-apple-notes",
      "github_url": "https://github.com/henilcalagiya/mcp-apple-notes",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/henilcalagiya/mcp-apple-notes"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.147555+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.094771+00:00"
    },
    {
      "slug": "gh-henryhaoson-yuque-mcp-server",
      "name": "HenryHaoson/Yuque-MCP-Server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/HenryHaoson/Yuque-MCP-Server",
      "github_url": "https://github.com/HenryHaoson/Yuque-MCP-Server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HenryHaoson/Yuque-MCP-Server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.147920+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.095615+00:00"
    },
    {
      "slug": "gh-hiromitsusasaki-raindrop-io-mcp-server",
      "name": "hiromitsusasaki/raindrop-io-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hiromitsusasaki/raindrop-io-mcp-server",
      "github_url": "https://github.com/hiromitsusasaki/raindrop-io-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hiromitsusasaki/raindrop-io-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.148344+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.096230+00:00"
    },
    {
      "slug": "gh-hmk-attio-mcp-server",
      "name": "hmk/attio-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hmk/attio-mcp-server",
      "github_url": "https://github.com/hmk/attio-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hmk/attio-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.149169+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.097043+00:00"
    },
    {
      "slug": "gh-hypescale-storyblok-mcp-server",
      "name": "hypescale/storyblok-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/hypescale/storyblok-mcp-server",
      "github_url": "https://github.com/hypescale/storyblok-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hypescale/storyblok-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.150054+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.097882+00:00"
    },
    {
      "slug": "gh-imprvhub-mcp-claude-spotify",
      "name": "imprvhub/mcp-claude-spotify",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/imprvhub/mcp-claude-spotify",
      "github_url": "https://github.com/imprvhub/mcp-claude-spotify",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/imprvhub/mcp-claude-spotify"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.150757+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.098785+00:00"
    },
    {
      "slug": "gh-inkbytefo-screenmonitormcp",
      "name": "inkbytefo/screenmonitormcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/inkbytefo/screenmonitormcp",
      "github_url": "https://github.com/inkbytefo/screenmonitormcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/inkbytefo/screenmonitormcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.151309+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.099660+00:00"
    },
    {
      "slug": "gh-integromat-make-mcp-server",
      "name": "integromat/make-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/integromat/make-mcp-server",
      "github_url": "https://github.com/integromat/make-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/integromat/make-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.151730+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.577793+00:00"
    },
    {
      "slug": "gh-isaacwasserman-mcp-vegalite-server",
      "name": "isaacwasserman/mcp-vegalite-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/isaacwasserman/mcp-vegalite-server",
      "github_url": "https://github.com/isaacwasserman/mcp-vegalite-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/isaacwasserman/mcp-vegalite-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.152081+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.937149+00:00"
    },
    {
      "slug": "gh-ivnvxd-mcp-server-odoo",
      "name": "ivnvxd/mcp-server-odoo",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ivnvxd/mcp-server-odoo",
      "github_url": "https://github.com/ivnvxd/mcp-server-odoo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ivnvxd/mcp-server-odoo"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.152456+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.076626+00:00"
    },
    {
      "slug": "gh-ivo-toby-contentful-mcp",
      "name": "ivo-toby/contentful-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ivo-toby/contentful-mcp",
      "github_url": "https://github.com/ivo-toby/contentful-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ivo-toby/contentful-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.152778+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.779631+00:00"
    },
    {
      "slug": "gh-jagan-shanmugam-climatiq-mcp-server",
      "name": "jagan-shanmugam/climatiq-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jagan-shanmugam/climatiq-mcp-server",
      "github_url": "https://github.com/jagan-shanmugam/climatiq-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jagan-shanmugam/climatiq-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.153088+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.102133+00:00"
    },
    {
      "slug": "gh-jen6-ticktick-mcp",
      "name": "jen6/ticktick-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jen6/ticktick-mcp",
      "github_url": "https://github.com/jen6/ticktick-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jen6/ticktick-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.153460+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.102434+00:00"
    },
    {
      "slug": "gh-salen-project-ticktick-mcp",
      "name": "Salen-Project/ticktick-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Salen-Project/ticktick-mcp",
      "github_url": "https://github.com/Salen-Project/ticktick-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Salen-Project/ticktick-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.153845+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.102764+00:00"
    },
    {
      "slug": "gh-jimfilippou-things-mcp",
      "name": "jimfilippou/things-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jimfilippou/things-mcp",
      "github_url": "https://github.com/jimfilippou/things-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jimfilippou/things-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.154227+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.103345+00:00"
    },
    {
      "slug": "gh-johannesbrandenburger-typst-mcp",
      "name": "johannesbrandenburger/typst-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/johannesbrandenburger/typst-mcp",
      "github_url": "https://github.com/johannesbrandenburger/typst-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/johannesbrandenburger/typst-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.155259+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.104189+00:00"
    },
    {
      "slug": "gh-joshuarileydev-mac-apps-launcher",
      "name": "joshuarileydev/mac-apps-launcher-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/JoshuaRileyDev/mac-apps-launcher",
      "github_url": "https://github.com/JoshuaRileyDev/mac-apps-launcher",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JoshuaRileyDev/mac-apps-launcher"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.156175+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.104984+00:00"
    },
    {
      "slug": "gh-justinstimatze-gemot",
      "name": "justinstimatze/gemot",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/justinstimatze/gemot",
      "github_url": "https://github.com/justinstimatze/gemot",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/justinstimatze/gemot"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.156604+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.105773+00:00"
    },
    {
      "slug": "gh-k-jarzyna-mcp-miro",
      "name": "k-jarzyna/mcp-miro",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/k-jarzyna/mcp-miro",
      "github_url": "https://github.com/k-jarzyna/mcp-miro",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/k-jarzyna/mcp-miro"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.156865+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.859462+00:00"
    },
    {
      "slug": "gh-kelvin6365-plane-mcp-server",
      "name": "kelvin6365/plane-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kelvin6365/plane-mcp-server",
      "github_url": "https://github.com/kelvin6365/plane-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kelvin6365/plane-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.157105+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.109694+00:00"
    },
    {
      "slug": "gh-kenliao94-mcp-server-rabbitmq",
      "name": "kenliao94/mcp-server-rabbitmq",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kenliao94/mcp-server-rabbitmq",
      "github_url": "https://github.com/kenliao94/mcp-server-rabbitmq",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kenliao94/mcp-server-rabbitmq"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.157361+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.111937+00:00"
    },
    {
      "slug": "gh-kimtth-mcp-remote-call-ping-pong",
      "name": "kimtth/mcp-remote-call-ping-pong",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kimtth/mcp-remote-call-ping-pong",
      "github_url": "https://github.com/kimtth/mcp-remote-call-ping-pong",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kimtth/mcp-remote-call-ping-pong"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.157595+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.113932+00:00"
    },
    {
      "slug": "gh-kiwamizamurai-mcp-kibela-server",
      "name": "kiwamizamurai/mcp-kibela-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kiwamizamurai/mcp-kibela-server",
      "github_url": "https://github.com/kiwamizamurai/mcp-kibela-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kiwamizamurai/mcp-kibela-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.157830+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.116052+00:00"
    },
    {
      "slug": "gh-kj455-mcp-kibela",
      "name": "kj455/mcp-kibela",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kj455/mcp-kibela",
      "github_url": "https://github.com/kj455/mcp-kibela",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kj455/mcp-kibela"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.158210+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.117324+00:00"
    },
    {
      "slug": "gh-ks-gen-ai-confluence-mcp-server",
      "name": "KS-GEN-AI/confluence-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KS-GEN-AI/confluence-mcp-server",
      "github_url": "https://github.com/KS-GEN-AI/confluence-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KS-GEN-AI/confluence-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.159377+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.118527+00:00"
    },
    {
      "slug": "gh-ks-gen-ai-jira-mcp-server",
      "name": "KS-GEN-AI/jira-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/KS-GEN-AI/jira-mcp-server",
      "github_url": "https://github.com/KS-GEN-AI/jira-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KS-GEN-AI/jira-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.161080+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.119482+00:00"
    },
    {
      "slug": "gh-kw510-strava-mcp",
      "name": "kw510/strava-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/kw510/strava-mcp",
      "github_url": "https://github.com/kw510/strava-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kw510/strava-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.162051+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.120048+00:00"
    },
    {
      "slug": "gh-yeok-c-latex-mcp-server",
      "name": "latex-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Yeok-c/latex-mcp-server",
      "github_url": "https://github.com/Yeok-c/latex-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Yeok-c/latex-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.162857+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.836022+00:00"
    },
    {
      "slug": "gh-louiscklaw-hko-mcp",
      "name": "louiscklaw/hko-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/louiscklaw/hko-mcp",
      "github_url": "https://github.com/louiscklaw/hko-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/louiscklaw/hko-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.164835+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.121231+00:00"
    },
    {
      "slug": "gh-magarcia-mcp-server-giphy",
      "name": "magarcia/mcp-server-giphy",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/magarcia/mcp-server-giphy",
      "github_url": "https://github.com/magarcia/mcp-server-giphy",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/magarcia/mcp-server-giphy"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.165644+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.122035+00:00"
    },
    {
      "slug": "gh-marcelmarais-spotify-mcp-server",
      "name": "marcelmarais/Spotify",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/marcelmarais/spotify-mcp-server",
      "github_url": "https://github.com/marcelmarais/spotify-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/marcelmarais/spotify-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.166535+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.122824+00:00"
    },
    {
      "slug": "gh-mariusaure-needhuman-mcp",
      "name": "MariusAure/needhuman-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MariusAure/needhuman-mcp",
      "github_url": "https://github.com/MariusAure/needhuman-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MariusAure/needhuman-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.167037+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.124741+00:00"
    },
    {
      "slug": "gh-markuspfundstein-mcp-obsidian",
      "name": "MarkusPfundstein/mcp-obsidian",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MarkusPfundstein/mcp-obsidian",
      "github_url": "https://github.com/MarkusPfundstein/mcp-obsidian",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MarkusPfundstein/mcp-obsidian"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.167481+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.875775+00:00"
    },
    {
      "slug": "gh-mediar-ai-screenpipe",
      "name": "mediar-ai/screenpipe",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mediar-ai/screenpipe",
      "github_url": "https://github.com/mediar-ai/screenpipe",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mediar-ai/screenpipe"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.167908+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.127445+00:00"
    },
    {
      "slug": "gh-metorial-metorial",
      "name": "metorial/metorial",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/metorial/metorial",
      "github_url": "https://github.com/metorial/metorial",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/metorial/metorial"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.168339+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.864485+00:00"
    },
    {
      "slug": "gh-monadsag-capsulecrm-mcp",
      "name": "MonadsAG/capsulecrm-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MonadsAG/capsulecrm-mcp",
      "github_url": "https://github.com/MonadsAG/capsulecrm-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MonadsAG/capsulecrm-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.168728+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.128402+00:00"
    },
    {
      "slug": "gh-mrjoshuak-godoc-mcp",
      "name": "mrjoshuak/godoc-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mrjoshuak/godoc-mcp",
      "github_url": "https://github.com/mrjoshuak/godoc-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mrjoshuak/godoc-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.169074+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.129212+00:00"
    },
    {
      "slug": "gh-mtehabsim-screenpilot",
      "name": "Mtehabsim/ScreenPilot",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Mtehabsim/ScreenPilot",
      "github_url": "https://github.com/Mtehabsim/ScreenPilot",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Mtehabsim/ScreenPilot"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.169382+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.129566+00:00"
    },
    {
      "slug": "gh-mzxrai-mcp-openai",
      "name": "mzxrai/mcp-openai",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/mzxrai/mcp-openai",
      "github_url": "https://github.com/mzxrai/mcp-openai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mzxrai/mcp-openai"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.169653+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.129885+00:00"
    },
    {
      "slug": "gh-nach-dakwale-instadomain-mcp",
      "name": "nach-dakwale/instadomain-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nach-dakwale/instadomain-mcp",
      "github_url": "https://github.com/nach-dakwale/instadomain-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nach-dakwale/instadomain-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.170053+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.130723+00:00"
    },
    {
      "slug": "gh-nakaokarei-swift-mcp-gui-git",
      "name": "NakaokaRei/swift-mcp-gui",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/NakaokaRei/swift-mcp-gui.git",
      "github_url": "https://github.com/NakaokaRei/swift-mcp-gui.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/NakaokaRei/swift-mcp-gui.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.170460+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.131630+00:00"
    },
    {
      "slug": "gh-nanana-app-mcp-server-nano-banana",
      "name": "nanana-app/mcp-server-nano-banana",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nanana-app/mcp-server-nano-banana",
      "github_url": "https://github.com/nanana-app/mcp-server-nano-banana",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nanana-app/mcp-server-nano-banana"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.170836+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.132498+00:00"
    },
    {
      "slug": "gh-nguyenvanduocit-all-in-one-model-context-protocol",
      "name": "nguyenvanduocit/all-in-one-model-context-protocol",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nguyenvanduocit/all-in-one-model-context-protocol",
      "github_url": "https://github.com/nguyenvanduocit/all-in-one-model-context-protocol",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nguyenvanduocit/all-in-one-model-context-protocol"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.171345+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.133294+00:00"
    },
    {
      "slug": "gh-non906-omniparser-autogui-mcp",
      "name": "NON906/omniparser-autogui-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/NON906/omniparser-autogui-mcp",
      "github_url": "https://github.com/NON906/omniparser-autogui-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/NON906/omniparser-autogui-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.171826+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.134114+00:00"
    },
    {
      "slug": "gh-offorte-offorte-mcp-server",
      "name": "offorte/offorte-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/offorte/offorte-mcp-server",
      "github_url": "https://github.com/offorte/offorte-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/offorte/offorte-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.172355+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.134939+00:00"
    },
    {
      "slug": "gh-olalonde-mcp-human",
      "name": "olalonde/mcp-human",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/olalonde/mcp-human",
      "github_url": "https://github.com/olalonde/mcp-human",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/olalonde/mcp-human"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.172754+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.135792+00:00"
    },
    {
      "slug": "gh-olgasafonova-productplan-mcp-server",
      "name": "olgasafonova/productplan-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/olgasafonova/productplan-mcp-server",
      "github_url": "https://github.com/olgasafonova/productplan-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/olgasafonova/productplan-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.173157+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.136637+00:00"
    },
    {
      "slug": "gh-orellazri-coda-mcp",
      "name": "orellazi/coda-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/orellazri/coda-mcp",
      "github_url": "https://github.com/orellazri/coda-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/orellazri/coda-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.173422+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.137335+00:00"
    },
    {
      "slug": "gh-osinmv-function-lookup-mcp",
      "name": "osinmv/funciton-lookup-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/osinmv/function-lookup-mcp",
      "github_url": "https://github.com/osinmv/function-lookup-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/osinmv/function-lookup-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.173836+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.137805+00:00"
    },
    {
      "slug": "gh-osulivan-skill4agent-mcp-server",
      "name": "osulivan/skill4agent-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/osulivan/skill4agent-mcp-server",
      "github_url": "https://github.com/osulivan/skill4agent-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/osulivan/skill4agent-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.174108+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.138250+00:00"
    },
    {
      "slug": "gh-pierrebrunelle-mcp-server-openai",
      "name": "pierrebrunelle/mcp-server-openai",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pierrebrunelle/mcp-server-openai",
      "github_url": "https://github.com/pierrebrunelle/mcp-server-openai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pierrebrunelle/mcp-server-openai"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.174405+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.878298+00:00"
    },
    {
      "slug": "gh-pspdfkit-nutrient-dws-mcp-server",
      "name": "PSPDFKit/nutrient-dws-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PSPDFKit/nutrient-dws-mcp-server",
      "github_url": "https://github.com/PSPDFKit/nutrient-dws-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PSPDFKit/nutrient-dws-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.174912+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.139088+00:00"
    },
    {
      "slug": "gh-pspdfkit-nutrient-document-engine-mcp-server",
      "name": "PSPDFKit/nutrient-document-engine-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PSPDFKit/nutrient-document-engine-mcp-server",
      "github_url": "https://github.com/PSPDFKit/nutrient-document-engine-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PSPDFKit/nutrient-document-engine-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.178520+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.139547+00:00"
    },
    {
      "slug": "gh-pskill9-hn-server",
      "name": "pskill9/hn-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pskill9/hn-server",
      "github_url": "https://github.com/pskill9/hn-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pskill9/hn-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.179424+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.141579+00:00"
    },
    {
      "slug": "gh-pv-bhat-vibe-check-mcp-server",
      "name": "PV-Bhat/vibe-check-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/PV-Bhat/vibe-check-mcp-server",
      "github_url": "https://github.com/PV-Bhat/vibe-check-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PV-Bhat/vibe-check-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.180183+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.831375+00:00"
    },
    {
      "slug": "gh-pwh-pwh-cal-mcp",
      "name": "pwh-pwh/cal-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pwh-pwh/cal-mcp",
      "github_url": "https://github.com/pwh-pwh/cal-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pwh-pwh/cal-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.180729+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.143782+00:00"
    },
    {
      "slug": "gh-pyroprompts-any-chat-completions-mcp",
      "name": "pyroprompts/any-chat-completions-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/pyroprompts/any-chat-completions-mcp",
      "github_url": "https://github.com/pyroprompts/any-chat-completions-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pyroprompts/any-chat-completions-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.181134+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.717799+00:00"
    },
    {
      "slug": "gh-quentincody-shopify-storefront-mcp-server",
      "name": "QuentinCody/shopify-storefront-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/QuentinCody/shopify-storefront-mcp-server",
      "github_url": "https://github.com/QuentinCody/shopify-storefront-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuentinCody/shopify-storefront-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.181494+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.144504+00:00"
    },
    {
      "slug": "gh-r-huijts-ethics-check-mcp",
      "name": "r-huijts/ethics-check-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/r-huijts/ethics-check-mcp",
      "github_url": "https://github.com/r-huijts/ethics-check-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/r-huijts/ethics-check-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.182482+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.145042+00:00"
    },
    {
      "slug": "gh-rae-api-com-rae-mcp",
      "name": "rae-api-com/rae-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rae-api-com/rae-mcp",
      "github_url": "https://github.com/rae-api-com/rae-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rae-api-com/rae-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.183548+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.145610+00:00"
    },
    {
      "slug": "gh-rai220-think-mcp",
      "name": "Rai220/think-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Rai220/think-mcp",
      "github_url": "https://github.com/Rai220/think-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Rai220/think-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.184236+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.145978+00:00"
    },
    {
      "slug": "gh-reeeeemo-ancestry-mcp",
      "name": "reeeeemo/ancestry-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/reeeeemo/ancestry-mcp",
      "github_url": "https://github.com/reeeeemo/ancestry-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/reeeeemo/ancestry-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.185057+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.146319+00:00"
    },
    {
      "slug": "gh-rember-rember-mcp",
      "name": "rember/rember-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rember/rember-mcp",
      "github_url": "https://github.com/rember/rember-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rember/rember-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.185610+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.636853+00:00"
    },
    {
      "slug": "gh-replenishradar-mcp",
      "name": "ReplenishRadar/MCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ReplenishRadar/MCP",
      "github_url": "https://github.com/ReplenishRadar/MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ReplenishRadar/MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.186154+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.147691+00:00"
    },
    {
      "slug": "gh-roychri-mcp-server-asana",
      "name": "roychri/mcp-server-asana",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/roychri/mcp-server-asana",
      "github_url": "https://github.com/roychri/mcp-server-asana",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/roychri/mcp-server-asana"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.186586+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.148641+00:00"
    },
    {
      "slug": "gh-secretiveshell-mcp-wolfram-alpha",
      "name": "SecretiveShell/MCP-wolfram-alpha",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SecretiveShell/MCP-wolfram-alpha",
      "github_url": "https://github.com/SecretiveShell/MCP-wolfram-alpha",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SecretiveShell/MCP-wolfram-alpha"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.187251+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.149544+00:00"
    },
    {
      "slug": "gh-seym0n-tiktok-mcp",
      "name": "Seym0n/tiktok-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Seym0n/tiktok-mcp",
      "github_url": "https://github.com/Seym0n/tiktok-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Seym0n/tiktok-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.187818+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.928065+00:00"
    },
    {
      "slug": "gh-shopify-dev-mcp",
      "name": "Shopify/dev-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Shopify/dev-mcp",
      "github_url": "https://github.com/Shopify/dev-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Shopify/dev-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.189153+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.151188+00:00"
    },
    {
      "slug": "gh-simonpainter-netbox-mcp",
      "name": "simonpainter/netbox-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/simonpainter/netbox-mcp",
      "github_url": "https://github.com/simonpainter/netbox-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/simonpainter/netbox-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.190229+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.152036+00:00"
    },
    {
      "slug": "gh-sirmews-apple-notes-mcp",
      "name": "sirmews/apple-notes-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/sirmews/apple-notes-mcp",
      "github_url": "https://github.com/sirmews/apple-notes-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sirmews/apple-notes-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.190848+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.152900+00:00"
    },
    {
      "slug": "gh-rogertheunissenmerge-oss-mcp-server",
      "name": "rogertheunissenmerge-oss/mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rogertheunissenmerge-oss/mcp-server",
      "github_url": "https://github.com/rogertheunissenmerge-oss/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rogertheunissenmerge-oss/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.191321+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.153777+00:00"
    },
    {
      "slug": "gh-suekou-mcp-notion-server",
      "name": "suekou/mcp-notion-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/suekou/mcp-notion-server",
      "github_url": "https://github.com/suekou/mcp-notion-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/suekou/mcp-notion-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.195087+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.214656+00:00"
    },
    {
      "slug": "gh-swih-mistral-mcp",
      "name": "Swih/mistral-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Swih/mistral-mcp",
      "github_url": "https://github.com/Swih/mistral-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Swih/mistral-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.196117+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.155411+00:00"
    },
    {
      "slug": "gh-tacticlaunch-mcp-linear",
      "name": "tacticlaunch/mcp-linear",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tacticlaunch/mcp-linear",
      "github_url": "https://github.com/tacticlaunch/mcp-linear",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tacticlaunch/mcp-linear"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.196749+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.838319+00:00"
    },
    {
      "slug": "gh-tan-yong-sheng-ai-vision-mcp",
      "name": "tan-yong-sheng/ai-vision-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tan-yong-sheng/ai-vision-mcp",
      "github_url": "https://github.com/tan-yong-sheng/ai-vision-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tan-yong-sheng/ai-vision-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.197242+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.158528+00:00"
    },
    {
      "slug": "gh-tanigami-mcp-server-perplexity",
      "name": "tanigami/mcp-server-perplexity",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tanigami/mcp-server-perplexity",
      "github_url": "https://github.com/tanigami/mcp-server-perplexity",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tanigami/mcp-server-perplexity"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.197692+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.883243+00:00"
    },
    {
      "slug": "gh-tevonsb-homeassistant-mcp",
      "name": "tevonsb/homeassistant-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tevonsb/homeassistant-mcp",
      "github_url": "https://github.com/tevonsb/homeassistant-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tevonsb/homeassistant-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.198046+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.161222+00:00"
    },
    {
      "slug": "gh-theobrigitte-mcp-time",
      "name": "TheoBrigitte/mcp-time",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/TheoBrigitte/mcp-time",
      "github_url": "https://github.com/TheoBrigitte/mcp-time",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TheoBrigitte/mcp-time"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.198559+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.928421+00:00"
    },
    {
      "slug": "gh-thingsboard-thingsboard-mcp",
      "name": "thingsboard/thingsboard-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/thingsboard/thingsboard-mcp",
      "github_url": "https://github.com/thingsboard/thingsboard-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/thingsboard/thingsboard-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.199790+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.678328+00:00"
    },
    {
      "slug": "gh-thinq-connect-thinqconnect-mcp",
      "name": "thinq-connect/thinqconnect-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/thinq-connect/thinqconnect-mcp",
      "github_url": "https://github.com/thinq-connect/thinqconnect-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/thinq-connect/thinqconnect-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.200403+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.162937+00:00"
    },
    {
      "slug": "gh-tjclaude88-mcp-bling",
      "name": "tjclaude88/mcp-bling",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tjclaude88/mcp-bling",
      "github_url": "https://github.com/tjclaude88/mcp-bling",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tjclaude88/mcp-bling"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.201094+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.163832+00:00"
    },
    {
      "slug": "gh-tomekkorbak-oura-mcp-server",
      "name": "tomekkorbak/oura-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tomekkorbak/oura-mcp-server",
      "github_url": "https://github.com/tomekkorbak/oura-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tomekkorbak/oura-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.202066+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.164714+00:00"
    },
    {
      "slug": "gh-tommertom-plugwise-mcp",
      "name": "Tommertom/plugwise-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Tommertom/plugwise-mcp",
      "github_url": "https://github.com/Tommertom/plugwise-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Tommertom/plugwise-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.202687+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.165651+00:00"
    },
    {
      "slug": "gh-tqiqbal-mcp-confluence-server",
      "name": "tqiqbal/mcp-confluence-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tqiqbal/mcp-confluence-server",
      "github_url": "https://github.com/tqiqbal/mcp-confluence-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tqiqbal/mcp-confluence-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.203554+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.166287+00:00"
    },
    {
      "slug": "gh-ttommyth-interactive-mcp",
      "name": "ttommyth/interactive-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ttommyth/interactive-mcp",
      "github_url": "https://github.com/ttommyth/interactive-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ttommyth/interactive-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.205256+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.161409+00:00"
    },
    {
      "slug": "gh-tumf-web3-mcp",
      "name": "tumf/web3-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/tumf/web3-mcp",
      "github_url": "https://github.com/tumf/web3-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tumf/web3-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.206271+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.168320+00:00"
    },
    {
      "slug": "gh-baskcart-w3ship-mcp-server",
      "name": "W3Ship/w3ship-mcp-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/baskcart/w3ship-mcp-server",
      "github_url": "https://github.com/baskcart/w3ship-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/baskcart/w3ship-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.207163+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.170679+00:00"
    },
    {
      "slug": "gh-ujisati-anki-mcp",
      "name": "ujisati/anki-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ujisati/anki-mcp",
      "github_url": "https://github.com/ujisati/anki-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ujisati/anki-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.207883+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.172102+00:00"
    },
    {
      "slug": "gh-unitvectory-labs-mcp-graphql-forge",
      "name": "UnitVectorY-Labs/mcp-graphql-forge",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/UnitVectorY-Labs/mcp-graphql-forge",
      "github_url": "https://github.com/UnitVectorY-Labs/mcp-graphql-forge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/UnitVectorY-Labs/mcp-graphql-forge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.210812+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.173065+00:00"
    },
    {
      "slug": "gh-wanaku-ai-wanaku",
      "name": "wanaku-ai/wanaku",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wanaku-ai/wanaku",
      "github_url": "https://github.com/wanaku-ai/wanaku",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wanaku-ai/wanaku"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.213078+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.175826+00:00"
    },
    {
      "slug": "gh-megberts-mcp-websitepublisher-ai",
      "name": "megberts/mcp-websitepublisher-ai",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/megberts/mcp-websitepublisher-ai",
      "github_url": "https://github.com/megberts/mcp-websitepublisher-ai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/megberts/mcp-websitepublisher-ai"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.214405+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.176872+00:00"
    },
    {
      "slug": "gh-wishfinity-wishfinity-mcp-plusw",
      "name": "wishfinity/wishfinity-mcp-plusw",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wishfinity/wishfinity-mcp-plusw",
      "github_url": "https://github.com/wishfinity/wishfinity-mcp-plusw",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wishfinity/wishfinity-mcp-plusw"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.215115+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.177315+00:00"
    },
    {
      "slug": "gh-wong2-mcp-cli",
      "name": "wong2/mcp-cli",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/wong2/mcp-cli",
      "github_url": "https://github.com/wong2/mcp-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wong2/mcp-cli"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.217026+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.960397+00:00"
    },
    {
      "slug": "gh-nick1udwig-ws-mcp",
      "name": "ws-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nick1udwig/ws-mcp",
      "github_url": "https://github.com/nick1udwig/ws-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nick1udwig/ws-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.217634+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.178006+00:00"
    },
    {
      "slug": "gh-nick1udwig-kibitz",
      "name": "kitbitz",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/nick1udwig/kibitz",
      "github_url": "https://github.com/nick1udwig/kibitz",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nick1udwig/kibitz"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.218081+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.178315+00:00"
    },
    {
      "slug": "gh-0xmassi-webclaw",
      "name": "0xMassi/webclaw",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/0xMassi/webclaw",
      "github_url": "https://github.com/0xMassi/webclaw",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/0xMassi/webclaw"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.218530+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.648772+00:00"
    },
    {
      "slug": "gh-yuna0x0-hackmd-mcp",
      "name": "yuna0x0/hackmd-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yuna0x0/hackmd-mcp",
      "github_url": "https://github.com/yuna0x0/hackmd-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yuna0x0/hackmd-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.218924+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.814001+00:00"
    },
    {
      "slug": "gh-zeparhyfar-mcp-datetime",
      "name": "ZeparHyfar/mcp-datetime",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/ZeparHyfar/mcp-datetime",
      "github_url": "https://github.com/ZeparHyfar/mcp-datetime",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ZeparHyfar/mcp-datetime"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.219395+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.180886+00:00"
    },
    {
      "slug": "gh-zueai-mcp-manager",
      "name": "zueai/mcp-manager",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zueai/mcp-manager",
      "github_url": "https://github.com/zueai/mcp-manager",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zueai/mcp-manager"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.219828+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.181680+00:00"
    },
    {
      "slug": "gh-spl-bgu-planningcopilot",
      "name": "SPL-BGU/PlanningCopilot",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SPL-BGU/PlanningCopilot",
      "github_url": "https://github.com/SPL-BGU/PlanningCopilot",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SPL-BGU/PlanningCopilot"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.220180+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.182007+00:00"
    },
    {
      "slug": "gh-yyyhy-nash-arena",
      "name": "yyyhy/nash-arena",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/yyyhy/nash-arena",
      "github_url": "https://github.com/yyyhy/nash-arena",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yyyhy/nash-arena"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.220550+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.182319+00:00"
    },
    {
      "slug": "gh-nyrok-flompt",
      "name": "Nyrok/flompt",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Nyrok/flompt",
      "github_url": "https://github.com/Nyrok/flompt",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Nyrok/flompt"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.220988+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.182954+00:00"
    },
    {
      "slug": "gh-escapeboy-agent-fleet-o",
      "name": "escapeboy/agent-fleet-o",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/escapeboy/agent-fleet-o",
      "github_url": "https://github.com/escapeboy/agent-fleet-o",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/escapeboy/agent-fleet-o"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.221409+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.183780+00:00"
    },
    {
      "slug": "gh-epistates-turbomcp",
      "name": "Epistates/TurboMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/Epistates/turbomcp",
      "github_url": "https://github.com/Epistates/turbomcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Epistates/turbomcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.221965+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.184193+00:00"
    },
    {
      "slug": "gh-zhangpanda-gomcp",
      "name": "zhangpanda/gomcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/zhangpanda/gomcp",
      "github_url": "https://github.com/zhangpanda/gomcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zhangpanda/gomcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.222977+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.184668+00:00"
    },
    {
      "slug": "gh-jlowin-fastmcp",
      "name": "FastMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jlowin/fastmcp",
      "github_url": "https://github.com/jlowin/fastmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jlowin/fastmcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.223718+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.185088+00:00"
    },
    {
      "slug": "gh-jamjet-labs-jamjet",
      "name": "jamjet-labs/jamjet",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/jamjet-labs/jamjet",
      "github_url": "https://github.com/jamjet-labs/jamjet",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jamjet-labs/jamjet"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.224141+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.185620+00:00"
    },
    {
      "slug": "gh-punkpeye-fastmcp",
      "name": "FastMCP",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/punkpeye/fastmcp",
      "github_url": "https://github.com/punkpeye/fastmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/punkpeye/fastmcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.224417+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.869433+00:00"
    },
    {
      "slug": "gh-sonaiengine-graph-tool-call",
      "name": "SonAIengine/graph-tool-call",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/SonAIengine/graph-tool-call",
      "github_url": "https://github.com/SonAIengine/graph-tool-call",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SonAIengine/graph-tool-call"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.227638+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.187377+00:00"
    },
    {
      "slug": "gh-vinkius-labs-mcp-fusion",
      "name": "vinkius-labs/mcp-fusion",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/vinkius-labs/mcp-fusion",
      "github_url": "https://github.com/vinkius-labs/mcp-fusion",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vinkius-labs/mcp-fusion"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.229202+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.188223+00:00"
    },
    {
      "slug": "gh-mervinpraison-praisonai-mcp",
      "name": "MervinPraison/praisonai-mcp",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/MervinPraison/praisonai-mcp",
      "github_url": "https://github.com/MervinPraison/praisonai-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MervinPraison/praisonai-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.230155+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.189030+00:00"
    },
    {
      "slug": "gh-rocketride-org-rocketride-server",
      "name": "rocketride-org/rocketride-server",
      "description": "Listed in awesome-mcp (punkpeye/awesome-mcp-servers)",
      "website": "https://github.com/rocketride-org/rocketride-server",
      "github_url": "https://github.com/rocketride-org/rocketride-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rocketride-org/rocketride-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.230814+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.851954+00:00"
    },
    {
      "slug": "gh-adfin-engineering-mcp-server-adfin",
      "name": "Adfin",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Adfin-Engineering/mcp-server-adfin",
      "github_url": "https://github.com/Adfin-Engineering/mcp-server-adfin",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Adfin-Engineering/mcp-server-adfin"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.657186+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.446094+00:00"
    },
    {
      "slug": "gh-agentrpc-agentrpc",
      "name": "AgentRPC",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/agentrpc/agentrpc",
      "github_url": "https://github.com/agentrpc/agentrpc",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentrpc/agentrpc"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.659103+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.448334+00:00"
    },
    {
      "slug": "gh-agileluminary-mcp-agile-luminary",
      "name": "Agile Luminary",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/AgileLuminary/mcp-agile-luminary",
      "github_url": "https://github.com/AgileLuminary/mcp-agile-luminary",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AgileLuminary/mcp-agile-luminary"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.660713+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.449206+00:00"
    },
    {
      "slug": "gh-alapi-sdk-mcp-alapi-cn",
      "name": "ALAPI",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ALAPI-SDK/mcp-alapi-cn",
      "github_url": "https://github.com/ALAPI-SDK/mcp-alapi-cn",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ALAPI-SDK/mcp-alapi-cn"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.663895+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.450474+00:00"
    },
    {
      "slug": "gh-isaiahbjork-allyson-mcp",
      "name": "Allyson",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/isaiahbjork/allyson-mcp",
      "github_url": "https://github.com/isaiahbjork/allyson-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/isaiahbjork/allyson-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.665803+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.451100+00:00"
    },
    {
      "slug": "gh-aliyun-alibabacloud-devops-mcp-server",
      "name": "AlibabaCloud DevOps MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/aliyun/alibabacloud-devops-mcp-server",
      "github_url": "https://github.com/aliyun/alibabacloud-devops-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aliyun/alibabacloud-devops-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.667102+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.451528+00:00"
    },
    {
      "slug": "gh-apache-doris-mcp-server",
      "name": "Apache Doris",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/apache/doris-mcp-server",
      "github_url": "https://github.com/apache/doris-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apache/doris-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.667898+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.073817+00:00"
    },
    {
      "slug": "gh-apimatic-apimatic-validator-mcp",
      "name": "APIMatic MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/apimatic/apimatic-validator-mcp",
      "github_url": "https://github.com/apimatic/apimatic-validator-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apimatic/apimatic-validator-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.669155+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.453011+00:00"
    },
    {
      "slug": "gh-atla-ai-atla-mcp-server",
      "name": "Atla",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/atla-ai/atla-mcp-server",
      "github_url": "https://github.com/atla-ai/atla-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/atla-ai/atla-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.670085+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.454478+00:00"
    },
    {
      "slug": "gh-audienseco-mcp-audiense-insights",
      "name": "Audiense Insights",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/AudienseCo/mcp-audiense-insights",
      "github_url": "https://github.com/AudienseCo/mcp-audiense-insights",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AudienseCo/mcp-audiense-insights"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.670591+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.455304+00:00"
    },
    {
      "slug": "gh-axiomhq-mcp-server-axiom",
      "name": "Axiom",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/axiomhq/mcp-server-axiom",
      "github_url": "https://github.com/axiomhq/mcp-server-axiom",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/axiomhq/mcp-server-axiom"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.671090+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.456169+00:00"
    },
    {
      "slug": "gh-microsoft-azure-devops-mcp",
      "name": "Azure DevOps",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/microsoft/azure-devops-mcp",
      "github_url": "https://github.com/microsoft/azure-devops-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/microsoft/azure-devops-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.671594+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.457337+00:00"
    },
    {
      "slug": "gh-box-community-mcp-server-box",
      "name": "Box",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/box-community/mcp-server-box",
      "github_url": "https://github.com/box-community/mcp-server-box",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/box-community/mcp-server-box"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.672946+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.459816+00:00"
    },
    {
      "slug": "gh-brightdata-brightdata-mcp",
      "name": "Bright Data",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/brightdata/brightdata-mcp",
      "github_url": "https://github.com/brightdata/brightdata-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/brightdata/brightdata-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.673697+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.580037+00:00"
    },
    {
      "slug": "gh-browserstack-mcp-server",
      "name": "BrowserStack",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/browserstack/mcp-server",
      "github_url": "https://github.com/browserstack/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/browserstack/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.675484+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.461964+00:00"
    },
    {
      "slug": "gh-callhub-callhub-mcp",
      "name": "CallHub",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/callhub/callhub-mcp",
      "github_url": "https://github.com/callhub/callhub-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/callhub/callhub-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.677047+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.463836+00:00"
    },
    {
      "slug": "gh-comet-ml-opik",
      "name": "Opik",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/comet-ml/opik",
      "github_url": "https://github.com/comet-ml/opik",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/comet-ml/opik"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.680141+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.469556+00:00"
    },
    {
      "slug": "gh-upstash-context7-mcp",
      "name": "Context 7",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/upstash/context7-mcp",
      "github_url": "https://github.com/upstash/context7-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/upstash/context7-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.680698+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.470374+00:00"
    },
    {
      "slug": "gh-coresignal-com-coresignal-mcp",
      "name": "Coresignal",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Coresignal-com/coresignal-mcp",
      "github_url": "https://github.com/Coresignal-com/coresignal-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Coresignal-com/coresignal-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.681117+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.471265+00:00"
    },
    {
      "slug": "gh-crawlbase-crawlbase-mcp",
      "name": "Crawlbase MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/crawlbase/crawlbase-mcp",
      "github_url": "https://github.com/crawlbase/crawlbase-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/crawlbase/crawlbase-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.682507+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.473285+00:00"
    },
    {
      "slug": "gh-its-dart-dart-mcp-server",
      "name": "Dart",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/its-dart/dart-mcp-server",
      "github_url": "https://github.com/its-dart/dart-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/its-dart/dart-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.685567+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.477370+00:00"
    },
    {
      "slug": "gh-dash0hq-mcp-dash0",
      "name": "Dash0",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/dash0hq/mcp-dash0",
      "github_url": "https://github.com/dash0hq/mcp-dash0",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dash0hq/mcp-dash0"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.685988+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.477988+00:00"
    },
    {
      "slug": "gh-aliyun-alibabacloud-dataworks-mcp-server",
      "name": "DataWorks",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/aliyun/alibabacloud-dataworks-mcp-server",
      "github_url": "https://github.com/aliyun/alibabacloud-dataworks-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aliyun/alibabacloud-dataworks-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.686364+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.478940+00:00"
    },
    {
      "slug": "gh-debugg-ai-debugg-ai-mcp",
      "name": "Debugg AI",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/debugg-ai/debugg-ai-mcp",
      "github_url": "https://github.com/debugg-ai/debugg-ai-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/debugg-ai/debugg-ai-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.687077+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.482023+00:00"
    },
    {
      "slug": "gh-decodo-decodo-mcp-server",
      "name": "Decodo",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Decodo/decodo-mcp-server",
      "github_url": "https://github.com/Decodo/decodo-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Decodo/decodo-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.687684+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.483299+00:00"
    },
    {
      "slug": "gh-devhub-devhub-cms-mcp",
      "name": "DevHub",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/devhub/devhub-cms-mcp",
      "github_url": "https://github.com/devhub/devhub-cms-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/devhub/devhub-cms-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.688673+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.485731+00:00"
    },
    {
      "slug": "gh-digma-ai-digma-mcp-server",
      "name": "Digma",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/digma-ai/digma-mcp-server",
      "github_url": "https://github.com/digma-ai/digma-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/digma-ai/digma-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.690100+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.492298+00:00"
    },
    {
      "slug": "gh-idea-research-dino-x-mcp",
      "name": "DINO-X",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/IDEA-Research/DINO-X-MCP",
      "github_url": "https://github.com/IDEA-Research/DINO-X-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IDEA-Research/DINO-X-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.690526+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.494693+00:00"
    },
    {
      "slug": "gh-randa-mu-drand-mcp-server",
      "name": "Drand",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/randa-mu/drand-mcp-server",
      "github_url": "https://github.com/randa-mu/drand-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/randa-mu/drand-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.690825+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.497271+00:00"
    },
    {
      "slug": "gh-dreamfactorysoftware-df-mcp",
      "name": "DreamFactory",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/dreamfactorysoftware/df-mcp",
      "github_url": "https://github.com/dreamfactorysoftware/df-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dreamfactorysoftware/df-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.691120+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.499289+00:00"
    },
    {
      "slug": "gh-e2b-dev-mcp-server",
      "name": "E2B",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/e2b-dev/mcp-server",
      "github_url": "https://github.com/e2b-dev/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/e2b-dev/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.691731+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.502635+00:00"
    },
    {
      "slug": "gh-edubase-mcp",
      "name": "EduBase",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/EduBase/MCP",
      "github_url": "https://github.com/EduBase/MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/EduBase/MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.693088+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.505175+00:00"
    },
    {
      "slug": "gh-elevenlabs-elevenlabs-mcp",
      "name": "ElevenLabs",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/elevenlabs/elevenlabs-mcp",
      "github_url": "https://github.com/elevenlabs/elevenlabs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/elevenlabs/elevenlabs-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.695247+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.584875+00:00"
    },
    {
      "slug": "gh-fetchserp-fetchserp-mcp-server-node",
      "name": "FetchSERP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/fetchSERP/fetchserp-mcp-server-node",
      "github_url": "https://github.com/fetchSERP/fetchserp-mcp-server-node",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fetchSERP/fetchserp-mcp-server-node"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.696369+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.514759+00:00"
    },
    {
      "slug": "gh-fewsats-fewsats-mcp",
      "name": "Fewsats",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Fewsats/fewsats-mcp",
      "github_url": "https://github.com/Fewsats/fewsats-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Fewsats/fewsats-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.696857+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.516201+00:00"
    },
    {
      "slug": "gh-fibery-inc-fibery-mcp-server",
      "name": "Fibery",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Fibery-inc/fibery-mcp-server",
      "github_url": "https://github.com/Fibery-inc/fibery-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Fibery-inc/fibery-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.697423+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.518505+00:00"
    },
    {
      "slug": "gh-financial-datasets-mcp-server",
      "name": "Financial Datasets",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/financial-datasets/mcp-server",
      "github_url": "https://github.com/financial-datasets/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/financial-datasets/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.697787+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.521254+00:00"
    },
    {
      "slug": "gh-mendableai-firecrawl-mcp-server",
      "name": "Firecrawl",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/mendableai/firecrawl-mcp-server",
      "github_url": "https://github.com/mendableai/firecrawl-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mendableai/firecrawl-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.698344+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.523133+00:00"
    },
    {
      "slug": "gh-themeselection-flyonui-mcp",
      "name": "FlyonUI",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/themeselection/flyonui-mcp",
      "github_url": "https://github.com/themeselection/flyonui-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/themeselection/flyonui-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.699484+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.527286+00:00"
    },
    {
      "slug": "gh-g-core-gcore-mcp-server",
      "name": "Gcore Cloud",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/G-Core/gcore-mcp-server",
      "github_url": "https://github.com/G-Core/gcore-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/G-Core/gcore-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.700600+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.528820+00:00"
    },
    {
      "slug": "gh-oschina-mcp-gitee",
      "name": "Gitee",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/oschina/mcp-gitee",
      "github_url": "https://github.com/oschina/mcp-gitee",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/oschina/mcp-gitee"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.702159+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.530809+00:00"
    },
    {
      "slug": "gh-gauravsaini-gluestack-ui-mcp-server",
      "name": "Gluestack UI MCP Server",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/gauravsaini/gluestack-ui-mcp-server",
      "github_url": "https://github.com/gauravsaini/gluestack-ui-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gauravsaini/gluestack-ui-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.703345+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.533079+00:00"
    },
    {
      "slug": "gh-googlecloudplatform-cloud-run-mcp",
      "name": "Google Cloud Run",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/GoogleCloudPlatform/cloud-run-mcp",
      "github_url": "https://github.com/GoogleCloudPlatform/cloud-run-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GoogleCloudPlatform/cloud-run-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.705058+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.506084+00:00"
    },
    {
      "slug": "gh-gologinapp-gologin-mcp",
      "name": "GoLogin MCP server",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/gologinapp/gologin-mcp",
      "github_url": "https://github.com/gologinapp/gologin-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gologinapp/gologin-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.706107+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.536227+00:00"
    },
    {
      "slug": "gh-gotohuman-gotohuman-mcp-server",
      "name": "gotoHuman",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/gotohuman/gotohuman-mcp-server",
      "github_url": "https://github.com/gotohuman/gotohuman-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gotohuman/gotohuman-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.707024+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.537415+00:00"
    },
    {
      "slug": "gh-greptimeteam-greptimedb",
      "name": "GreptimeDB",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/GreptimeTeam/greptimedb",
      "github_url": "https://github.com/GreptimeTeam/greptimedb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GreptimeTeam/greptimedb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.708066+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.543574+00:00"
    },
    {
      "slug": "gh-harness-mcp-server",
      "name": "Harness",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/harness/mcp-server",
      "github_url": "https://github.com/harness/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/harness/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.708922+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.548285+00:00"
    },
    {
      "slug": "gh-aliyun-alibabacloud-hologres-mcp-server",
      "name": "Hologres",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/aliyun/alibabacloud-hologres-mcp-server",
      "github_url": "https://github.com/aliyun/alibabacloud-hologres-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aliyun/alibabacloud-hologres-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.710229+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.550442+00:00"
    },
    {
      "slug": "gh-hostinger-api-mcp-server",
      "name": "Hostinger",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/hostinger/api-mcp-server",
      "github_url": "https://github.com/hostinger/api-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hostinger/api-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.710912+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.551842+00:00"
    },
    {
      "slug": "gh-hyperbrowserai-mcp",
      "name": "Hyperbrowser",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/hyperbrowserai/mcp",
      "github_url": "https://github.com/hyperbrowserai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hyperbrowserai/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.711835+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.553926+00:00"
    },
    {
      "slug": "gh-inkeep-mcp-server-python",
      "name": "Inkeep",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/inkeep/mcp-server-python",
      "github_url": "https://github.com/inkeep/mcp-server-python",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/inkeep/mcp-server-python"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.712361+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.555121+00:00"
    },
    {
      "slug": "gh-integration-app-mcp-server",
      "name": "Integration App",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/integration-app/mcp-server",
      "github_url": "https://github.com/integration-app/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/integration-app/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.713369+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.558474+00:00"
    },
    {
      "slug": "gh-ilert-mcp-ilert",
      "name": "ilert",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/iLert/mcp-ilert",
      "github_url": "https://github.com/iLert/mcp-ilert",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/iLert/mcp-ilert"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.714354+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.561625+00:00"
    },
    {
      "slug": "gh-jetbrains-mcp-jetbrains",
      "name": "JetBrains",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/JetBrains/mcp-jetbrains",
      "github_url": "https://github.com/JetBrains/mcp-jetbrains",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JetBrains/mcp-jetbrains"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.714896+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.150104+00:00"
    },
    {
      "slug": "gh-kontent-ai-mcp-server",
      "name": "Kontent.ai",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/kontent-ai/mcp-server",
      "github_url": "https://github.com/kontent-ai/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kontent-ai/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.716800+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.565855+00:00"
    },
    {
      "slug": "gh-linked-api-linkedapi-mcp-git",
      "name": "Linked API",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Linked-API/linkedapi-mcp.git",
      "github_url": "https://github.com/Linked-API/linkedapi-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Linked-API/linkedapi-mcp.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.718052+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.570075+00:00"
    },
    {
      "slug": "gh-mailgun-mailgun-mcp-server",
      "name": "Mailgun",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/mailgun/mailgun-mcp-server",
      "github_url": "https://github.com/mailgun/mailgun-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mailgun/mailgun-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.718512+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.572057+00:00"
    },
    {
      "slug": "gh-btafoya-mailsandbox",
      "name": "MailSandbox",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/btafoya/mailsandbox",
      "github_url": "https://github.com/btafoya/mailsandbox",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/btafoya/mailsandbox"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.718866+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.574618+00:00"
    },
    {
      "slug": "gh-railsware-mailtrap-mcp",
      "name": "Mailtrap",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/railsware/mailtrap-mcp",
      "github_url": "https://github.com/railsware/mailtrap-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/railsware/mailtrap-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.719253+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.576615+00:00"
    },
    {
      "slug": "gh-mapbox-mcp-server",
      "name": "Mapbox",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/mapbox/mcp-server",
      "github_url": "https://github.com/mapbox/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mapbox/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.720061+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.578860+00:00"
    },
    {
      "slug": "gh-meilisearch-meilisearch-mcp",
      "name": "Meilisearch",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/meilisearch/meilisearch-mcp",
      "github_url": "https://github.com/meilisearch/meilisearch-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/meilisearch/meilisearch-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.720592+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.580993+00:00"
    },
    {
      "slug": "gh-motherduckdb-mcp-server-motherduck",
      "name": "MotherDuck",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/motherduckdb/mcp-server-motherduck",
      "github_url": "https://github.com/motherduckdb/mcp-server-motherduck",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/motherduckdb/mcp-server-motherduck"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.721391+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.583679+00:00"
    },
    {
      "slug": "gh-skyworkai-mureka-mcp",
      "name": "Mureka",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/SkyworkAI/Mureka-mcp",
      "github_url": "https://github.com/SkyworkAI/Mureka-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SkyworkAI/Mureka-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.721647+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.586115+00:00"
    },
    {
      "slug": "gh-needle-ai-needle-mcp",
      "name": "Needle",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/needle-ai/needle-mcp",
      "github_url": "https://github.com/needle-ai/needle-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/needle-ai/needle-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.722188+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.587992+00:00"
    },
    {
      "slug": "gh-makenotion-notion-mcp-server",
      "name": "Notion",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/makenotion/notion-mcp-server",
      "github_url": "https://github.com/makenotion/notion-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/makenotion/notion-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.723579+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.592915+00:00"
    },
    {
      "slug": "gh-norman-finance-norman-mcp-server",
      "name": "Norman Finance",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/norman-finance/norman-mcp-server",
      "github_url": "https://github.com/norman-finance/norman-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/norman-finance/norman-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.723873+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.594425+00:00"
    },
    {
      "slug": "gh-oceanbase-mcp-oceanbase",
      "name": "OceanBase",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/oceanbase/mcp-oceanbase",
      "github_url": "https://github.com/oceanbase/mcp-oceanbase",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/oceanbase/mcp-oceanbase"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.724131+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.595715+00:00"
    },
    {
      "slug": "gh-openfort-xyz-mcp",
      "name": "Openfort",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/openfort-xyz/mcp",
      "github_url": "https://github.com/openfort-xyz/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/openfort-xyz/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.727958+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.600057+00:00"
    },
    {
      "slug": "gh-oxylabs-oxylabs-mcp",
      "name": "Oxylabs",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/oxylabs/oxylabs-mcp",
      "github_url": "https://github.com/oxylabs/oxylabs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/oxylabs/oxylabs-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.728676+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.601185+00:00"
    },
    {
      "slug": "gh-paypal-agent-toolkit",
      "name": "PayPal",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/paypal/agent-toolkit",
      "github_url": "https://github.com/paypal/agent-toolkit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/paypal/agent-toolkit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.729229+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.603265+00:00"
    },
    {
      "slug": "gh-ppl-ai-modelcontextprotocol",
      "name": "Perplexity",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ppl-ai/modelcontextprotocol",
      "github_url": "https://github.com/ppl-ai/modelcontextprotocol",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ppl-ai/modelcontextprotocol"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.730168+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.605568+00:00"
    },
    {
      "slug": "gh-pgyer-pgyer-mcp-server",
      "name": "PGYER",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/PGYER/pgyer-mcp-server",
      "github_url": "https://github.com/PGYER/pgyer-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PGYER/pgyer-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.730595+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.608134+00:00"
    },
    {
      "slug": "gh-plainsignal-plainsignal-mcp",
      "name": "PlainSignal",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/plainsignal/plainsignal-mcp",
      "github_url": "https://github.com/plainsignal/plainsignal-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/plainsignal/plainsignal-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.730961+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.610855+00:00"
    },
    {
      "slug": "gh-makeplane-plane-mcp-server",
      "name": "Plane",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/makeplane/plane-mcp-server",
      "github_url": "https://github.com/makeplane/plane-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/makeplane/plane-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.731500+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.613086+00:00"
    },
    {
      "slug": "gh-postmanlabs-postman-mcp-server",
      "name": "Postman",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/postmanlabs/postman-mcp-server",
      "github_url": "https://github.com/postmanlabs/postman-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/postmanlabs/postman-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.732800+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.956295+00:00"
    },
    {
      "slug": "gh-powerdrillai-powerdrill-mcp",
      "name": "Powerdrill",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/powerdrillai/powerdrill-mcp",
      "github_url": "https://github.com/powerdrillai/powerdrill-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/powerdrillai/powerdrill-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.733571+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.622448+00:00"
    },
    {
      "slug": "gh-aws-powertools-powertools-mcp",
      "name": "Powertool",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/aws-powertools/powertools-mcp",
      "github_url": "https://github.com/aws-powertools/powertools-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aws-powertools/powertools-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.734026+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.625663+00:00"
    },
    {
      "slug": "gh-curiousbox-ai-prode-mc",
      "name": "ProdEAI",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/CuriousBox-AI/ProdE-mc",
      "github_url": "https://github.com/CuriousBox-AI/ProdE-mc",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CuriousBox-AI/ProdE-mc"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.734657+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.628030+00:00"
    },
    {
      "slug": "gh-ramp-public-ramp-mcp",
      "name": "Ramp",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ramp-public/ramp-mcp",
      "github_url": "https://github.com/ramp-public/ramp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ramp-public/ramp-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.735597+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.630857+00:00"
    },
    {
      "slug": "gh-reexpressai-reexpress-mcp-server",
      "name": "Reexpress",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ReexpressAI/reexpress_mcp_server",
      "github_url": "https://github.com/ReexpressAI/reexpress_mcp_server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ReexpressAI/reexpress_mcp_server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.736185+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.632902+00:00"
    },
    {
      "slug": "gh-ref-tools-ref-tools-mcp",
      "name": "Ref",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ref-tools/ref-tools-mcp",
      "github_url": "https://github.com/ref-tools/ref-tools-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ref-tools/ref-tools-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.736530+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.690854+00:00"
    },
    {
      "slug": "gh-riza-io-riza-mcp",
      "name": "Riza",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/riza-io/riza-mcp",
      "github_url": "https://github.com/riza-io/riza-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/riza-io/riza-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.737148+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.638830+00:00"
    },
    {
      "slug": "gh-root-signals-root-signals-mcp",
      "name": "Root Signals",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/root-signals/root-signals-mcp",
      "github_url": "https://github.com/root-signals/root-signals-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/root-signals/root-signals-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.737519+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.641546+00:00"
    },
    {
      "slug": "gh-routineco-mcp-server",
      "name": "Routine",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/routineco/mcp-server",
      "github_url": "https://github.com/routineco/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/routineco/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.738204+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.643504+00:00"
    },
    {
      "slug": "gh-scrapezy-mcp",
      "name": "Scrapezy",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/scrapezy/mcp",
      "github_url": "https://github.com/scrapezy/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/scrapezy/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.739541+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.646021+00:00"
    },
    {
      "slug": "gh-upnorthmedia-screenshotmcp",
      "name": "ScreenshotMCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/upnorthmedia/ScreenshotMCP",
      "github_url": "https://github.com/upnorthmedia/ScreenshotMCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/upnorthmedia/ScreenshotMCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.739800+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.646813+00:00"
    },
    {
      "slug": "gh-screenshotone-mcp",
      "name": "ScreenshotOne",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/screenshotone/mcp",
      "github_url": "https://github.com/screenshotone/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/screenshotone/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.740045+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.648075+00:00"
    },
    {
      "slug": "gh-singlestore-labs-mcp-server-singlestore",
      "name": "SingleStore",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/singlestore-labs/mcp-server-singlestore",
      "github_url": "https://github.com/singlestore-labs/mcp-server-singlestore",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/singlestore-labs/mcp-server-singlestore"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.740953+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.651514+00:00"
    },
    {
      "slug": "gh-slidespeak-slidespeak-mcp",
      "name": "SlideSpeak",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/SlideSpeak/slidespeak-mcp",
      "github_url": "https://github.com/SlideSpeak/slidespeak-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SlideSpeak/slidespeak-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.741261+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.653979+00:00"
    },
    {
      "slug": "gh-sonarsource-sonarqube-mcp-server",
      "name": "SonarQube",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/SonarSource/sonarqube-mcp-server",
      "github_url": "https://github.com/SonarSource/sonarqube-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SonarSource/sonarqube-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.744705+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.615363+00:00"
    },
    {
      "slug": "gh-supadata-ai-mcp",
      "name": "Supadata",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/supadata-ai/mcp",
      "github_url": "https://github.com/supadata-ai/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/supadata-ai/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.746612+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.665943+00:00"
    },
    {
      "slug": "gh-square-square-mcp-server",
      "name": "Square",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/square/square-mcp-server",
      "github_url": "https://github.com/square/square-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/square/square-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.747217+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.667659+00:00"
    },
    {
      "slug": "gh-starrocks-mcp-server-starrocks",
      "name": "StarRocks",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/StarRocks/mcp-server-starrocks",
      "github_url": "https://github.com/StarRocks/mcp-server-starrocks",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/StarRocks/mcp-server-starrocks"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.747728+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.669577+00:00"
    },
    {
      "slug": "gh-stripe-agent-toolkit",
      "name": "Stripe",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/stripe/agent-toolkit",
      "github_url": "https://github.com/stripe/agent-toolkit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stripe/agent-toolkit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.748105+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.670816+00:00"
    },
    {
      "slug": "gh-taskade-mcp",
      "name": "Taskade",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/taskade/mcp",
      "github_url": "https://github.com/taskade/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/taskade/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.748425+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.671847+00:00"
    },
    {
      "slug": "gh-acqusys-taskeract-mcp",
      "name": "Taskeract",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Acqusys/taskeract-mcp",
      "github_url": "https://github.com/Acqusys/taskeract-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Acqusys/taskeract-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.748999+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.672890+00:00"
    },
    {
      "slug": "gh-tavily-ai-tavily-mcp",
      "name": "Tavily",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/tavily-ai/tavily-mcp",
      "github_url": "https://github.com/tavily-ai/tavily-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tavily-ai/tavily-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.749973+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.675721+00:00"
    },
    {
      "slug": "gh-tencent-cos-mcp",
      "name": "Tencent Cloud COS MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Tencent/cos-mcp",
      "github_url": "https://github.com/Tencent/cos-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Tencent/cos-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.750660+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.677190+00:00"
    },
    {
      "slug": "gh-teradata-teradata-mcp-server",
      "name": "Teradata",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Teradata/teradata-mcp-server",
      "github_url": "https://github.com/Teradata/teradata-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Teradata/teradata-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.751639+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.677924+00:00"
    },
    {
      "slug": "gh-token-metrics-mcp",
      "name": "Token Metrics",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/token-metrics/mcp",
      "github_url": "https://github.com/token-metrics/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/token-metrics/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.752791+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.680047+00:00"
    },
    {
      "slug": "gh-trade-agent-trade-agent-mcp",
      "name": "Trade Agent",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Trade-Agent/trade-agent-mcp",
      "github_url": "https://github.com/Trade-Agent/trade-agent-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Trade-Agent/trade-agent-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.753177+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.681684+00:00"
    },
    {
      "slug": "gh-twilio-labs-mcp",
      "name": "Twilio",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/twilio-labs/mcp",
      "github_url": "https://github.com/twilio-labs/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/twilio-labs/mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.753874+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.683539+00:00"
    },
    {
      "slug": "gh-unifai-network-unifai-mcp-server",
      "name": "UnifAI",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/unifai-network/unifai-mcp-server",
      "github_url": "https://github.com/unifai-network/unifai-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/unifai-network/unifai-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.755014+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.685432+00:00"
    },
    {
      "slug": "gh-unstructured-io-uns-mcp",
      "name": "Unstructured",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Unstructured-IO/UNS-MCP",
      "github_url": "https://github.com/Unstructured-IO/UNS-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Unstructured-IO/UNS-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.756049+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.686644+00:00"
    },
    {
      "slug": "gh-verodat-verodat-mcp-server",
      "name": "Verodat",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Verodat/verodat-mcp-server",
      "github_url": "https://github.com/Verodat/verodat-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Verodat/verodat-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.757044+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.689287+00:00"
    },
    {
      "slug": "gh-veyrax-veyrax-mcp",
      "name": "VeyraX",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/VeyraX/veyrax-mcp",
      "github_url": "https://github.com/VeyraX/veyrax-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VeyraX/veyrax-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.757385+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.691893+00:00"
    },
    {
      "slug": "gh-visotrust-viso-mcp-server",
      "name": "VISO TRUST",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/visotrust/viso-mcp-server",
      "github_url": "https://github.com/visotrust/viso-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/visotrust/viso-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.757669+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.693631+00:00"
    },
    {
      "slug": "gh-vpuna-vpuna-ai-search",
      "name": "VpunaAiSearch",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/vpuna/vpuna-ai-search",
      "github_url": "https://github.com/vpuna/vpuna-ai-search",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vpuna/vpuna-ai-search"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.758218+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.694576+00:00"
    },
    {
      "slug": "gh-webflow-mcp-server",
      "name": "Webflow",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/webflow/mcp-server",
      "github_url": "https://github.com/webflow/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/webflow/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.761736+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.695391+00:00"
    },
    {
      "slug": "gh-gowinston-ai-winston-ai-mcp-server",
      "name": "Winston AI",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/gowinston-ai/winston-ai-mcp-server",
      "github_url": "https://github.com/gowinston-ai/winston-ai-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gowinston-ai/winston-ai-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.763308+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.697548+00:00"
    },
    {
      "slug": "gh-any4ai-anycrawl-mcp-server",
      "name": "AnyCrawl",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/any4ai/anycrawl-mcp-server",
      "github_url": "https://github.com/any4ai/anycrawl-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/any4ai/anycrawl-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.764710+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.703068+00:00"
    },
    {
      "slug": "gh-particlefuture-mcpdiscovery",
      "name": "AllInOneMCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/particlefuture/MCPDiscovery",
      "github_url": "https://github.com/particlefuture/MCPDiscovery",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/particlefuture/MCPDiscovery"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.765260+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.704796+00:00"
    },
    {
      "slug": "gh-agentset-ai-mcp-server",
      "name": "Agentset",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/agentset-ai/mcp-server",
      "github_url": "https://github.com/agentset-ai/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentset-ai/mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.766452+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.708540+00:00"
    },
    {
      "slug": "gh-ntk148v-alertmanager-mcp-server",
      "name": "Alertmanager",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ntk148v/alertmanager-mcp-server",
      "github_url": "https://github.com/ntk148v/alertmanager-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ntk148v/alertmanager-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.767118+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.710818+00:00"
    },
    {
      "slug": "gh-goplausible-algorand-mcp",
      "name": "Algorand",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/GoPlausible/algorand-mcp",
      "github_url": "https://github.com/GoPlausible/algorand-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GoPlausible/algorand-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.767727+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.712161+00:00"
    },
    {
      "slug": "gh-minhalvp-android-mcp-server",
      "name": "Android MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/minhalvp/android-mcp-server",
      "github_url": "https://github.com/minhalvp/android-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/minhalvp/android-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.768194+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.713756+00:00"
    },
    {
      "slug": "gh-spacholski1225-anki-connect-mcp",
      "name": "AnkiConnect",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/spacholski1225/anki-connect-mcp",
      "github_url": "https://github.com/spacholski1225/anki-connect-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/spacholski1225/anki-connect-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.768724+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.715777+00:00"
    },
    {
      "slug": "gh-rafalwilinski-mcp-apple-notes",
      "name": "Apple Notes",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/RafalWilinski/mcp-apple-notes",
      "github_url": "https://github.com/RafalWilinski/mcp-apple-notes",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/RafalWilinski/mcp-apple-notes"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.769706+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.072506+00:00"
    },
    {
      "slug": "gh-sykuang-mcp-autogen-doc",
      "name": "AutoGen documentation",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/sykuang/mcp-autogen-doc",
      "github_url": "https://github.com/sykuang/mcp-autogen-doc",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sykuang/mcp-autogen-doc"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.770239+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.725475+00:00"
    },
    {
      "slug": "gh-hexitex-mcp-backup-server",
      "name": "Backup",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/hexitex/MCP-Backup-Server",
      "github_url": "https://github.com/hexitex/MCP-Backup-Server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hexitex/MCP-Backup-Server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.770754+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.728585+00:00"
    },
    {
      "slug": "gh-georgeantonopoulos-basecamp-mcp-server",
      "name": "Basecamp",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/georgeantonopoulos/Basecamp-MCP-Server",
      "github_url": "https://github.com/georgeantonopoulos/Basecamp-MCP-Server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/georgeantonopoulos/Basecamp-MCP-Server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.771425+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.731407+00:00"
    },
    {
      "slug": "gh-isiahw1-mcp-server-bing-webmaster",
      "name": "Bing Webmaster Tools",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/isiahw1/mcp-server-bing-webmaster",
      "github_url": "https://github.com/isiahw1/mcp-server-bing-webmaster",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/isiahw1/mcp-server-bing-webmaster"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.773534+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.753680+00:00"
    },
    {
      "slug": "gh-mordavid-bloodhound-mcp-ai",
      "name": "BloodHound-MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/MorDavid/BloodHound-MCP-AI",
      "github_url": "https://github.com/MorDavid/BloodHound-MCP-AI",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MorDavid/BloodHound-MCP-AI"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.774032+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.142453+00:00"
    },
    {
      "slug": "gh-bytebase-dbhub",
      "name": "bytebase/dbhub",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/bytebase/dbhub",
      "github_url": "https://github.com/bytebase/dbhub",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bytebase/dbhub"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.774652+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.542508+00:00"
    },
    {
      "slug": "gh-dominik1001-caldav-mcp",
      "name": "CalDAV MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/dominik1001/caldav-mcp",
      "github_url": "https://github.com/dominik1001/caldav-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dominik1001/caldav-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.779861+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.767556+00:00"
    },
    {
      "slug": "gh-ahnopologetic-canvas-lms-mcp",
      "name": "Canvas LMS",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ahnopologetic/canvas-lms-mcp",
      "github_url": "https://github.com/ahnopologetic/canvas-lms-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ahnopologetic/canvas-lms-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.781377+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.769612+00:00"
    },
    {
      "slug": "gh-co0ontty-chaitin-ip-intelligence-search-tool",
      "name": "Chaitin IP Intelligence",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/co0ontty/chaitin-ip-intelligence-search-tool",
      "github_url": "https://github.com/co0ontty/chaitin-ip-intelligence-search-tool",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/co0ontty/chaitin-ip-intelligence-search-tool"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.781863+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.770520+00:00"
    },
    {
      "slug": "gh-kamranbiglari-mcp-server-chart",
      "name": "Chart",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/KamranBiglari/mcp-server-chart",
      "github_url": "https://github.com/KamranBiglari/mcp-server-chart",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KamranBiglari/mcp-server-chart"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.783001+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.771378+00:00"
    },
    {
      "slug": "gh-pollinations-chucknorris-mcp",
      "name": "ChuckNorris",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/pollinations/chucknorris-mcp",
      "github_url": "https://github.com/pollinations/chucknorris-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pollinations/chucknorris-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.783642+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.772217+00:00"
    },
    {
      "slug": "gh-bigsy-clj-kondo-mcp",
      "name": "clj-kondo-MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Bigsy/clj-kondo-MCP",
      "github_url": "https://github.com/Bigsy/clj-kondo-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Bigsy/clj-kondo-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.784102+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.773064+00:00"
    },
    {
      "slug": "gh-bhauman-clojure-mcp",
      "name": "clojure-mcp",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/bhauman/clojure-mcp",
      "github_url": "https://github.com/bhauman/clojure-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bhauman/clojure-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.784870+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.776733+00:00"
    },
    {
      "slug": "gh-johannespettersson80-codesys-mcp-toolkit",
      "name": "Codesys-mcp-toolkit",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/johannesPettersson80/codesys-mcp-toolkit",
      "github_url": "https://github.com/johannesPettersson80/codesys-mcp-toolkit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/johannesPettersson80/codesys-mcp-toolkit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.785427+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.777539+00:00"
    },
    {
      "slug": "gh-tsavo-creatify-mcp",
      "name": "Creatify",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/TSavo/creatify-mcp",
      "github_url": "https://github.com/TSavo/creatify-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TSavo/creatify-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.786011+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.778763+00:00"
    },
    {
      "slug": "gh-szeider-consult7",
      "name": "consult7",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/szeider/consult7",
      "github_url": "https://github.com/szeider/consult7",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/szeider/consult7"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.786740+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.780547+00:00"
    },
    {
      "slug": "gh-ai-1st-deepview-mcp",
      "name": "DeepView MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ai-1st/deepview-mcp",
      "github_url": "https://github.com/ai-1st/deepview-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ai-1st/deepview-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.787974+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.783505+00:00"
    },
    {
      "slug": "gh-rohit-kaundal-digitalocean-mcp-server",
      "name": "DigitalOcean MCP Server",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/rohit-kaundal/digitalocean-mcp-server",
      "github_url": "https://github.com/rohit-kaundal/digitalocean-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rohit-kaundal/digitalocean-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.788995+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.784356+00:00"
    },
    {
      "slug": "gh-zacharypodbela-djangorestframework-mcp",
      "name": "Django REST Framework MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/zacharypodbela/djangorestframework-mcp",
      "github_url": "https://github.com/zacharypodbela/djangorestframework-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zacharypodbela/djangorestframework-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.790348+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.786140+00:00"
    },
    {
      "slug": "gh-dolthub-dolt-mcp",
      "name": "Dolt",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/dolthub/dolt-mcp",
      "github_url": "https://github.com/dolthub/dolt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dolthub/dolt-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.791521+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.787591+00:00"
    },
    {
      "slug": "gh-laurynas-biveinis-elisp-dev-mcp",
      "name": "elisp-dev-mcp",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/laurynas-biveinis/elisp-dev-mcp",
      "github_url": "https://github.com/laurynas-biveinis/elisp-dev-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/laurynas-biveinis/elisp-dev-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.795838+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.788458+00:00"
    },
    {
      "slug": "gh-shy2593666979-mcp-server-email",
      "name": "Email",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Shy2593666979/mcp-server-email",
      "github_url": "https://github.com/Shy2593666979/mcp-server-email",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Shy2593666979/mcp-server-email"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.797339+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.789323+00:00"
    },
    {
      "slug": "gh-yuhai0-email-send-mcp",
      "name": "Email Send MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/YUHAI0/email-send-mcp",
      "github_url": "https://github.com/YUHAI0/email-send-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/YUHAI0/email-send-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.798036+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.791244+00:00"
    },
    {
      "slug": "gh-theishangoswami-exa-mcp-server",
      "name": "Exa",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/theishangoswami/exa-mcp-server",
      "github_url": "https://github.com/theishangoswami/exa-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/theishangoswami/exa-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.799233+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.794405+00:00"
    },
    {
      "slug": "gh-trypeggy-facebook-ads-library-mcp",
      "name": "Facebook Ads Library",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/trypeggy/facebook-ads-library-mcp",
      "github_url": "https://github.com/trypeggy/facebook-ads-library-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/trypeggy/facebook-ads-library-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.800427+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.796562+00:00"
    },
    {
      "slug": "gh-mackenly-mcp-fathom-analytics",
      "name": "Fathom Analytics",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/mackenly/mcp-fathom-analytics",
      "github_url": "https://github.com/mackenly/mcp-fathom-analytics",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mackenly/mcp-fathom-analytics"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.800844+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.797593+00:00"
    },
    {
      "slug": "gh-flesler-mcp-files",
      "name": "Files",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/flesler/mcp-files",
      "github_url": "https://github.com/flesler/mcp-files",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/flesler/mcp-files"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.801287+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.798545+00:00"
    },
    {
      "slug": "gh-anirbanbasu-frankfurtermcp",
      "name": "FrankfurterMCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/anirbanbasu/frankfurtermcp",
      "github_url": "https://github.com/anirbanbasu/frankfurtermcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/anirbanbasu/frankfurtermcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.801961+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.800305+00:00"
    },
    {
      "slug": "gh-pansila-mcp-server-gdb",
      "name": "GDB",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/pansila/mcp_server_gdb",
      "github_url": "https://github.com/pansila/mcp_server_gdb",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pansila/mcp_server_gdb"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.802372+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.801215+00:00"
    },
    {
      "slug": "gh-pv-bhat-gemsuite-mcp",
      "name": "Gemsuite",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/PV-Bhat/gemsuite-mcp",
      "github_url": "https://github.com/PV-Bhat/gemsuite-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PV-Bhat/gemsuite-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.802726+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.802164+00:00"
    },
    {
      "slug": "gh-gentoro-gt-mcp-nodejs-server",
      "name": "Gentoro",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/gentoro-GT/mcp-nodejs-server",
      "github_url": "https://github.com/gentoro-GT/mcp-nodejs-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gentoro-GT/mcp-nodejs-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.803139+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.803085+00:00"
    },
    {
      "slug": "gh-securityfortech-google-admin-mcp",
      "name": "Google Admin MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/securityfortech/google-admin-mcp",
      "github_url": "https://github.com/securityfortech/google-admin-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/securityfortech/google-admin-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.804323+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.805805+00:00"
    },
    {
      "slug": "gh-rendyfebry-google-pse-mcp",
      "name": "Google PSE/CSE",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/rendyfebry/google-pse-mcp",
      "github_url": "https://github.com/rendyfebry/google-pse-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rendyfebry/google-pse-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.806266+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.809869+00:00"
    },
    {
      "slug": "gh-ahonn-mcp-server-gsc",
      "name": "Google Search Console",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ahonn/mcp-server-gsc",
      "github_url": "https://github.com/ahonn/mcp-server-gsc",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ahonn/mcp-server-gsc"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.806945+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.810481+00:00"
    },
    {
      "slug": "gh-kurdin-github-repos-manager-mcp",
      "name": "GitHub Repos Manager MCP Server",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/kurdin/github-repos-manager-mcp",
      "github_url": "https://github.com/kurdin/github-repos-manager-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kurdin/github-repos-manager-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.807333+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.810879+00:00"
    },
    {
      "slug": "gh-babelcloud-gru-sandbox",
      "name": "Gru Sandbox",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/babelcloud/gru-sandbox",
      "github_url": "https://github.com/babelcloud/gru-sandbox",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/babelcloud/gru-sandbox"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.807708+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.811409+00:00"
    },
    {
      "slug": "gh-davidf9999-gx-mcp-server",
      "name": "gx-mcp-server",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/davidf9999/gx-mcp-server",
      "github_url": "https://github.com/davidf9999/gx-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/davidf9999/gx-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.808012+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.812156+00:00"
    },
    {
      "slug": "gh-dean-hal",
      "name": "HAL",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/dean/HAL",
      "github_url": "https://github.com/dean/HAL",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dean/HAL"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.813136+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.815003+00:00"
    },
    {
      "slug": "gh-mingdaocloud-hap-mcp-git",
      "name": "HAP-MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/mingdaocloud/hap-mcp.git",
      "github_url": "https://github.com/mingdaocloud/hap-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mingdaocloud/hap-mcp.git"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.813813+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.815891+00:00"
    },
    {
      "slug": "gh-dkruyt-mcp-hetzner",
      "name": "Hetzner Cloud MCP Server",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/dkruyt/mcp-hetzner",
      "github_url": "https://github.com/dkruyt/mcp-hetzner",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dkruyt/mcp-hetzner"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.814398+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.816777+00:00"
    },
    {
      "slug": "gh-cromwellian-hippycampus",
      "name": "Hippycampus",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/cromwellian/hippycampus",
      "github_url": "https://github.com/cromwellian/hippycampus",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cromwellian/hippycampus"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.814906+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.817333+00:00"
    },
    {
      "slug": "gh-voska-hass-mcp",
      "name": "Home Assistant",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/voska/hass-mcp",
      "github_url": "https://github.com/voska/hass-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/voska/hass-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.815312+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.061532+00:00"
    },
    {
      "slug": "gh-pigmej-python-homey-mcp",
      "name": "Homey",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/pigmej/python-homey-mcp",
      "github_url": "https://github.com/pigmej/python-homey-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pigmej/python-homey-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.816352+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.818308+00:00"
    },
    {
      "slug": "gh-flowy11-imagician",
      "name": "Imagician",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/flowy11/imagician",
      "github_url": "https://github.com/flowy11/imagician",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/flowy11/imagician"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.817668+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.820119+00:00"
    },
    {
      "slug": "gh-dominik1001-imap-mcp",
      "name": "IMAP MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/dominik1001/imap-mcp",
      "github_url": "https://github.com/dominik1001/imap-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dominik1001/imap-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.818431+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.821691+00:00"
    },
    {
      "slug": "gh-trypeggy-instagram-dm-mcp",
      "name": "Instagram DMs",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/trypeggy/instagram_dm_mcp",
      "github_url": "https://github.com/trypeggy/instagram_dm_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/trypeggy/instagram_dm_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.818792+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.822555+00:00"
    },
    {
      "slug": "gh-reuvenaor-israel-statistics-mcp",
      "name": "Israel Statistics MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/reuvenaor/israel-statistics-mcp",
      "github_url": "https://github.com/reuvenaor/israel-statistics-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/reuvenaor/israel-statistics-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.819999+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.827445+00:00"
    },
    {
      "slug": "gh-jonathan-politzki-your-memory",
      "name": "Jean Memory",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/jonathan-politzki/your-memory",
      "github_url": "https://github.com/jonathan-politzki/your-memory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jonathan-politzki/your-memory"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.820397+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.828467+00:00"
    },
    {
      "slug": "gh-wong2-mcp-jina-reader",
      "name": "Jina Reader",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/wong2/mcp-jina-reader",
      "github_url": "https://github.com/wong2/mcp-jina-reader",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wong2/mcp-jina-reader"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.820856+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.829297+00:00"
    },
    {
      "slug": "gh-rahulthedevil-jira-context-mcp",
      "name": "Jira Context MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/rahulthedevil/Jira-Context-MCP",
      "github_url": "https://github.com/rahulthedevil/Jira-Context-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rahulthedevil/Jira-Context-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.822045+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.830088+00:00"
    },
    {
      "slug": "gh-ahmetbarut-jira-mcp",
      "name": "Jira MCP Server",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ahmetbarut/jira-mcp",
      "github_url": "https://github.com/ahmetbarut/jira-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ahmetbarut/jira-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.822916+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.831111+00:00"
    },
    {
      "slug": "gh-vadimnastoyashchy-json-mcp",
      "name": "JSON MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/VadimNastoyashchy/json-mcp",
      "github_url": "https://github.com/VadimNastoyashchy/json-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VadimNastoyashchy/json-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.823266+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.832192+00:00"
    },
    {
      "slug": "gh-sshaaf-keycloak-mcp-server",
      "name": "Keycloak MCP Server",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/sshaaf/keycloak-mcp-server",
      "github_url": "https://github.com/sshaaf/keycloak-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sshaaf/keycloak-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.824416+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.834623+00:00"
    },
    {
      "slug": "gh-movstox-lazy-toggl-mcp",
      "name": "Lazy Toggl MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/movstox/lazy-toggl-mcp",
      "github_url": "https://github.com/movstox/lazy-toggl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/movstox/lazy-toggl-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.829573+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.836990+00:00"
    },
    {
      "slug": "gh-akutishevsky-lunchmoney-mcp",
      "name": "LunchMoney",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/akutishevsky/lunchmoney-mcp",
      "github_url": "https://github.com/akutishevsky/lunchmoney-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/akutishevsky/lunchmoney-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.831184+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.839735+00:00"
    },
    {
      "slug": "gh-xxczaki-local-history-mcp",
      "name": "Local History MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/xxczaki/local-history-mcp",
      "github_url": "https://github.com/xxczaki/local-history-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/xxczaki/local-history-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.831561+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.842239+00:00"
    },
    {
      "slug": "gh-bigsy-maven-mcp-server",
      "name": "Maven",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Bigsy/maven-mcp-server",
      "github_url": "https://github.com/Bigsy/maven-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Bigsy/maven-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.832673+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.844197+00:00"
    },
    {
      "slug": "gh-mcpjungle-mcpjungle",
      "name": "MCPJungle",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/mcpjungle/MCPJungle",
      "github_url": "https://github.com/mcpjungle/MCPJungle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mcpjungle/MCPJungle"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.833882+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.722009+00:00"
    },
    {
      "slug": "gh-nazar256-combine-mcp",
      "name": "MCP Aggregator",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/nazar256/combine-mcp",
      "github_url": "https://github.com/nazar256/combine-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nazar256/combine-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.835694+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.848068+00:00"
    },
    {
      "slug": "gh-inercia-mcp-cli-adapter",
      "name": "MCP-CLI Adapter",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/inercia/mcp-cli-adapter",
      "github_url": "https://github.com/inercia/mcp-cli-adapter",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/inercia/mcp-cli-adapter"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.836451+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.849051+00:00"
    },
    {
      "slug": "gh-ivan-saorin-mcp-expr-lang",
      "name": "MCP Expr Lang",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ivan-saorin/mcp-expr-lang",
      "github_url": "https://github.com/ivan-saorin/mcp-expr-lang",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ivan-saorin/mcp-expr-lang"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.837409+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.849952+00:00"
    },
    {
      "slug": "gh-overtlids-mcp-searxng-enhanced",
      "name": "MCP-SearXNG-Enhanced Web Search",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/OvertliDS/mcp-searxng-enhanced",
      "github_url": "https://github.com/OvertliDS/mcp-searxng-enhanced",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OvertliDS/mcp-searxng-enhanced"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.840218+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.851687+00:00"
    },
    {
      "slug": "gh-yuchen20-memory-plus",
      "name": "Memory-Plus",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Yuchen20/Memory-Plus",
      "github_url": "https://github.com/Yuchen20/Memory-Plus",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Yuchen20/Memory-Plus"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.840929+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.852737+00:00"
    },
    {
      "slug": "gh-dmayboroda-minima",
      "name": "Minima",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/dmayboroda/minima",
      "github_url": "https://github.com/dmayboroda/minima",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dmayboroda/minima"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.845294+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.732290+00:00"
    },
    {
      "slug": "gh-mintmcp-servers",
      "name": "MintMCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/mintmcp/servers",
      "github_url": "https://github.com/mintmcp/servers",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mintmcp/servers"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.846379+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.855353+00:00"
    },
    {
      "slug": "gh-siva010928-multi-chat-mcp-server",
      "name": "Multi Chat MCP Server (Google Chat)",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/siva010928/multi-chat-mcp-server",
      "github_url": "https://github.com/siva010928/multi-chat-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/siva010928/multi-chat-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.848497+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.861913+00:00"
    },
    {
      "slug": "gh-srnetadmin-nanoleaf-mcp-server",
      "name": "Nanoleaf",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/srnetadmin/nanoleaf-mcp-server",
      "github_url": "https://github.com/srnetadmin/nanoleaf-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/srnetadmin/nanoleaf-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.849849+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.864923+00:00"
    },
    {
      "slug": "gh-aantti-mcp-netbird",
      "name": "Netbird",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/aantti/mcp-netbird",
      "github_url": "https://github.com/aantti/mcp-netbird",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aantti/mcp-netbird"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.850453+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.866971+00:00"
    },
    {
      "slug": "gh-cheffromspace-mcp-nextcloud-calendar",
      "name": "Nextcloud Calendar",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Cheffromspace/mcp-nextcloud-calendar",
      "github_url": "https://github.com/Cheffromspace/mcp-nextcloud-calendar",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Cheffromspace/mcp-nextcloud-calendar"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.850915+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.869360+00:00"
    },
    {
      "slug": "gh-btwiuse-npm-search-mcp-server",
      "name": "NPM Search",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/btwiuse/npm-search-mcp-server",
      "github_url": "https://github.com/btwiuse/npm-search-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/btwiuse/npm-search-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.852364+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.873173+00:00"
    },
    {
      "slug": "gh-baruchiro-paperless-mcp",
      "name": "Paperless-MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/baruchiro/paperless-mcp",
      "github_url": "https://github.com/baruchiro/paperless-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/baruchiro/paperless-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.855180+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.880381+00:00"
    },
    {
      "slug": "gh-matthewdcage-pbs-mcp-server",
      "name": "PBS API",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/matthewdcage/pbs-mcp-server",
      "github_url": "https://github.com/matthewdcage/pbs-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/matthewdcage/pbs-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.856219+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.881379+00:00"
    },
    {
      "slug": "gh-steipete-peekaboo",
      "name": "Peekaboo",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/steipete/Peekaboo",
      "github_url": "https://github.com/steipete/Peekaboo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/steipete/Peekaboo"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.857445+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.882076+00:00"
    },
    {
      "slug": "gh-peliqan-io-mcp-server-peliqan",
      "name": "Peliqan",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Peliqan-io/mcp-server-peliqan",
      "github_url": "https://github.com/Peliqan-io/mcp-server-peliqan",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Peliqan-io/mcp-server-peliqan"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.859835+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.882578+00:00"
    },
    {
      "slug": "gh-pkolawa-krs-poland-mcp-server",
      "name": "Poland KRS",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/pkolawa/krs-poland-mcp-server",
      "github_url": "https://github.com/pkolawa/krs-poland-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pkolawa/krs-poland-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.861971+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.884349+00:00"
    },
    {
      "slug": "gh-pollinations-model-context-protocol",
      "name": "Pollinations",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/pollinations/model-context-protocol",
      "github_url": "https://github.com/pollinations/model-context-protocol",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pollinations/model-context-protocol"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.862700+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.886726+00:00"
    },
    {
      "slug": "gh-baba786-phabricator-mcp-server",
      "name": "Phabricator",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/baba786/phabricator-mcp-server",
      "github_url": "https://github.com/baba786/phabricator-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/baba786/phabricator-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.863386+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.888194+00:00"
    },
    {
      "slug": "gh-croffasia-mcp-project-manager",
      "name": "Project Manager",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/croffasia/mcp-project-manager",
      "github_url": "https://github.com/croffasia/mcp-project-manager",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/croffasia/mcp-project-manager"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.864824+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.892966+00:00"
    },
    {
      "slug": "gh-zazencodes-public-apis-mcp",
      "name": "Public APIs MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/zazencodes/public-apis-mcp",
      "github_url": "https://github.com/zazencodes/public-apis-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zazencodes/public-apis-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.865799+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.894071+00:00"
    },
    {
      "slug": "gh-zazencodes-random-number-mcp",
      "name": "Random Number",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/zazencodes/random-number-mcp",
      "github_url": "https://github.com/zazencodes/random-number-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zazencodes/random-number-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.867498+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.895225+00:00"
    },
    {
      "slug": "gh-cameroncooke-reloaderoo",
      "name": "Reloaderoo",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/cameroncooke/reloaderoo",
      "github_url": "https://github.com/cameroncooke/reloaderoo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cameroncooke/reloaderoo"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.868097+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.896087+00:00"
    },
    {
      "slug": "gh-arifszn-reminder-mcp",
      "name": "Reminder",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/arifszn/reminder-mcp",
      "github_url": "https://github.com/arifszn/reminder-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arifszn/reminder-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.868736+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.897419+00:00"
    },
    {
      "slug": "gh-yusufk-salaah-mcp",
      "name": "Salaah MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/yusufk/salaah-mcp",
      "github_url": "https://github.com/yusufk/salaah-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yusufk/salaah-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.869918+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.899440+00:00"
    },
    {
      "slug": "gh-beer-bears-scaffold",
      "name": "Scaffold",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Beer-Bears/scaffold",
      "github_url": "https://github.com/Beer-Bears/scaffold",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Beer-Bears/scaffold"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.870612+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.900289+00:00"
    },
    {
      "slug": "gh-jacksenechal-scan-mcp",
      "name": "scan-mcp",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/jacksenechal/scan-mcp",
      "github_url": "https://github.com/jacksenechal/scan-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jacksenechal/scan-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.871322+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.901290+00:00"
    },
    {
      "slug": "gh-cryptoradi-schemaflow-mcp-server",
      "name": "SchemaFlow",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/CryptoRadi/schemaflow-mcp-server",
      "github_url": "https://github.com/CryptoRadi/schemaflow-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CryptoRadi/schemaflow-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.872295+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.903530+00:00"
    },
    {
      "slug": "gh-scrapegraphai-scrapegraph-ai",
      "name": "ScrapeGraphAI",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ScrapeGraphAI/Scrapegraph-ai",
      "github_url": "https://github.com/ScrapeGraphAI/Scrapegraph-ai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ScrapeGraphAI/Scrapegraph-ai"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.873051+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.905736+00:00"
    },
    {
      "slug": "gh-rohanrav-screeny",
      "name": "Screeny",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/rohanrav/screeny",
      "github_url": "https://github.com/rohanrav/screeny",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rohanrav/screeny"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.873839+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.908866+00:00"
    },
    {
      "slug": "gh-appsec-innovation-labs-secure-mcp-fetch",
      "name": "Secure Fetch",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/appsec-innovation-labs/secure-mcp-fetch",
      "github_url": "https://github.com/appsec-innovation-labs/secure-mcp-fetch",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/appsec-innovation-labs/secure-mcp-fetch"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.874341+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.911097+00:00"
    },
    {
      "slug": "gh-reuvenaor-shadcn-registry-manager",
      "name": "Shadcn Registry Manager",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/reuvenaor/shadcn-registry-manager",
      "github_url": "https://github.com/reuvenaor/shadcn-registry-manager",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/reuvenaor/shadcn-registry-manager"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.874903+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.911734+00:00"
    },
    {
      "slug": "gh-heilgar-shadcn-ui-mcp-server",
      "name": "shadcn-ui-mcp-server",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/heilgar/shadcn-ui-mcp-server",
      "github_url": "https://github.com/heilgar/shadcn-ui-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/heilgar/shadcn-ui-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.877846+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.912401+00:00"
    },
    {
      "slug": "gh-fajarmf-slite-mcp",
      "name": "slite-mcp",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/fajarmf/slite-mcp",
      "github_url": "https://github.com/fajarmf/slite-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fajarmf/slite-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.879706+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.913124+00:00"
    },
    {
      "slug": "gh-brianveltman-sonatype-mcp",
      "name": "Sonatype MCP Server",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/brianveltman/sonatype-mcp",
      "github_url": "https://github.com/brianveltman/sonatype-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/brianveltman/sonatype-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.880796+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.914935+00:00"
    },
    {
      "slug": "gh-simpleswift-spm-mcp",
      "name": "spm-mcp",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/simpleswift/spm-mcp",
      "github_url": "https://github.com/simpleswift/spm-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/simpleswift/spm-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.881599+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.915649+00:00"
    },
    {
      "slug": "gh-vsaez-mcp-spotify-player",
      "name": "Spotify Player",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/vsaez/mcp-spotify-player",
      "github_url": "https://github.com/vsaez/mcp-spotify-player",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vsaez/mcp-spotify-player"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.882243+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.916083+00:00"
    },
    {
      "slug": "gh-panasenco-mcp-sqlite",
      "name": "SQLite",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/panasenco/mcp-sqlite",
      "github_url": "https://github.com/panasenco/mcp-sqlite",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/panasenco/mcp-sqlite"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.883687+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.916839+00:00"
    },
    {
      "slug": "gh-the-basilisk-ai-squad-mcp",
      "name": "Squad\u202fAI",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/the-basilisk-ai/squad-mcp",
      "github_url": "https://github.com/the-basilisk-ai/squad-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/the-basilisk-ai/squad-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.884495+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.917920+00:00"
    },
    {
      "slug": "gh-kiran1689-storyblok-mcp-server",
      "name": "Storyblok",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Kiran1689/storyblok-mcp-server",
      "github_url": "https://github.com/Kiran1689/storyblok-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Kiran1689/storyblok-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.885263+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.919788+00:00"
    },
    {
      "slug": "gh-khromov-llmctx",
      "name": "Svelte Documentation",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/khromov/llmctx",
      "github_url": "https://github.com/khromov/llmctx",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/khromov/llmctx"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.885876+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.921941+00:00"
    },
    {
      "slug": "gh-echoingvesper-mcp-task-orchestrator",
      "name": "Task Orchestrator",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/EchoingVesper/mcp-task-orchestrator",
      "github_url": "https://github.com/EchoingVesper/mcp-task-orchestrator",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/EchoingVesper/mcp-task-orchestrator"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.886295+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.923317+00:00"
    },
    {
      "slug": "gh-flesler-mcp-tasks",
      "name": "Tasks",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/flesler/mcp-tasks",
      "github_url": "https://github.com/flesler/mcp-tasks",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/flesler/mcp-tasks"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.886656+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.926022+00:00"
    },
    {
      "slug": "gh-arize-ai-text-to-graphql-mcp",
      "name": "Text-To-GraphQL",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Arize-ai/text-to-graphql-mcp",
      "github_url": "https://github.com/Arize-ai/text-to-graphql-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Arize-ai/text-to-graphql-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.887374+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.927064+00:00"
    },
    {
      "slug": "gh-itcaat-teamcity-mcp",
      "name": "TeamCity",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/itcaat/teamcity-mcp",
      "github_url": "https://github.com/itcaat/teamcity-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/itcaat/teamcity-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.888099+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.927540+00:00"
    },
    {
      "slug": "gh-nickgnd-tmux-mcp",
      "name": "Tmux",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/nickgnd/tmux-mcp",
      "github_url": "https://github.com/nickgnd/tmux-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nickgnd/tmux-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.890313+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.151217+00:00"
    },
    {
      "slug": "gh-stanislavlysenko0912-todoist-mcp-server",
      "name": "Todoist",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/stanislavlysenko0912/todoist-mcp-server",
      "github_url": "https://github.com/stanislavlysenko0912/todoist-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stanislavlysenko0912/todoist-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.890769+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.930208+00:00"
    },
    {
      "slug": "gh-m0xai-trello-mcp-server",
      "name": "Trello",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/m0xai/trello-mcp-server",
      "github_url": "https://github.com/m0xai/trello-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/m0xai/trello-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.891111+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.931254+00:00"
    },
    {
      "slug": "gh-kocakli-trello-desktop-mcp",
      "name": "Trello MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/kocakli/Trello-Desktop-MCP",
      "github_url": "https://github.com/kocakli/Trello-Desktop-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kocakli/Trello-Desktop-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.893603+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.932285+00:00"
    },
    {
      "slug": "gh-excoriate-mcp-terragrunt-docs",
      "name": "Terragrunt-Docs",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Excoriate/mcp-terragrunt-docs",
      "github_url": "https://github.com/Excoriate/mcp-terragrunt-docs",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Excoriate/mcp-terragrunt-docs"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.894772+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.933176+00:00"
    },
    {
      "slug": "gh-nazar256-user-prompt-mcp",
      "name": "User Prompt MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/nazar256/user-prompt-mcp",
      "github_url": "https://github.com/nazar256/user-prompt-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nazar256/user-prompt-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.896821+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.936279+00:00"
    },
    {
      "slug": "gh-wassengerhq-mcp-wassenger",
      "name": "Wassenger",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/wassengerhq/mcp-wassenger",
      "github_url": "https://github.com/wassengerhq/mcp-wassenger",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wassengerhq/mcp-wassenger"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.898136+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.938857+00:00"
    },
    {
      "slug": "gh-shuowang-ai-weather-mcp",
      "name": "KnowAir Weather",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/shuowang-ai/Weather-MCP",
      "github_url": "https://github.com/shuowang-ai/Weather-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shuowang-ai/Weather-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.899796+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.941642+00:00"
    },
    {
      "slug": "gh-kashyap-ai-ml-solutions-webex-messaging-mcp-server",
      "name": "Webex",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Kashyap-AI-ML-Solutions/webex-messaging-mcp-server",
      "github_url": "https://github.com/Kashyap-AI-ML-Solutions/webex-messaging-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Kashyap-AI-ML-Solutions/webex-messaging-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.900556+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.943083+00:00"
    },
    {
      "slug": "gh-mrkrsl-web-search-mcp",
      "name": "Web Search MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/mrkrsl/web-search-mcp",
      "github_url": "https://github.com/mrkrsl/web-search-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mrkrsl/web-search-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.901114+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.225976+00:00"
    },
    {
      "slug": "gh-mnhlt-websearch-mcp",
      "name": "WebSearch-MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/mnhlt/WebSearch-MCP",
      "github_url": "https://github.com/mnhlt/WebSearch-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mnhlt/WebSearch-MCP"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.901637+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.944268+00:00"
    },
    {
      "slug": "gh-gustavo-meilus-mcp-web-snapshot",
      "name": "Website Snapshot",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/gustavo-meilus/mcp-web-snapshot",
      "github_url": "https://github.com/gustavo-meilus/mcp-web-snapshot",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gustavo-meilus/mcp-web-snapshot"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.902239+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.944896+00:00"
    },
    {
      "slug": "gh-bharathvaj-ganesan-whois-mcp",
      "name": "Whois MCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/bharathvaj-ganesan/whois-mcp",
      "github_url": "https://github.com/bharathvaj-ganesan/whois-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bharathvaj-ganesan/whois-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.903194+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.946100+00:00"
    },
    {
      "slug": "gh-simonb97-win-cli-mcp-server",
      "name": "Windows CLI",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/SimonB97/win-cli-mcp-server",
      "github_url": "https://github.com/SimonB97/win-cli-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SimonB97/win-cli-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.903712+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.947481+00:00"
    },
    {
      "slug": "gh-cheffromspace-nutjs-windows-control",
      "name": "Windows Control",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Cheffromspace/nutjs-windows-control",
      "github_url": "https://github.com/Cheffromspace/nutjs-windows-control",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Cheffromspace/nutjs-windows-control"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.904408+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.948486+00:00"
    },
    {
      "slug": "gh-windsor-ai-windsor-mcp",
      "name": "Windsor",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/windsor-ai/windsor_mcp",
      "github_url": "https://github.com/windsor-ai/windsor_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/windsor-ai/windsor_mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.904861+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.949391+00:00"
    },
    {
      "slug": "gh-mbelinky-x-mcp-server",
      "name": "X (Twitter)",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/mbelinky/x-mcp-server",
      "github_url": "https://github.com/mbelinky/x-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mbelinky/x-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.905260+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.950338+00:00"
    },
    {
      "slug": "gh-cameroncooke-xcodebuildmcp",
      "name": "XcodeBuildMCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/cameroncooke/xcodebuildmcp",
      "github_url": "https://github.com/cameroncooke/xcodebuildmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cameroncooke/xcodebuildmcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.906342+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.952014+00:00"
    },
    {
      "slug": "gh-nzrsky-simctl-mcp-server",
      "name": "xcsimctl",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/nzrsky/simctl-mcp-server",
      "github_url": "https://github.com/nzrsky/simctl-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nzrsky/simctl-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.907079+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.954393+00:00"
    },
    {
      "slug": "gh-nzrsky-xctools-mcp-server",
      "name": "xctools",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/nzrsky/xctools-mcp-server",
      "github_url": "https://github.com/nzrsky/xctools-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nzrsky/xctools-mcp-server"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.907527+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.955427+00:00"
    },
    {
      "slug": "gh-blackopsrepl-yuga-planner",
      "name": "Yuga Planner",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/blackopsrepl/yuga-planner",
      "github_url": "https://github.com/blackopsrepl/yuga-planner",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/blackopsrepl/yuga-planner"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.910579+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.958704+00:00"
    },
    {
      "slug": "gh-rakesh-eltropy-mcp-client",
      "name": "mcp-client",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/rakesh-eltropy/mcp-client",
      "github_url": "https://github.com/rakesh-eltropy/mcp-client",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rakesh-eltropy/mcp-client"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.912530+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.961699+00:00"
    },
    {
      "slug": "gh-secretiveshell-mcp-bridge",
      "name": "MCP-Bridge",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/SecretiveShell/MCP-Bridge",
      "github_url": "https://github.com/SecretiveShell/MCP-Bridge",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SecretiveShell/MCP-Bridge"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.913299+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.181616+00:00"
    },
    {
      "slug": "gh-3choff-mcp-chatbot",
      "name": "MCP-Chatbot",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/3choff/mcp-chatbot",
      "github_url": "https://github.com/3choff/mcp-chatbot",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/3choff/mcp-chatbot"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.913933+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.963589+00:00"
    },
    {
      "slug": "gh-zed-industries-zed",
      "name": "Zed",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/zed-industries/zed",
      "github_url": "https://github.com/zed-industries/zed",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zed-industries/zed"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.914460+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.964576+00:00"
    },
    {
      "slug": "gh-firebase-genkit",
      "name": "genkit",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/firebase/genkit",
      "github_url": "https://github.com/firebase/genkit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/firebase/genkit"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.914917+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.965266+00:00"
    },
    {
      "slug": "gh-continuedev-continue",
      "name": "Continue",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/continuedev/continue",
      "github_url": "https://github.com/continuedev/continue",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/continuedev/continue"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.915722+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.965768+00:00"
    },
    {
      "slug": "gh-upsonic-gpt-computer-assistant",
      "name": "gpt-computer-assistant",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Upsonic/gpt-computer-assistant",
      "github_url": "https://github.com/Upsonic/gpt-computer-assistant",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Upsonic/gpt-computer-assistant"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.916802+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.966385+00:00"
    },
    {
      "slug": "gh-evalsone-mcp-connect",
      "name": "MCP-Connect",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/EvalsOne/mcp-connect",
      "github_url": "https://github.com/EvalsOne/mcp-connect",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/EvalsOne/mcp-connect"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.917577+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.967253+00:00"
    },
    {
      "slug": "gh-marimo-team-codemirror-mcp",
      "name": "codemirror-mcp",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/marimo-team/codemirror-mcp",
      "github_url": "https://github.com/marimo-team/codemirror-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/marimo-team/codemirror-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.918251+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.968373+00:00"
    },
    {
      "slug": "gh-ravitemer-mcphub-nvim",
      "name": "mcphub.nvim",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/ravitemer/mcphub.nvim",
      "github_url": "https://github.com/ravitemer/mcphub.nvim",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ravitemer/mcphub.nvim"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.918950+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.636723+00:00"
    },
    {
      "slug": "gh-evilsocket-nerve",
      "name": "Nerve",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/evilsocket/nerve",
      "github_url": "https://github.com/evilsocket/nerve",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/evilsocket/nerve"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.919586+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.598606+00:00"
    },
    {
      "slug": "gh-dcspark-shinkai-apps",
      "name": "Shinkai",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "http://github.com/dcSpark/shinkai-apps",
      "github_url": "http://github.com/dcSpark/shinkai-apps",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "http://github.com/dcSpark/shinkai-apps"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.920090+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.976183+00:00"
    },
    {
      "slug": "gh-stephencme-create-mcp-ts",
      "name": "create-mcp-ts",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/stephencme/create-mcp-ts",
      "github_url": "https://github.com/stephencme/create-mcp-ts",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stephencme/create-mcp-ts"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.920680+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.979197+00:00"
    },
    {
      "slug": "gh-wong2-litemcp",
      "name": "LiteMCP",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/wong2/litemcp",
      "github_url": "https://github.com/wong2/litemcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wong2/litemcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.921414+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.981685+00:00"
    },
    {
      "slug": "gh-quantgeekdev-mcp-framework",
      "name": "mcp-framework",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/QuantGeekDev/mcp-framework",
      "github_url": "https://github.com/QuantGeekDev/mcp-framework",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuantGeekDev/mcp-framework"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.922136+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.187711+00:00"
    },
    {
      "slug": "gh-super-i-tech-mcp-plexus",
      "name": "MCP Plexus",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/super-i-tech/mcp_plexus",
      "github_url": "https://github.com/super-i-tech/mcp_plexus",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/super-i-tech/mcp_plexus"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.922858+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.984123+00:00"
    },
    {
      "slug": "gh-oatpp-oatpp-mcp",
      "name": "oatpp-mcp",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/oatpp/oatpp-mcp",
      "github_url": "https://github.com/oatpp/oatpp-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/oatpp/oatpp-mcp"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp"
      ],
      "_discovered_at": "2026-05-25T13:08:59.923597+00:00",
      "_last_seen_at": "2026-05-25T13:58:31.985896+00:00"
    },
    {
      "slug": "gh-stacklok-toolhive",
      "name": "ToolHive",
      "description": "Listed in awesome-mcp (wong2/awesome-mcp-servers)",
      "website": "https://github.com/Stacklok/toolhive",
      "github_url": "https://github.com/Stacklok/toolhive",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Stacklok/toolhive"
      },
      "tags": [
        "mcp-server",
        "awesome-list"
      ],
      "_listed_in": "wong2/awesome-mcp-servers",
      "_sources": [
        "awesome-mcp",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:08:59.924395+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.632741+00:00"
    },
    {
      "slug": "gh-affaan-m-ecc",
      "name": "ECC",
      "description": "The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.",
      "website": "https://ecc.tools",
      "github_url": "https://github.com/affaan-m/ECC",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/affaan-m/ECC"
      },
      "tags": [
        "ai-agents",
        "anthropic",
        "claude",
        "claude-code",
        "developer-tools",
        "llm",
        "mcp",
        "productivity"
      ],
      "_stars": 191758,
      "_language": "JavaScript",
      "_full_name": "affaan-m/ECC",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.989448+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.888526+00:00"
    },
    {
      "slug": "gh-n8n-io-n8n",
      "name": "n8n",
      "description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
      "website": "https://n8n.io",
      "github_url": "https://github.com/n8n-io/n8n",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/n8n-io/n8n"
      },
      "tags": [
        "ai",
        "apis",
        "automation",
        "cli",
        "data-flow",
        "development",
        "integration-framework",
        "integrations"
      ],
      "_stars": 189627,
      "_language": "TypeScript",
      "_full_name": "n8n-io/n8n",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.990259+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.889729+00:00"
    },
    {
      "slug": "gh-snailclimb-javaguide",
      "name": "JavaGuide",
      "description": "Java \u9762\u8bd5 & \u540e\u7aef\u901a\u7528\u9762\u8bd5\u6307\u5357\uff0c\u8986\u76d6\u8ba1\u7b97\u673a\u57fa\u7840\u3001\u6570\u636e\u5e93\u3001\u5206\u5e03\u5f0f\u3001\u9ad8\u5e76\u53d1\u3001\u7cfb\u7edf\u8bbe\u8ba1\u4e0e AI \u5e94\u7528\u5f00\u53d1",
      "website": "https://javaguide.cn",
      "github_url": "https://github.com/Snailclimb/JavaGuide",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Snailclimb/JavaGuide"
      },
      "tags": [
        "agent",
        "ai",
        "context-engineering",
        "deepseek",
        "interview",
        "java",
        "mcp",
        "mysql"
      ],
      "_stars": 155865,
      "_language": "JavaScript",
      "_full_name": "Snailclimb/JavaGuide",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.990802+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.892022+00:00"
    },
    {
      "slug": "gh-langgenius-dify",
      "name": "dify",
      "description": "Production-ready platform for agentic workflow development.",
      "website": "https://dify.ai",
      "github_url": "https://github.com/langgenius/dify",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/langgenius/dify"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "agentic-framework",
        "agentic-workflow",
        "ai",
        "automation",
        "gemini",
        "genai"
      ],
      "_stars": 142575,
      "_language": "TypeScript",
      "_full_name": "langgenius/dify",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.991169+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.893405+00:00"
    },
    {
      "slug": "gh-open-webui-open-webui",
      "name": "open-webui",
      "description": "User-friendly AI Interface (Supports Ollama, OpenAI API, ...)",
      "website": "https://openwebui.com",
      "github_url": "https://github.com/open-webui/open-webui",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/open-webui/open-webui"
      },
      "tags": [
        "ai",
        "llm",
        "llm-ui",
        "llm-webui",
        "llms",
        "mcp",
        "ollama",
        "ollama-webui"
      ],
      "_stars": 138566,
      "_language": "Python",
      "_full_name": "open-webui/open-webui",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.991985+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.894161+00:00"
    },
    {
      "slug": "gh-punkpeye-awesome-mcp-servers",
      "name": "awesome-mcp-servers",
      "description": "A collection of MCP servers.",
      "website": "https://glama.ai/mcp/servers",
      "github_url": "https://github.com/punkpeye/awesome-mcp-servers",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/punkpeye/awesome-mcp-servers"
      },
      "tags": [
        "ai",
        "mcp"
      ],
      "_stars": 87854,
      "_language": null,
      "_full_name": "punkpeye/awesome-mcp-servers",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.993120+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.894788+00:00"
    },
    {
      "slug": "gh-farion1231-cc-switch",
      "name": "cc-switch",
      "description": "A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io",
      "website": "https://ccswitch.io",
      "github_url": "https://github.com/farion1231/cc-switch",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/farion1231/cc-switch"
      },
      "tags": [
        "ai-tools",
        "claude-code",
        "codex",
        "desktop-app",
        "hermes",
        "hermes-agent",
        "mcp",
        "minimax"
      ],
      "_stars": 80473,
      "_language": "Rust",
      "_full_name": "farion1231/cc-switch",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.994478+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.895494+00:00"
    },
    {
      "slug": "gh-netdata-netdata",
      "name": "netdata",
      "description": "The fastest path to AI-powered full stack observability, even for lean teams.",
      "website": "https://www.netdata.cloud",
      "github_url": "https://github.com/netdata/netdata",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/netdata/netdata"
      },
      "tags": [
        "ai",
        "alerting",
        "cncf",
        "data-visualization",
        "database",
        "devops",
        "docker",
        "grafana"
      ],
      "_stars": 78934,
      "_language": "C",
      "_full_name": "netdata/netdata",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.995935+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.896509+00:00"
    },
    {
      "slug": "gh-lobehub-lobehub",
      "name": "lobehub",
      "description": "\ud83e\udd2f LobeHub is your Chief Agent Operator, organizing your agents into 7\u00d724 operations by hiring, scheduling, and reporting on your entire AI team.",
      "website": "https://lobehub.com",
      "github_url": "https://github.com/lobehub/lobehub",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lobehub/lobehub"
      },
      "tags": [
        "agent",
        "agent-collaboration",
        "agent-harness",
        "ai",
        "cao",
        "chatgpt",
        "chief-agent-operator",
        "claude"
      ],
      "_stars": 77677,
      "_language": "TypeScript",
      "_full_name": "lobehub/lobehub",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.996745+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.897502+00:00"
    },
    {
      "slug": "gh-composiohq-awesome-claude-skills",
      "name": "awesome-claude-skills",
      "description": "A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows",
      "website": "https://github.com/ComposioHQ/awesome-claude-skills",
      "github_url": "https://github.com/ComposioHQ/awesome-claude-skills",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ComposioHQ/awesome-claude-skills"
      },
      "tags": [
        "agent-skills",
        "ai-agents",
        "antigravity",
        "automation",
        "claude",
        "claude-code",
        "codex",
        "composio"
      ],
      "_stars": 61713,
      "_language": "Python",
      "_full_name": "ComposioHQ/awesome-claude-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.997429+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.898476+00:00"
    },
    {
      "slug": "gh-mintplex-labs-anything-llm",
      "name": "anything-llm",
      "description": "The all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.",
      "website": "https://anythingllm.com",
      "github_url": "https://github.com/Mintplex-Labs/anything-llm",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Mintplex-Labs/anything-llm"
      },
      "tags": [
        "ai-agents",
        "custom-ai-agents",
        "deepseek",
        "kimi",
        "llama3",
        "llm",
        "lmstudio",
        "local-llm"
      ],
      "_stars": 60586,
      "_language": "JavaScript",
      "_full_name": "Mintplex-Labs/anything-llm",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.997892+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.899480+00:00"
    },
    {
      "slug": "gh-sansan0-trendradar",
      "name": "TrendRadar",
      "description": "\u2b50AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.\ud83c\udfaf \u544a\u522b\u4fe1\u606f\u8fc7\u8f7d\uff0c\u4f60\u7684 AI \u8206\u60c5\u76d1\u63a7\u52a9\u624b\u4e0e\u70ed\u70b9\u7b5b\u9009\u5de5\u5177\uff01\u805a\u5408\u591a\u5e73\u53f0\u70ed\u70b9 +  RSS \u8ba2\u9605\uff0c\u652f\u6301\u5173\u952e\u8bcd\u7cbe\u51c6\u7b5b\u9009\u3002AI \u667a\u80fd\u7b5b\u9009\u65b0\u95fb + AI \u7ffb\u8bd1 +  AI \u5206\u6790\u7b80\u62a5\u76f4\u63a8\u624b\u673a\uff0c\u4e5f\u652f\u6301\u63a5\u5165 MCP \u67b6\u6784\uff0c\u8d4b\u80fd AI \u81ea\u7136\u8bed\u8a00\u5bf9\u8bdd\u5206\u6790\u3001\u60c5\u611f\u6d1e\u5bdf\u4e0e\u8d8b\u52bf\u9884\u6d4b\u7b49\u3002\u652f\u6301 Docker \uff0c\u6570\u636e\u672c\u5730/\u4e91\u7aef\u81ea\u6301\u3002\u96c6\u6210\u5fae\u4fe1/\u98de\u4e66/\u9489\u9489/Telegram/\u90ae\u4ef6/ntfy/bark/slack \u7b49\u6e20\u9053\u667a\u80fd\u63a8\u9001\u3002",
      "website": "https://sansan0.github.io/TrendRadar/",
      "github_url": "https://github.com/sansan0/TrendRadar",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sansan0/TrendRadar"
      },
      "tags": [
        "ai",
        "bark",
        "data-analysis",
        "docker",
        "hot-news",
        "llm",
        "mail",
        "mcp"
      ],
      "_stars": 58229,
      "_language": "Python",
      "_full_name": "sansan0/TrendRadar",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:05.998274+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.901319+00:00"
    },
    {
      "slug": "gh-d4vinci-scrapling",
      "name": "Scrapling",
      "description": "\ud83d\udd77\ufe0f An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!",
      "website": "https://scrapling.readthedocs.io/en/latest/",
      "github_url": "https://github.com/D4Vinci/Scrapling",
      "pricing": "free",
      "license": "BSD-3-Clause",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/D4Vinci/Scrapling"
      },
      "tags": [
        "ai",
        "ai-scraping",
        "automation",
        "crawler",
        "crawling",
        "crawling-python",
        "data",
        "data-extraction"
      ],
      "_stars": 54082,
      "_language": "Python",
      "_full_name": "D4Vinci/Scrapling",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.000437+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.906369+00:00"
    },
    {
      "slug": "gh-mempalace-mempalace",
      "name": "mempalace",
      "description": "The best-benchmarked open-source AI memory system. And it's free.",
      "website": "http://mempalaceofficial.com/",
      "github_url": "https://github.com/MemPalace/mempalace",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MemPalace/mempalace"
      },
      "tags": [
        "ai",
        "chromadb",
        "llm",
        "mcp",
        "memory",
        "python"
      ],
      "_stars": 52804,
      "_language": "Python",
      "_full_name": "MemPalace/mempalace",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.001343+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.910989+00:00"
    },
    {
      "slug": "gh-mudler-localai",
      "name": "LocalAI",
      "description": "LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.",
      "website": "https://localai.io",
      "github_url": "https://github.com/mudler/LocalAI",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mudler/LocalAI"
      },
      "tags": [
        "agents",
        "ai",
        "api",
        "audio-generation",
        "decentralized",
        "distributed",
        "image-generation",
        "libp2p"
      ],
      "_stars": 46462,
      "_language": "Go",
      "_full_name": "mudler/LocalAI",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.002125+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.912896+00:00"
    },
    {
      "slug": "gh-jeecgboot-jeecgboot",
      "name": "JeecgBoot",
      "description": "AI \u4f4e\u4ee3\u7801\u5e73\u53f0\uff0c\u300c\u4f4e\u4ee3\u7801 + \u96f6\u4ee3\u7801\u300d\u53cc\u6a21\u5f0f\u9a71\u52a8\uff1a\u4f4e\u4ee3\u7801\u4e00\u952e\u751f\u6210\u524d\u540e\u7aef\u4ee3\u7801\uff0c\u96f6\u4ee3\u7801 5 \u5206\u949f\u642d\u5efa\u7cfb\u7edf\uff0cAI Skills \u4e00\u53e5\u8bdd\u753b\u6d41\u7a0b\u3001\u8bbe\u8ba1\u8868\u5355\u3001\u751f\u6210\u6574\u5957\u7cfb\u7edf\u3002\u5185\u7f6e AI\u804a\u5929\u3001\u77e5\u8bc6\u5e93\u3001\u6d41\u7a0b\u7f16\u6392\u3001MCP\u63d2\u4ef6\u7b49\uff0c\u517c\u5bb9\u4e3b\u6d41\u5927\u6a21\u578b\u3002\u5f15\u9886\u300cAI \u751f\u6210 \u2192 \u5728\u7ebf\u914d\u7f6e \u2192 \u4ee3\u7801\u751f\u6210 \u2192 \u624b\u5de5\u5408\u5e76->AI\u4fee\u6539\u300d\u5f00\u53d1\u6a21\u5f0f\uff0c\u6d88\u9664 Java \u9879\u76ee 80% \u7684\u91cd\u590d\u5de5\u4f5c\uff0c\u63d0\u6548\u800c\u4e0d\u5931\u7075\u6d3b\u3002",
      "website": "https://jeecg.com",
      "github_url": "https://github.com/jeecgboot/JeecgBoot",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jeecgboot/JeecgBoot"
      },
      "tags": [
        "activiti",
        "agent",
        "ai",
        "antd",
        "claude-code",
        "cli",
        "codegenerator",
        "codex"
      ],
      "_stars": 46413,
      "_language": "Java",
      "_full_name": "jeecgboot/JeecgBoot",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.002867+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.915376+00:00"
    },
    {
      "slug": "gh-aaif-goose-goose",
      "name": "goose",
      "description": "an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM",
      "website": "https://goose-docs.ai/",
      "github_url": "https://github.com/aaif-goose/goose",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aaif-goose/goose"
      },
      "tags": [
        "acp",
        "ai",
        "ai-agents",
        "mcp"
      ],
      "_stars": 45840,
      "_language": "Rust",
      "_full_name": "aaif-goose/goose",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.003474+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.917127+00:00"
    },
    {
      "slug": "gh-zhayujie-cowagent",
      "name": "CowAgent",
      "description": "Open-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, autonomously grows with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install (formerly chatgpt-on-wechat).",
      "website": "https://cowagent.ai",
      "github_url": "https://github.com/zhayujie/CowAgent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zhayujie/CowAgent"
      },
      "tags": [
        "ai",
        "ai-agent",
        "ai-agents",
        "chatgpt-on-wechat",
        "claude",
        "claude-code",
        "codex",
        "cowagent"
      ],
      "_stars": 44819,
      "_language": "Python",
      "_full_name": "zhayujie/CowAgent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.004011+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.919515+00:00"
    },
    {
      "slug": "gh-kong-kong",
      "name": "kong",
      "description": "\ud83e\udd8d The API and AI Gateway",
      "website": "https://konghq.com/install/",
      "github_url": "https://github.com/Kong/kong",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Kong/kong"
      },
      "tags": [
        "ai",
        "ai-gateway",
        "api-gateway",
        "api-management",
        "apis",
        "artificial-intelligence",
        "cloud-native",
        "devops"
      ],
      "_stars": 43437,
      "_language": "Lua",
      "_full_name": "Kong/kong",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.004557+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.922143+00:00"
    },
    {
      "slug": "gh-chromedevtools-chrome-devtools-mcp",
      "name": "chrome-devtools-mcp",
      "description": "Chrome DevTools for coding agents",
      "website": "https://npmjs.org/package/chrome-devtools-mcp",
      "github_url": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ChromeDevTools/chrome-devtools-mcp"
      },
      "tags": [
        "browser",
        "chrome",
        "chrome-devtools",
        "debugging",
        "devtools",
        "mcp",
        "mcp-server",
        "puppeteer"
      ],
      "_stars": 41651,
      "_language": "TypeScript",
      "_full_name": "ChromeDevTools/chrome-devtools-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.005883+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.924887+00:00"
    },
    {
      "slug": "gh-mindsdb-minds-platform",
      "name": "minds-platform",
      "description": "Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.",
      "website": "https://mindsdb.com",
      "github_url": "https://github.com/mindsdb/minds-platform",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mindsdb/minds-platform"
      },
      "tags": [
        "agents",
        "ai",
        "analytics",
        "artificial-inteligence",
        "bigquery",
        "business-intelligence",
        "databases",
        "hacktoberfest"
      ],
      "_stars": 39206,
      "_language": "Python",
      "_full_name": "mindsdb/minds-platform",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.006657+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.926940+00:00"
    },
    {
      "slug": "gh-sickn33-antigravity-awesome-skills",
      "name": "antigravity-awesome-skills",
      "description": "Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.",
      "website": "https://sickn33.github.io/antigravity-awesome-skills/",
      "github_url": "https://github.com/sickn33/antigravity-awesome-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sickn33/antigravity-awesome-skills"
      },
      "tags": [
        "agent-skills",
        "agentic-skills",
        "ai-agent-skills",
        "ai-agents",
        "ai-coding",
        "ai-workflows",
        "antigravity",
        "antigravity-skills"
      ],
      "_stars": 38627,
      "_language": "Python",
      "_full_name": "sickn33/antigravity-awesome-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.007244+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.927945+00:00"
    },
    {
      "slug": "gh-danny-avila-librechat",
      "name": "LibreChat",
      "description": "Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active.",
      "website": "https://librechat.ai/",
      "github_url": "https://github.com/danny-avila/LibreChat",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/danny-avila/LibreChat"
      },
      "tags": [
        "ai",
        "anthropic",
        "artifacts",
        "aws",
        "azure",
        "chatgpt",
        "chatgpt-clone",
        "claude"
      ],
      "_stars": 37449,
      "_language": "TypeScript",
      "_full_name": "danny-avila/LibreChat",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.007637+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.928455+00:00"
    },
    {
      "slug": "gh-wshobson-agents",
      "name": "agents",
      "description": "Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, and Gemini CLI",
      "website": "https://sethhobson.com",
      "github_url": "https://github.com/wshobson/agents",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wshobson/agents"
      },
      "tags": [
        "agent-skills",
        "agentic-ai",
        "agents",
        "ai-agents",
        "anthropic",
        "automation",
        "claude-code",
        "claude-code-plugins"
      ],
      "_stars": 35917,
      "_language": "Python",
      "_full_name": "wshobson/agents",
      "_sources": [
        "cursor-rules",
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.008007+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.294646+00:00"
    },
    {
      "slug": "gh-patchy631-ai-engineering-hub",
      "name": "ai-engineering-hub",
      "description": "In-depth tutorials on LLMs, RAGs and real-world AI agent applications.",
      "website": "https://join.dailydoseofds.com",
      "github_url": "https://github.com/patchy631/ai-engineering-hub",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/patchy631/ai-engineering-hub"
      },
      "tags": [
        "agents",
        "ai",
        "llms",
        "machine-learning",
        "mcp",
        "rag"
      ],
      "_stars": 35258,
      "_language": "Jupyter Notebook",
      "_full_name": "patchy631/ai-engineering-hub",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.009323+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.930323+00:00"
    },
    {
      "slug": "gh-bytedance-ui-tars-desktop",
      "name": "UI-TARS-desktop",
      "description": "The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra",
      "website": "https://agent-tars.com",
      "github_url": "https://github.com/bytedance/UI-TARS-desktop",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bytedance/UI-TARS-desktop"
      },
      "tags": [
        "agent",
        "agent-tars",
        "browser-use",
        "computer-use",
        "cowork",
        "gui-agent",
        "gui-operator",
        "mcp"
      ],
      "_stars": 35200,
      "_language": "TypeScript",
      "_full_name": "bytedance/UI-TARS-desktop",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.010787+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.931348+00:00"
    },
    {
      "slug": "gh-pdfmathtranslate-pdfmathtranslate",
      "name": "PDFMathTranslate",
      "description": "[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - \u57fa\u4e8e AI \u5b8c\u6574\u4fdd\u7559\u6392\u7248\u7684 PDF \u6587\u6863\u5168\u6587\u53cc\u8bed\u7ffb\u8bd1\uff0c\u652f\u6301 Google/DeepL/Ollama/OpenAI \u7b49\u670d\u52a1\uff0c\u63d0\u4f9b CLI/GUI/MCP/Docker/Zotero",
      "website": "https://pdf2zh.com",
      "github_url": "https://github.com/PDFMathTranslate/PDFMathTranslate",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PDFMathTranslate/PDFMathTranslate"
      },
      "tags": [
        "chinese",
        "document",
        "edit",
        "english",
        "japanese",
        "korean",
        "latex",
        "math"
      ],
      "_stars": 34005,
      "_language": "Python",
      "_full_name": "PDFMathTranslate/PDFMathTranslate",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.011837+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.932413+00:00"
    },
    {
      "slug": "gh-astrbotdevs-astrbot",
      "name": "AstrBot",
      "description": "AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. \u2728",
      "website": "https://astrbot.app",
      "github_url": "https://github.com/AstrBotDevs/AstrBot",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AstrBotDevs/AstrBot"
      },
      "tags": [
        "agent",
        "ai",
        "chatbot",
        "chatgpt",
        "discord",
        "docker",
        "gemini",
        "gpt"
      ],
      "_stars": 33070,
      "_language": "Python",
      "_full_name": "AstrBotDevs/AstrBot",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.012676+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.933056+00:00"
    },
    {
      "slug": "gh-alibaba-nacos",
      "name": "nacos",
      "description": "an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.",
      "website": "https://nacos.io",
      "github_url": "https://github.com/alibaba/nacos",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alibaba/nacos"
      },
      "tags": [
        "a2a-registry",
        "agent",
        "ai-registry",
        "configuration-management",
        "distributed-configuration",
        "dubbo",
        "istio",
        "kubernetes"
      ],
      "_stars": 32964,
      "_language": "Java",
      "_full_name": "alibaba/nacos",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.013694+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.934287+00:00"
    },
    {
      "slug": "gh-composiohq-composio",
      "name": "composio",
      "description": "Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.",
      "website": "https://docs.composio.dev",
      "github_url": "https://github.com/ComposioHQ/composio",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ComposioHQ/composio"
      },
      "tags": [
        "agentic-ai",
        "agents",
        "ai",
        "ai-agents",
        "aiagents",
        "developer-tools",
        "function-calling",
        "gpt-4"
      ],
      "_stars": 28439,
      "_language": "TypeScript",
      "_full_name": "ComposioHQ/composio",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.014734+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.938089+00:00"
    },
    {
      "slug": "gh-labring-fastgpt",
      "name": "FastGPT",
      "description": "FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.",
      "website": "https://fastgpt.io",
      "github_url": "https://github.com/labring/FastGPT",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/labring/FastGPT"
      },
      "tags": [
        "agent",
        "claude",
        "deepseek",
        "llm",
        "mcp",
        "nextjs",
        "openai",
        "qwen"
      ],
      "_stars": 28138,
      "_language": "TypeScript",
      "_full_name": "labring/FastGPT",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.015134+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.940045+00:00"
    },
    {
      "slug": "gh-anthropics-claude-plugins-official",
      "name": "claude-plugins-official",
      "description": "Official, Anthropic-managed directory of high quality Claude Code Plugins.",
      "website": "https://code.claude.com/docs/en/plugins",
      "github_url": "https://github.com/anthropics/claude-plugins-official",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/anthropics/claude-plugins-official"
      },
      "tags": [
        "claude-code",
        "mcp",
        "skills"
      ],
      "_stars": 27666,
      "_language": "Python",
      "_full_name": "anthropics/claude-plugins-official",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.016133+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.942969+00:00"
    },
    {
      "slug": "gh-assafelovic-gpt-researcher",
      "name": "gpt-researcher",
      "description": "An autonomous agent that conducts deep research on any data using any LLM providers",
      "website": "https://gptr.dev",
      "github_url": "https://github.com/assafelovic/gpt-researcher",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/assafelovic/gpt-researcher"
      },
      "tags": [
        "agent",
        "ai",
        "automation",
        "deepresearch",
        "llms",
        "mcp",
        "mcp-server",
        "python"
      ],
      "_stars": 27283,
      "_language": "Python",
      "_full_name": "assafelovic/gpt-researcher",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.017121+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.943953+00:00"
    },
    {
      "slug": "gh-78-xiaozhi-esp32",
      "name": "xiaozhi-esp32",
      "description": "An MCP-based chatbot | \u4e00\u4e2a\u57fa\u4e8eMCP\u7684\u804a\u5929\u673a\u5668\u4eba",
      "website": "https://xiaozhi.me",
      "github_url": "https://github.com/78/xiaozhi-esp32",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/78/xiaozhi-esp32"
      },
      "tags": [
        "chatbot",
        "esp32",
        "mcp"
      ],
      "_stars": 26724,
      "_language": "C++",
      "_full_name": "78/xiaozhi-esp32",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.017864+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.944511+00:00"
    },
    {
      "slug": "gh-go-kratos-kratos",
      "name": "kratos",
      "description": "Your ultimate Go microservices framework for the cloud-native era.",
      "website": "https://go-kratos.dev",
      "github_url": "https://github.com/go-kratos/kratos",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/go-kratos/kratos"
      },
      "tags": [
        "ai",
        "architecture",
        "cloud-native",
        "framework",
        "generate",
        "go",
        "golang",
        "grpc"
      ],
      "_stars": 25690,
      "_language": "Go",
      "_full_name": "go-kratos/kratos",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.018657+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.945153+00:00"
    },
    {
      "slug": "gh-agentscope-ai-agentscope",
      "name": "agentscope",
      "description": "Build and run agents you can see, understand and trust.",
      "website": "https://docs.agentscope.io/",
      "github_url": "https://github.com/agentscope-ai/agentscope",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentscope-ai/agentscope"
      },
      "tags": [
        "agent",
        "chatbot",
        "large-language-models",
        "llm",
        "llm-agent",
        "mcp",
        "multi-agent",
        "multi-modal"
      ],
      "_stars": 25559,
      "_language": "Python",
      "_full_name": "agentscope-ai/agentscope",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.019321+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.945815+00:00"
    },
    {
      "slug": "gh-yamadashy-repomix",
      "name": "repomix",
      "description": "\ud83d\udce6 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.",
      "website": "https://repomix.com",
      "github_url": "https://github.com/yamadashy/repomix",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yamadashy/repomix"
      },
      "tags": [
        "ai",
        "anthropic",
        "artificial-intelligence",
        "chatbot",
        "chatgpt",
        "claude",
        "deepseek",
        "developer-tools"
      ],
      "_stars": 25522,
      "_language": "TypeScript",
      "_full_name": "yamadashy/repomix",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.019861+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.947345+00:00"
    },
    {
      "slug": "gh-prefecthq-fastmcp",
      "name": "fastmcp",
      "description": "\ud83d\ude80 The fast, Pythonic way to build MCP servers and clients.",
      "website": "https://gofastmcp.com",
      "github_url": "https://github.com/PrefectHQ/fastmcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PrefectHQ/fastmcp"
      },
      "tags": [
        "agents",
        "fastmcp",
        "llms",
        "mcp",
        "mcp-clients",
        "mcp-servers",
        "mcp-tools",
        "model-context-protocol"
      ],
      "_stars": 25305,
      "_language": "Python",
      "_full_name": "PrefectHQ/fastmcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.020428+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.948307+00:00"
    },
    {
      "slug": "gh-flipped-aurora-gin-vue-admin",
      "name": "gin-vue-admin",
      "description": "\ud83d\ude80Vite+Vue3+Gin\u62e5\u6709AI\u8f85\u52a9\u7684\u57fa\u7840\u5f00\u53d1\u5e73\u53f0\uff0c\u4f01\u4e1a\u7ea7\u4e1a\u52a1AI+\u5f00\u53d1\u89e3\u51b3\u65b9\u6848\uff0c\u5185\u7f6emcp\u8f85\u52a9\u670d\u52a1\uff0c\u5185\u7f6eskills\u7ba1\u7406\uff0c\u652f\u6301TS\u548cJS\u6df7\u7528\u3002\u5b83\u96c6\u6210\u4e86JWT\u9274\u6743\u3001\u6743\u9650\u7ba1\u7406\u3001\u52a8\u6001\u8def\u7531\u3001\u663e\u9690\u53ef\u63a7\u7ec4\u4ef6\u3001\u5206\u9875\u5c01\u88c5\u3001\u591a\u70b9\u767b\u5f55\u62e6\u622a\u3001\u8d44\u6e90\u6743\u9650\u3001\u4e0a\u4f20\u4e0b\u8f7d\u3001\u4ee3\u7801\u751f\u6210\u5668\u3001\u8868\u5355\u751f\u6210\u5668\u548c\u53ef\u914d\u7f6e\u7684\u5bfc\u5165\u5bfc\u51fa\u7b49\u5f00\u53d1\u5fc5\u5907\u529f\u80fd\u3002",
      "website": "http://demo.gin-vue-admin.com/",
      "github_url": "https://github.com/flipped-aurora/gin-vue-admin",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/flipped-aurora/gin-vue-admin"
      },
      "tags": [
        "admin",
        "ai",
        "casbin",
        "claw",
        "element-ui",
        "gin",
        "gin-admin",
        "gin-vue-admin"
      ],
      "_stars": 24702,
      "_language": "Go",
      "_full_name": "flipped-aurora/gin-vue-admin",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.020930+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.948803+00:00"
    },
    {
      "slug": "gh-mastra-ai-mastra",
      "name": "mastra",
      "description": "From the team behind Gatsby, Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.",
      "website": "https://mastra.ai",
      "github_url": "https://github.com/mastra-ai/mastra",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mastra-ai/mastra"
      },
      "tags": [
        "agents",
        "ai",
        "chatbots",
        "evals",
        "javascript",
        "llm",
        "mcp",
        "nextjs"
      ],
      "_stars": 24284,
      "_language": "TypeScript",
      "_full_name": "mastra-ai/mastra",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.021553+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.949171+00:00"
    },
    {
      "slug": "gh-activepieces-activepieces",
      "name": "activepieces",
      "description": "AI Agents & MCPs & AI Workflow Automation \u2022 (~400 MCP servers for AI agents) \u2022 AI Automation / AI Agent with MCPs \u2022 AI Workflows & AI Agents \u2022 MCPs for AI Agents",
      "website": "https://www.activepieces.com",
      "github_url": "https://github.com/activepieces/activepieces",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/activepieces/activepieces"
      },
      "tags": [
        "ai-agent",
        "ai-agent-tools",
        "ai-agents",
        "ai-agents-framework",
        "mcp",
        "mcp-server",
        "mcp-tools",
        "mcps"
      ],
      "_stars": 22405,
      "_language": "TypeScript",
      "_full_name": "activepieces/activepieces",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.022791+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.949970+00:00"
    },
    {
      "slug": "gh-czlonkowski-n8n-mcp",
      "name": "n8n-mcp",
      "description": "A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you",
      "website": "https://www.n8n-mcp.com/",
      "github_url": "https://github.com/czlonkowski/n8n-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/czlonkowski/n8n-mcp"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "n8n",
        "workflows"
      ],
      "_stars": 21238,
      "_language": "TypeScript",
      "_full_name": "czlonkowski/n8n-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.023522+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.951260+00:00"
    },
    {
      "slug": "gh-heygen-com-hyperframes",
      "name": "hyperframes",
      "description": "Write HTML. Render video. Built for agents.",
      "website": "https://github.com/heygen-com/hyperframes",
      "github_url": "https://github.com/heygen-com/hyperframes",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/heygen-com/hyperframes"
      },
      "tags": [
        "ai",
        "animation",
        "ffmpeg",
        "framework",
        "gsap",
        "html",
        "mcp",
        "puppeteer"
      ],
      "_stars": 21033,
      "_language": "TypeScript",
      "_full_name": "heygen-com/hyperframes",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.024046+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.953717+00:00"
    },
    {
      "slug": "gh-qax-os-excelize",
      "name": "excelize",
      "description": "Go language library for reading and writing Microsoft Excel\u2122 (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets",
      "website": "https://xuri.me/excelize",
      "github_url": "https://github.com/qax-os/excelize",
      "pricing": "free",
      "license": "BSD-3-Clause",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/qax-os/excelize"
      },
      "tags": [
        "agent",
        "ai",
        "analytics",
        "chart",
        "ecma-376",
        "excel",
        "excelize",
        "formula"
      ],
      "_stars": 20611,
      "_language": "Go",
      "_full_name": "qax-os/excelize",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.024470+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.954474+00:00"
    },
    {
      "slug": "gh-panniantong-agent-reach",
      "name": "Agent-Reach",
      "description": "Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu \u2014 one CLI, zero API fees.",
      "website": "https://github.com/Panniantong/Agent-Reach",
      "github_url": "https://github.com/Panniantong/Agent-Reach",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Panniantong/Agent-Reach"
      },
      "tags": [
        "agent-infrastructure",
        "ai-agent",
        "ai-search",
        "automation",
        "bilibili",
        "claude-code",
        "cli",
        "cursor"
      ],
      "_stars": 20249,
      "_language": "Python",
      "_full_name": "Panniantong/Agent-Reach",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.025271+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.955119+00:00"
    },
    {
      "slug": "gh-alibaba-page-agent",
      "name": "page-agent",
      "description": "JavaScript in-page GUI agent. Control web interfaces with natural language.",
      "website": "https://alibaba.github.io/page-agent/",
      "github_url": "https://github.com/alibaba/page-agent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alibaba/page-agent"
      },
      "tags": [
        "agent",
        "ai",
        "ai-agents",
        "browser-automation",
        "javascript",
        "mcp",
        "typescript",
        "web"
      ],
      "_stars": 18079,
      "_language": "TypeScript",
      "_full_name": "alibaba/page-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.026937+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.956028+00:00"
    },
    {
      "slug": "gh-rohitg00-ai-engineering-from-scratch",
      "name": "ai-engineering-from-scratch",
      "description": "Learn it. Build it. Ship it for others.",
      "website": "https://aiengineeringfromscratch.com",
      "github_url": "https://github.com/rohitg00/ai-engineering-from-scratch",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rohitg00/ai-engineering-from-scratch"
      },
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "ai-engineering",
        "computer-vision",
        "course",
        "deep-learning",
        "from-scratch"
      ],
      "_stars": 17831,
      "_language": "Python",
      "_full_name": "rohitg00/ai-engineering-from-scratch",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.028377+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.957481+00:00"
    },
    {
      "slug": "gh-nukeop-nuclear",
      "name": "nuclear",
      "description": "Streaming music player that finds free music for you",
      "website": "https://nuclearplayer.com",
      "github_url": "https://github.com/nukeop/nuclear",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nukeop/nuclear"
      },
      "tags": [
        "agent",
        "ai",
        "desktop-app",
        "linux",
        "mac",
        "mcp",
        "mcp-server",
        "music"
      ],
      "_stars": 17670,
      "_language": "TypeScript",
      "_full_name": "nukeop/nuclear",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.029418+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.958737+00:00"
    },
    {
      "slug": "gh-rightnow-ai-openfang",
      "name": "openfang",
      "description": "Open-source Agent Operating System",
      "website": "https://www.openfang.sh/",
      "github_url": "https://github.com/RightNow-AI/openfang",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/RightNow-AI/openfang"
      },
      "tags": [
        "agent-framework",
        "ai-agents",
        "llm",
        "mcp",
        "open-source",
        "openclaw",
        "operating-system",
        "rust"
      ],
      "_stars": 17643,
      "_language": "Rust",
      "_full_name": "RightNow-AI/openfang",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.030134+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.959587+00:00"
    },
    {
      "slug": "gh-tirth8205-code-review-graph",
      "name": "code-review-graph",
      "description": "Local knowledge graph for Claude Code. Builds a persistent map of your codebase so Claude reads only what matters \u2014 6.8\u00d7 fewer tokens on reviews and up to 49\u00d7 on daily coding tasks.",
      "website": "https://code-review-graph.com",
      "github_url": "https://github.com/tirth8205/code-review-graph",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tirth8205/code-review-graph"
      },
      "tags": [
        "ai-coding",
        "claude",
        "claude-code",
        "code-review",
        "graphrag",
        "incremental",
        "knowledge-graph",
        "llm"
      ],
      "_stars": 17367,
      "_language": "Python",
      "_full_name": "tirth8205/code-review-graph",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.030746+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.960314+00:00"
    },
    {
      "slug": "gh-udecode-plate",
      "name": "plate",
      "description": "Rich-text editor with AI and shadcn/ui",
      "website": "https://platejs.org",
      "github_url": "https://github.com/udecode/plate",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/udecode/plate"
      },
      "tags": [
        "ai",
        "mcp",
        "react",
        "shadcn-ui",
        "slate",
        "typescript",
        "wysiwyg"
      ],
      "_stars": 16291,
      "_language": "TypeScript",
      "_full_name": "udecode/plate",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.031264+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.963898+00:00"
    },
    {
      "slug": "gh-microsoft-mcp-for-beginners",
      "name": "mcp-for-beginners",
      "description": "This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.",
      "website": "https://github.com/microsoft/mcp-for-beginners",
      "github_url": "https://github.com/microsoft/mcp-for-beginners",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/microsoft/mcp-for-beginners"
      },
      "tags": [
        "csharp",
        "java",
        "javascript",
        "javascript-applications",
        "mcp",
        "mcp-client",
        "mcp-security",
        "mcp-server"
      ],
      "_stars": 16197,
      "_language": "Jupyter Notebook",
      "_full_name": "microsoft/mcp-for-beginners",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.031687+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.964620+00:00"
    },
    {
      "slug": "gh-mksglu-context-mode",
      "name": "context-mode",
      "description": "Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 15 platforms",
      "website": "https://context-mode.com",
      "github_url": "https://github.com/mksglu/context-mode",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mksglu/context-mode"
      },
      "tags": [
        "antigravity",
        "claude",
        "claude-code",
        "claude-code-hooks",
        "claude-code-plugins",
        "claude-code-skill",
        "codex",
        "codex-cli"
      ],
      "_stars": 15638,
      "_language": "TypeScript",
      "_full_name": "mksglu/context-mode",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.032540+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.965166+00:00"
    },
    {
      "slug": "gh-googleapis-mcp-toolbox",
      "name": "mcp-toolbox",
      "description": "MCP Toolbox for Databases is an open source MCP server for databases.",
      "website": "https://mcp-toolbox.dev/documentation/introduction/",
      "github_url": "https://github.com/googleapis/mcp-toolbox",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/googleapis/mcp-toolbox"
      },
      "tags": [
        "agent",
        "agents",
        "ai",
        "bigquery",
        "clickhouse",
        "cockroachdb",
        "database",
        "elasticsearch"
      ],
      "_stars": 15332,
      "_language": "Go",
      "_full_name": "googleapis/mcp-toolbox",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.033989+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.965535+00:00"
    },
    {
      "slug": "gh-triggerdotdev-trigger-dev",
      "name": "trigger.dev",
      "description": "Trigger.dev \u2013 build and deploy fully\u2011managed AI agents and workflows",
      "website": "https://trigger.dev/changelog",
      "github_url": "https://github.com/triggerdotdev/trigger.dev",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/triggerdotdev/trigger.dev"
      },
      "tags": [
        "ai",
        "ai-agent-framework",
        "ai-agents",
        "automation",
        "background-jobs",
        "mcp",
        "mcp-server",
        "nextjs"
      ],
      "_stars": 15080,
      "_language": "TypeScript",
      "_full_name": "triggerdotdev/trigger.dev",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.034884+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.965993+00:00"
    },
    {
      "slug": "gh-datawhalechina-easy-vibe",
      "name": "easy-vibe",
      "description": "\ud83d\udcbb vibe coding 2026 | Your first modern Coding course for beginners to master step by step.",
      "website": "https://datawhalechina.github.io/easy-vibe/",
      "github_url": "https://github.com/datawhalechina/easy-vibe",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/datawhalechina/easy-vibe"
      },
      "tags": [
        "agent",
        "ai",
        "coding",
        "course",
        "deepseek",
        "gemini",
        "genai",
        "gpt"
      ],
      "_stars": 14647,
      "_language": "JavaScript",
      "_full_name": "datawhalechina/easy-vibe",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.035777+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.966997+00:00"
    },
    {
      "slug": "gh-liyupi-ai-guide",
      "name": "ai-guide",
      "description": "\u7a0b\u5e8f\u5458\u9c7c\u76ae\u7684 AI \u8d44\u6e90\u5927\u5168 + Vibe Coding \u96f6\u57fa\u7840\u6559\u7a0b\uff0c\u5206\u4eab OpenClaw \u4fdd\u59c6\u7ea7\u6559\u7a0b\u3001\u5927\u6a21\u578b\u73a9\u6cd5\uff08DeepSeek / GPT / Gemini / Claude\uff09\u3001\u6700\u65b0 AI \u8d44\u8baf\u3001Prompt \u63d0\u793a\u8bcd\u5927\u5168\u3001AI \u77e5\u8bc6\u767e\u79d1\uff08Agent Skills / RAG / MCP / A2A\uff09\u3001AI \u7f16\u7a0b\u6559\u7a0b\uff08Harness Engineering\uff09\u3001AI \u5de5\u5177\u7528\u6cd5\uff08Cursor / Claude Code / TRAE / Codex / Copilot\uff09\u3001AI \u5f00\u53d1\u6846\u67b6\u6559\u7a0b\uff08Spring AI / LangChain\uff09\u3001AI \u4ea7\u54c1\u53d8\u73b0\u6307\u5357\uff0c\u5e2e\u4f60\u5feb\u901f\u638c\u63e1 AI \u6280\u672f\uff0c\u8d70\u5728\u65f6\u4ee3\u524d\u6cbf\u3002\u672c\u9879\u76ee\u4e3a\u5f00\u6e90\u6587\u6863\uff0c\u5df2\u5347\u7ea7\u4e3a\u9c7c\u76ae AI \u5bfc\u822a\u7f51\u7ad9",
      "website": "https://ai.codefather.cn",
      "github_url": "https://github.com/liyupi/ai-guide",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/liyupi/ai-guide"
      },
      "tags": [
        "ai",
        "algorithm",
        "artificial-intelligence",
        "chatgpt",
        "claude",
        "cursor",
        "deep-learning",
        "deepseek"
      ],
      "_stars": 14468,
      "_language": "JavaScript",
      "_full_name": "liyupi/ai-guide",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.036191+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.968368+00:00"
    },
    {
      "slug": "gh-electerm-electerm",
      "name": "electerm",
      "description": "\ud83d\udcfbTerminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win)",
      "website": "https://electerm.html5beta.com",
      "github_url": "https://github.com/electerm/electerm",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/electerm/electerm"
      },
      "tags": [
        "ai",
        "electerm",
        "electron",
        "file-manager",
        "ftp",
        "linux-app",
        "macos-app",
        "mcp"
      ],
      "_stars": 14160,
      "_language": "JavaScript",
      "_full_name": "electerm/electerm",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.036725+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.970378+00:00"
    },
    {
      "slug": "gh-open-metadata-openmetadata",
      "name": "OpenMetadata",
      "description": "OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.",
      "website": "https://open-metadata.org",
      "github_url": "https://github.com/open-metadata/OpenMetadata",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/open-metadata/OpenMetadata"
      },
      "tags": [
        "context",
        "context-layer",
        "data-catalog",
        "data-collaboration",
        "data-contracts",
        "data-discovery",
        "data-governance",
        "data-lineage"
      ],
      "_stars": 14008,
      "_language": "TypeScript",
      "_full_name": "open-metadata/OpenMetadata",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.037250+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.971157+00:00"
    },
    {
      "slug": "gh-xpzouying-xiaohongshu-mcp",
      "name": "xiaohongshu-mcp",
      "description": "MCP for xiaohongshu.com",
      "website": "https://www.haha.ai/xiaohongshu-mcp",
      "github_url": "https://github.com/xpzouying/xiaohongshu-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/xpzouying/xiaohongshu-mcp"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "xiaohongshu-mcp"
      ],
      "_stars": 13778,
      "_language": "Go",
      "_full_name": "xpzouying/xiaohongshu-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.037838+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.971993+00:00"
    },
    {
      "slug": "gh-nevamind-ai-memu",
      "name": "memU",
      "description": "Memory for 24/7 proactive agents like OpenClaw.",
      "website": "https://memu.pro",
      "github_url": "https://github.com/NevaMind-AI/memU",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/NevaMind-AI/memU"
      },
      "tags": [
        "agent-memory",
        "agentic-workflow",
        "claude",
        "claude-skills",
        "mcp",
        "memory",
        "openclaw",
        "openclaw-skills"
      ],
      "_stars": 13707,
      "_language": "Python",
      "_full_name": "NevaMind-AI/memU",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.039739+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.974165+00:00"
    },
    {
      "slug": "gh-casdoor-casdoor",
      "name": "casdoor",
      "description": "An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD",
      "website": "https://casdoor.ai",
      "github_url": "https://github.com/casdoor/casdoor",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/casdoor/casdoor"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "agi",
        "ai-gateway",
        "auth",
        "authentication",
        "iam",
        "llm"
      ],
      "_stars": 13660,
      "_language": "Go",
      "_full_name": "casdoor/casdoor",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.040257+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.975487+00:00"
    },
    {
      "slug": "gh-arindam200-awesome-ai-apps",
      "name": "awesome-ai-apps",
      "description": "A collection of projects showcasing RAG, agents, workflows, and other AI use cases",
      "website": "https://www.studio1hq.com/",
      "github_url": "https://github.com/Arindam200/awesome-ai-apps",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Arindam200/awesome-ai-apps"
      },
      "tags": [
        "agents",
        "ai",
        "hacktoberfest",
        "llm",
        "mcp"
      ],
      "_stars": 12462,
      "_language": "Python",
      "_full_name": "Arindam200/awesome-ai-apps",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.040764+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.976411+00:00"
    },
    {
      "slug": "gh-codexu-note-gen",
      "name": "note-gen",
      "description": "A cross-platform Markdown AI note-taking software.",
      "website": "https://notegen.top",
      "github_url": "https://github.com/codexu/note-gen",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/codexu/note-gen"
      },
      "tags": [
        "agent",
        "chatbot",
        "knowledge-base",
        "llm",
        "markdown",
        "mcp",
        "nextjs",
        "note-taking"
      ],
      "_stars": 11970,
      "_language": "TypeScript",
      "_full_name": "codexu/note-gen",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.041132+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.977263+00:00"
    },
    {
      "slug": "gh-kubeshark-kubeshark",
      "name": "kubeshark",
      "description": "eBPF-powered network observability for Kubernetes. Indexes L4/L7 traffic with full K8s context, decrypts TLS without keys. Queryable by AI agents via MCP and humans via dashboard.",
      "website": "https://kubeshark.com",
      "github_url": "https://github.com/kubeshark/kubeshark",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kubeshark/kubeshark"
      },
      "tags": [
        "cloud-native",
        "devops",
        "docker",
        "ebpf",
        "golang",
        "grpc",
        "incident-response",
        "kubernetes"
      ],
      "_stars": 11908,
      "_language": "Go",
      "_full_name": "kubeshark/kubeshark",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.042232+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.978039+00:00"
    },
    {
      "slug": "gh-tadata-org-fastapi-mcp",
      "name": "fastapi_mcp",
      "description": "Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!",
      "website": "https://fastapi-mcp.tadata.com/",
      "github_url": "https://github.com/tadata-org/fastapi_mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tadata-org/fastapi_mcp"
      },
      "tags": [
        "ai",
        "authentication",
        "authorization",
        "claude",
        "cursor",
        "fastapi",
        "llm",
        "mcp"
      ],
      "_stars": 11880,
      "_language": "Python",
      "_full_name": "tadata-org/fastapi_mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.043720+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.979638+00:00"
    },
    {
      "slug": "gh-portkey-ai-gateway",
      "name": "gateway",
      "description": "A blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.",
      "website": "https://portkey.ai/features/ai-gateway",
      "github_url": "https://github.com/Portkey-AI/gateway",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Portkey-AI/gateway"
      },
      "tags": [
        "ai-gateway",
        "gateway",
        "generative-ai",
        "hacktoberfest",
        "langchain",
        "llm",
        "llm-gateway",
        "llmops"
      ],
      "_stars": 11846,
      "_language": "TypeScript",
      "_full_name": "Portkey-AI/gateway",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.044723+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.980928+00:00"
    },
    {
      "slug": "gh-zilliztech-claude-context",
      "name": "claude-context",
      "description": "Code search MCP for Claude Code. Make entire codebase the context for any coding agent.",
      "website": "https://github.com/zilliztech/claude-context/tree/master/docs",
      "github_url": "https://github.com/zilliztech/claude-context",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zilliztech/claude-context"
      },
      "tags": [
        "agent",
        "agentic-rag",
        "ai-coding",
        "claude-code",
        "code-generation",
        "code-search",
        "cursor",
        "embedding"
      ],
      "_stars": 11565,
      "_language": "TypeScript",
      "_full_name": "zilliztech/claude-context",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.045562+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.988994+00:00"
    },
    {
      "slug": "gh-superset-sh-superset",
      "name": "superset",
      "description": "Code Editor for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine",
      "website": "https://superset.sh",
      "github_url": "https://github.com/superset-sh/superset",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/superset-sh/superset"
      },
      "tags": [
        "agentic-ai",
        "ai-agents",
        "claude-code",
        "cli",
        "codex",
        "coding-agents",
        "cursor-agent",
        "desktop-app"
      ],
      "_stars": 11180,
      "_language": "TypeScript",
      "_full_name": "superset-sh/superset",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.046210+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.991448+00:00"
    },
    {
      "slug": "gh-0xjacky-nginx-ui",
      "name": "nginx-ui",
      "description": "Yet another WebUI for Nginx",
      "website": "https://nginxui.com",
      "github_url": "https://github.com/0xJacky/nginx-ui",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/0xJacky/nginx-ui"
      },
      "tags": [
        "chatgpt-app",
        "code-completion",
        "copilot",
        "cron",
        "deepseek-r1",
        "docker",
        "go",
        "letsencrypt"
      ],
      "_stars": 11171,
      "_language": "Go",
      "_full_name": "0xJacky/nginx-ui",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.046806+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.993075+00:00"
    },
    {
      "slug": "gh-bytebot-ai-bytebot",
      "name": "bytebot",
      "description": "Bytebot is a self-hosted AI desktop agent that automates computer tasks through natural language commands, operating within a containerized Linux desktop environment.",
      "website": "https://www.bytebot.ai/",
      "github_url": "https://github.com/bytebot-ai/bytebot",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bytebot-ai/bytebot"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "agents",
        "ai",
        "ai-agents",
        "ai-tools",
        "anthropic",
        "automation"
      ],
      "_stars": 11032,
      "_language": "TypeScript",
      "_full_name": "bytebot-ai/bytebot",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.047329+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.994438+00:00"
    },
    {
      "slug": "gh-valuecell-ai-valuecell",
      "name": "valuecell",
      "description": "ValueCell is a community-driven, multi-agent platform for financial applications.",
      "website": "https://valuecell.ai",
      "github_url": "https://github.com/ValueCell-ai/valuecell",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ValueCell-ai/valuecell"
      },
      "tags": [
        "agentic-ai",
        "agents",
        "ai",
        "assitant",
        "crypto",
        "equity",
        "finance",
        "investment"
      ],
      "_stars": 10715,
      "_language": "Python",
      "_full_name": "ValueCell-ai/valuecell",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.047783+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.996382+00:00"
    },
    {
      "slug": "gh-wanshuiyin-auto-claude-code-research-in-sleep",
      "name": "Auto-claude-code-research-in-sleep",
      "description": "ARIS \u2694\ufe0f (Auto-Research-In-Sleep) \u2014 Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in \u2014 works with Claude Code, Codex, OpenClaw, or any LLM agent.",
      "website": "https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep",
      "github_url": "https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep"
      },
      "tags": [
        "ai-research",
        "ai-tools",
        "aris",
        "autonomous-agent",
        "claude",
        "claude-code",
        "claude-code-skills",
        "codex"
      ],
      "_stars": 10588,
      "_language": "Python",
      "_full_name": "wanshuiyin/Auto-claude-code-research-in-sleep",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.048181+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.998099+00:00"
    },
    {
      "slug": "gh-mcp-use-mcp-use",
      "name": "mcp-use",
      "description": "The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.",
      "website": "https://manufact.com",
      "github_url": "https://github.com/mcp-use/mcp-use",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mcp-use/mcp-use"
      },
      "tags": [
        "agentic-framework",
        "ai",
        "apps-sdk",
        "chatgpt",
        "claude-code",
        "llms",
        "mcp",
        "mcp-apps"
      ],
      "_stars": 9993,
      "_language": "TypeScript",
      "_full_name": "mcp-use/mcp-use",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.049209+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.998692+00:00"
    },
    {
      "slug": "gh-coplaydev-unity-mcp",
      "name": "unity-mcp",
      "description": "Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.",
      "website": "https://www.coplay.dev",
      "github_url": "https://github.com/CoplayDev/unity-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CoplayDev/unity-mcp"
      },
      "tags": [
        "ai",
        "ai-integration",
        "anthropic",
        "claude",
        "copilot",
        "cursor",
        "game-development",
        "gamedev"
      ],
      "_stars": 9971,
      "_language": "C#",
      "_full_name": "CoplayDev/unity-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.050299+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.999122+00:00"
    },
    {
      "slug": "gh-memtensor-memos",
      "name": "MemOS",
      "description": "Self-evolving memory OS for LLM & AI Agents: ultra-persistent memory, hybrid-retrieval, and cross-task skill reuse, with 35.24% token savings",
      "website": "https://memos.openmem.net",
      "github_url": "https://github.com/MemTensor/MemOS",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MemTensor/MemOS"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "ai",
        "ai-agents",
        "chatgpt",
        "claude",
        "hermes",
        "llm"
      ],
      "_stars": 9375,
      "_language": "TypeScript",
      "_full_name": "MemTensor/MemOS",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.051204+00:00",
      "_last_seen_at": "2026-05-25T13:58:35.999656+00:00"
    },
    {
      "slug": "gh-voltagent-voltagent",
      "name": "voltagent",
      "description": "AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework",
      "website": "https://voltagent.dev",
      "github_url": "https://github.com/VoltAgent/voltagent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VoltAgent/voltagent"
      },
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "ai-agents-framework",
        "aiagentframework",
        "chatbots",
        "chatgpt",
        "framework"
      ],
      "_stars": 9145,
      "_language": "TypeScript",
      "_full_name": "VoltAgent/voltagent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.052019+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.000592+00:00"
    },
    {
      "slug": "gh-0x4m4-hexstrike-ai",
      "name": "hexstrike-ai",
      "description": "HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly bridge LLMs with real-world offensive security capabilities.",
      "website": "https://www.hexstrike.com/",
      "github_url": "https://github.com/0x4m4/hexstrike-ai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/0x4m4/hexstrike-ai"
      },
      "tags": [
        "0x4m4",
        "ai",
        "ai-agents",
        "ai-cybersecurity",
        "ai-hacking",
        "ai-penetration-testing",
        "ai-security-tool",
        "artificial-intelligence"
      ],
      "_stars": 8931,
      "_language": "Python",
      "_full_name": "0x4m4/hexstrike-ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.052893+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.010289+00:00"
    },
    {
      "slug": "gh-mukul975-anthropic-cybersecurity-skills",
      "name": "Anthropic-Cybersecurity-Skills",
      "description": "754 structured cybersecurity skills for AI agents \u00b7 Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF \u00b7 agentskills.io standard \u00b7 Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms \u00b7 26 security domains \u00b7 Apache 2.0",
      "website": "https://mahipal.engineer/Anthropic-Cybersecurity-Skills/",
      "github_url": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills"
      },
      "tags": [
        "ai-agents",
        "claude-code",
        "cloud-security",
        "cybersecurity",
        "devsecops",
        "ethical-hacking",
        "incident-response",
        "infosec"
      ],
      "_stars": 8855,
      "_language": "Python",
      "_full_name": "mukul975/Anthropic-Cybersecurity-Skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.053584+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.011128+00:00"
    },
    {
      "slug": "gh-hkuds-vibe-trading",
      "name": "Vibe-Trading",
      "description": "\"Vibe-Trading: Your Personal Trading Agent\"",
      "website": "https://vibetrading.wiki/",
      "github_url": "https://github.com/HKUDS/Vibe-Trading",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HKUDS/Vibe-Trading"
      },
      "tags": [
        "ai-agent",
        "algorithmic-trading",
        "backtesting",
        "fintech",
        "llm",
        "mcp",
        "multi-agent",
        "python"
      ],
      "_stars": 8619,
      "_language": "Python",
      "_full_name": "HKUDS/Vibe-Trading",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.054716+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.012244+00:00"
    },
    {
      "slug": "gh-lastmile-ai-mcp-agent",
      "name": "mcp-agent",
      "description": "Build effective agents using Model Context Protocol and simple workflow patterns",
      "website": "https://github.com/lastmile-ai/mcp-agent",
      "github_url": "https://github.com/lastmile-ai/mcp-agent",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lastmile-ai/mcp-agent"
      },
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "llm",
        "llms",
        "mcp",
        "model-context-protocol",
        "python"
      ],
      "_stars": 8338,
      "_language": "Python",
      "_full_name": "lastmile-ai/mcp-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.055983+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.013643+00:00"
    },
    {
      "slug": "gh-google-adk-go",
      "name": "adk-go",
      "description": "An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.",
      "website": "https://google.github.io/adk-docs/",
      "github_url": "https://github.com/google/adk-go",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/google/adk-go"
      },
      "tags": [
        "a2a",
        "agents",
        "agents-sdk",
        "ai",
        "aiagentframework",
        "gemini",
        "genai",
        "go"
      ],
      "_stars": 7998,
      "_language": "Go",
      "_full_name": "google/adk-go",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.057440+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.015090+00:00"
    },
    {
      "slug": "gh-webiny-webiny-js",
      "name": "webiny-js",
      "description": "Open-source, self-hosted CMS platform on AWS serverless (Lambda, DynamoDB, S3). TypeScript framework with multi-tenancy, lifecycle hooks, GraphQL API, and AI-assisted development via MCP server. Built for developers at large organizations.",
      "website": "https://www.webiny.com",
      "github_url": "https://github.com/webiny/webiny-js",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/webiny/webiny-js"
      },
      "tags": [
        "ai-assisted-development",
        "aws",
        "aws-lambda",
        "cms",
        "graphql",
        "headless-cms",
        "lambda",
        "lambda-functions"
      ],
      "_stars": 7980,
      "_language": "TypeScript",
      "_full_name": "webiny/webiny-js",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.058045+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.015515+00:00"
    },
    {
      "slug": "gh-upsonic-upsonic",
      "name": "Upsonic",
      "description": "Build autonomous AI agents in Python.",
      "website": "https://docs.upsonic.ai",
      "github_url": "https://github.com/Upsonic/Upsonic",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Upsonic/Upsonic"
      },
      "tags": [
        "agent",
        "agent-framework",
        "autonomous-agent",
        "autonomous-agents",
        "claude",
        "computer-use",
        "llms",
        "mcp"
      ],
      "_stars": 7859,
      "_language": "Python",
      "_full_name": "Upsonic/Upsonic",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.058674+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.015888+00:00"
    },
    {
      "slug": "gh-firerpa-lamda",
      "name": "lamda",
      "description": "The most powerful Android RPA agent framework, next generation mobile automation.",
      "website": "https://device-farm.com/",
      "github_url": "https://github.com/firerpa/lamda",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/firerpa/lamda"
      },
      "tags": [
        "adb",
        "agents",
        "ai",
        "android",
        "appium",
        "automation",
        "dynamic-analysis",
        "frida"
      ],
      "_stars": 7802,
      "_language": "Python",
      "_full_name": "firerpa/lamda",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.060220+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.016399+00:00"
    },
    {
      "slug": "gh-evomap-evolver",
      "name": "evolver",
      "description": "The GEP-powered self-evolving engine for AI agents. Auditable evolution with Genes, Capsules, and Events. | evomap.ai",
      "website": "https://evomap.ai",
      "github_url": "https://github.com/EvoMap/evolver",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/EvoMap/evolver"
      },
      "tags": [
        "a2a",
        "agent-evolution",
        "agent-framework",
        "agent-protocol",
        "ai-agent",
        "auditable-ai",
        "autonomous-agent",
        "cli"
      ],
      "_stars": 7558,
      "_language": "JavaScript",
      "_full_name": "EvoMap/evolver",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.061380+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.017247+00:00"
    },
    {
      "slug": "gh-agentdeskai-browser-tools-mcp",
      "name": "browser-tools-mcp",
      "description": "Monitor browser logs directly from Cursor and other MCP compatible IDEs.",
      "website": "https://agentdesk.ai/",
      "github_url": "https://github.com/AgentDeskAI/browser-tools-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AgentDeskAI/browser-tools-mcp"
      },
      "tags": [
        "ai",
        "anthropic",
        "cursor",
        "mcp",
        "mcp-server"
      ],
      "_stars": 7212,
      "_language": "JavaScript",
      "_full_name": "AgentDeskAI/browser-tools-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.062324+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.020958+00:00"
    },
    {
      "slug": "gh-can1357-oh-my-pi",
      "name": "oh-my-pi",
      "description": "\u2325  AI Coding agent for the terminal \u2014 hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more",
      "website": "https://omp.sh",
      "github_url": "https://github.com/can1357/oh-my-pi",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/can1357/oh-my-pi"
      },
      "tags": [
        "ai-agent",
        "ai-coding-agent",
        "anthropic",
        "bun",
        "claude",
        "cli",
        "coding-assistant",
        "llm"
      ],
      "_stars": 7207,
      "_language": "TypeScript",
      "_full_name": "can1357/oh-my-pi",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.063245+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.019065+00:00"
    },
    {
      "slug": "gh-yzfly-awesome-mcp-zh",
      "name": "Awesome-MCP-ZH",
      "description": "MCP \u8d44\u6e90\u7cbe\u9009\uff0c MCP\u6307\u5357\uff0cClaude MCP\uff0cMCP Servers, MCP Clients",
      "website": "https://github.com/yzfly/Awesome-MCP-ZH",
      "github_url": "https://github.com/yzfly/Awesome-MCP-ZH",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yzfly/Awesome-MCP-ZH"
      },
      "tags": [
        "claude",
        "claude-mcp",
        "deepseek",
        "deepseek-mcp",
        "mcp",
        "mcp-clients",
        "mcp-host",
        "mcp-server"
      ],
      "_stars": 7141,
      "_language": null,
      "_full_name": "yzfly/Awesome-MCP-ZH",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.063875+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.021717+00:00"
    },
    {
      "slug": "gh-modelcontextprotocol-registry",
      "name": "registry",
      "description": "A community driven registry service for Model Context Protocol (MCP) servers.",
      "website": "https://github.com/modelcontextprotocol/registry/tree/main/docs",
      "github_url": "https://github.com/modelcontextprotocol/registry",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/modelcontextprotocol/registry"
      },
      "tags": [
        "mcp",
        "mcp-servers"
      ],
      "_stars": 6854,
      "_language": "Go",
      "_full_name": "modelcontextprotocol/registry",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.064399+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.022711+00:00"
    },
    {
      "slug": "gh-grab-cursor-talk-to-figma-mcp",
      "name": "cursor-talk-to-figma-mcp",
      "description": "TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.",
      "website": "https://www.figma.com/community/plugin/1485687494525374295/cursor-talk-to-figma-mcp-plugin",
      "github_url": "https://github.com/grab/cursor-talk-to-figma-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/grab/cursor-talk-to-figma-mcp"
      },
      "tags": [
        "agent",
        "agentic",
        "agentic-ai",
        "ai",
        "ai-agents",
        "automation",
        "cursor",
        "design"
      ],
      "_stars": 6788,
      "_language": "JavaScript",
      "_full_name": "grab/cursor-talk-to-figma-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:06.064848+00:00",
      "_last_seen_at": "2026-05-25T13:58:36.023836+00:00"
    },
    {
      "slug": "gh-1jehuang-jcode",
      "name": "jcode",
      "description": "Coding Agent Harness",
      "website": "https://github.com/1jehuang/jcode",
      "github_url": "https://github.com/1jehuang/jcode",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/1jehuang/jcode"
      },
      "tags": [
        "ai",
        "claude",
        "cli",
        "coding-agent",
        "llm",
        "mcp",
        "openai",
        "rust"
      ],
      "_stars": 6531,
      "_language": "Rust",
      "_full_name": "1jehuang/jcode",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.162038+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.741730+00:00"
    },
    {
      "slug": "gh-firecrawl-firecrawl-mcp-server",
      "name": "firecrawl-mcp-server",
      "description": "\ud83d\udd25 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.",
      "website": "https://firecrawl.dev",
      "github_url": "https://github.com/firecrawl/firecrawl-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/firecrawl/firecrawl-mcp-server"
      },
      "tags": [
        "batch-processing",
        "claude",
        "content-extraction",
        "data-collection",
        "firecrawl",
        "firecrawl-ai",
        "javascript-rendering",
        "llm-tools"
      ],
      "_stars": 6377,
      "_language": "JavaScript",
      "_full_name": "firecrawl/firecrawl-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.163098+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.745126+00:00"
    },
    {
      "slug": "gh-superradcompany-microsandbox",
      "name": "microsandbox",
      "description": "\ud83e\uddf1 secure, local and programmable sandboxes for AI agents",
      "website": "https://docs.microsandbox.dev",
      "github_url": "https://github.com/superradcompany/microsandbox",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/superradcompany/microsandbox"
      },
      "tags": [
        "agents",
        "ai",
        "container",
        "docker",
        "linux",
        "macos",
        "mcp",
        "nodejs"
      ],
      "_stars": 6272,
      "_language": "Rust",
      "_full_name": "superradcompany/microsandbox",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.163790+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.747775+00:00"
    },
    {
      "slug": "gh-open-multi-agent-open-multi-agent",
      "name": "open-multi-agent",
      "description": "From a goal to a task DAG, automatically. TypeScript-native multi-agent orchestration with MCP and live tracing. Three runtime dependencies.",
      "website": "https://open-multi-agent.com",
      "github_url": "https://github.com/open-multi-agent/open-multi-agent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/open-multi-agent/open-multi-agent"
      },
      "tags": [
        "agent-framework",
        "ai-agents",
        "anthropic",
        "claude",
        "deepseek",
        "gemini",
        "grok",
        "llm"
      ],
      "_stars": 6248,
      "_language": "TypeScript",
      "_full_name": "open-multi-agent/open-multi-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.164310+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.749739+00:00"
    },
    {
      "slug": "gh-sylinko-everywhere",
      "name": "Everywhere",
      "description": "Context-aware AI assistant for your desktop. Ready to respond intelligently, seamlessly integrating multiple LLMs and MCP tools.",
      "website": "https://everywhere.sylinko.com",
      "github_url": "https://github.com/Sylinko/Everywhere",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Sylinko/Everywhere"
      },
      "tags": [
        "ai",
        "ai-agents",
        "ai-assistant",
        "avalonia",
        "claude",
        "deepseek",
        "desktop-app",
        "flow-state"
      ],
      "_stars": 5975,
      "_language": "C#",
      "_full_name": "Sylinko/Everywhere",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.165115+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.751011+00:00"
    },
    {
      "slug": "gh-strands-agents-sdk-python",
      "name": "sdk-python",
      "description": "A model-driven approach to building AI agents in just a few lines of code.",
      "website": "https://strandsagents.com",
      "github_url": "https://github.com/strands-agents/sdk-python",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/strands-agents/sdk-python"
      },
      "tags": [
        "agentic",
        "agentic-ai",
        "agents",
        "ai",
        "anthropic",
        "autonomous-agents",
        "bedrock",
        "genai"
      ],
      "_stars": 5929,
      "_language": "Python",
      "_full_name": "strands-agents/sdk-python",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.166158+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.752145+00:00"
    },
    {
      "slug": "gh-thinkinaixyz-deepchat",
      "name": "deepchat",
      "description": "\ud83d\udc2cDeepChat - A smart assistant that connects powerful AI to your personal world",
      "website": "https://deepchat.thinkinai.xyz/",
      "github_url": "https://github.com/ThinkInAIXYZ/deepchat",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ThinkInAIXYZ/deepchat"
      },
      "tags": [
        "agent",
        "agent-skills",
        "ai",
        "ai-assistant",
        "ai-sdk",
        "chatgpt",
        "claude",
        "cross-platform"
      ],
      "_stars": 5829,
      "_language": "TypeScript",
      "_full_name": "ThinkInAIXYZ/deepchat",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.166944+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.753223+00:00"
    },
    {
      "slug": "gh-klavis-ai-klavis",
      "name": "klavis",
      "description": "Klavis AI:  MCP integration platforms that let AI agents use tools reliably at any scale",
      "website": "https://www.klavis.ai/",
      "github_url": "https://github.com/Klavis-AI/klavis",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Klavis-AI/klavis"
      },
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "api",
        "developer-tools",
        "discord",
        "function-calling",
        "integration"
      ],
      "_stars": 5747,
      "_language": "Python",
      "_full_name": "Klavis-AI/klavis",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.167563+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.754161+00:00"
    },
    {
      "slug": "gh-getsentry-xcodebuildmcp",
      "name": "XcodeBuildMCP",
      "description": "A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.",
      "website": "https://www.xcodebuildmcp.com",
      "github_url": "https://github.com/getsentry/XcodeBuildMCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/getsentry/XcodeBuildMCP"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "model-context-protocol-servers",
        "tag-production",
        "xcode",
        "xcodebuild"
      ],
      "_stars": 5734,
      "_language": "TypeScript",
      "_full_name": "getsentry/XcodeBuildMCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.168045+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.755095+00:00"
    },
    {
      "slug": "gh-cursortouch-windows-mcp",
      "name": "Windows-MCP",
      "description": "MCP Server for Computer Use in Windows",
      "website": "https://github.com/CursorTouch/Windows-MCP",
      "github_url": "https://github.com/CursorTouch/Windows-MCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CursorTouch/Windows-MCP"
      },
      "tags": [
        "ai",
        "desktop",
        "mcp",
        "tools",
        "windows",
        "windows-automation"
      ],
      "_stars": 5720,
      "_language": "Python",
      "_full_name": "CursorTouch/Windows-MCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.168537+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.756013+00:00"
    },
    {
      "slug": "gh-kucherenko-jscpd",
      "name": "jscpd",
      "description": "Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.",
      "website": "https://jscpd.dev/",
      "github_url": "https://github.com/kucherenko/jscpd",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kucherenko/jscpd"
      },
      "tags": [
        "ai",
        "clones-detection",
        "code-quality",
        "coding-agents",
        "copy-paste",
        "cpd",
        "detector",
        "dry"
      ],
      "_stars": 5693,
      "_language": "TypeScript",
      "_full_name": "kucherenko/jscpd",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.168994+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.757138+00:00"
    },
    {
      "slug": "gh-evermind-ai-everos",
      "name": "EverOS",
      "description": "Build, evaluate, and integrate long-term memory for self-evolving agents.",
      "website": "https://evermind.ai",
      "github_url": "https://github.com/EverMind-AI/EverOS",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/EverMind-AI/EverOS"
      },
      "tags": [
        "agent-memory",
        "agentic-ai",
        "ai",
        "chats",
        "clawdbot",
        "clawdbot-skill",
        "llm",
        "long-term-memory"
      ],
      "_stars": 5648,
      "_language": "Python",
      "_full_name": "EverMind-AI/EverOS",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.169597+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.759424+00:00"
    },
    {
      "slug": "gh-ashishps1-learn-ai-engineering",
      "name": "learn-ai-engineering",
      "description": "Learn AI and LLMs from scratch using free resources",
      "website": "https://github.com/ashishps1/learn-ai-engineering",
      "github_url": "https://github.com/ashishps1/learn-ai-engineering",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ashishps1/learn-ai-engineering"
      },
      "tags": [
        "agentic-ai",
        "agents",
        "ai",
        "deep-learning",
        "generative-ai",
        "large-language-models",
        "llm",
        "machine-learning"
      ],
      "_stars": 5604,
      "_language": null,
      "_full_name": "ashishps1/learn-ai-engineering",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.170045+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.760939+00:00"
    },
    {
      "slug": "gh-appcypher-awesome-mcp-servers",
      "name": "awesome-mcp-servers",
      "description": "Awesome MCP Servers - A curated list of Model Context Protocol servers",
      "website": "https://github.com/appcypher/awesome-mcp-servers",
      "github_url": "https://github.com/appcypher/awesome-mcp-servers",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/appcypher/awesome-mcp-servers"
      },
      "tags": [
        "ai",
        "anthropic-claude",
        "awesome",
        "context",
        "mcp",
        "model-context-protocol",
        "servers",
        "tool-use"
      ],
      "_stars": 5565,
      "_language": null,
      "_full_name": "appcypher/awesome-mcp-servers",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.170414+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.761704+00:00"
    },
    {
      "slug": "gh-holaboss-ai-holaos",
      "name": "holaOS",
      "description": "Turn repeat work into running AI work-streams.",
      "website": "https://holaos.ai",
      "github_url": "https://github.com/holaboss-ai/holaOS",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/holaboss-ai/holaOS"
      },
      "tags": [
        "agent",
        "agent-harness",
        "agent-os",
        "agentic",
        "ai",
        "ai-agent",
        "ai-agents",
        "artificial-intelligence"
      ],
      "_stars": 5558,
      "_language": "TypeScript",
      "_full_name": "holaboss-ai/holaOS",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.170753+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.762550+00:00"
    },
    {
      "slug": "gh-openbmb-ultrarag",
      "name": "UltraRAG",
      "description": "A Low-Code MCP Framework for Building Complex and Innovative RAG Pipelines",
      "website": "https://ultrarag.github.io/",
      "github_url": "https://github.com/OpenBMB/UltraRAG",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OpenBMB/UltraRAG"
      },
      "tags": [
        "deepseek",
        "demo",
        "easy",
        "embedding",
        "flask",
        "gpt",
        "huggingface-transformers",
        "llm"
      ],
      "_stars": 5558,
      "_language": "Python",
      "_full_name": "OpenBMB/UltraRAG",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.171035+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.762154+00:00"
    },
    {
      "slug": "gh-osaurus-ai-osaurus",
      "name": "osaurus",
      "description": "Own your AI. The native macOS harness for AI agents -- any model, persistent memory, autonomous execution, cryptographic identity. Built in Swift. Fully offline. Open source.",
      "website": "https://osaurus.ai",
      "github_url": "https://github.com/osaurus-ai/osaurus",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/osaurus-ai/osaurus"
      },
      "tags": [
        "anthropic",
        "apple-foundation-models",
        "apple-intelligence",
        "apple-neural-engine",
        "llm",
        "mcp",
        "mcp-server",
        "mlx"
      ],
      "_stars": 5504,
      "_language": "Swift",
      "_full_name": "osaurus-ai/osaurus",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.171318+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.763484+00:00"
    },
    {
      "slug": "gh-cporter202-api-mega-list",
      "name": "API-mega-list",
      "description": "This GitHub repo is a powerhouse collection of APIs you can start using immediately to build everything from simple automations to full-scale applications. One of the most valuable API lists on GitHub\u2014period. \ud83d\udcaa",
      "website": "https://github.com/cporter202/API-mega-list",
      "github_url": "https://github.com/cporter202/API-mega-list",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cporter202/API-mega-list"
      },
      "tags": [
        "ai-tools",
        "api",
        "api-collection",
        "api-directory",
        "api-list",
        "apify",
        "artificial-intelligence",
        "automation"
      ],
      "_stars": 5480,
      "_language": "JavaScript",
      "_full_name": "cporter202/API-mega-list",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.171609+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.764902+00:00"
    },
    {
      "slug": "gh-diegosouzapw-omniroute",
      "name": "OmniRoute",
      "description": "Never stop coding. Free AI gateway: one endpoint, 160+ providers (50+ free), connect Claude Code, Codex, Cursor, Cline & Copilot to FREE Claude/GPT/Gemini. RTK+Caveman stacked compression saves 15-95% tokens, smart auto-fallback, MCP/A2A, multimodal APIs, Desktop/PWA.",
      "website": "https://omniroute.online",
      "github_url": "https://github.com/diegosouzapw/OmniRoute",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/diegosouzapw/OmniRoute"
      },
      "tags": [
        "a2a",
        "ai-agents",
        "ai-gateway",
        "anthropic",
        "claude",
        "claude-code",
        "cline",
        "codex"
      ],
      "_stars": 5297,
      "_language": "TypeScript",
      "_full_name": "diegosouzapw/OmniRoute",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.171944+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.765993+00:00"
    },
    {
      "slug": "gh-ageerle-ruoyi-ai",
      "name": "ruoyi-ai",
      "description": "\u9762\u5411\u4f01\u4e1a\u7ea7\u5e02\u573a\u7684\u4e00\u7ad9\u5f0fAI\u5e94\u7528\u5f00\u53d1\u6846\u67b6\uff0c\u652f\u6301\u591a\u5382\u5546\u5927\u6a21\u578b\u7edf\u4e00\u63a5\u5165\u4e0e\u7ba1\u7406\uff0c\u5177\u5907\u5b89\u5168\u53ef\u63a7\u7684\u4f01\u4e1a\u77e5\u8bc6\u5e93\u4e0e\u9ad8\u7cbe\u5ea6\u68c0\u7d22\u4f18\u5316\u80fd\u529b\uff0c\u63d0\u4f9b\u53ef\u89c6\u5316\u6d41\u7a0b\u7f16\u6392\u3001\u81ea\u4e3b\u51b3\u7b56\u667a\u80fd\u4f53\u4e0e\u591a\u667a\u80fd\u4f53\u534f\u540c\u8c03\u5ea6\uff0c\u517c\u5bb9\u4e3b\u6d41 Agent Skill \u534f\u8bae\uff0c\u5e2e\u52a9\u4f01\u4e1a\u4e0e\u5f00\u53d1\u8005\u96f6\u95e8\u69db\u5feb\u901f\u6784\u5efa\u5b89\u5168\u3001\u9ad8\u6548\u3001\u53ef\u843d\u5730\u7684AI\u667a\u80fd\u4f53\u5e94\u7528\u4e0e\u884c\u4e1a\u89e3\u51b3\u65b9\u6848\u3002",
      "website": "http://doc.pandarobot.chat",
      "github_url": "https://github.com/ageerle/ruoyi-ai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ageerle/ruoyi-ai"
      },
      "tags": [
        "agent",
        "ai",
        "knowledge",
        "mcp",
        "rag"
      ],
      "_stars": 5297,
      "_language": "Java",
      "_full_name": "ageerle/ruoyi-ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.172264+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.767587+00:00"
    },
    {
      "slug": "gh-nanbingxyz-5ire",
      "name": "5ire",
      "description": "5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers,  supports local knowledge base and  tools via model context protocol servers .",
      "website": "https://5ire.app",
      "github_url": "https://github.com/nanbingxyz/5ire",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nanbingxyz/5ire"
      },
      "tags": [
        "knowledge-base",
        "llms",
        "mcp",
        "mcp-client",
        "model-context-protocol"
      ],
      "_stars": 5226,
      "_language": "TypeScript",
      "_full_name": "nanbingxyz/5ire",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.172800+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.771533+00:00"
    },
    {
      "slug": "gh-credittone-hooker",
      "name": "hooker",
      "description": "\ud83d\udd25\ud83d\udd25 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL unpinning for all apps.",
      "website": "https://github.com/CreditTone/hooker",
      "github_url": "https://github.com/CreditTone/hooker",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CreditTone/hooker"
      },
      "tags": [
        "android",
        "apk",
        "boringssl",
        "frida",
        "justtrustme",
        "mcp",
        "reverse-engineering",
        "sslunpinning"
      ],
      "_stars": 5147,
      "_language": "JavaScript",
      "_full_name": "CreditTone/hooker",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.173483+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.772488+00:00"
    },
    {
      "slug": "gh-heilcheng-awesome-agent-skills",
      "name": "awesome-agent-skills",
      "description": "Tutorials, Guides and Agent Skills Directories",
      "website": "http://agent-skill.co",
      "github_url": "https://github.com/heilcheng/awesome-agent-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/heilcheng/awesome-agent-skills"
      },
      "tags": [
        "agent-skills",
        "ai-agents",
        "ai-development",
        "anthropic",
        "automation",
        "awesome",
        "awesome-list",
        "claude"
      ],
      "_stars": 5068,
      "_language": "TypeScript",
      "_full_name": "heilcheng/awesome-agent-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.173832+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.773572+00:00"
    },
    {
      "slug": "gh-gaianet-ai-gaianet-node",
      "name": "gaianet-node",
      "description": "Install, run and deploy your own decentralized AI agent service",
      "website": "https://www.gaianet.ai/",
      "github_url": "https://github.com/GaiaNet-AI/gaianet-node",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GaiaNet-AI/gaianet-node"
      },
      "tags": [
        "agentic-ai",
        "agentic-framework",
        "ai",
        "ai-agents",
        "chatbot",
        "decentralized",
        "ethereum",
        "hacktoberfest"
      ],
      "_stars": 5002,
      "_language": "Shell",
      "_full_name": "GaiaNet-AI/gaianet-node",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.174354+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.776028+00:00"
    },
    {
      "slug": "gh-builderz-labs-mission-control",
      "name": "mission-control",
      "description": "Self-hosted AI agent orchestration platform: dispatch tasks, run multi-agent workflows, monitor spend, and govern operations from one mission control dashboard.",
      "website": "https://mc.builderz.dev",
      "github_url": "https://github.com/builderz-labs/mission-control",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/builderz-labs/mission-control"
      },
      "tags": [
        "agent-orchestration",
        "ai-agents",
        "ai-automation",
        "ai-dashboard",
        "claude",
        "dashboard",
        "developer-tools",
        "llm"
      ],
      "_stars": 4997,
      "_language": "TypeScript",
      "_full_name": "builderz-labs/mission-control",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.174839+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.777620+00:00"
    },
    {
      "slug": "gh-zhkl0228-unidbg",
      "name": "unidbg",
      "description": "Allows you to emulate an Android native library, and an experimental  iOS emulation",
      "website": "https://github.com/zhkl0228/unidbg",
      "github_url": "https://github.com/zhkl0228/unidbg",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zhkl0228/unidbg"
      },
      "tags": [
        "android",
        "capstone",
        "debugger",
        "dynarmic",
        "emulation",
        "emulator",
        "fishhook",
        "hypervisor"
      ],
      "_stars": 4977,
      "_language": "Java",
      "_full_name": "zhkl0228/unidbg",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.175612+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.778685+00:00"
    },
    {
      "slug": "gh-53ai-53aihub",
      "name": "53AIHub",
      "description": "53AI Hub is an open-source AI portal, which enables you to quickly build a operational-level AI portal to launch and operate AI agents, prompts, and AI tools. It supports seamless integration with development platforms like Coze, Dify, FastGPT, RAGFlow.",
      "website": "https://hub.53ai.com",
      "github_url": "https://github.com/53AI/53AIHub",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/53AI/53AIHub"
      },
      "tags": [
        "coze",
        "dify",
        "fastgpt",
        "go",
        "maxkb",
        "mcp",
        "openai",
        "prompt"
      ],
      "_stars": 4952,
      "_language": "Go",
      "_full_name": "53AI/53AIHub",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.176785+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.779746+00:00"
    },
    {
      "slug": "gh-the-open-agent-openagent",
      "name": "openagent",
      "description": "\u26a1\ufe0fnext-generation personal AI assistant powered by LLM, RAG and agent loops, supporting computer-use, browser-use and coding agent, demo: https://demo.openagentai.org",
      "website": "https://www.openagentai.org/",
      "github_url": "https://github.com/the-open-agent/openagent",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/the-open-agent/openagent"
      },
      "tags": [
        "agent",
        "agentic",
        "agentic-ai",
        "agi",
        "chatbot",
        "chatgpt",
        "gpt",
        "harness"
      ],
      "_stars": 4938,
      "_language": "Go",
      "_full_name": "the-open-agent/openagent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.177908+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.780837+00:00"
    },
    {
      "slug": "gh-mcp-ui-org-mcp-ui",
      "name": "mcp-ui",
      "description": "UI over MCP. Create next-gen UI experiences with the protocol and SDK!",
      "website": "https://mcpui.dev",
      "github_url": "https://github.com/MCP-UI-Org/mcp-ui",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MCP-UI-Org/mcp-ui"
      },
      "tags": [
        "ai",
        "frontend",
        "llm",
        "mcp",
        "ui",
        "web"
      ],
      "_stars": 4845,
      "_language": "TypeScript",
      "_full_name": "MCP-UI-Org/mcp-ui",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.178789+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.781886+00:00"
    },
    {
      "slug": "gh-kiln-ai-kiln",
      "name": "Kiln",
      "description": "Build, Evaluate, and Optimize AI Systems. Includes evals, RAG, agents, fine-tuning, synthetic data generation, dataset management, MCP, and more.",
      "website": "https://kiln.tech",
      "github_url": "https://github.com/Kiln-AI/Kiln",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Kiln-AI/Kiln"
      },
      "tags": [
        "ai",
        "chain-of-thought",
        "collaboration",
        "dataset-generation",
        "evals",
        "evaluation",
        "evaluation-framework",
        "fine-tuning"
      ],
      "_stars": 4844,
      "_language": "Python",
      "_full_name": "Kiln-AI/Kiln",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.179516+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.782825+00:00"
    },
    {
      "slug": "gh-dtyq-magic",
      "name": "magic",
      "description": "Magicrew. The first open-source all-in-one AI productivity platform (Generalist AI Agent + Workflow Engine + IM + Online collaborative office system)",
      "website": "https://www.magicrew.ai/",
      "github_url": "https://github.com/dtyq/magic",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dtyq/magic"
      },
      "tags": [
        "agent",
        "agi",
        "ai",
        "gpt",
        "llm",
        "low-code",
        "mcp",
        "no-code"
      ],
      "_stars": 4826,
      "_language": "TypeScript",
      "_full_name": "dtyq/magic",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.180378+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.783753+00:00"
    },
    {
      "slug": "gh-rikkahub-rikkahub",
      "name": "rikkahub",
      "description": "RikkaHub is an Android APP that supports for multiple LLM providers.",
      "website": "https://rikka-ai.com",
      "github_url": "https://github.com/rikkahub/rikkahub",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rikkahub/rikkahub"
      },
      "tags": [
        "android",
        "app",
        "chatbot-ui",
        "chatbox",
        "chatgpt",
        "deepseek",
        "gemini",
        "jetpack-compose"
      ],
      "_stars": 4814,
      "_language": "Kotlin",
      "_full_name": "rikkahub/rikkahub",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.180962+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.784710+00:00"
    },
    {
      "slug": "gh-agent-infra-sandbox",
      "name": "sandbox",
      "description": "All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.",
      "website": "https://sandbox.agent-infra.com",
      "github_url": "https://github.com/agent-infra/sandbox",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agent-infra/sandbox"
      },
      "tags": [
        "agent",
        "all-in-one",
        "browser",
        "filesystem",
        "mcp",
        "sandbox",
        "shell"
      ],
      "_stars": 4795,
      "_language": "Python",
      "_full_name": "agent-infra/sandbox",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.181340+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.785751+00:00"
    },
    {
      "slug": "gh-campfirein-byterover-cli",
      "name": "byterover-cli",
      "description": "ByteRover CLI (brv) - The portable memory layer for  autonomous coding agents (formerly Cipher)",
      "website": "https://docs.byterover.dev/",
      "github_url": "https://github.com/campfirein/byterover-cli",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/campfirein/byterover-cli"
      },
      "tags": [
        "agent",
        "ai",
        "autonomous-agents",
        "cli",
        "coding-assistant",
        "context-memory",
        "developer-tools",
        "knowledge-management"
      ],
      "_stars": 4785,
      "_language": "TypeScript",
      "_full_name": "campfirein/byterover-cli",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.181628+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.786757+00:00"
    },
    {
      "slug": "gh-aipotheosis-labs-aci",
      "name": "aci",
      "description": "ACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.",
      "website": "https://www.aci.dev/",
      "github_url": "https://github.com/aipotheosis-labs/aci",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aipotheosis-labs/aci"
      },
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "api",
        "developer-tools",
        "function-calling",
        "integration",
        "llm"
      ],
      "_stars": 4784,
      "_language": "Python",
      "_full_name": "aipotheosis-labs/aci",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.182025+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.787775+00:00"
    },
    {
      "slug": "gh-thysrael-horizon",
      "name": "Horizon",
      "description": "\ud83d\udce1 Your own AI-powered news radar. Generates daily briefings in English & Chinese. | \u7528 AI \u6784\u5efa\u4f60\u4e13\u5c5e\u7684\u65b0\u95fb\u96f7\u8fbe",
      "website": "https://www.horizon1123.top",
      "github_url": "https://github.com/Thysrael/Horizon",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Thysrael/Horizon"
      },
      "tags": [
        "aggregator",
        "feishu-bot",
        "llm",
        "mcp",
        "news",
        "openclaw",
        "python",
        "webhook"
      ],
      "_stars": 4695,
      "_language": "Python",
      "_full_name": "Thysrael/Horizon",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.182890+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.788719+00:00"
    },
    {
      "slug": "gh-modelengine-group-nexent",
      "name": "nexent",
      "description": "Nexent is a zero-code platform for auto-generating production-grade AI agents using Harness Engineering principles \u2014 unified tools, skills, memory, and orchestration with built-in constraints, feedback loops, and control planes.",
      "website": "https://nexent.tech",
      "github_url": "https://github.com/ModelEngine-Group/nexent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ModelEngine-Group/nexent"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "agentic-framework",
        "agentic-rag",
        "agentic-workflow",
        "ai",
        "harness",
        "harness-engineering"
      ],
      "_stars": 4682,
      "_language": "Python",
      "_full_name": "ModelEngine-Group/nexent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.183703+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.789646+00:00"
    },
    {
      "slug": "gh-solacelabs-solace-agent-mesh",
      "name": "solace-agent-mesh",
      "description": "An event-driven framework designed to build and orchestrate multi-agent AI systems. It enables seamless integration of AI agents with real-world data sources and systems, facilitating complex, multi-step workflows.",
      "website": "https://solacelabs.github.io/solace-agent-mesh/",
      "github_url": "https://github.com/SolaceLabs/solace-agent-mesh",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SolaceLabs/solace-agent-mesh"
      },
      "tags": [
        "a2a",
        "agentframework",
        "agentic",
        "agentic-ai",
        "agentic-framework",
        "agentic-workflow",
        "agenticai",
        "agents"
      ],
      "_stars": 4610,
      "_language": "Python",
      "_full_name": "SolaceLabs/solace-agent-mesh",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.184396+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.791956+00:00"
    },
    {
      "slug": "gh-joeseesun-qiaomu-anything-to-notebooklm",
      "name": "qiaomu-anything-to-notebooklm",
      "description": "Claude Skill: Multi-source content processor for NotebookLM. Supports WeChat articles, web pages, YouTube, PDF, Markdown, search queries \u2192 Podcast/PPT/MindMap/Quiz etc.",
      "website": "https://github.com/joeseesun/qiaomu-anything-to-notebooklm",
      "github_url": "https://github.com/joeseesun/qiaomu-anything-to-notebooklm",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joeseesun/qiaomu-anything-to-notebooklm"
      },
      "tags": [
        "automation",
        "claude",
        "mcp",
        "notebooklm",
        "skill"
      ],
      "_stars": 4601,
      "_language": "Python",
      "_full_name": "joeseesun/qiaomu-anything-to-notebooklm",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.185025+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.793795+00:00"
    },
    {
      "slug": "gh-ag2ai-ag2",
      "name": "ag2",
      "description": "AG2 (formerly AutoGen): The Open-Source AgentOS.Join us at: https://discord.gg/sNGSwQME3x",
      "website": "https://ag2.ai",
      "github_url": "https://github.com/ag2ai/ag2",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ag2ai/ag2"
      },
      "tags": [
        "a2a",
        "ag2",
        "agent-framework",
        "agentic",
        "agentic-ai",
        "ai",
        "ai-agents-framework",
        "aiagents"
      ],
      "_stars": 4599,
      "_language": "Python",
      "_full_name": "ag2ai/ag2",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.185558+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.795285+00:00"
    },
    {
      "slug": "gh-modelcontextprotocol-go-sdk",
      "name": "go-sdk",
      "description": "The official Go SDK for Model Context Protocol servers and clients. Maintained in collaboration with Google.",
      "website": "https://modelcontextprotocol.io",
      "github_url": "https://github.com/modelcontextprotocol/go-sdk",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/modelcontextprotocol/go-sdk"
      },
      "tags": [
        "go",
        "mcp"
      ],
      "_stars": 4595,
      "_language": "Go",
      "_full_name": "modelcontextprotocol/go-sdk",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.185999+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.797744+00:00"
    },
    {
      "slug": "gh-beclab-olares",
      "name": "Olares",
      "description": "Olares: An Open-Source Personal Cloud to Reclaim Your Data",
      "website": "https://www.olares.com/",
      "github_url": "https://github.com/beclab/Olares",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/beclab/Olares"
      },
      "tags": [
        "ai-agents",
        "ai-privacy",
        "edge-ai",
        "home-automation",
        "home-cloud",
        "home-server",
        "homelab",
        "homeserver"
      ],
      "_stars": 4555,
      "_language": "Go",
      "_full_name": "beclab/Olares",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.186409+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.799736+00:00"
    },
    {
      "slug": "gh-openclaw-peekaboo",
      "name": "Peekaboo",
      "description": "Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.",
      "website": "http://www.peekaboo.boo",
      "github_url": "https://github.com/openclaw/Peekaboo",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/openclaw/Peekaboo"
      },
      "tags": [
        "ai",
        "macos",
        "mcp",
        "screenshots",
        "swift"
      ],
      "_stars": 4496,
      "_language": "Swift",
      "_full_name": "openclaw/Peekaboo",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.186892+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.800758+00:00"
    },
    {
      "slug": "gh-openclaw-mcporter",
      "name": "mcporter",
      "description": "Call MCPs via TypeScript, masquerading as simple TypeScript API. Or package them as cli.",
      "website": "https://mcporter.sh",
      "github_url": "https://github.com/openclaw/mcporter",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/openclaw/mcporter"
      },
      "tags": [
        "cli",
        "mcp",
        "ts-api"
      ],
      "_stars": 4492,
      "_language": "TypeScript",
      "_full_name": "openclaw/mcporter",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.187358+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.802033+00:00"
    },
    {
      "slug": "gh-icip-cas-pptagent",
      "name": "PPTAgent",
      "description": "An Agentic Framework for Reflective PowerPoint Generation",
      "website": "https://arxiv.org/abs/2501.03936",
      "github_url": "https://github.com/icip-cas/PPTAgent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/icip-cas/PPTAgent"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "llm",
        "mcp",
        "openclaw",
        "presentation",
        "slide"
      ],
      "_stars": 4443,
      "_language": "Python",
      "_full_name": "icip-cas/PPTAgent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.188519+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.803585+00:00"
    },
    {
      "slug": "gh-wgpsec-enscan-go",
      "name": "ENScan_GO",
      "description": "\u4e00\u6b3e\u57fa\u4e8e\u5404\u5927\u4f01\u4e1a\u4fe1\u606fAPI\u7684\u5de5\u5177\uff0c\u89e3\u51b3\u5728\u9047\u5230\u7684\u5404\u79cd\u9488\u5bf9\u56fd\u5185\u4f01\u4e1a\u4fe1\u606f\u6536\u96c6\u96be\u9898\u3002\u4e00\u952e\u6536\u96c6\u63a7\u80a1\u516c\u53f8ICP\u5907\u6848\u3001APP\u3001\u5c0f\u7a0b\u5e8f\u3001\u5fae\u4fe1\u516c\u4f17\u53f7\u7b49\u4fe1\u606f\u805a\u5408\u5bfc\u51fa\u3002\u652f\u6301MCP\u63a5\u5165",
      "website": "https://opensource.wgpsec.org",
      "github_url": "https://github.com/wgpsec/ENScan_GO",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wgpsec/ENScan_GO"
      },
      "tags": [
        "app",
        "cyber-security",
        "cybersecurity",
        "icp",
        "mcp",
        "mcp-server",
        "red-team",
        "redteam"
      ],
      "_stars": 4412,
      "_language": "Go",
      "_full_name": "wgpsec/ENScan_GO",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.189918+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.804133+00:00"
    },
    {
      "slug": "gh-modelcontextprotocol-csharp-sdk",
      "name": "csharp-sdk",
      "description": "The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.",
      "website": "https://csharp.sdk.modelcontextprotocol.io/",
      "github_url": "https://github.com/modelcontextprotocol/csharp-sdk",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/modelcontextprotocol/csharp-sdk"
      },
      "tags": [
        "csharp",
        "dotnet",
        "mcp",
        "mcp-client",
        "mcp-server",
        "modelcontextprotocol"
      ],
      "_stars": 4286,
      "_language": "C#",
      "_full_name": "modelcontextprotocol/csharp-sdk",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.190985+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.805090+00:00"
    },
    {
      "slug": "gh-q00-ouroboros",
      "name": "ouroboros",
      "description": "Agent OS: Stop prompting. Start specifying.",
      "website": "https://github.com/Q00/ouroboros",
      "github_url": "https://github.com/Q00/ouroboros",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Q00/ouroboros"
      },
      "tags": [
        "agent-os",
        "ai-agent",
        "mcp"
      ],
      "_stars": 4261,
      "_language": "Python",
      "_full_name": "Q00/ouroboros",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.192067+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.806028+00:00"
    },
    {
      "slug": "gh-jetbrains-koog",
      "name": "koog",
      "description": "Koog is a JVM (Java and Kotlin) framework for building predictable, fault-tolerant and enterprise-ready AI agents across all platforms \u2013 from backend services to Android and iOS, JVM, and even in-browser environments. Koog is based on our AI products expertise and provides proven solutions for complex LLM and AI problems",
      "website": "https://docs.koog.ai",
      "github_url": "https://github.com/JetBrains/koog",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JetBrains/koog"
      },
      "tags": [
        "agentframework",
        "agentic-ai",
        "agents",
        "ai",
        "ai-agents-framework",
        "aiagentframework",
        "android-ai",
        "anthropic"
      ],
      "_stars": 4229,
      "_language": "Kotlin",
      "_full_name": "JetBrains/koog",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.193601+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.807234+00:00"
    },
    {
      "slug": "gh-minishlab-semble",
      "name": "semble",
      "description": "Fast and Accurate Code Search for Agents. Uses ~98% fewer tokens than grep+read",
      "website": "https://minish.ai/packages/semble/introduction/",
      "github_url": "https://github.com/MinishLab/semble",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MinishLab/semble"
      },
      "tags": [
        "agents",
        "code-search",
        "embeddings",
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "retrieval"
      ],
      "_stars": 4224,
      "_language": "Python",
      "_full_name": "MinishLab/semble",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.194933+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.808821+00:00"
    },
    {
      "slug": "gh-open-webui-mcpo",
      "name": "mcpo",
      "description": "A simple, secure MCP-to-OpenAPI proxy server",
      "website": "https://docs.openwebui.com/features/plugin/tools/openapi-servers/mcp",
      "github_url": "https://github.com/open-webui/mcpo",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/open-webui/mcpo"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "mcp-to-openapi",
        "open-webui",
        "openapi"
      ],
      "_stars": 4221,
      "_language": "Python",
      "_full_name": "open-webui/mcpo",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.195969+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.810082+00:00"
    },
    {
      "slug": "gh-vllm-project-semantic-router",
      "name": "semantic-router",
      "description": "System Level Intelligent Router for Mixture-of-Models at Cloud, Data Center and Edge",
      "website": "https://vllm-semantic-router.com",
      "github_url": "https://github.com/vllm-project/semantic-router",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vllm-project/semantic-router"
      },
      "tags": [
        "ai-gateway",
        "bert-classification",
        "fine-tuning",
        "golang",
        "huggingface-candle",
        "huggingface-transformers",
        "kubernetes",
        "llm"
      ],
      "_stars": 4215,
      "_language": "Go",
      "_full_name": "vllm-project/semantic-router",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.196778+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.810801+00:00"
    },
    {
      "slug": "gh-flowelement-ai-m-flow",
      "name": "m_flow",
      "description": "A bio-inspired cognitive memory engine \u2014 a new paradigm for Graph RAG.",
      "website": "https://flowelement.ai",
      "github_url": "https://github.com/FlowElement-ai/m_flow",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FlowElement-ai/m_flow"
      },
      "tags": [
        "agent-memory",
        "agentic-ai",
        "ai-reasoning",
        "episodic-memory",
        "graph-database",
        "knowledge-graph",
        "llm",
        "long-term-memory"
      ],
      "_stars": 4211,
      "_language": "Python",
      "_full_name": "FlowElement-ai/m_flow",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.197593+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.811881+00:00"
    },
    {
      "slug": "gh-panaversity-learn-agentic-ai",
      "name": "learn-agentic-ai",
      "description": "Learn Agentic AI using Dapr Agentic Cloud Ascent (DACA) Design Pattern and Agent-Native Cloud Technologies: OpenAI Agents SDK, Memory, MCP, A2A, Knowledge Graphs, Dapr, Rancher Desktop, and Kubernetes.",
      "website": "https://github.com/panaversity/learn-agentic-ai",
      "github_url": "https://github.com/panaversity/learn-agentic-ai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/panaversity/learn-agentic-ai"
      },
      "tags": [
        "a2a",
        "agentic-ai",
        "dapr",
        "dapr-pub-sub",
        "dapr-service-invocation",
        "dapr-sidecar",
        "dapr-workflow",
        "docker"
      ],
      "_stars": 4183,
      "_language": "Jupyter Notebook",
      "_full_name": "panaversity/learn-agentic-ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.198169+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.811367+00:00"
    },
    {
      "slug": "gh-zebbern-claude-code-guide",
      "name": "claude-code-guide",
      "description": "Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user!",
      "website": "https://github.com/zebbern/claude-code-guide",
      "github_url": "https://github.com/zebbern/claude-code-guide",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zebbern/claude-code-guide"
      },
      "tags": [
        "ai",
        "ai-agent",
        "ai-agent-tools",
        "anthropic-claude",
        "claude",
        "claude-ai",
        "claude-api",
        "claude-code"
      ],
      "_stars": 4166,
      "_language": null,
      "_full_name": "zebbern/claude-code-guide",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.199271+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.812460+00:00"
    },
    {
      "slug": "gh-lemonade-sdk-lemonade",
      "name": "lemonade",
      "description": "Lemonade helps users discover and run local AI apps by serving optimized LLMs right from their own GPUs and NPUs. Join our discord: https://discord.gg/5xXzkMu8Zk",
      "website": "https://lemonade-server.ai/",
      "github_url": "https://github.com/lemonade-sdk/lemonade",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lemonade-sdk/lemonade"
      },
      "tags": [
        "ai",
        "amd",
        "genai",
        "gpu",
        "llama",
        "llm",
        "llm-inference",
        "local-server"
      ],
      "_stars": 4120,
      "_language": "C++",
      "_full_name": "lemonade-sdk/lemonade",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.200297+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.813880+00:00"
    },
    {
      "slug": "gh-intuitem-ciso-assistant-community",
      "name": "ciso-assistant-community",
      "description": "CISO Assistant is a one-stop-shop GRC platform for Risk Management, AppSec, Compliance & Audit, TPRM, BIA, Privacy, and Reporting. It supports 150+ global frameworks with automatic control mapping, including ISO 27001, NIST CSF, SOC 2, CIS, PCI DSS, NIS2, DORA, GDPR, HIPAA, CMMC, and more.",
      "website": "https://intuitem.com",
      "github_url": "https://github.com/intuitem/ciso-assistant-community",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/intuitem/ciso-assistant-community"
      },
      "tags": [
        "audit",
        "automation",
        "bsi",
        "cis",
        "compliance",
        "cybersecurity",
        "dora",
        "ebios-rm"
      ],
      "_stars": 4070,
      "_language": "Python",
      "_full_name": "intuitem/ciso-assistant-community",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.201355+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.816873+00:00"
    },
    {
      "slug": "gh-galaxy-dawn-claude-scholar",
      "name": "claude-scholar",
      "description": "Semi-automated research assistant for academic research and software development. Supports Claude Code, OpenCode, and Codex CLI across ideation, coding, experiments, writing, and publication.",
      "website": "https://github.com/Galaxy-Dawn/claude-scholar",
      "github_url": "https://github.com/Galaxy-Dawn/claude-scholar",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Galaxy-Dawn/claude-scholar"
      },
      "tags": [
        "academic-research",
        "ai-agents",
        "claude",
        "claude-code",
        "codex-cli",
        "developer-tools",
        "mcp",
        "openai-codex"
      ],
      "_stars": 4009,
      "_language": "Python",
      "_full_name": "Galaxy-Dawn/claude-scholar",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.202502+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.819955+00:00"
    },
    {
      "slug": "gh-ed1s0nz-cyberstrikeai",
      "name": "CyberStrikeAI",
      "description": "CyberStrikeAI is an AI-native security testing platform built in Go. It integrates 100+ security tools, an intelligent orchestration engine, role-based testing with predefined security roles, a skills system with specialized testing skills, and comprehensive lifecycle management capabilities.",
      "website": "https://github.com/Ed1s0nZ/CyberStrikeAI",
      "github_url": "https://github.com/Ed1s0nZ/CyberStrikeAI",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Ed1s0nZ/CyberStrikeAI"
      },
      "tags": [
        "ai",
        "ai-agents",
        "ai-cybersecurity",
        "ai-hacking",
        "ai-penetration-testing",
        "ai-security-tool",
        "ctf-tools",
        "mcp"
      ],
      "_stars": 3934,
      "_language": "Go",
      "_full_name": "Ed1s0nZ/CyberStrikeAI",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.203427+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.823162+00:00"
    },
    {
      "slug": "gh-jnmetacode-superpowers-zh",
      "name": "superpowers-zh",
      "description": "\ud83e\uddb8 AI \u7f16\u7a0b\u8d85\u80fd\u529b \u00b7 \u4e2d\u6587\u589e\u5f3a\u7248 \u2014 superpowers\uff08116k+ \u2b50\uff09\u5b8c\u6574\u6c49\u5316 + 6 \u4e2a\u4e2d\u56fd\u539f\u521b skills\uff0c\u8ba9 Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI \u7b49 16 \u6b3e AI \u7f16\u7a0b\u5de5\u5177\u771f\u6b63\u4f1a\u5e72\u6d3b",
      "website": "https://www.npmjs.com/package/superpowers-zh",
      "github_url": "https://github.com/jnMetaCode/superpowers-zh",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jnMetaCode/superpowers-zh"
      },
      "tags": [
        "agent-skills",
        "agentic-coding",
        "ai-coding",
        "chinese",
        "claude-code",
        "code-review",
        "cursor",
        "gemini-cli"
      ],
      "_stars": 3931,
      "_language": "Shell",
      "_full_name": "jnMetaCode/superpowers-zh",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.205170+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.827527+00:00"
    },
    {
      "slug": "gh-groupultra-telegram-search",
      "name": "telegram-search",
      "description": "\ud83d\udd0d \u5bfc\u51fa\u5e76\u6a21\u7cca\u641c\u7d22 Telegram \u804a\u5929\u8bb0\u5f55 | Export and fuzzy search your Telegram chat history",
      "website": "https://search.lingogram.app",
      "github_url": "https://github.com/groupultra/telegram-search",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/groupultra/telegram-search"
      },
      "tags": [
        "ai",
        "ai-agent",
        "embedding",
        "mcp",
        "telegram",
        "telegram-bot"
      ],
      "_stars": 3904,
      "_language": "TypeScript",
      "_full_name": "groupultra/telegram-search",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.206680+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.829380+00:00"
    },
    {
      "slug": "gh-evalstate-fast-agent",
      "name": "fast-agent",
      "description": "Code, Build and Evaluate agents - excellent Model and Skills/MCP/ACP Support",
      "website": "https://fast-agent.ai",
      "github_url": "https://github.com/evalstate/fast-agent",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/evalstate/fast-agent"
      },
      "tags": [
        "acp",
        "agent",
        "agent-framework",
        "agent-skills",
        "cli",
        "mcp",
        "mcp-client",
        "mcp-server"
      ],
      "_stars": 3791,
      "_language": "Python",
      "_full_name": "evalstate/fast-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.210136+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.833381+00:00"
    },
    {
      "slug": "gh-parcadei-continuous-claude-v3",
      "name": "Continuous-Claude-v3",
      "description": "Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.",
      "website": "https://github.com/parcadei/Continuous-Claude-v3",
      "github_url": "https://github.com/parcadei/Continuous-Claude-v3",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/parcadei/Continuous-Claude-v3"
      },
      "tags": [
        "agents",
        "claude-code",
        "claude-code-cli",
        "claude-code-hooks",
        "claude-code-mcp",
        "claude-code-skills",
        "claude-code-subagents",
        "claude-skills"
      ],
      "_stars": 3785,
      "_language": "Python",
      "_full_name": "parcadei/Continuous-Claude-v3",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.211996+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.835621+00:00"
    },
    {
      "slug": "gh-atmosphere-atmosphere",
      "name": "atmosphere",
      "description": "Real-time transport layer for Java AI agents. Build once with @Agent \u2014 deliver over WebSocket, SSE, gRPC, and WebTransport/HTTP3. Talk MCP, A2A and AG-UI.",
      "website": "https://async-io.live",
      "github_url": "https://github.com/Atmosphere/atmosphere",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Atmosphere/atmosphere"
      },
      "tags": [
        "acp",
        "agentic-ai",
        "embabel",
        "event-driven",
        "java",
        "koog",
        "langchain4j",
        "mcp"
      ],
      "_stars": 3766,
      "_language": "Java",
      "_full_name": "Atmosphere/atmosphere",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.213038+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.836778+00:00"
    },
    {
      "slug": "gh-ibm-mcp-context-forge",
      "name": "mcp-context-forge",
      "description": "An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.",
      "website": "https://ibm.github.io/mcp-context-forge/",
      "github_url": "https://github.com/IBM/mcp-context-forge",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IBM/mcp-context-forge"
      },
      "tags": [
        "agents",
        "ai",
        "api-gateway",
        "asyncio",
        "authentication-middleware",
        "devops",
        "docker",
        "fastapi"
      ],
      "_stars": 3762,
      "_language": "Python",
      "_full_name": "IBM/mcp-context-forge",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.213993+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.837786+00:00"
    },
    {
      "slug": "gh-archestra-ai-archestra",
      "name": "archestra",
      "description": "Enterprise AI Platform with guardrails, MCP registry, gateway & orchestrator",
      "website": "https://Archestra.AI",
      "github_url": "https://github.com/archestra-ai/archestra",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/archestra-ai/archestra"
      },
      "tags": [
        "a2a",
        "a2a-mcp",
        "acp",
        "agent",
        "ai",
        "chatgpt",
        "chatgpt-api",
        "claude"
      ],
      "_stars": 3741,
      "_language": "TypeScript",
      "_full_name": "archestra-ai/archestra",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.214693+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.839031+00:00"
    },
    {
      "slug": "gh-opensumi-core",
      "name": "core",
      "description": "A framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.",
      "website": "https://opensumi.com",
      "github_url": "https://github.com/opensumi/core",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/opensumi/core"
      },
      "tags": [
        "ai",
        "ai-first",
        "ai-native",
        "editor",
        "electron",
        "ide",
        "ide-framework",
        "mcp"
      ],
      "_stars": 3630,
      "_language": "TypeScript",
      "_full_name": "opensumi/core",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.215362+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.842471+00:00"
    },
    {
      "slug": "gh-remorses-playwriter",
      "name": "playwriter",
      "description": "Chrome extension & CLI to let agents control your browser. Runs Playwright snippets in a stateful sandbox. Available as CLI or MCP",
      "website": "https://playwriter.dev",
      "github_url": "https://github.com/remorses/playwriter",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/remorses/playwriter"
      },
      "tags": [
        "mcp",
        "playwright"
      ],
      "_stars": 3546,
      "_language": "HTML",
      "_full_name": "remorses/playwriter",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.216634+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.844820+00:00"
    },
    {
      "slug": "gh-langchain-ai-langchain-mcp-adapters",
      "name": "langchain-mcp-adapters",
      "description": "LangChain \ud83d\udd0c MCP",
      "website": "https://docs.langchain.com/oss/python/langchain/mcp",
      "github_url": "https://github.com/langchain-ai/langchain-mcp-adapters",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/langchain-ai/langchain-mcp-adapters"
      },
      "tags": [
        "langchain",
        "langgraph",
        "mcp",
        "python",
        "tools"
      ],
      "_stars": 3539,
      "_language": "Python",
      "_full_name": "langchain-ai/langchain-mcp-adapters",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.217455+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.846629+00:00"
    },
    {
      "slug": "gh-liaokongvfx-mcp-chinese-getting-started-guide",
      "name": "MCP-Chinese-Getting-Started-Guide",
      "description": "Model Context Protocol(MCP) \u7f16\u7a0b\u6781\u901f\u5165\u95e8",
      "website": "https://github.com/liaokongVFX/MCP-Chinese-Getting-Started-Guide",
      "github_url": "https://github.com/liaokongVFX/MCP-Chinese-Getting-Started-Guide",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/liaokongVFX/MCP-Chinese-Getting-Started-Guide"
      },
      "tags": [
        "ai",
        "deepseek",
        "mcp",
        "mcp-server",
        "modelcontextprotocol"
      ],
      "_stars": 3505,
      "_language": null,
      "_full_name": "liaokongVFX/MCP-Chinese-Getting-Started-Guide",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.218289+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.848218+00:00"
    },
    {
      "slug": "gh-mergisi-awesome-openclaw-agents",
      "name": "awesome-openclaw-agents",
      "description": "162 production-ready AI agent templates for OpenClaw. SOUL.md configs across 19 categories. Submit yours!",
      "website": "https://crewclaw.com",
      "github_url": "https://github.com/mergisi/awesome-openclaw-agents",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mergisi/awesome-openclaw-agents"
      },
      "tags": [
        "ai-agent-templates",
        "ai-agents",
        "ai-automation",
        "anthropic",
        "automation",
        "awesome",
        "awesome-list",
        "claude"
      ],
      "_stars": 3449,
      "_language": "HTML",
      "_full_name": "mergisi/awesome-openclaw-agents",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.219224+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.848967+00:00"
    },
    {
      "slug": "gh-swarmpit-swarmpit",
      "name": "swarmpit",
      "description": "Lightweight AI-friendly Docker Swarm management",
      "website": "https://swarmpit.io",
      "github_url": "https://github.com/swarmpit/swarmpit",
      "pricing": "free",
      "license": "epl-1.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/swarmpit/swarmpit"
      },
      "tags": [
        "ai",
        "docker",
        "docker-compose",
        "docker-containers",
        "docker-devops",
        "docker-stack",
        "docker-swarm",
        "docker-swarm-ui"
      ],
      "_stars": 3439,
      "_language": "Clojure",
      "_full_name": "swarmpit/swarmpit",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.219934+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.849954+00:00"
    },
    {
      "slug": "gh-aiming-lab-simplemem",
      "name": "SimpleMem",
      "description": "SimpleMem: Efficient Lifelong Memory for LLM Agents \u2014 Text & Multimodal",
      "website": "https://github.com/aiming-lab/SimpleMem",
      "github_url": "https://github.com/aiming-lab/SimpleMem",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aiming-lab/SimpleMem"
      },
      "tags": [
        "agent",
        "audio",
        "compression",
        "knowledge-graph",
        "lifelong-memory",
        "llm",
        "mcp",
        "memory"
      ],
      "_stars": 3425,
      "_language": "Python",
      "_full_name": "aiming-lab/SimpleMem",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.220651+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.850951+00:00"
    },
    {
      "slug": "gh-lintsinghua-claude-code-book",
      "name": "claude-code-book",
      "description": "\u300a\u5fa1\u8206\uff1a\u89e3\u7801 Agent Harness\u300b42\u4e07\u5b57\u62c6\u89e3 AI Agent \u7684Harness\u9aa8\u67b6\u4e0e\u795e\u7ecf \u2014\u2014 Claude Code \u67b6\u6784\u6df1\u5ea6\u5256\u6790\uff0c15 \u7ae0\u4ece\u5bf9\u8bdd\u5faa\u73af\u5230\u6784\u5efa\u4f60\u81ea\u5df1\u7684 Agent Harness\u3002\u5728\u7ebf\u9605\u8bfb\u7f51\u7ad9\uff1a",
      "website": "https://lintsinghua.github.io",
      "github_url": "https://github.com/lintsinghua/claude-code-book",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lintsinghua/claude-code-book"
      },
      "tags": [
        "agent",
        "agent-architecture",
        "ai-agent",
        "anthropic",
        "book",
        "chinese",
        "claude-code",
        "llm"
      ],
      "_stars": 3397,
      "_language": null,
      "_full_name": "lintsinghua/claude-code-book",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.223321+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.852957+00:00"
    },
    {
      "slug": "gh-54yyyu-zotero-mcp",
      "name": "zotero-mcp",
      "description": "Zotero MCP: Connects your Zotero research library with Claude and other AI assistants via the Model Context Protocol to discuss papers, get summaries, analyze citations, and more.",
      "website": "https://stevenyuyy.com/zotero-mcp/",
      "github_url": "https://github.com/54yyyu/zotero-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/54yyyu/zotero-mcp"
      },
      "tags": [
        "claude",
        "mcp",
        "semantic-search",
        "zotero"
      ],
      "_stars": 3367,
      "_language": "Python",
      "_full_name": "54yyyu/zotero-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.224079+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.854009+00:00"
    },
    {
      "slug": "gh-natebjones-projects-ob1",
      "name": "OB1",
      "description": "Open Brain \u2014 The infrastructure layer for your thinking. One database, one AI gateway, one chat channel \u2014 any AI plugs in. No middleware, no SaaS.",
      "website": "https://github.com/NateBJones-Projects/OB1",
      "github_url": "https://github.com/NateBJones-Projects/OB1",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/NateBJones-Projects/OB1"
      },
      "tags": [
        "ai-agents",
        "mcp",
        "memory-layer",
        "memory-layer-for-ai",
        "open-brain",
        "open-source",
        "personal-knowledge",
        "personal-knowledge-management"
      ],
      "_stars": 3366,
      "_language": "TypeScript",
      "_full_name": "NateBJones-Projects/OB1",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.224635+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.854985+00:00"
    },
    {
      "slug": "gh-joreilly-peopleinspace",
      "name": "PeopleInSpace",
      "description": "Kotlin Multiplatform sample with SwiftUI, Jetpack Compose, Compose for Wear, Compose for Desktop, and Compose for Web clients along with Ktor backend.",
      "website": "https://github.com/joreilly/PeopleInSpace",
      "github_url": "https://github.com/joreilly/PeopleInSpace",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joreilly/PeopleInSpace"
      },
      "tags": [
        "android",
        "compose-desktop",
        "compose-ios",
        "compose-multiplatform",
        "compose-web",
        "ios",
        "jetpack-compose",
        "kmp"
      ],
      "_stars": 3340,
      "_language": "Kotlin",
      "_full_name": "joreilly/PeopleInSpace",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.228995+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.856319+00:00"
    },
    {
      "slug": "gh-huangjunsen0406-py-xiaozhi",
      "name": "py-xiaozhi",
      "description": "Open-source AI assistant ecosystem with MCP integrations, multimodal workflows, IoT support, and cross-platform voice interaction.",
      "website": "https://huangjunsen0406.github.io/py-xiaozhi/",
      "github_url": "https://github.com/huangjunsen0406/py-xiaozhi",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/huangjunsen0406/py-xiaozhi"
      },
      "tags": [
        "cross-platform",
        "edge-computing",
        "embodied-ai",
        "esp32",
        "esp32-s3",
        "iot",
        "mcp",
        "mcp-client"
      ],
      "_stars": 3325,
      "_language": "Python",
      "_full_name": "huangjunsen0406/py-xiaozhi",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.230121+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.858988+00:00"
    },
    {
      "slug": "gh-samuraigpt-generative-media-skills",
      "name": "Generative-Media-Skills",
      "description": "Multi-modal Generative Media Skills for AI Agents (Claude Code, Cursor, Gemini CLI). High-quality image, video, and audio generation powered by muapi.ai.",
      "website": "https://github.com/SamurAIGPT/Generative-Media-Skills",
      "github_url": "https://github.com/SamurAIGPT/Generative-Media-Skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SamurAIGPT/Generative-Media-Skills"
      },
      "tags": [
        "agent-tools",
        "ai-agents",
        "ai-art",
        "ai-music",
        "ai-video",
        "claude-code",
        "flux",
        "generative-ai"
      ],
      "_stars": 3320,
      "_language": "Shell",
      "_full_name": "SamurAIGPT/Generative-Media-Skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.230915+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.862036+00:00"
    },
    {
      "slug": "gh-zseven-w-openpencil",
      "name": "openpencil",
      "description": "The world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.",
      "website": "https://op.zseven.tech",
      "github_url": "https://github.com/ZSeven-W/openpencil",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ZSeven-W/openpencil"
      },
      "tags": [
        "agent",
        "agent-team",
        "ai",
        "claude",
        "claude-code",
        "codex",
        "fimga",
        "flutter"
      ],
      "_stars": 3209,
      "_language": "TypeScript",
      "_full_name": "ZSeven-W/openpencil",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.232589+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.866140+00:00"
    },
    {
      "slug": "gh-nextlevelbuilder-goclaw",
      "name": "goclaw",
      "description": "GoClaw - GoClaw is OpenClaw rebuilt in Go \u2014 with multi-tenant isolation, 5-layer security, and native concurrency. Deploy AI agent teams at scale without compromising on safety.",
      "website": "https://goclaw.sh",
      "github_url": "https://github.com/nextlevelbuilder/goclaw",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nextlevelbuilder/goclaw"
      },
      "tags": [
        "agent-orchestration",
        "ai-agent",
        "ai-gateway",
        "anthropic",
        "chatbot",
        "discord-bot",
        "golang",
        "harness"
      ],
      "_stars": 3160,
      "_language": "Go",
      "_full_name": "nextlevelbuilder/goclaw",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.233469+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.867749+00:00"
    },
    {
      "slug": "gh-basicmachines-co-basic-memory",
      "name": "basic-memory",
      "description": "AI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN",
      "website": "https://basicmemory.com",
      "github_url": "https://github.com/basicmachines-co/basic-memory",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/basicmachines-co/basic-memory"
      },
      "tags": [
        "ai",
        "claude",
        "knowledge-management",
        "knowlege-graph",
        "llm",
        "local-first",
        "markdown",
        "mcp"
      ],
      "_stars": 3081,
      "_language": "Python",
      "_full_name": "basicmachines-co/basic-memory",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.234790+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.870723+00:00"
    },
    {
      "slug": "gh-cheshire-cat-ai-core",
      "name": "core",
      "description": "AI agent microservice",
      "website": "https://cheshirecat.ai",
      "github_url": "https://github.com/cheshire-cat-ai/core",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cheshire-cat-ai/core"
      },
      "tags": [
        "ag-ui-protocol",
        "agent",
        "ai",
        "assistant",
        "chatbot",
        "conversational",
        "docker",
        "framework"
      ],
      "_stars": 3037,
      "_language": "Python",
      "_full_name": "cheshire-cat-ai/core",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.235418+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.871753+00:00"
    },
    {
      "slug": "gh-turixai-turix-cua",
      "name": "TuriX-CUA",
      "description": "This is the official website for TuriX Computer-use-Agent",
      "website": "https://turix.ai",
      "github_url": "https://github.com/TurixAI/TuriX-CUA",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TurixAI/TuriX-CUA"
      },
      "tags": [
        "agent",
        "ai-agents",
        "browser-use",
        "computer-automation",
        "computer-use",
        "computer-use-agent",
        "cua",
        "gui-agent"
      ],
      "_stars": 3026,
      "_language": "Python",
      "_full_name": "TurixAI/TuriX-CUA",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.235852+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.872691+00:00"
    },
    {
      "slug": "gh-davepoon-buildwithclaude",
      "name": "buildwithclaude",
      "description": "A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw",
      "website": "https://www.buildwithclaude.com",
      "github_url": "https://github.com/davepoon/buildwithclaude",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/davepoon/buildwithclaude"
      },
      "tags": [
        "claude",
        "claude-code",
        "claude-code-commands",
        "claude-skills",
        "cli-tool",
        "commands",
        "mcp",
        "mcp-server"
      ],
      "_stars": 2970,
      "_language": "Python",
      "_full_name": "davepoon/buildwithclaude",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.236306+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.874786+00:00"
    },
    {
      "slug": "gh-av-harbor",
      "name": "harbor",
      "description": "Stop configuring your AI stack. Start using it. One command brings a complete pre-wired LLM stack with hundreds of services to explore.",
      "website": "https://github.com/av/harbor",
      "github_url": "https://github.com/av/harbor",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/av/harbor"
      },
      "tags": [
        "ai",
        "automation",
        "bash",
        "cli",
        "container",
        "docker",
        "docker-compose",
        "homelab"
      ],
      "_stars": 2966,
      "_language": "Python",
      "_full_name": "av/harbor",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.236825+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.876561+00:00"
    },
    {
      "slug": "gh-haydenbleasel-ultracite",
      "name": "ultracite",
      "description": "A highly opinionated, zero-configuration linter and formatter.",
      "website": "https://www.ultracite.ai/",
      "github_url": "https://github.com/haydenbleasel/ultracite",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/haydenbleasel/ultracite"
      },
      "tags": [
        "biome",
        "cursor",
        "formatter",
        "linter",
        "mcp",
        "vscode",
        "windsurf",
        "zed"
      ],
      "_stars": 2959,
      "_language": "TypeScript",
      "_full_name": "haydenbleasel/ultracite",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:10.237452+00:00",
      "_last_seen_at": "2026-05-25T13:58:39.877533+00:00"
    },
    {
      "slug": "gh-agentgateway-agentgateway",
      "name": "agentgateway",
      "description": "Next Generation Agentic Proxy for AI Agents and MCP servers",
      "website": "https://agentgateway.dev",
      "github_url": "https://github.com/agentgateway/agentgateway",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentgateway/agentgateway"
      },
      "tags": [
        "agents",
        "ai",
        "ai-gateway",
        "api-gateway",
        "gateway-api",
        "kubernetes",
        "mcp",
        "mcp-gateway"
      ],
      "_stars": 2858,
      "_language": "Rust",
      "_full_name": "agentgateway/agentgateway",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.436720+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.539456+00:00"
    },
    {
      "slug": "gh-kagent-dev-kagent",
      "name": "kagent",
      "description": "Cloud Native Agentic AI | Discord: https://bit.ly/kagentdiscord",
      "website": "https://kagent.dev",
      "github_url": "https://github.com/kagent-dev/kagent",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kagent-dev/kagent"
      },
      "tags": [
        "agents",
        "ai",
        "cncf",
        "devops",
        "mcp"
      ],
      "_stars": 2841,
      "_language": "Go",
      "_full_name": "kagent-dev/kagent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.437596+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.540910+00:00"
    },
    {
      "slug": "gh-fireredteam-firered-openstoryline",
      "name": "FireRed-OpenStoryline",
      "description": "FireRed-OpenStoryline is an AI video editing agent that transforms manual editing into intention-driven directing through natural language interaction, LLM-powered planning, and precise tool orchestration. It facilitates transparent, human-in-the-loop creation with reusable Style Skills for consistent, professional storytelling.",
      "website": "https://github.com/FireRedTeam/FireRed-OpenStoryline",
      "github_url": "https://github.com/FireRedTeam/FireRed-OpenStoryline",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FireRedTeam/FireRed-OpenStoryline"
      },
      "tags": [
        "agent",
        "chatbot",
        "langchain",
        "mcp",
        "skills",
        "video",
        "video-cut",
        "video-editing"
      ],
      "_stars": 2772,
      "_language": "Python",
      "_full_name": "FireRedTeam/FireRed-OpenStoryline",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.439020+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.544639+00:00"
    },
    {
      "slug": "gh-sahibzada-allahyar-yc-killer",
      "name": "YC-Killer",
      "description": "A library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star \u2b50\ufe0f this repository and apply using the link in the readme to join our open source AI research team.",
      "website": "https://forms.gle/iQJ15xsvb9LZhPaNA",
      "github_url": "https://github.com/sahibzada-allahyar/YC-Killer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sahibzada-allahyar/YC-Killer"
      },
      "tags": [
        "agora",
        "astrophysics",
        "bayesian-inference",
        "cosmology",
        "fastapi",
        "lean",
        "lean4",
        "mcp"
      ],
      "_stars": 2764,
      "_language": "TypeScript",
      "_full_name": "sahibzada-allahyar/YC-Killer",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.440115+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.547926+00:00"
    },
    {
      "slug": "gh-giancarloerra-socraticode",
      "name": "SocratiCode",
      "description": "Enterprise-grade (40m+ LOC) codebase intelligence, zero-setup, local & private Plugin/Skill/Extension or MCP: hybrid semantic search, polyglot dependency graphs, symbol-level impact analysis & call-flow, interactive HTML viewer, cross-project & branch-aware search, DB/API/infra knowledge. 61% less tokens, 84% fewer calls, 37x faster. Cloud in beta.",
      "website": "https://socraticode.cloud",
      "github_url": "https://github.com/giancarloerra/SocratiCode",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/giancarloerra/SocratiCode"
      },
      "tags": [
        "ai",
        "ai-assistant",
        "ast",
        "claude",
        "claude-code",
        "code-graph",
        "codebase-intelligence",
        "context-engine"
      ],
      "_stars": 2730,
      "_language": "TypeScript",
      "_full_name": "giancarloerra/SocratiCode",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.440858+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.549176+00:00"
    },
    {
      "slug": "gh-moltis-org-moltis",
      "name": "moltis",
      "description": "A secure persistent personal agent server in Rust. One binary, sandboxed execution, multi-provider LLMs, voice, memory, Telegram, WhatsApp, Discord, Teams, and MCP tools. Secure by design, runs on your hardware.",
      "website": "https://moltis.org",
      "github_url": "https://github.com/moltis-org/moltis",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/moltis-org/moltis"
      },
      "tags": [
        "ai-agent",
        "ai-assistant",
        "clawdbot",
        "llm",
        "mcp",
        "openclaw",
        "rust",
        "sandbox"
      ],
      "_stars": 2706,
      "_language": "Rust",
      "_full_name": "moltis-org/moltis",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.441703+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.558088+00:00"
    },
    {
      "slug": "gh-deusdata-codebase-memory-mcp",
      "name": "codebase-memory-mcp",
      "description": "High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph \u2014 average repo in milliseconds. 155 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.",
      "website": "https://deusdata.github.io/codebase-memory-mcp/",
      "github_url": "https://github.com/DeusData/codebase-memory-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/DeusData/codebase-memory-mcp"
      },
      "tags": [
        "aider",
        "ast",
        "claude-code",
        "code-analysis",
        "code-intelligence",
        "codex",
        "cursor",
        "cypher"
      ],
      "_stars": 2705,
      "_language": "C",
      "_full_name": "DeusData/codebase-memory-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.442937+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.555988+00:00"
    },
    {
      "slug": "gh-deedy5-ddgs",
      "name": "ddgs",
      "description": "A metasearch library that aggregates results from diverse web search services",
      "website": "https://github.com/deedy5/ddgs",
      "github_url": "https://github.com/deedy5/ddgs",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/deedy5/ddgs"
      },
      "tags": [
        "api",
        "ddgs",
        "dht",
        "mcp",
        "mcp-server",
        "metasearch",
        "p2p",
        "python"
      ],
      "_stars": 2669,
      "_language": "Python",
      "_full_name": "deedy5/ddgs",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.444510+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.563051+00:00"
    },
    {
      "slug": "gh-punitarani-fli",
      "name": "fli",
      "description": "Google Flights MCP, CLI and Python Library",
      "website": "https://deepwiki.com/punitarani/fli",
      "github_url": "https://github.com/punitarani/fli",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/punitarani/fli"
      },
      "tags": [
        "api",
        "flights-api",
        "google-flights",
        "google-flights-api",
        "mcp",
        "mcp-server"
      ],
      "_stars": 2667,
      "_language": "Python",
      "_full_name": "punitarani/fli",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.445539+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.560802+00:00"
    },
    {
      "slug": "gh-nowork-studio-notfair",
      "name": "NotFair",
      "description": "Open-source Claude Code skills for SEO, GEO, Google Ads, Meta Ads",
      "website": "https://notfair.co/",
      "github_url": "https://github.com/nowork-studio/NotFair",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nowork-studio/NotFair"
      },
      "tags": [
        "claude-code-plugin",
        "claude-skills",
        "geo",
        "googleads",
        "googleadsmcp",
        "mcp",
        "metaads",
        "seo"
      ],
      "_stars": 2643,
      "_language": "TypeScript",
      "_full_name": "nowork-studio/NotFair",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.446362+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.564173+00:00"
    },
    {
      "slug": "gh-go-nunu-nunu",
      "name": "nunu",
      "description": "A CLI tool for building Go applications.",
      "website": "https://go-nunu.github.io/nunu/",
      "github_url": "https://github.com/go-nunu/nunu",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/go-nunu/nunu"
      },
      "tags": [
        "ddd",
        "gin",
        "go",
        "golang",
        "golang-cli",
        "mcp",
        "mcp-client",
        "mcp-server"
      ],
      "_stars": 2566,
      "_language": "Go",
      "_full_name": "go-nunu/nunu",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.447192+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.565183+00:00"
    },
    {
      "slug": "gh-sparfenyuk-mcp-proxy",
      "name": "mcp-proxy",
      "description": "A bridge between Streamable HTTP and stdio MCP transports",
      "website": "https://github.com/sparfenyuk/mcp-proxy",
      "github_url": "https://github.com/sparfenyuk/mcp-proxy",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sparfenyuk/mcp-proxy"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "proxy",
        "sse",
        "streamable-http"
      ],
      "_stars": 2544,
      "_language": "Python",
      "_full_name": "sparfenyuk/mcp-proxy",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.447838+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.565828+00:00"
    },
    {
      "slug": "gh-unicomai-wanwu",
      "name": "wanwu",
      "description": "China Unicom's Yuanjing Wanwu Agent Platform is an enterprise-grade, multi-tenant AI agent development platform. It helps users build applications such as intelligent agents, workflows, and rag, and also supports model management. The platform features a developer-friendly license, and we welcome all developers to build upon the platform.",
      "website": "https://github.com/UnicomAI/wanwu",
      "github_url": "https://github.com/UnicomAI/wanwu",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/UnicomAI/wanwu"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "agentic-framework",
        "ai",
        "ai-agent",
        "ai-agent-development-framework",
        "ai-agents-framework",
        "development"
      ],
      "_stars": 2526,
      "_language": "Go",
      "_full_name": "UnicomAI/wanwu",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.448366+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.566710+00:00"
    },
    {
      "slug": "gh-asheshgoplani-agent-deck",
      "name": "agent-deck",
      "description": "Terminal session manager for AI coding agents. One TUI for Claude, Gemini, OpenCode, Codex, and more.",
      "website": "https://discord.gg/e4xSs6NBN8",
      "github_url": "https://github.com/asheshgoplani/agent-deck",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/asheshgoplani/agent-deck"
      },
      "tags": [
        "ai-agent",
        "ai-agents",
        "ai-coding-assistant",
        "aider",
        "bubble-tea",
        "claude-code",
        "cli",
        "codex"
      ],
      "_stars": 2516,
      "_language": "Go",
      "_full_name": "asheshgoplani/agent-deck",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.448816+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.568863+00:00"
    },
    {
      "slug": "gh-srbhptl39-mcp-superassistant",
      "name": "MCP-SuperAssistant",
      "description": "Brings MCP to ChatGPT, DeepSeek, Perplexity, Grok, Gemini, Google AI Studio, OpenRouter, DeepSeek, T3 Chat and more...",
      "website": "https://mcpsuperassistant.ai/",
      "github_url": "https://github.com/srbhptl39/MCP-SuperAssistant",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/srbhptl39/MCP-SuperAssistant"
      },
      "tags": [
        "aistudio",
        "assistant",
        "chatgpt",
        "deepseek",
        "gemini",
        "google",
        "grok",
        "kagi"
      ],
      "_stars": 2478,
      "_language": "TypeScript",
      "_full_name": "srbhptl39/MCP-SuperAssistant",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.449895+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.571101+00:00"
    },
    {
      "slug": "gh-always-further-nono",
      "name": "nono",
      "description": "Capability-based agent runtime with fine-grained policies . Brokering access directly within the agent's operating context, with zero setup and zero latency",
      "website": "https://nono.sh",
      "github_url": "https://github.com/always-further/nono",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/always-further/nono"
      },
      "tags": [
        "agent-sandbox",
        "agent-security",
        "ai-agent-sandbox",
        "ai-agent-security",
        "ai-agents",
        "ai-security",
        "ai-security-tool",
        "code-execution"
      ],
      "_stars": 2469,
      "_language": "Rust",
      "_full_name": "always-further/nono",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.451834+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.573600+00:00"
    },
    {
      "slug": "gh-snyk-agent-scan",
      "name": "agent-scan",
      "description": "Security scanner for AI agents, MCP servers and agent skills.",
      "website": "https://github.com/snyk/agent-scan",
      "github_url": "https://github.com/snyk/agent-scan",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/snyk/agent-scan"
      },
      "tags": [
        "agent",
        "ai",
        "mcp",
        "modelcontextprotocol",
        "security"
      ],
      "_stars": 2468,
      "_language": "Python",
      "_full_name": "snyk/agent-scan",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.452544+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.576493+00:00"
    },
    {
      "slug": "gh-papersgpt-papersgpt-for-zotero",
      "name": "papersgpt-for-zotero",
      "description": "A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.5, Claude, DeepSeek V4, Grok, OpenRouter, Kimi 2.6, GLM 5, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.7",
      "website": "https://www.papersgpt.com",
      "github_url": "https://github.com/papersgpt/papersgpt-for-zotero",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/papersgpt/papersgpt-for-zotero"
      },
      "tags": [
        "ai",
        "chat",
        "chatgpt",
        "claude",
        "deepresearch",
        "deepseek",
        "gemini",
        "gemma4"
      ],
      "_stars": 2408,
      "_language": "JavaScript",
      "_full_name": "papersgpt/papersgpt-for-zotero",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.453378+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.578112+00:00"
    },
    {
      "slug": "gh-microsoft-skills",
      "name": "skills",
      "description": "Skills, MCP servers, Custom Agents, Agents.md for SDKs to ground Coding Agents",
      "website": "https://microsoft.github.io/skills/",
      "github_url": "https://github.com/microsoft/skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/microsoft/skills"
      },
      "tags": [
        "agent-skills",
        "agents",
        "azure",
        "foundry",
        "mcp",
        "sdk",
        "skills"
      ],
      "_stars": 2384,
      "_language": "TypeScript",
      "_full_name": "microsoft/skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.454632+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.581296+00:00"
    },
    {
      "slug": "gh-sentrux-sentrux",
      "name": "sentrux",
      "description": "Real-time architectural sensor that helps AI agents close the feedback loop, enabling recursive self-improvement of code quality. Pure Rust.",
      "website": "https://sentrux.dev",
      "github_url": "https://github.com/sentrux/sentrux",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sentrux/sentrux"
      },
      "tags": [
        "agentharness",
        "architecture",
        "cobol",
        "cobol-language",
        "code-quality",
        "developer-tools",
        "harnessengineering",
        "mcp"
      ],
      "_stars": 2383,
      "_language": "Rust",
      "_full_name": "sentrux/sentrux",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.456311+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.581929+00:00"
    },
    {
      "slug": "gh-mattzcarey-shippie",
      "name": "shippie",
      "description": "extendable code review and QA agent \ud83d\udea2",
      "website": "https://shippie.dev",
      "github_url": "https://github.com/mattzcarey/shippie",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mattzcarey/shippie"
      },
      "tags": [
        "agent",
        "agents",
        "cicd",
        "code-quality",
        "code-review",
        "github",
        "gpt-4",
        "huggingface"
      ],
      "_stars": 2364,
      "_language": "TypeScript",
      "_full_name": "mattzcarey/shippie",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.457148+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.582363+00:00"
    },
    {
      "slug": "gh-metatool-ai-metamcp",
      "name": "metamcp",
      "description": "MCP Aggregator, Orchestrator, Middleware, Gateway in one docker",
      "website": "https://docs.metamcp.com",
      "github_url": "https://github.com/metatool-ai/metamcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/metatool-ai/metamcp"
      },
      "tags": [
        "mcp",
        "mcp-gateway",
        "mcp-host",
        "mcp-middleware",
        "mcp-server",
        "mcp-servers",
        "mcp-to-openapi",
        "mcp-tools"
      ],
      "_stars": 2349,
      "_language": "TypeScript",
      "_full_name": "metatool-ai/metamcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.457953+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.583110+00:00"
    },
    {
      "slug": "gh-nageoffer-ragent",
      "name": "ragent",
      "description": "\u4f01\u4e1a\u7ea7 Agentic RAG \u667a\u80fd\u4f53 - \u5168\u94fe\u8def\u8986\u76d6\u6587\u6863\u89e3\u6790\u3001\u591a\u8def\u68c0\u7d22\u3001\u610f\u56fe\u8bc6\u522b\u3001\u95ee\u9898\u91cd\u5199\u3001\u4f1a\u8bdd\u8bb0\u5fc6\u3001MCP \u5de5\u5177\u8c03\u7528\u4e0e\u6df1\u5ea6\u601d\u8003\u3002\u9762\u5411\u771f\u5b9e\u4e1a\u52a1\u573a\u666f\uff0c\u4ece 0 \u5230 1 \u5b8c\u6574\u5de5\u7a0b\u5b9e\u73b0\u3002",
      "website": "https://nageoffer.com/ragent",
      "github_url": "https://github.com/nageoffer/ragent",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nageoffer/ragent"
      },
      "tags": [
        "agent",
        "agentic-rag",
        "ai",
        "llm",
        "mcp",
        "rag",
        "springai"
      ],
      "_stars": 2336,
      "_language": "Java",
      "_full_name": "nageoffer/ragent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.459614+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.583975+00:00"
    },
    {
      "slug": "gh-genieincodebottle-generative-ai",
      "name": "generative-ai",
      "description": "Comprehensive resources on Generative AI, including a detailed roadmap, projects, use cases, interview preparation, and coding preparation.",
      "website": "https://aimlcompanion.ai/",
      "github_url": "https://github.com/genieincodebottle/generative-ai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/genieincodebottle/generative-ai"
      },
      "tags": [
        "agentic-ai",
        "agentic-framework",
        "claude",
        "gemini",
        "genai",
        "genai-usecase",
        "generative-ai",
        "interview-questions"
      ],
      "_stars": 2320,
      "_language": "Jupyter Notebook",
      "_full_name": "genieincodebottle/generative-ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.460849+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.584585+00:00"
    },
    {
      "slug": "gh-modelcontextprotocol-ext-apps",
      "name": "ext-apps",
      "description": "Official repo for spec & SDK of MCP Apps protocol - standard for UIs embedded AI chatbots, served by MCP servers",
      "website": "https://apps.extensions.modelcontextprotocol.io/",
      "github_url": "https://github.com/modelcontextprotocol/ext-apps",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/modelcontextprotocol/ext-apps"
      },
      "tags": [
        "ai",
        "apps",
        "mcp",
        "mcp-apps",
        "modelcontextprotocol",
        "ui"
      ],
      "_stars": 2308,
      "_language": "TypeScript",
      "_full_name": "modelcontextprotocol/ext-apps",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.461758+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.585137+00:00"
    },
    {
      "slug": "gh-liyupi-yu-ai-agent",
      "name": "yu-ai-agent",
      "description": "\u7f16\u7a0b\u5bfc\u822a 2025 \u5e74 AI \u5f00\u53d1\u5b9e\u6218\u65b0\u9879\u76ee\uff0c\u57fa\u4e8e Spring Boot 3 + Java 21 + Spring AI \u6784\u5efa AI \u604b\u7231\u5927\u5e08\u5e94\u7528\u548c ReAct \u6a21\u5f0f\u81ea\u4e3b\u89c4\u5212\u667a\u80fd\u4f53YuManus\uff0c\u8986\u76d6 AI \u5927\u6a21\u578b\u63a5\u5165\u3001Spring AI \u6838\u5fc3\u7279\u6027\u3001Prompt \u5de5\u7a0b\u548c\u4f18\u5316\u3001RAG \u68c0\u7d22\u589e\u5f3a\u3001\u5411\u91cf\u6570\u636e\u5e93\u3001Tool Calling \u5de5\u5177\u8c03\u7528\u3001MCP \u6a21\u578b\u4e0a\u4e0b\u6587\u534f\u8bae\u3001AI Agent \u5f00\u53d1\uff08Manas Java \u5b9e\u73b0\uff09\u3001Cursor AI \u5de5\u5177\u7b49\u6838\u5fc3\u77e5\u8bc6\u3002\u7528\u4e00\u5957\u6559\u7a0b\u5c06\u7a0b\u5e8f\u5458\u5fc5\u77e5\u5fc5\u4f1a\u7684 AI \u6280\u672f\u4e00\u7f51\u6253\u5c3d\uff0c\u5e2e\u4f60\u6210\u4e3a AI \u65f6\u4ee3\u4f01\u4e1a\u7684\u9999\u997d\u997d\uff0c\u7ed9\u4f60\u7684\u7b80\u5386\u548c\u6c42\u804c\u5927\u5e45\u589e\u52a0\u7ade\u4e89\u529b\u3002",
      "website": "https://www.codefather.cn",
      "github_url": "https://github.com/liyupi/yu-ai-agent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/liyupi/yu-ai-agent"
      },
      "tags": [
        "ai",
        "ai-model",
        "backend",
        "frontend",
        "java",
        "langchain4j",
        "mcp",
        "rag"
      ],
      "_stars": 2303,
      "_language": "Java",
      "_full_name": "liyupi/yu-ai-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.462815+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.586015+00:00"
    },
    {
      "slug": "gh-heshengtao-super-agent-party",
      "name": "super-agent-party",
      "description": "\u2b50 All-in-one AI companion! Super Agent Party = Self hosted neuro sama + openclaw! \u2b50 \u5168\u80fdAI\u4f34\u4fa3\uff01\u8d85\u7ea7\u667a\u80fd\u4f53\u6d3e\u5bf9 = \u81ea\u6258\u7ba1neuro sama + openclaw!",
      "website": "https://www.agentparty.top",
      "github_url": "https://github.com/heshengtao/super-agent-party",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/heshengtao/super-agent-party"
      },
      "tags": [
        "agent-skills",
        "ai-companion",
        "ai-vtuber",
        "claude-code",
        "comfyui",
        "cowork",
        "discord-bot",
        "home-assistant"
      ],
      "_stars": 2297,
      "_language": "JavaScript",
      "_full_name": "heshengtao/super-agent-party",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.463744+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.587382+00:00"
    },
    {
      "slug": "gh-heshengtao-comfyui-llm-party",
      "name": "comfyui_LLM_party",
      "description": "LLM Agent Framework in ComfyUI includes MCP sever, Omost,GPT-sovits, ChatTTS,GOT-OCR2.0, and FLUX prompt nodes,access to Feishu,discord,and adapts to all llms with similar openai / aisuite interfaces, such as o1,ollama, gemini, grok, qwen, GLM, deepseek, kimi,doubao. Adapted to local llms, vlm, gguf such as llama-3.3 Janus-Pro, Linkage graphRAG",
      "website": "https://github.com/heshengtao/comfyui_LLM_party",
      "github_url": "https://github.com/heshengtao/comfyui_LLM_party",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/heshengtao/comfyui_LLM_party"
      },
      "tags": [
        "agent",
        "comfyui",
        "dify",
        "flux",
        "gemini",
        "gguf",
        "gpt-sovits",
        "graphrag"
      ],
      "_stars": 2258,
      "_language": "Python",
      "_full_name": "heshengtao/comfyui_LLM_party",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.464417+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.588537+00:00"
    },
    {
      "slug": "gh-onecli-onecli",
      "name": "onecli",
      "description": "Open-source credential vault, give your AI agents access to services without exposing keys.",
      "website": "https://onecli.sh",
      "github_url": "https://github.com/onecli/onecli",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/onecli/onecli"
      },
      "tags": [
        "ai-agents",
        "cli",
        "mcp",
        "nanoclaw",
        "nodejs",
        "openclaw",
        "postgres",
        "rust"
      ],
      "_stars": 2246,
      "_language": "TypeScript",
      "_full_name": "onecli/onecli",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.464972+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.593248+00:00"
    },
    {
      "slug": "gh-callstackincubator-agent-device",
      "name": "agent-device",
      "description": "CLI to control iOS and Android devices for AI agents",
      "website": "https://agent-device.dev",
      "github_url": "https://github.com/callstackincubator/agent-device",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/callstackincubator/agent-device"
      },
      "tags": [
        "adb",
        "agentic-ai",
        "agents",
        "android-emulator",
        "automation",
        "e2e-testing",
        "expo",
        "ios-simulator"
      ],
      "_stars": 2245,
      "_language": "TypeScript",
      "_full_name": "callstackincubator/agent-device",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.465463+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.589620+00:00"
    },
    {
      "slug": "gh-jeremylongshore-claude-code-plugins-plus-skills",
      "name": "claude-code-plugins-plus-skills",
      "description": "425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.",
      "website": "https://tonsofskills.com",
      "github_url": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills"
      },
      "tags": [
        "agent-skills",
        "ai",
        "ai-agents",
        "anthropic",
        "automation",
        "claude-code",
        "claude-code-plugins",
        "developer-tools"
      ],
      "_stars": 2240,
      "_language": "Python",
      "_full_name": "jeremylongshore/claude-code-plugins-plus-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.466500+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.594917+00:00"
    },
    {
      "slug": "gh-jamubc-gemini-mcp-tool",
      "name": "gemini-mcp-tool",
      "description": "MCP server that enables AI assistants to interact with Google Gemini CLI, leveraging Gemini's massive token window for large file analysis and codebase understanding",
      "website": "https://jamubc.github.io/gemini-mcp-tool/",
      "github_url": "https://github.com/jamubc/gemini-mcp-tool",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jamubc/gemini-mcp-tool"
      },
      "tags": [
        "ai",
        "claude",
        "cli",
        "codebase-analysis",
        "file-analysis",
        "gemini",
        "mcp",
        "model-context-protocol"
      ],
      "_stars": 2224,
      "_language": "TypeScript",
      "_full_name": "jamubc/gemini-mcp-tool",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.467525+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.597116+00:00"
    },
    {
      "slug": "gh-daodao97-chatmcp",
      "name": "chatmcp",
      "description": "ChatMCP is an AI chat client implementing the Model Context Protocol (MCP).",
      "website": "https://daodao97.github.io/chatmcp/",
      "github_url": "https://github.com/daodao97/chatmcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/daodao97/chatmcp"
      },
      "tags": [
        "ai",
        "chat",
        "client",
        "mcp",
        "mcp-client"
      ],
      "_stars": 2197,
      "_language": "Dart",
      "_full_name": "daodao97/chatmcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.468463+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.598522+00:00"
    },
    {
      "slug": "gh-tabularisdb-tabularis",
      "name": "tabularis",
      "description": "A lightweight, cross-platform database client for developers. Supports MySQL, PostgreSQL and SQLite. Hackable with plugins. Built for speed, security, and aesthetics.",
      "website": "http://tabularis.dev",
      "github_url": "https://github.com/TabularisDB/tabularis",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TabularisDB/tabularis"
      },
      "tags": [
        "ai-agent",
        "ai-assistant",
        "cross-platform",
        "database-client",
        "database-gui",
        "database-management",
        "database-tool",
        "developer-tools"
      ],
      "_stars": 2182,
      "_language": "TypeScript",
      "_full_name": "TabularisDB/tabularis",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.469368+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.599195+00:00"
    },
    {
      "slug": "gh-yvgude-lean-ctx",
      "name": "lean-ctx",
      "description": "Lean Cortex -- the cognitive context layer for agentic systems. 51+ MCP tools, 10 read modes, 95+ shell patterns. Up to 99% token savings. Works with Cursor, Claude Code, Copilot, Windsurf, Codex, Gemini.",
      "website": "https://leanctx.com",
      "github_url": "https://github.com/yvgude/lean-ctx",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yvgude/lean-ctx"
      },
      "tags": [
        "agentic-coding",
        "ai",
        "ai-coding",
        "claude-code",
        "context-engineering",
        "context-layer",
        "copilot",
        "cursor"
      ],
      "_stars": 2167,
      "_language": "Rust",
      "_full_name": "yvgude/lean-ctx",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.470306+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.599812+00:00"
    },
    {
      "slug": "gh-knowsuchagency-mcp2cli",
      "name": "mcp2cli",
      "description": "Turn any MCP, OpenAPI, or GraphQL server into a CLI \u2014 at runtime, with zero codegen",
      "website": "https://pypi.org/project/mcp2cli/",
      "github_url": "https://github.com/knowsuchagency/mcp2cli",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/knowsuchagency/mcp2cli"
      },
      "tags": [
        "ai",
        "cli",
        "graphql",
        "mcp",
        "openapi"
      ],
      "_stars": 2160,
      "_language": "Python",
      "_full_name": "knowsuchagency/mcp2cli",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.471235+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.600446+00:00"
    },
    {
      "slug": "gh-apconw-aix-db",
      "name": "Aix-DB",
      "description": "Aix-DB \u57fa\u4e8e LangChain/LangGraph \u6846\u67b6\uff0c\u7ed3\u5408 MCP Skills \u591a\u667a\u80fd\u4f53\u534f\u4f5c\u67b6\u6784\uff0c\u5b9e\u73b0\u81ea\u7136\u8bed\u8a00\u5230\u6570\u636e\u6d1e\u5bdf\u7684\u7aef\u5230\u7aef\u8f6c\u6362\u3002",
      "website": "https://github.com/apconw/Aix-DB",
      "github_url": "https://github.com/apconw/Aix-DB",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apconw/Aix-DB"
      },
      "tags": [
        "bigdata",
        "deepseek-r1",
        "dify",
        "echarts",
        "lamaindex",
        "langchain",
        "langgraph-python",
        "llm"
      ],
      "_stars": 2132,
      "_language": "JavaScript",
      "_full_name": "apconw/Aix-DB",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.472971+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.601799+00:00"
    },
    {
      "slug": "gh-amoylab-unla",
      "name": "Unla",
      "description": "\ud83e\udde9 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.",
      "website": "https://github.com/AmoyLab/Unla",
      "github_url": "https://github.com/AmoyLab/Unla",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AmoyLab/Unla"
      },
      "tags": [
        "awesome",
        "mcp",
        "mcp-adapter",
        "mcp-gateway",
        "mcp-server",
        "rest-to-mcp",
        "restful-to-mcp"
      ],
      "_stars": 2120,
      "_language": "TypeScript",
      "_full_name": "AmoyLab/Unla",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.473701+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.602727+00:00"
    },
    {
      "slug": "gh-samanhappy-mcphub",
      "name": "mcphub",
      "description": "A unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies.",
      "website": "https://docs.mcphub.app",
      "github_url": "https://github.com/samanhappy/mcphub",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/samanhappy/mcphub"
      },
      "tags": [
        "mcp",
        "mcp-gateway",
        "mcp-hub",
        "mcp-router",
        "mcp-server"
      ],
      "_stars": 2099,
      "_language": "TypeScript",
      "_full_name": "samanhappy/mcphub",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.475025+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.603944+00:00"
    },
    {
      "slug": "gh-every-app-open-seo",
      "name": "open-seo",
      "description": "Open source alternative to Semrush and Ahrefs",
      "website": "https://openseo.so",
      "github_url": "https://github.com/every-app/open-seo",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/every-app/open-seo"
      },
      "tags": [
        "backlink-analysis",
        "keyword-research",
        "mcp",
        "seo",
        "seo-tools",
        "site-audit"
      ],
      "_stars": 2082,
      "_language": "TypeScript",
      "_full_name": "every-app/open-seo",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.475967+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.604997+00:00"
    },
    {
      "slug": "gh-bethington-ghidra-mcp",
      "name": "ghidra-mcp",
      "description": "Ghidra MCP Server \u2014 200+ MCP tools for AI-powered reverse engineering. GUI plugin + headless server, lazy tool loading, convention enforcement, batch operations, Ghidra Server integration, and Docker deployment.",
      "website": "https://github.com/bethington/ghidra-mcp",
      "github_url": "https://github.com/bethington/ghidra-mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bethington/ghidra-mcp"
      },
      "tags": [
        "ai",
        "binary-analysis",
        "ghidra",
        "ghidra-extension",
        "java",
        "mcp",
        "mcp-server",
        "model-context-protocol"
      ],
      "_stars": 2082,
      "_language": "Java",
      "_full_name": "bethington/ghidra-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.477053+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.604510+00:00"
    },
    {
      "slug": "gh-mcp-router-mcp-router",
      "name": "mcp-router",
      "description": "A Unified MCP Server Management App (MCP Manager).",
      "website": "https://mcp-router.net",
      "github_url": "https://github.com/mcp-router/mcp-router",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mcp-router/mcp-router"
      },
      "tags": [
        "llm",
        "llmops",
        "mcp",
        "mcp-client",
        "mcp-manager",
        "mcp-router",
        "mcp-server",
        "mcp-servers"
      ],
      "_stars": 2026,
      "_language": "TypeScript",
      "_full_name": "mcp-router/mcp-router",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.478177+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.605423+00:00"
    },
    {
      "slug": "gh-superglue-ai-superglue",
      "name": "superglue",
      "description": "superglue (YC W25) builds integrations and tools from natural language. Get production-grade tools for long tail and enterprise systems.",
      "website": "https://superglue.ai",
      "github_url": "https://github.com/superglue-ai/superglue",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/superglue-ai/superglue"
      },
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "api",
        "api-gateway",
        "api-orchestration",
        "developer-tools",
        "etl-automation"
      ],
      "_stars": 2017,
      "_language": "TypeScript",
      "_full_name": "superglue-ai/superglue",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.479297+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.606116+00:00"
    },
    {
      "slug": "gh-chatmcp-mcpso",
      "name": "mcpso",
      "description": "directory for Awesome MCP Servers",
      "website": "https://mcp.so",
      "github_url": "https://github.com/chatmcp/mcpso",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chatmcp/mcpso"
      },
      "tags": [
        "awesome-mcp-servers",
        "mcp",
        "mcp-server-store",
        "mcp-servers",
        "mcp-servers-directory"
      ],
      "_stars": 2009,
      "_language": "TypeScript",
      "_full_name": "chatmcp/mcpso",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.481398+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.610805+00:00"
    },
    {
      "slug": "gh-beelzebub-labs-beelzebub",
      "name": "beelzebub",
      "description": "A secure low code deception runtime framework, leveraging AI for System Virtualization.",
      "website": "https://docs.beelzebub.ai",
      "github_url": "https://github.com/beelzebub-labs/beelzebub",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/beelzebub-labs/beelzebub"
      },
      "tags": [
        "acis",
        "agentic-ai-security",
        "cloudnative",
        "cloudsecurity",
        "cybersecurity",
        "deception",
        "decoys",
        "framework"
      ],
      "_stars": 2005,
      "_language": "Go",
      "_full_name": "beelzebub-labs/beelzebub",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.483328+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.613406+00:00"
    },
    {
      "slug": "gh-chopratejas-headroom",
      "name": "headroom",
      "description": "Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.",
      "website": "https://headroom-docs.vercel.app/docs",
      "github_url": "https://github.com/chopratejas/headroom",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chopratejas/headroom"
      },
      "tags": [
        "agent",
        "ai",
        "anthropic",
        "claude-code",
        "compression",
        "context-engineering",
        "context-window",
        "cursor"
      ],
      "_stars": 2002,
      "_language": "Python",
      "_full_name": "chopratejas/headroom",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.484484+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.615376+00:00"
    },
    {
      "slug": "gh-stickerdaniel-linkedin-mcp-server",
      "name": "linkedin-mcp-server",
      "description": "Open-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI assistant access to profiles, companies, jobs, and messages.",
      "website": "https://github.com/stickerdaniel/linkedin-mcp-server",
      "github_url": "https://github.com/stickerdaniel/linkedin-mcp-server",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stickerdaniel/linkedin-mcp-server"
      },
      "tags": [
        "ai-agents",
        "anthropic",
        "chatgpt",
        "chatgpt-desktop",
        "claude",
        "claude-ai",
        "claude-code",
        "claude-desktop"
      ],
      "_stars": 1998,
      "_language": "Python",
      "_full_name": "stickerdaniel/linkedin-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.485169+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.616649+00:00"
    },
    {
      "slug": "gh-kochava-studios-witsy",
      "name": "witsy",
      "description": "Witsy: desktop AI assistant / universal MCP client",
      "website": "https://github.com/Kochava-Studios/witsy",
      "github_url": "https://github.com/Kochava-Studios/witsy",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Kochava-Studios/witsy"
      },
      "tags": [
        "anthropic",
        "deepseek",
        "electron-app",
        "electronjs",
        "gemini",
        "genai",
        "googleai",
        "groq"
      ],
      "_stars": 1974,
      "_language": "TypeScript",
      "_full_name": "Kochava-Studios/witsy",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.485794+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.618094+00:00"
    },
    {
      "slug": "gh-mcpjam-inspector",
      "name": "inspector",
      "description": "Testing and evaluation platform to chat, inspect, and debug MCP servers, MCP apps, and ChatGPT apps.",
      "website": "https://www.mcpjam.com/",
      "github_url": "https://github.com/MCPJam/inspector",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MCPJam/inspector"
      },
      "tags": [
        "anthropic",
        "chatgpt",
        "cicd",
        "debugger",
        "evals",
        "evaluation",
        "inspector",
        "mcp"
      ],
      "_stars": 1967,
      "_language": "TypeScript",
      "_full_name": "MCPJam/inspector",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.486555+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.619780+00:00"
    },
    {
      "slug": "gh-aws-amazon-q-developer-cli",
      "name": "amazon-q-developer-cli",
      "description": "\u2728 Agentic chat experience in your terminal. Build applications using natural language.",
      "website": "https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-installing.html",
      "github_url": "https://github.com/aws/amazon-q-developer-cli",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aws/amazon-q-developer-cli"
      },
      "tags": [
        "agent",
        "ai",
        "amazon-q",
        "cli",
        "linux",
        "llm",
        "macos",
        "mcp"
      ],
      "_stars": 1966,
      "_language": "Rust",
      "_full_name": "aws/amazon-q-developer-cli",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.487334+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.620774+00:00"
    },
    {
      "slug": "gh-dicklesworthstone-mcp-agent-mail",
      "name": "mcp_agent_mail",
      "description": "Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite",
      "website": "https://github.com/Dicklesworthstone/mcp_agent_mail",
      "github_url": "https://github.com/Dicklesworthstone/mcp_agent_mail",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Dicklesworthstone/mcp_agent_mail"
      },
      "tags": [
        "ai-agents",
        "coordination",
        "fastmcp",
        "mcp",
        "python"
      ],
      "_stars": 1957,
      "_language": "Python",
      "_full_name": "Dicklesworthstone/mcp_agent_mail",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.488096+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.621469+00:00"
    },
    {
      "slug": "gh-nvidia-nemo-datadesigner",
      "name": "DataDesigner",
      "description": "\ud83c\udfa8 NeMo Data Designer: Generate high-quality synthetic data from scratch or from seed data.",
      "website": "https://nvidia-nemo.github.io/DataDesigner/",
      "github_url": "https://github.com/NVIDIA-NeMo/DataDesigner",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/NVIDIA-NeMo/DataDesigner"
      },
      "tags": [
        "agentic-ai",
        "data-augmentation",
        "data-generation",
        "llm",
        "mcp",
        "multimodal",
        "nemo",
        "nvidia"
      ],
      "_stars": 1906,
      "_language": "Python",
      "_full_name": "NVIDIA-NeMo/DataDesigner",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.488871+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.622273+00:00"
    },
    {
      "slug": "gh-yomorun-yomo",
      "name": "yomo",
      "description": "\ud83e\udd96 Serverless AI Agent Framework with Geo-distributed Edge AI Infra.",
      "website": "https://yomo.run",
      "github_url": "https://github.com/yomorun/yomo",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yomorun/yomo"
      },
      "tags": [
        "a2a-protocol",
        "chatgpt",
        "claude-code",
        "cursor",
        "distributed-cloud",
        "function-calling",
        "geodistributedsystems",
        "low-latency"
      ],
      "_stars": 1903,
      "_language": "Rust",
      "_full_name": "yomorun/yomo",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.489696+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.623141+00:00"
    },
    {
      "slug": "gh-dembrandt-dembrandt",
      "name": "dembrandt",
      "description": "Extract any website\u2019s design system into tokens in seconds: logo, colors, typography, borders & more. One command.",
      "website": "http://dembrandt.com/",
      "github_url": "https://github.com/dembrandt/dembrandt",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dembrandt/dembrandt"
      },
      "tags": [
        "brand-audits",
        "css",
        "design-engineering",
        "design-md",
        "design-ops",
        "design-systems",
        "design-to-code",
        "design-tokens"
      ],
      "_stars": 1880,
      "_language": "JavaScript",
      "_full_name": "dembrandt/dembrandt",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.490910+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.626842+00:00"
    },
    {
      "slug": "gh-repowise-dev-repowise",
      "name": "repowise",
      "description": "Codebase intelligence for AI-assisted engineering teams: code health scores, auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP.",
      "website": "https://repowise.dev",
      "github_url": "https://github.com/repowise-dev/repowise",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/repowise-dev/repowise"
      },
      "tags": [
        "ai",
        "code-complexity",
        "code-health",
        "code-intelligence",
        "code-quality",
        "dead-code",
        "developer-tools",
        "documentation"
      ],
      "_stars": 1850,
      "_language": "Python",
      "_full_name": "repowise-dev/repowise",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.491645+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.629708+00:00"
    },
    {
      "slug": "gh-chrisryugj-korean-law-mcp",
      "name": "korean-law-mcp",
      "description": "\uad6d\uac00\ubc95\ub839\uc815\ubcf4MCP v4.0 | \ubc95\uc81c\ucc98 42\uac1c API \u2192 17\uac1c MCP \ub3c4\uad6c. \ubc95\ub839\u00b7\ud310\ub840\u00b7\uc870\ub840 \uac80\uc0c9 + LLM \ud658\uac01 \ubc29\uc9c0 \uc778\uc6a9\uac80\uc99d + \uc870\ubb38 \uc601\ud5a5 \uadf8\ub798\ud504(impact_map) + \uc2dc\uc810 \ube44\uad50 \uc790\ub3d9 diff(time_travel) + \uc774\ub7f4 \ub550 \uc774\ub807\uac8c, 5\ub2e8\uacc4 \uc548\ub0b4(action_plan) | 42 Korean legal APIs \u2192 17 MCP tools",
      "website": "https://www.npmjs.com/package/korean-law-mcp",
      "github_url": "https://github.com/chrisryugj/korean-law-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chrisryugj/korean-law-mcp"
      },
      "tags": [
        "citation-verification",
        "citizen-guide",
        "claude",
        "hallucination-detection",
        "impact-graph",
        "korean-law",
        "law",
        "law-diff"
      ],
      "_stars": 1831,
      "_language": "TypeScript",
      "_full_name": "chrisryugj/korean-law-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.492411+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.631846+00:00"
    },
    {
      "slug": "gh-aaronjmars-opendia",
      "name": "opendia",
      "description": "Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.",
      "website": "https://github.com/aaronjmars/opendia",
      "github_url": "https://github.com/aaronjmars/opendia",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aaronjmars/opendia"
      },
      "tags": [
        "automation",
        "chrome-extension",
        "dia",
        "mcp",
        "npm",
        "npm-package"
      ],
      "_stars": 1818,
      "_language": "JavaScript",
      "_full_name": "aaronjmars/opendia",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.494105+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.633366+00:00"
    },
    {
      "slug": "gh-tongyi-mai-mai-ui",
      "name": "MAI-UI",
      "description": "MAI-UI: Real-World Centric Foundation GUI Agents ranging from 2B to 235B",
      "website": "https://tongyi-mai.github.io/MAI-UI-blog",
      "github_url": "https://github.com/Tongyi-MAI/MAI-UI",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Tongyi-MAI/MAI-UI"
      },
      "tags": [
        "device-cloud-collaboration",
        "gui-agent",
        "gui-grounding",
        "gui-navigation",
        "mcp"
      ],
      "_stars": 1810,
      "_language": "Jupyter Notebook",
      "_full_name": "Tongyi-MAI/MAI-UI",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.495418+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.634055+00:00"
    },
    {
      "slug": "gh-szczyglis-dev-py-gpt",
      "name": "py-gpt",
      "description": "Desktop AI Assistant powered by GPT-5, GPT-4, o1, o3, Gemini, Claude, Ollama, DeepSeek, Perplexity, Grok, Bielik, chat, vision, voice, RAG, image and video generation, agents, tools, MCP, plugins, speech synthesis and recognition, web search, memory, presets, assistants,and more. Linux, Windows, Mac",
      "website": "https://pygpt.net",
      "github_url": "https://github.com/szczyglis-dev/py-gpt",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/szczyglis-dev/py-gpt"
      },
      "tags": [
        "ai",
        "ai-assistant",
        "artificial-intelligence",
        "autonomous-agent",
        "chatbot",
        "claude",
        "deepseek",
        "desktop-app"
      ],
      "_stars": 1795,
      "_language": "Python",
      "_full_name": "szczyglis-dev/py-gpt",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.496186+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.634635+00:00"
    },
    {
      "slug": "gh-opensquilla-opensquilla",
      "name": "opensquilla",
      "description": "OpenSquilla \u2014 Token-Efficient AI Agent with same budget, higher intelligence density",
      "website": "https://opensquilla.ai",
      "github_url": "https://github.com/opensquilla/opensquilla",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/opensquilla/opensquilla"
      },
      "tags": [
        "agent",
        "ai",
        "ai-agents",
        "deep-learning",
        "foundation-models",
        "llm",
        "mcp",
        "memory"
      ],
      "_stars": 1774,
      "_language": "Python",
      "_full_name": "opensquilla/opensquilla",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.496694+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.636049+00:00"
    },
    {
      "slug": "gh-root-gg-plik",
      "name": "plik",
      "description": "Plik is a temporary file upload system (Wetransfer like) in Go.",
      "website": "https://plik.root.gg",
      "github_url": "https://github.com/root-gg/plik",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/root-gg/plik"
      },
      "tags": [
        "docker",
        "e2ee",
        "file-sharing",
        "file-upload",
        "golang",
        "mcp",
        "self-hosted"
      ],
      "_stars": 1763,
      "_language": "Go",
      "_full_name": "root-gg/plik",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.497840+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.637898+00:00"
    },
    {
      "slug": "gh-minecraft-dev-minecraftdev",
      "name": "MinecraftDev",
      "description": "Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.",
      "website": "https://mcdev.io/",
      "github_url": "https://github.com/minecraft-dev/MinecraftDev",
      "pricing": "free",
      "license": "LGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/minecraft-dev/MinecraftDev"
      },
      "tags": [
        "architectury",
        "bukkit",
        "bungeecord",
        "fabricmc",
        "forge",
        "gradle",
        "gradle-kotlin-dsl",
        "intellij"
      ],
      "_stars": 1760,
      "_language": "Kotlin",
      "_full_name": "minecraft-dev/MinecraftDev",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.498621+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.639012+00:00"
    },
    {
      "slug": "gh-llmsresearch-paperbanana",
      "name": "paperbanana",
      "description": "Open source implementation and extension of Google Research\u2019s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.",
      "website": "https://github.com/llmsresearch/paperbanana",
      "github_url": "https://github.com/llmsresearch/paperbanana",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/llmsresearch/paperbanana"
      },
      "tags": [
        "academic-diagrams",
        "academic-research",
        "agentic-ai",
        "arxiv",
        "diagram-generation",
        "gemini",
        "google-gemini",
        "llm"
      ],
      "_stars": 1757,
      "_language": "Python",
      "_full_name": "llmsresearch/paperbanana",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.500258+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.640476+00:00"
    },
    {
      "slug": "gh-timescale-pg-aiguide",
      "name": "pg-aiguide",
      "description": "MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.",
      "website": "https://github.com/timescale/pg-aiguide",
      "github_url": "https://github.com/timescale/pg-aiguide",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/timescale/pg-aiguide"
      },
      "tags": [
        "ai",
        "ai-agents",
        "ai-coding",
        "claude-code-plugin",
        "claude-code-plugins",
        "claude-code-plugins-marketplace",
        "claude-marketplace",
        "claude-plugin"
      ],
      "_stars": 1741,
      "_language": "Python",
      "_full_name": "timescale/pg-aiguide",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.501407+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.643028+00:00"
    },
    {
      "slug": "gh-signerlabs-klee",
      "name": "Klee",
      "description": "A native macOS AI chat app powered by MLX. 100% local inference on Apple Silicon, no cloud required. Built with ShipSwift.",
      "website": "https://shipswift.app",
      "github_url": "https://github.com/signerlabs/Klee",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/signerlabs/Klee"
      },
      "tags": [
        "app",
        "apple-silicon",
        "klee",
        "llm",
        "mcp",
        "mlx",
        "self-hosted",
        "swift"
      ],
      "_stars": 1736,
      "_language": "Swift",
      "_full_name": "signerlabs/Klee",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.502362+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.644977+00:00"
    },
    {
      "slug": "gh-cocoindex-io-cocoindex-code",
      "name": "cocoindex-code",
      "description": "A super light-weight embedded code search engine CLI (AST based) that just works - saves 70% token and improves speed for coding agent  \ud83c\udf1f Star if you like it!",
      "website": "https://cocoindex.io/",
      "github_url": "https://github.com/cocoindex-io/cocoindex-code",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cocoindex-io/cocoindex-code"
      },
      "tags": [
        "agents",
        "ast",
        "cocoindex",
        "code-search",
        "coding-agent",
        "context-engineering",
        "indexing",
        "mcp"
      ],
      "_stars": 1735,
      "_language": "Python",
      "_full_name": "cocoindex-io/cocoindex-code",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.503049+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.647089+00:00"
    },
    {
      "slug": "gh-signerlabs-shipswift",
      "name": "ShipSwift",
      "description": "AI-native SwiftUI component library with full-stack recipes \u2014 connect via MCP for instant access.",
      "website": "https://shipswift.app",
      "github_url": "https://github.com/signerlabs/ShipSwift",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/signerlabs/ShipSwift"
      },
      "tags": [
        "ai",
        "animation",
        "chart",
        "component-library",
        "ios",
        "mcp",
        "swift",
        "swiftui"
      ],
      "_stars": 1726,
      "_language": "Swift",
      "_full_name": "signerlabs/ShipSwift",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.503577+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.648237+00:00"
    },
    {
      "slug": "gh-southleft-figma-console-mcp",
      "name": "figma-console-mcp",
      "description": "Your design system as an API. Connect AI to Figma for extraction, creation, and debugging.",
      "website": "https://southleft.com",
      "github_url": "https://github.com/southleft/figma-console-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/southleft/figma-console-mcp"
      },
      "tags": [
        "ai",
        "design-systems",
        "figma",
        "figma-api",
        "figma-plugins",
        "mcp"
      ],
      "_stars": 1724,
      "_language": "TypeScript",
      "_full_name": "southleft/figma-console-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.504094+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.648872+00:00"
    },
    {
      "slug": "gh-kubb-labs-kubb",
      "name": "kubb",
      "description": "\ud83e\udde1 The meta framework for code generation. Automate OpenAPI to type-safe TypeScript, Zod, and TanStack Query with a modular, plugin-based engine.",
      "website": "https://kubb.dev",
      "github_url": "https://github.com/kubb-labs/kubb",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kubb-labs/kubb"
      },
      "tags": [
        "axios",
        "claude",
        "codegen",
        "faker",
        "kubb",
        "mcp",
        "msw",
        "openapi"
      ],
      "_stars": 1722,
      "_language": "TypeScript",
      "_full_name": "kubb-labs/kubb",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.504598+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.649443+00:00"
    },
    {
      "slug": "gh-wenyuchiou-awesome-agentic-ai-zh",
      "name": "awesome-agentic-ai-zh",
      "description": "A structured, trilingual (\u7e41\u4e2d / \u7b80\u4e2d / English) learning roadmap for agentic AI \u2014 from LLM basics to multi-agent systems. 8 stages \u00b7 145+ curated projects \u00b7 hands-on exercises. \u4e2d\u6587 AI agent \u5b78\u7fd2\u5730\u5716\u3002",
      "website": "https://wenyuchiou.github.io/awesome-agentic-ai-zh/",
      "github_url": "https://github.com/WenyuChiou/awesome-agentic-ai-zh",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/WenyuChiou/awesome-agentic-ai-zh"
      },
      "tags": [
        "agentic-ai",
        "ai-agents",
        "awesome-list",
        "claude-code",
        "claude-skills",
        "cli",
        "learning-roadmap",
        "llm-agents"
      ],
      "_stars": 1719,
      "_language": "Python",
      "_full_name": "WenyuChiou/awesome-agentic-ai-zh",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.505360+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.650142+00:00"
    },
    {
      "slug": "gh-yoanbernabeu-grepai",
      "name": "grepai",
      "description": "Semantic Search & Call Graphs for AI Agents (100% Local)",
      "website": "https://yoanbernabeu.github.io/grepai/",
      "github_url": "https://github.com/yoanbernabeu/grepai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yoanbernabeu/grepai"
      },
      "tags": [
        "ai",
        "claude-code",
        "cli",
        "code-search",
        "cursor",
        "developer-tools",
        "embeddings",
        "golang"
      ],
      "_stars": 1695,
      "_language": "C",
      "_full_name": "yoanbernabeu/grepai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.506713+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.652288+00:00"
    },
    {
      "slug": "gh-supermemoryai-supermemory-mcp",
      "name": "supermemory-mcp",
      "description": "Your memories are in ChatGPT... But nowhere else. Universal Memory MCP makes your memories available to every single LLM. No logins or paywall. One command to set it up.",
      "website": "https://mcp.supermemory.ai",
      "github_url": "https://github.com/supermemoryai/supermemory-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/supermemoryai/supermemory-mcp"
      },
      "tags": [
        "cloudflare",
        "mcp"
      ],
      "_stars": 1689,
      "_language": "TypeScript",
      "_full_name": "supermemoryai/supermemory-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.507160+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.654438+00:00"
    },
    {
      "slug": "gh-glidea-zenfeed",
      "name": "zenfeed",
      "description": "Make RSS \ud83d\udcf0 great again with AI \ud83e\udde0\u2728!! [\u4f5c\u8005\u65b0\u5f00\u7684Gpt\u6a21\u578b\u4e2d\u8f6c\u7ad9 - 0.2 \u500d\u7387, 0.2\u5143\u5f531\u5200\u82b1\uff0c\u6bd4\u5b98\u65b9\u4fbf\u5b9c35\u500d  https://token.glidea.app]",
      "website": "https://zenfeed.xyz",
      "github_url": "https://github.com/glidea/zenfeed",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/glidea/zenfeed"
      },
      "tags": [
        "ai",
        "deepseek",
        "email",
        "mcp",
        "mcp-server",
        "monitoring",
        "openai",
        "prometheus"
      ],
      "_stars": 1687,
      "_language": "Go",
      "_full_name": "glidea/zenfeed",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.507946+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.655776+00:00"
    },
    {
      "slug": "gh-microsoftdocs-mcp",
      "name": "mcp",
      "description": "Official Microsoft Learn MCP Server and CLI tool \u2013 powering LLMs and AI agents with real-time, trusted Microsoft docs & code samples.",
      "website": "https://learn.microsoft.com",
      "github_url": "https://github.com/MicrosoftDocs/mcp",
      "pricing": "free",
      "license": "cc-by-4.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MicrosoftDocs/mcp"
      },
      "tags": [
        "ai",
        "ai-agents",
        "cli",
        "copilot",
        "documentation",
        "learn-cli",
        "llm",
        "mcp"
      ],
      "_stars": 1658,
      "_language": "TypeScript",
      "_full_name": "MicrosoftDocs/mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.509259+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.657708+00:00"
    },
    {
      "slug": "gh-amitshekhariitbhu-ai-engineering-interview-questions",
      "name": "ai-engineering-interview-questions",
      "description": "Your Cheat Sheet for AI Engineering Interview \u2013 Questions and Answers.",
      "website": "https://outcomeschool.com/program/ai-and-machine-learning",
      "github_url": "https://github.com/amitshekhariitbhu/ai-engineering-interview-questions",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/amitshekhariitbhu/ai-engineering-interview-questions"
      },
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "ai-engineering",
        "fine-tuning",
        "interview",
        "interview-preparation",
        "interview-questions"
      ],
      "_stars": 1630,
      "_language": "Markdown",
      "_full_name": "amitshekhariitbhu/ai-engineering-interview-questions",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.510263+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.660903+00:00"
    },
    {
      "slug": "gh-containers-kubernetes-mcp-server",
      "name": "kubernetes-mcp-server",
      "description": "Model Context Protocol (MCP) server for Kubernetes and OpenShift",
      "website": "https://github.com/containers/kubernetes-mcp-server",
      "github_url": "https://github.com/containers/kubernetes-mcp-server",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/containers/kubernetes-mcp-server"
      },
      "tags": [
        "containers",
        "context",
        "kubernetes",
        "kubernetes-mcp",
        "mcp",
        "model",
        "modelcontextprotocol",
        "openshift"
      ],
      "_stars": 1620,
      "_language": "Go",
      "_full_name": "containers/kubernetes-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.511226+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.665183+00:00"
    },
    {
      "slug": "gh-lorryjovens-hub-claude-code-rust",
      "name": "claude-code-rust",
      "description": "\ud83d\ude80 Rust \u5168\u91cf\u91cd\u6784\u7684 Claude Code - \u6027\u80fd\u63d0\u5347 2.5x\uff0c\u4f53\u79ef\u51cf\u5c11 97% | High-performance Rust implementation of Claude Code with 2.5x faster startup and 97% smaller binary",
      "website": "https://github.com/lorryjovens-hub/claude-code-rust",
      "github_url": "https://github.com/lorryjovens-hub/claude-code-rust",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lorryjovens-hub/claude-code-rust"
      },
      "tags": [
        "ai",
        "claude",
        "cli",
        "mcp",
        "performance",
        "repl",
        "rust"
      ],
      "_stars": 1612,
      "_language": "TypeScript",
      "_full_name": "lorryjovens-hub/claude-code-rust",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.511853+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.666814+00:00"
    },
    {
      "slug": "gh-f-mcptools",
      "name": "mcptools",
      "description": "A command-line interface for interacting with MCP (Model Context Protocol) servers using both stdio and HTTP transport.",
      "website": "https://github.com/f/mcptools",
      "github_url": "https://github.com/f/mcptools",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/f/mcptools"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "modelcontextprotocol"
      ],
      "_stars": 1588,
      "_language": "Go",
      "_full_name": "f/mcptools",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.512482+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.668941+00:00"
    },
    {
      "slug": "gh-mcp-brasil-mcp-brasil",
      "name": "mcp-brasil",
      "description": "MCP Server para 70 APIs p\u00fablicas brasileiras",
      "website": "https://github.com/Mcp-Brasil/mcp-brasil",
      "github_url": "https://github.com/Mcp-Brasil/mcp-brasil",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Mcp-Brasil/mcp-brasil"
      },
      "tags": [
        "ai-agents",
        "apis-publicas",
        "brazil",
        "claude",
        "fastmcp",
        "governo",
        "llm",
        "mcp"
      ],
      "_stars": 1575,
      "_language": "Python",
      "_full_name": "Mcp-Brasil/mcp-brasil",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.513077+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.671902+00:00"
    },
    {
      "slug": "gh-stripe-ai",
      "name": "ai",
      "description": "One-stop shop for building AI-powered products and businesses with Stripe.",
      "website": "https://docs.stripe.com/agents",
      "github_url": "https://github.com/stripe/ai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stripe/ai"
      },
      "tags": [
        "ai",
        "llm",
        "llm-agents",
        "mcp",
        "python",
        "typescript",
        "workflows"
      ],
      "_stars": 1571,
      "_language": "TypeScript",
      "_full_name": "stripe/ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.513822+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.681140+00:00"
    },
    {
      "slug": "gh-yilewang-llm-for-zotero",
      "name": "llm-for-zotero",
      "description": "A research agent system deeply rooted in your own Zotero library.",
      "website": "https://yilewang.github.io/llm-for-zotero",
      "github_url": "https://github.com/yilewang/llm-for-zotero",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yilewang/llm-for-zotero"
      },
      "tags": [
        "academic-paper",
        "codex",
        "literature-analysis",
        "llm-agent",
        "mcp",
        "rag",
        "research-tool",
        "zotero"
      ],
      "_stars": 1570,
      "_language": "TypeScript",
      "_full_name": "yilewang/llm-for-zotero",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.514402+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.677642+00:00"
    },
    {
      "slug": "gh-vmoranv-jshookmcp",
      "name": "jshookmcp",
      "description": "js hook toolkit that all you need",
      "website": "https://vmoranv.github.io/jshookmcp/",
      "github_url": "https://github.com/vmoranv/jshookmcp",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vmoranv/jshookmcp"
      },
      "tags": [
        "browser-automation",
        "debugging",
        "deobfuscation",
        "js-reverse",
        "mcp",
        "network-analysis",
        "reverse-engineering",
        "security-analysis"
      ],
      "_stars": 1534,
      "_language": "TypeScript",
      "_full_name": "vmoranv/jshookmcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.515189+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.685349+00:00"
    },
    {
      "slug": "gh-prismer-ai-prismercloud",
      "name": "PrismerCloud",
      "description": "Prismer Cloud",
      "website": "https://prismer.cloud",
      "github_url": "https://github.com/Prismer-AI/PrismerCloud",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Prismer-AI/PrismerCloud"
      },
      "tags": [
        "agent-communication",
        "agent-memory",
        "ai-agents",
        "claude",
        "cursor",
        "docker",
        "knowledge-base",
        "llm-tools"
      ],
      "_stars": 1531,
      "_language": "TypeScript",
      "_full_name": "Prismer-AI/PrismerCloud",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.516216+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.688612+00:00"
    },
    {
      "slug": "gh-langwatch-better-agents",
      "name": "better-agents",
      "description": "Standards for building agents, better",
      "website": "https://github.com/langwatch/better-agents",
      "github_url": "https://github.com/langwatch/better-agents",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/langwatch/better-agents"
      },
      "tags": [
        "agent-framework",
        "agent-testing",
        "ai-agents",
        "cli",
        "dev-tool",
        "lllm",
        "llmops",
        "mcp"
      ],
      "_stars": 1522,
      "_language": "TypeScript",
      "_full_name": "langwatch/better-agents",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.517149+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.695577+00:00"
    },
    {
      "slug": "gh-rtgs2017-nagaagent",
      "name": "NagaAgent",
      "description": "A simple yet powerful agent framework for personal assistants, designed to enable intelligent interaction, multi-agent collaboration, and seamless tool integration.",
      "website": "https://space.bilibili.com/266938091",
      "github_url": "https://github.com/RTGS2017/NagaAgent",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/RTGS2017/NagaAgent"
      },
      "tags": [
        "agentic-ai",
        "agents",
        "mcp",
        "mcp-client",
        "openai",
        "openclaw",
        "toolcall"
      ],
      "_stars": 1519,
      "_language": "Python",
      "_full_name": "RTGS2017/NagaAgent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:14.518030+00:00",
      "_last_seen_at": "2026-05-25T13:58:43.699540+00:00"
    },
    {
      "slug": "gh-pawurb-hotpath-rs",
      "name": "hotpath-rs",
      "description": "Quickly find bottlenecks in Rust - one profiler for CPU, time, memory, and async code.",
      "website": "https://hotpath.rs",
      "github_url": "https://github.com/pawurb/hotpath-rs",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pawurb/hotpath-rs"
      },
      "tags": [
        "allocations",
        "benchmark",
        "debugging",
        "mcp",
        "mpsc",
        "performance",
        "profiler",
        "rust"
      ],
      "_stars": 1514,
      "_language": "Rust",
      "_full_name": "pawurb/hotpath-rs",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.674381+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.545617+00:00"
    },
    {
      "slug": "gh-rulego-rulego",
      "name": "rulego",
      "description": "\u26d3\ufe0fRuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.",
      "website": "https://rulego.cc",
      "github_url": "https://github.com/rulego/rulego",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rulego/rulego"
      },
      "tags": [
        "ai",
        "automation",
        "data-flow",
        "edge-computing",
        "go",
        "intergrations",
        "iot",
        "ipaas"
      ],
      "_stars": 1514,
      "_language": "Go",
      "_full_name": "rulego/rulego",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.675488+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.548675+00:00"
    },
    {
      "slug": "gh-hexeption-mcp-reborn",
      "name": "MCP-Reborn",
      "description": "MCP-Reborn is an MCP (Mod Coder Pack) for Minecraft for making modded clients and researching its code. (1.13-1.21.4)",
      "website": "https://github.com/Hexeption/MCP-Reborn",
      "github_url": "https://github.com/Hexeption/MCP-Reborn",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Hexeption/MCP-Reborn"
      },
      "tags": [
        "1-13-1",
        "1-13-2",
        "1-14",
        "1-14-1",
        "1-14-2",
        "1-14-3",
        "1-14-4",
        "1-15"
      ],
      "_stars": 1512,
      "_language": null,
      "_full_name": "Hexeption/MCP-Reborn",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.677074+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.549733+00:00"
    },
    {
      "slug": "gh-skernelx-tavily-key-generator",
      "name": "tavily-key-generator",
      "description": "Multi-service toolkit for Tavily and Firecrawl signup automation, key validation, and isolated proxy pools.",
      "website": "https://github.com/skernelx/tavily-key-generator",
      "github_url": "https://github.com/skernelx/tavily-key-generator",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/skernelx/tavily-key-generator"
      },
      "tags": [
        "api-key-generator",
        "browser-automation",
        "camoufox",
        "cloudflare",
        "duckmail",
        "email-automation",
        "fastapi",
        "firecrawl"
      ],
      "_stars": 1503,
      "_language": "Python",
      "_full_name": "skernelx/tavily-key-generator",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.678717+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.551658+00:00"
    },
    {
      "slug": "gh-datagouv-datagouv-mcp",
      "name": "datagouv-mcp",
      "description": "Official data.gouv.fr Model Context Protocol (MCP) server that allows AI chatbots to search, explore, and analyze datasets from the French national Open Data platform, directly through conversation.",
      "website": "https://mcp.data.gouv.fr/mcp",
      "github_url": "https://github.com/datagouv/datagouv-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/datagouv/datagouv-mcp"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "open-data",
        "opendata"
      ],
      "_stars": 1488,
      "_language": "Python",
      "_full_name": "datagouv/datagouv-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.679592+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.554483+00:00"
    },
    {
      "slug": "gh-minimax-ai-minimax-mcp",
      "name": "MiniMax-MCP",
      "description": "Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.",
      "website": "https://www.minimax.io/platform",
      "github_url": "https://github.com/MiniMax-AI/MiniMax-MCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MiniMax-AI/MiniMax-MCP"
      },
      "tags": [
        "image-generation",
        "image-to-video",
        "mcp",
        "mcp-server",
        "mcp-tools",
        "text-to-image",
        "text-to-speech",
        "text-to-video"
      ],
      "_stars": 1486,
      "_language": "Python",
      "_full_name": "MiniMax-AI/MiniMax-MCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.680367+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.557463+00:00"
    },
    {
      "slug": "gh-paperdebugger-paperdebugger",
      "name": "paperdebugger",
      "description": "A Plugin-Based Multi-Agent System for In-Editor Academic Writing, Review, and Editing",
      "website": "https://www.paperdebugger.com/",
      "github_url": "https://github.com/PaperDebugger/paperdebugger",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PaperDebugger/paperdebugger"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "ai-agent",
        "ai-agents-framework",
        "chatgpt",
        "latex",
        "latex-copilot",
        "mcp"
      ],
      "_stars": 1477,
      "_language": "TypeScript",
      "_full_name": "PaperDebugger/paperdebugger",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.681149+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.560650+00:00"
    },
    {
      "slug": "gh-kwaroran-risuai",
      "name": "Risuai",
      "description": "Make your own story. User-friendly software for LLM roleplaying",
      "website": "https://risuai.net",
      "github_url": "https://github.com/kwaroran/Risuai",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kwaroran/Risuai"
      },
      "tags": [
        "ai",
        "characters",
        "chat",
        "chatbot",
        "claude",
        "gemini",
        "gpt",
        "llama"
      ],
      "_stars": 1466,
      "_language": "TypeScript",
      "_full_name": "kwaroran/Risuai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.681926+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.562884+00:00"
    },
    {
      "slug": "gh-ghostwright-ghost-os",
      "name": "ghost-os",
      "description": "Full computer-use for AI agents. Self-learning workflows. Native macOS. No screenshots required.",
      "website": "https://ghostwright.dev/ghost-os",
      "github_url": "https://github.com/ghostwright/ghost-os",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ghostwright/ghost-os"
      },
      "tags": [
        "accessibility",
        "ai-agents",
        "automation",
        "claude-code",
        "computer-use",
        "llm-tools",
        "macos",
        "mcp"
      ],
      "_stars": 1464,
      "_language": "Swift",
      "_full_name": "ghostwright/ghost-os",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.683282+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.564417+00:00"
    },
    {
      "slug": "gh-universal-tool-calling-protocol-code-mode",
      "name": "code-mode",
      "description": "\ud83d\udd0c Plug-and-play library to enable agents to call MCP and UTCP tools via code execution.",
      "website": "https://github.com/universal-tool-calling-protocol/code-mode",
      "github_url": "https://github.com/universal-tool-calling-protocol/code-mode",
      "pricing": "free",
      "license": "MPL-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/universal-tool-calling-protocol/code-mode"
      },
      "tags": [
        "ai-agents",
        "codemode",
        "mcp",
        "model-context-protocol",
        "toolchain",
        "utcp"
      ],
      "_stars": 1461,
      "_language": "Python",
      "_full_name": "universal-tool-calling-protocol/code-mode",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.684110+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.565386+00:00"
    },
    {
      "slug": "gh-nixopus-nixopus",
      "name": "nixopus",
      "description": "Run production apps without thinking about infrastructure. On your server or ours. Fully agentic.",
      "website": "https://nixopus.com",
      "github_url": "https://github.com/nixopus/nixopus",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nixopus/nixopus"
      },
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "ci-cd",
        "coolify",
        "cursor",
        "deployment",
        "golang"
      ],
      "_stars": 1438,
      "_language": "Go",
      "_full_name": "nixopus/nixopus",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.684717+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.568039+00:00"
    },
    {
      "slug": "gh-mattt-imcp",
      "name": "iMCP",
      "description": "A macOS app that provides an MCP server to your Messages, Contacts, Reminders and more",
      "website": "https://iMCP.app/download",
      "github_url": "https://github.com/mattt/iMCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mattt/iMCP"
      },
      "tags": [
        "macos",
        "mcp"
      ],
      "_stars": 1436,
      "_language": "Swift",
      "_full_name": "mattt/iMCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.685245+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.570856+00:00"
    },
    {
      "slug": "gh-blacksnufkin-litterbox",
      "name": "LitterBox",
      "description": "A self-hosted sandbox for red teams to test payloads against modern detection before deployment. MCP integration lets an LLM agent drive analysis end to end.",
      "website": "https://github.com/BlackSnufkin/LitterBox",
      "github_url": "https://github.com/BlackSnufkin/LitterBox",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BlackSnufkin/LitterBox"
      },
      "tags": [
        "ai",
        "docker-compose",
        "malware-analysis",
        "malware-development",
        "mcp",
        "mcp-server",
        "offensive-security",
        "redteam"
      ],
      "_stars": 1429,
      "_language": "YARA",
      "_full_name": "BlackSnufkin/LitterBox",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.685747+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.572068+00:00"
    },
    {
      "slug": "gh-ghostwright-phantom",
      "name": "phantom",
      "description": "An AI co-worker with its own computer. Self-evolving, persistent memory, MCP server, secure credential collection, email identity. Built on the Claude Agent SDK.",
      "website": "https://ghostwright.dev/phantom",
      "github_url": "https://github.com/ghostwright/phantom",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ghostwright/phantom"
      },
      "tags": [
        "ai-agents",
        "ai-coworker",
        "anthropic",
        "autonomous-agents",
        "bun",
        "claude",
        "docker",
        "llm"
      ],
      "_stars": 1425,
      "_language": "TypeScript",
      "_full_name": "ghostwright/phantom",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.686206+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.573132+00:00"
    },
    {
      "slug": "gh-limecloud-lime",
      "name": "lime",
      "description": "AI content workspace for Chinese creators: desktop writing, research, prompt   library, knowledge base, and multi-model workflows.",
      "website": "https://limeai.run",
      "github_url": "https://github.com/limecloud/lime",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/limecloud/lime"
      },
      "tags": [
        "agent",
        "agent-collaboration",
        "agent-harness",
        "agentic-ai",
        "ai",
        "claw",
        "content-creation",
        "creators"
      ],
      "_stars": 1419,
      "_language": "TypeScript",
      "_full_name": "limecloud/lime",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.686761+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.574829+00:00"
    },
    {
      "slug": "gh-azure-data-api-builder",
      "name": "data-api-builder",
      "description": "Data API builder provides modern REST, GraphQL endpoints and MCP tools to your Azure Databases and on-prem stores.",
      "website": "https://aka.ms/dab/docs",
      "github_url": "https://github.com/Azure/data-api-builder",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Azure/data-api-builder"
      },
      "tags": [
        "api",
        "azure",
        "database",
        "graphql",
        "hacktoberfest",
        "mcp",
        "mcp-server",
        "microsoft"
      ],
      "_stars": 1415,
      "_language": "C#",
      "_full_name": "Azure/data-api-builder",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.687322+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.576625+00:00"
    },
    {
      "slug": "gh-opencoworkai-open-cowork",
      "name": "open-cowork",
      "description": "Open-source AI agent desktop app for Windows & macOS. One-click install Claude Code, MCP tools, and Skills \u2014 with sandbox isolation, multi-model support, and Feishu/Slack integration.",
      "website": "https://github.com/OpenCoworkAI/open-cowork",
      "github_url": "https://github.com/OpenCoworkAI/open-cowork",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OpenCoworkAI/open-cowork"
      },
      "tags": [
        "ai-agent",
        "ai-coding",
        "ai-tools",
        "anthropic",
        "claude-code",
        "coding-agent",
        "computer-use",
        "desktop-app"
      ],
      "_stars": 1413,
      "_language": "TypeScript",
      "_full_name": "OpenCoworkAI/open-cowork",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.688423+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.579203+00:00"
    },
    {
      "slug": "gh-koreainvestment-open-trading-api",
      "name": "open-trading-api",
      "description": "Korea Investment & Securities Open API Github",
      "website": "https://apiportal.koreainvestment.com",
      "github_url": "https://github.com/koreainvestment/open-trading-api",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/koreainvestment/open-trading-api"
      },
      "tags": [
        "ai-trading",
        "api-samples",
        "autotrade",
        "chatgpt",
        "claude",
        "finance",
        "investment",
        "koreainvestment"
      ],
      "_stars": 1412,
      "_language": "Python",
      "_full_name": "koreainvestment/open-trading-api",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.689450+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.578071+00:00"
    },
    {
      "slug": "gh-eronred-aso-skills",
      "name": "aso-skills",
      "description": "AI agent skills for App Store Optimization (ASO) and app marketing. Built for indie developers, app marketers, and growth teams who want Cursor, Claude Code, or any Agent Skills-compatible AI assistant to help with keyword research, metadata optimization, competitor analysis, and app growth.",
      "website": "https://appeeky.com/",
      "github_url": "https://github.com/Eronred/aso-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Eronred/aso-skills"
      },
      "tags": [
        "app-store-analytics",
        "app-store-connect",
        "app-store-live",
        "app-store-optimization",
        "aso",
        "marketing",
        "mcp",
        "mobile-app"
      ],
      "_stars": 1392,
      "_language": "Shell",
      "_full_name": "Eronred/aso-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.690775+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.580211+00:00"
    },
    {
      "slug": "gh-modelcontextprotocol-swift-sdk",
      "name": "swift-sdk",
      "description": "The official Swift SDK for Model Context Protocol servers and clients.",
      "website": "https://github.com/modelcontextprotocol/swift-sdk",
      "github_url": "https://github.com/modelcontextprotocol/swift-sdk",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/modelcontextprotocol/swift-sdk"
      },
      "tags": [
        "mcp",
        "swift"
      ],
      "_stars": 1390,
      "_language": "Swift",
      "_full_name": "modelcontextprotocol/swift-sdk",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.691711+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.581445+00:00"
    },
    {
      "slug": "gh-npc-worldwide-npcpy",
      "name": "npcpy",
      "description": "The python library for research and development in NLP, multimodal LLMs, Agents, ML, Knowledge Graphs, and more.",
      "website": "https://github.com/NPC-Worldwide/npcpy",
      "github_url": "https://github.com/NPC-Worldwide/npcpy",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/NPC-Worldwide/npcpy"
      },
      "tags": [
        "agents",
        "ai",
        "llm",
        "mcp",
        "mcp-client",
        "mcp-server",
        "ollama",
        "perplexity"
      ],
      "_stars": 1372,
      "_language": "Python",
      "_full_name": "NPC-Worldwide/npcpy",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.693805+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.588400+00:00"
    },
    {
      "slug": "gh-imhuso-cunzhi",
      "name": "cunzhi",
      "description": "\u544a\u522bAI\u63d0\u524d\u7ec8\u6b62\u70e6\u607c\uff0c\u52a9\u529bAI\u66f4\u52a0\u6301\u4e45",
      "website": "https://github.com/imhuso/cunzhi",
      "github_url": "https://github.com/imhuso/cunzhi",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/imhuso/cunzhi"
      },
      "tags": [
        "ai",
        "mcp"
      ],
      "_stars": 1370,
      "_language": "Rust",
      "_full_name": "imhuso/cunzhi",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.695666+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.590758+00:00"
    },
    {
      "slug": "gh-modelcontextprotocol-kotlin-sdk",
      "name": "kotlin-sdk",
      "description": "The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains",
      "website": "https://modelcontextprotocol.github.io/kotlin-sdk/",
      "github_url": "https://github.com/modelcontextprotocol/kotlin-sdk",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/modelcontextprotocol/kotlin-sdk"
      },
      "tags": [
        "kotlin-multiplatform",
        "mcp"
      ],
      "_stars": 1367,
      "_language": "Kotlin",
      "_full_name": "modelcontextprotocol/kotlin-sdk",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.696615+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.593078+00:00"
    },
    {
      "slug": "gh-arabold-docs-mcp-server",
      "name": "docs-mcp-server",
      "description": "Grounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools",
      "website": "https://grounded.tools",
      "github_url": "https://github.com/arabold/docs-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arabold/docs-mcp-server"
      },
      "tags": [
        "agentic-ai",
        "copilot",
        "cursor",
        "llm",
        "mcp",
        "vscode",
        "windsurf"
      ],
      "_stars": 1366,
      "_language": "TypeScript",
      "_full_name": "arabold/docs-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.697571+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.594828+00:00"
    },
    {
      "slug": "gh-didilili-ai-agents-from-zero",
      "name": "ai-agents-from-zero",
      "description": "\ud83d\ude80 2026 \u6700\u7cfb\u7edf\u7684 AI Agent \u901f\u6210\u6307\u5357\uff5c\u667a\u80fd\u4f53\u5b9e\u6218\u6559\u7a0b \u00b7 \u5b8c\u6574\u5b66\u4e60\u8def\u5f84  + \u5b9e\u6218\u9879\u76ee + \u9762\u8bd5\u9898\u5e93 \u00b7 \u5bf9\u6807\u5927\u6a21\u578b\u5e94\u7528\u5f00\u53d1\u5de5\u7a0b\u5e08\u5c97\u4f4d \u00b7 \u8986\u76d6LangChain / LangGraph / Coze / Dify / MCP / skills / LLM / RAG / \u63d0\u793a\u8bcd \u00b7 \u4f01\u4e1a\u7ea7\u90e8\u7f72\u4e0e\u5fae\u8c03 \u00b7 \u4ece0\u5230\u4f01\u4e1a\u7ea7\u843d\u5730 + \u4ece\u5b66\u4e60\u5230\u4e0a\u7ebf\u9879\u76ee + \u9762\u8bd5\u51c6\u5907\u4e00\u4f53\u5316",
      "website": "https://didilili.github.io/ai-agents-from-zero/",
      "github_url": "https://github.com/didilili/ai-agents-from-zero",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/didilili/ai-agents-from-zero"
      },
      "tags": [
        "agent",
        "agent-framework",
        "agentic-ai",
        "ai-agent",
        "aigc",
        "coze",
        "dify",
        "gpt"
      ],
      "_stars": 1346,
      "_language": "Python",
      "_full_name": "didilili/ai-agents-from-zero",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.698471+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.596266+00:00"
    },
    {
      "slug": "gh-taielab-awesome-hacking-lists",
      "name": "awesome-hacking-lists",
      "description": "A curated collection of top-tier penetration testing tools and productivity utilities across multiple domains. Join us to explore, contribute, and enhance your hacking toolkit!",
      "website": "https://github.com/taielab/awesome-hacking-lists",
      "github_url": "https://github.com/taielab/awesome-hacking-lists",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/taielab/awesome-hacking-lists"
      },
      "tags": [
        "agents",
        "ai",
        "aiagent",
        "awesome-list",
        "bounty-hunters",
        "bug-bounty",
        "bugbounty",
        "bugbounty-tool"
      ],
      "_stars": 1339,
      "_language": null,
      "_full_name": "taielab/awesome-hacking-lists",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.699812+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.597479+00:00"
    },
    {
      "slug": "gh-svnscha-mcp-windbg",
      "name": "mcp-windbg",
      "description": "Model Context Protocol for WinDBG",
      "website": "https://svnscha.de/posts/ai-meets-windbg/",
      "github_url": "https://github.com/svnscha/mcp-windbg",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/svnscha/mcp-windbg"
      },
      "tags": [
        "copilot",
        "copilot-chat",
        "crash-dump",
        "crash-reports",
        "mcp",
        "mcp-server",
        "windbg",
        "windbg-extension"
      ],
      "_stars": 1303,
      "_language": "Python",
      "_full_name": "svnscha/mcp-windbg",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.701926+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.599581+00:00"
    },
    {
      "slug": "gh-moyangzhan-langchain4j-aideepin",
      "name": "langchain4j-aideepin",
      "description": "\u57fa\u4e8eAI\u7684\u5de5\u4f5c\u6548\u7387\u63d0\u5347\u5de5\u5177\uff08\u804a\u5929\u3001\u7ed8\u753b\u3001\u77e5\u8bc6\u5e93\u3001\u5de5\u4f5c\u6d41\u3001 MCP\u670d\u52a1\u5e02\u573a\u3001\u8bed\u97f3\u8f93\u5165\u8f93\u51fa\u3001\u957f\u671f\u8bb0\u5fc6\uff09 | Ai-based productivity tools (Chat,Draw,RAG,Workflow,MCP marketplace, ASR,TTS, Long-term memory etc)",
      "website": "http://www.aideepin.com",
      "github_url": "https://github.com/moyangzhan/langchain4j-aideepin",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/moyangzhan/langchain4j-aideepin"
      },
      "tags": [
        "ai-agent",
        "ai-workflow",
        "graphrag",
        "knowlege-base",
        "langchain4j",
        "mcp",
        "rag"
      ],
      "_stars": 1288,
      "_language": "Java",
      "_full_name": "moyangzhan/langchain4j-aideepin",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.702881+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.604082+00:00"
    },
    {
      "slug": "gh-alpic-ai-skybridge",
      "name": "skybridge",
      "description": "Skybridge is a full-stack TypeScript framework for MCP Apps and ChatGPT Apps. Type-safe. React-powered. Platform-agnostic.",
      "website": "https://skybridge.tech",
      "github_url": "https://github.com/alpic-ai/skybridge",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alpic-ai/skybridge"
      },
      "tags": [
        "agent",
        "ai",
        "apps-sdk",
        "chatgpt",
        "claude",
        "claude-code",
        "devtools",
        "ext-apps"
      ],
      "_stars": 1288,
      "_language": "TypeScript",
      "_full_name": "alpic-ai/skybridge",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.704290+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.601231+00:00"
    },
    {
      "slug": "gh-steipete-claude-code-mcp",
      "name": "claude-code-mcp",
      "description": "Claude Code as one-shot MCP server to have an agent in your agent.",
      "website": "https://github.com/steipete/claude-code-mcp",
      "github_url": "https://github.com/steipete/claude-code-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/steipete/claude-code-mcp"
      },
      "tags": [
        "agent",
        "claude",
        "mcp"
      ],
      "_stars": 1284,
      "_language": "JavaScript",
      "_full_name": "steipete/claude-code-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.705582+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.606666+00:00"
    },
    {
      "slug": "gh-kimsungwhee-apple-docs-mcp",
      "name": "apple-docs-mcp",
      "description": "MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants",
      "website": "https://www.npmjs.com/package/@kimsungwhee/apple-docs-mcp",
      "github_url": "https://github.com/kimsungwhee/apple-docs-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kimsungwhee/apple-docs-mcp"
      },
      "tags": [
        "ai-assistant",
        "api-documentation",
        "apple",
        "apple-developer-docs-mcp",
        "apple-developer-documentation",
        "apple-docs-mcp",
        "apple-documentation",
        "claude"
      ],
      "_stars": 1281,
      "_language": "TypeScript",
      "_full_name": "kimsungwhee/apple-docs-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.706694+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.608739+00:00"
    },
    {
      "slug": "gh-smythos-sre",
      "name": "sre",
      "description": "The SmythOS Runtime Environment (SRE) is an open-source, cloud-native runtime for agentic AI. Secure, modular, and production-ready, it lets developers build, run, and manage intelligent agents across local, cloud, and edge environments.",
      "website": "https://smythos.com",
      "github_url": "https://github.com/SmythOS/sre",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SmythOS/sre"
      },
      "tags": [
        "agent-framework",
        "agents",
        "agi",
        "ai",
        "ai-agents",
        "artificial-intelligence",
        "autogpt",
        "autonomous-agents"
      ],
      "_stars": 1271,
      "_language": "TypeScript",
      "_full_name": "SmythOS/sre",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.707690+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.611812+00:00"
    },
    {
      "slug": "gh-apify-apify-mcp-server",
      "name": "apify-mcp-server",
      "description": "The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.",
      "website": "https://mcp.apify.com",
      "github_url": "https://github.com/apify/apify-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apify/apify-mcp-server"
      },
      "tags": [
        "agents",
        "ai",
        "mcp",
        "mcp-server"
      ],
      "_stars": 1264,
      "_language": "TypeScript",
      "_full_name": "apify/apify-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.708742+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.614685+00:00"
    },
    {
      "slug": "gh-amicalhq-amical",
      "name": "amical",
      "description": "\ud83c\udf99\ufe0f AI Dictation App - Open Source and Local-first \u26a1 Type 3x faster, no keyboard needed. \ud83c\udd93 Powered by open source models, works offline, fast and accurate.",
      "website": "https://amical.ai",
      "github_url": "https://github.com/amicalhq/amical",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/amicalhq/amical"
      },
      "tags": [
        "ai",
        "ai-note-taking-app",
        "asr",
        "dictate",
        "dictation",
        "dictation-tool",
        "electron",
        "local-ai"
      ],
      "_stars": 1258,
      "_language": "TypeScript",
      "_full_name": "amicalhq/amical",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.710294+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.619145+00:00"
    },
    {
      "slug": "gh-basementstudio-xmcp",
      "name": "xmcp",
      "description": "The TypeScript MCP framework",
      "website": "https://xmcp.dev",
      "github_url": "https://github.com/basementstudio/xmcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/basementstudio/xmcp"
      },
      "tags": [
        "framework",
        "mcp",
        "modelcontextprotocol",
        "typescript"
      ],
      "_stars": 1257,
      "_language": "TypeScript",
      "_full_name": "basementstudio/xmcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.711831+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.622107+00:00"
    },
    {
      "slug": "gh-joey-zhou-xiaozhi-esp32-server-java",
      "name": "xiaozhi-esp32-server-java",
      "description": "\u5c0f\u667aESP32\u7684Java\u4f01\u4e1a\u7ea7\u7ba1\u7406\u5e73\u53f0\uff0c\u63d0\u4f9b\u8bbe\u5907\u76d1\u63a7\u3001\u97f3\u8272\u5b9a\u5236\u3001\u89d2\u8272\u5207\u6362\u548c\u5bf9\u8bdd\u8bb0\u5f55\u7ba1\u7406\u7684\u524d\u540e\u7aef\u53ca\u670d\u52a1\u7aef\u4e00\u4f53\u5316\u89e3\u51b3\u65b9\u6848",
      "website": "https://github.com/joey-zhou/xiaozhi-esp32-server-java",
      "github_url": "https://github.com/joey-zhou/xiaozhi-esp32-server-java",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joey-zhou/xiaozhi-esp32-server-java"
      },
      "tags": [
        "esp32",
        "java",
        "mcp",
        "mcp-client",
        "mcp-server",
        "spring-ai",
        "stt",
        "tts"
      ],
      "_stars": 1256,
      "_language": "Java",
      "_full_name": "joey-zhou/xiaozhi-esp32-server-java",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.712971+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.624484+00:00"
    },
    {
      "slug": "gh-robotmcp-ros-mcp-server",
      "name": "ros-mcp-server",
      "description": "Connect AI models like Claude & GPT with robots using MCP and ROS.",
      "website": "https://robotmcp.ai",
      "github_url": "https://github.com/robotmcp/ros-mcp-server",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/robotmcp/ros-mcp-server"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "modelcontextprotocol",
        "ros",
        "ros-mcp-server",
        "ros2",
        "ros2-mcp-server"
      ],
      "_stars": 1241,
      "_language": "Python",
      "_full_name": "robotmcp/ros-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.713797+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.626930+00:00"
    },
    {
      "slug": "gh-refreshdotdev-web-eval-agent",
      "name": "web-eval-agent",
      "description": "An MCP server that autonomously evaluates web applications.",
      "website": "https://www.operative.sh/mcp",
      "github_url": "https://github.com/refreshdotdev/web-eval-agent",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/refreshdotdev/web-eval-agent"
      },
      "tags": [
        "debugging",
        "debugging-tool",
        "mcp",
        "mcp-server",
        "modelcontextprotocol",
        "playwright",
        "qa",
        "vibe-coding"
      ],
      "_stars": 1241,
      "_language": "Python",
      "_full_name": "refreshdotdev/web-eval-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.714538+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.628533+00:00"
    },
    {
      "slug": "gh-silverstein-minutes",
      "name": "minutes",
      "description": "Every meeting, every idea, every voice note \u2014 searchable by your AI. Open-source, privacy-first conversation memory layer.",
      "website": "https://useminutes.app",
      "github_url": "https://github.com/silverstein/minutes",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/silverstein/minutes"
      },
      "tags": [
        "agent-skills",
        "ai",
        "claude",
        "mcp",
        "meeting-notes",
        "meetings",
        "parakeet",
        "privacy"
      ],
      "_stars": 1231,
      "_language": "Rust",
      "_full_name": "silverstein/minutes",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.715121+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.629904+00:00"
    },
    {
      "slug": "gh-grafbase-grafbase",
      "name": "grafbase",
      "description": "[Acquired by The Guild] The Grafbase GraphQL Federation Gateway",
      "website": "https://the-guild.dev/graphql/hive/blog/acquired-grafbase",
      "github_url": "https://github.com/grafbase/grafbase",
      "pricing": "free",
      "license": "MPL-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/grafbase/grafbase"
      },
      "tags": [
        "ai",
        "api",
        "enterprise-graphql",
        "federation",
        "graphql",
        "graphql-federation",
        "mcp",
        "model-context-protocol"
      ],
      "_stars": 1230,
      "_language": "Rust",
      "_full_name": "grafbase/grafbase",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.715957+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.630818+00:00"
    },
    {
      "slug": "gh-sceneview-sceneview",
      "name": "sceneview",
      "description": "3D & AR SDK for Android (Jetpack Compose + Filament), iOS (SwiftUI + RealityKit), and Web. AI-first: llms.txt, MCP server, Copilot/Cursor rules. The only Compose-native 3D library.",
      "website": "https://sceneview.github.io",
      "github_url": "https://github.com/sceneview/sceneview",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sceneview/sceneview"
      },
      "tags": [
        "3d",
        "ai",
        "android",
        "ar",
        "arcore",
        "arkit",
        "augmented-reality",
        "filament"
      ],
      "_stars": 1217,
      "_language": "Kotlin",
      "_full_name": "sceneview/sceneview",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.716928+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.632137+00:00"
    },
    {
      "slug": "gh-codeaholicguy-ai-devkit",
      "name": "ai-devkit",
      "description": "Make AI coding agents follow a repeatable engineering workflow with planning, memory, verification, skills, and review. One config. All agents. Same workflow.",
      "website": "https://ai-devkit.com",
      "github_url": "https://github.com/codeaholicguy/ai-devkit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/codeaholicguy/ai-devkit"
      },
      "tags": [
        "agent-framework",
        "agent-skills",
        "ai",
        "ai-agents",
        "ai-coding",
        "antigravity",
        "claude-code",
        "cli"
      ],
      "_stars": 1211,
      "_language": "TypeScript",
      "_full_name": "codeaholicguy/ai-devkit",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.717585+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.636041+00:00"
    },
    {
      "slug": "gh-trpc-group-trpc-agent-go",
      "name": "trpc-agent-go",
      "description": "trpc-agent-go is a powerful Go framework for building intelligent agent systems using large language models (LLMs) and tools.",
      "website": "https://trpc-group.github.io/trpc-agent-go/",
      "github_url": "https://github.com/trpc-group/trpc-agent-go",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/trpc-group/trpc-agent-go"
      },
      "tags": [
        "a2a",
        "agent",
        "ai",
        "llm",
        "mcp"
      ],
      "_stars": 1204,
      "_language": "Go",
      "_full_name": "trpc-group/trpc-agent-go",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.718142+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.638992+00:00"
    },
    {
      "slug": "gh-inclusionai-aworld",
      "name": "AWorld",
      "description": "Search, understand, reproduce, and improve an idea with ease",
      "website": "https://www.aworldagents.com",
      "github_url": "https://github.com/inclusionAI/AWorld",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/inclusionAI/AWorld"
      },
      "tags": [
        "agent-framework",
        "agent-learning",
        "agent-runtime",
        "browsecomp",
        "environment",
        "gaia",
        "mcp",
        "rl-training"
      ],
      "_stars": 1199,
      "_language": "Python",
      "_full_name": "inclusionAI/AWorld",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.718686+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.641589+00:00"
    },
    {
      "slug": "gh-mbailey-voicemode",
      "name": "voicemode",
      "description": "Natural voice conversations with Claude Code",
      "website": "https://getvoicemode.com/",
      "github_url": "https://github.com/mbailey/voicemode",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mbailey/voicemode"
      },
      "tags": [
        "anthropic",
        "asr",
        "claude",
        "claudecode",
        "kokoro",
        "livekit",
        "mcp",
        "mcp-server"
      ],
      "_stars": 1195,
      "_language": "Python",
      "_full_name": "mbailey/voicemode",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.719221+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.644032+00:00"
    },
    {
      "slug": "gh-aipexstudio-aipex",
      "name": "AIPex",
      "description": "AIPex: AI browser automation assistant, no migration and privacy first. Alternative to Manus Browser Operator\u3001 Claude Chrome and Agent Browser",
      "website": "https://claudechrome.com",
      "github_url": "https://github.com/AIPexStudio/AIPex",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AIPexStudio/AIPex"
      },
      "tags": [
        "accessbility-testing",
        "agent-browser",
        "agent-skills",
        "browser-automation",
        "browser-use",
        "chatgpt-atlas-alternative",
        "chrome-extension",
        "claude-chrome"
      ],
      "_stars": 1194,
      "_language": "TypeScript",
      "_full_name": "AIPexStudio/AIPex",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.719948+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.646835+00:00"
    },
    {
      "slug": "gh-yjacquin-fast-mcp",
      "name": "fast-mcp",
      "description": "A Ruby Implementation of the Model Context Protocol",
      "website": "https://github.com/yjacquin/fast-mcp",
      "github_url": "https://github.com/yjacquin/fast-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yjacquin/fast-mcp"
      },
      "tags": [
        "ai",
        "llm",
        "mcp",
        "rack",
        "ruby"
      ],
      "_stars": 1176,
      "_language": "Ruby",
      "_full_name": "yjacquin/fast-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.720890+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.652304+00:00"
    },
    {
      "slug": "gh-mozilla-ai-any-agent",
      "name": "any-agent",
      "description": "A single interface to use and evaluate different agent frameworks",
      "website": "https://docs.mozilla.ai/any-agent",
      "github_url": "https://github.com/mozilla-ai/any-agent",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mozilla-ai/any-agent"
      },
      "tags": [
        "a2a",
        "agent-evaluation",
        "agents",
        "ai",
        "mcp"
      ],
      "_stars": 1170,
      "_language": "Python",
      "_full_name": "mozilla-ai/any-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.722445+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.656485+00:00"
    },
    {
      "slug": "gh-six2dez-burp-ai-agent",
      "name": "burp-ai-agent",
      "description": "Burp Suite extension that adds built-in MCP tooling, AI-assisted analysis, privacy controls, passive and active scanning and more",
      "website": "https://burp-ai-agent.six2dez.com/",
      "github_url": "https://github.com/six2dez/burp-ai-agent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/six2dez/burp-ai-agent"
      },
      "tags": [
        "ai",
        "appsec",
        "bugbounty",
        "burp",
        "burp-extensions",
        "burp-plugin",
        "burp-suite",
        "hacking"
      ],
      "_stars": 1166,
      "_language": "Kotlin",
      "_full_name": "six2dez/burp-ai-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.723859+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.660059+00:00"
    },
    {
      "slug": "gh-ginlix-ai-langalpha",
      "name": "LangAlpha",
      "description": "Claude Code for Finance",
      "website": "https://ginlix.ai",
      "github_url": "https://github.com/ginlix-ai/LangAlpha",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ginlix-ai/LangAlpha"
      },
      "tags": [
        "agent",
        "investment",
        "langchain",
        "langraph",
        "llm",
        "mcp",
        "skills",
        "trading"
      ],
      "_stars": 1162,
      "_language": "Python",
      "_full_name": "ginlix-ai/LangAlpha",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.724871+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.663032+00:00"
    },
    {
      "slug": "gh-inkeep-agents",
      "name": "agents",
      "description": "Create AI Agents in a No-Code Visual Builder or TypeScript SDK with full 2-way sync. For shipping AI assistants and multi-agent AI workflows.",
      "website": "https://docs.inkeep.com",
      "github_url": "https://github.com/inkeep/agents",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/inkeep/agents"
      },
      "tags": [
        "agent",
        "agent-builder",
        "agent-framework",
        "agents-sdk",
        "ai",
        "ai-agent",
        "ai-agents",
        "aiagentframework"
      ],
      "_stars": 1161,
      "_language": "TypeScript",
      "_full_name": "inkeep/agents",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.726189+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.665121+00:00"
    },
    {
      "slug": "gh-fim-ai-fim-one",
      "name": "fim-one",
      "description": "Open-source agent platform for Global \u00d7 China enterprises \u2014 wire every system through one agent core. Self-hosted, any LLM.",
      "website": "https://one.fim.ai",
      "github_url": "https://github.com/fim-ai/fim-one",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fim-ai/fim-one"
      },
      "tags": [
        "ai",
        "ai-agent",
        "ai-agents",
        "connector",
        "dag",
        "fastapi",
        "function-calling",
        "llm"
      ],
      "_stars": 1155,
      "_language": "Python",
      "_full_name": "fim-ai/fim-one",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.728206+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.666485+00:00"
    },
    {
      "slug": "gh-wbopan-cui",
      "name": "cui",
      "description": "A web UI for Claude Code agents",
      "website": "https://github.com/wbopan/cui",
      "github_url": "https://github.com/wbopan/cui",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wbopan/cui"
      },
      "tags": [
        "agent",
        "ai",
        "claude",
        "claude-code",
        "mcp",
        "typescript",
        "web-ui",
        "webui"
      ],
      "_stars": 1151,
      "_language": "TypeScript",
      "_full_name": "wbopan/cui",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.729197+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.669946+00:00"
    },
    {
      "slug": "gh-gyoridavid-short-video-maker",
      "name": "short-video-maker",
      "description": "Creates short videos for TikTok, Instagram Reels, and YouTube Shorts using the Model Context Protocol (MCP) and a REST API.",
      "website": "https://www.skool.com/ai-agents-az/about?s1r",
      "github_url": "https://github.com/gyoridavid/short-video-maker",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gyoridavid/short-video-maker"
      },
      "tags": [
        "faceless-video",
        "instagram",
        "instagram-reels",
        "instagram-reels-automation",
        "mcp",
        "model-context-protocol",
        "reels",
        "remotion"
      ],
      "_stars": 1151,
      "_language": "TypeScript",
      "_full_name": "gyoridavid/short-video-maker",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.729864+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.672601+00:00"
    },
    {
      "slug": "gh-drhelius-gearboy",
      "name": "Gearboy",
      "description": "Game Boy / Game Boy Color / Super Game Boy emulator, debugger and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.",
      "website": "https://x.com/drhelius",
      "github_url": "https://github.com/drhelius/Gearboy",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/drhelius/Gearboy"
      },
      "tags": [
        "bsd",
        "emulation",
        "emulator",
        "game-boy",
        "gameboy",
        "gameboy-color-emulator",
        "gameboy-emulator",
        "libretro"
      ],
      "_stars": 1149,
      "_language": "C++",
      "_full_name": "drhelius/Gearboy",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.730924+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.675023+00:00"
    },
    {
      "slug": "gh-ai-ql-tuui",
      "name": "tuui",
      "description": "A desktop MCP client designed as a tool unitary utility integration, accelerating AI adoption through the Model Context Protocol (MCP) and enabling cross-vendor LLM API orchestration.",
      "website": "https://www.tuui.com/",
      "github_url": "https://github.com/AI-QL/tuui",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AI-QL/tuui"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "ai",
        "ai-playground",
        "anthropic",
        "claude",
        "deepseek",
        "dxt"
      ],
      "_stars": 1146,
      "_language": "TypeScript",
      "_full_name": "AI-QL/tuui",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.731818+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.677618+00:00"
    },
    {
      "slug": "gh-dataojitori-nocturne-memory",
      "name": "nocturne_memory",
      "description": "A lightweight, rollbackable, and visual Long-Term Memory Server for MCP Agents. Say goodbye to Vector RAG and amnesia. Empower your AI with persistent, graph-like structured memory across any model, session, or tool. Drop-in replacement for OpenClaw.",
      "website": "https://misaligned.top/memory",
      "github_url": "https://github.com/Dataojitori/nocturne_memory",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Dataojitori/nocturne_memory"
      },
      "tags": [
        "agentic-ai",
        "ai-identity",
        "ai-memory",
        "artificial-intelligence",
        "claude",
        "claude-code",
        "digital-soul",
        "gemini-cli"
      ],
      "_stars": 1144,
      "_language": "Python",
      "_full_name": "Dataojitori/nocturne_memory",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.733302+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.680107+00:00"
    },
    {
      "slug": "gh-dyoshikawa-rulesync",
      "name": "rulesync",
      "description": "A Utility CLI for AI Coding Agents",
      "website": "http://rulesync.dyoshikawa.com/",
      "github_url": "https://github.com/dyoshikawa/rulesync",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dyoshikawa/rulesync"
      },
      "tags": [
        "ai",
        "ai-agents",
        "ai-coding",
        "llm",
        "mcp",
        "rules",
        "skills"
      ],
      "_stars": 1122,
      "_language": "TypeScript",
      "_full_name": "dyoshikawa/rulesync",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.734689+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.683965+00:00"
    },
    {
      "slug": "gh-letsfg-letsfg",
      "name": "LetsFG",
      "description": "Agent-native flight search & booking. Saved $116 across 5 routes vs Google Flights (verified). 400+ airlines in 5 seconds. Join the community - Star and spread the word",
      "website": "https://letsfg.co/en",
      "github_url": "https://github.com/LetsFG/LetsFG",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LetsFG/LetsFG"
      },
      "tags": [
        "ai",
        "ai-agent",
        "ai-agents",
        "airline-api",
        "booking",
        "business",
        "flight-search",
        "flights"
      ],
      "_stars": 1114,
      "_language": "Python",
      "_full_name": "LetsFG/LetsFG",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.735272+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.687076+00:00"
    },
    {
      "slug": "gh-cgoinglove-better-chatbot",
      "name": "better-chatbot",
      "description": "Just a Better Chatbot. Powered by Agent & MCP & Workflows.",
      "website": "https://better-chatbot-demo.vercel.app",
      "github_url": "https://github.com/cgoinglove/better-chatbot",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cgoinglove/better-chatbot"
      },
      "tags": [
        "agent",
        "ai",
        "ai-chatbot",
        "automation",
        "chatbot",
        "claude",
        "gemini",
        "low-code"
      ],
      "_stars": 1106,
      "_language": "TypeScript",
      "_full_name": "cgoinglove/better-chatbot",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.736275+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.693324+00:00"
    },
    {
      "slug": "gh-datatalksclub-ai-dev-tools-zoomcamp",
      "name": "ai-dev-tools-zoomcamp",
      "description": "AI Dev Tools Zoomcamp is a free course that helps you use AI tools to write better code, faster. We're starting the first cohort of this course on November 18, 2025! Sign up here to join us \ud83d\udc47\ud83c\udffc",
      "website": "https://airtable.com/appJRFiWKHBgmEt70/shrpw7rk55Ewr1jCG",
      "github_url": "https://github.com/DataTalksClub/ai-dev-tools-zoomcamp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/DataTalksClub/ai-dev-tools-zoomcamp"
      },
      "tags": [
        "ai",
        "ai-agents",
        "automation",
        "cicd",
        "coding-agent",
        "course",
        "devops",
        "free"
      ],
      "_stars": 1102,
      "_language": "JavaScript",
      "_full_name": "DataTalksClub/ai-dev-tools-zoomcamp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.736738+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.695321+00:00"
    },
    {
      "slug": "gh-ai-boost-awesome-harness-engineering",
      "name": "awesome-harness-engineering",
      "description": "Awesome list for AI agent harness engineering: tools, patterns, evals, memory, MCP, permissions, observability, and orchestration.",
      "website": "https://github.com/ai-boost/awesome-harness-engineering",
      "github_url": "https://github.com/ai-boost/awesome-harness-engineering",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ai-boost/awesome-harness-engineering"
      },
      "tags": [
        "agent-harness",
        "agent-memory",
        "agent-orchestration",
        "ai-agents",
        "awesome-list",
        "context-engineering",
        "harness-engineering",
        "mcp"
      ],
      "_stars": 1101,
      "_language": "Python",
      "_full_name": "ai-boost/awesome-harness-engineering",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.737250+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.697154+00:00"
    },
    {
      "slug": "gh-ataraxy-labs-weave",
      "name": "weave",
      "description": "Entity-level git merge driver. Resolves false conflicts git invents when independent agents edit the same file. ~95% reduction vs. line-based merge.",
      "website": "https://ataraxy-labs.github.io/weave/",
      "github_url": "https://github.com/Ataraxy-Labs/weave",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Ataraxy-Labs/weave"
      },
      "tags": [
        "ai-agents",
        "code-intelligence",
        "coding-agents",
        "conflict-resolution",
        "developer-tools",
        "git-merge",
        "llm-tools",
        "mcp"
      ],
      "_stars": 1094,
      "_language": "Rust",
      "_full_name": "Ataraxy-Labs/weave",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.737727+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.699290+00:00"
    },
    {
      "slug": "gh-skalesapp-skales",
      "name": "skales",
      "description": "Local-first AI desktop agent for Windows, macOS, Linux & Android. Codework, multi-agent teams, desktop automation, 15+ AI providers. No Docker. No terminal. AI Companion. Agent Skills (SKILL.md). Migration-Importer, BYOK, from 6 to 60+. Recurring Autonomous AI Agent Tasks.",
      "website": "https://skales.app",
      "github_url": "https://github.com/skalesapp/skales",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/skalesapp/skales"
      },
      "tags": [
        "agentic-ai",
        "ai-agent",
        "ai-assistant",
        "ai-companions",
        "android",
        "automation",
        "autonomous-agent",
        "desktop-app"
      ],
      "_stars": 1088,
      "_language": "TypeScript",
      "_full_name": "skalesapp/skales",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.738628+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.700911+00:00"
    },
    {
      "slug": "gh-caliber-ai-org-ai-setup",
      "name": "ai-setup",
      "description": "Continuously sync your AI setups with one command. Codebase tailor suited agent skills, MCPs and config files for Claude Code, Cursor, and Codex.",
      "website": "https://caliber-ai.dev",
      "github_url": "https://github.com/caliber-ai-org/ai-setup",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/caliber-ai-org/ai-setup"
      },
      "tags": [
        "agent-config",
        "ai-agents",
        "anthropic",
        "claude-code",
        "claude-md",
        "cli",
        "codex",
        "cursor"
      ],
      "_stars": 1084,
      "_language": "TypeScript",
      "_full_name": "caliber-ai-org/ai-setup",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.739808+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.703632+00:00"
    },
    {
      "slug": "gh-ridafkih-keeper-sh",
      "name": "keeper.sh",
      "description": "Calendar sync tool & universal calendar MCP server. Aggregate, sync and control calendars on Google, Outlook, Office 365, iCloud, CalDAV or ICS.",
      "website": "https://keeper.sh",
      "github_url": "https://github.com/ridafkih/keeper.sh",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ridafkih/keeper.sh"
      },
      "tags": [
        "bun",
        "caldav",
        "calendar",
        "calendar-sync",
        "google-calendar",
        "ical",
        "icloud",
        "ics"
      ],
      "_stars": 1081,
      "_language": "TypeScript",
      "_full_name": "ridafkih/keeper.sh",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.740254+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.705488+00:00"
    },
    {
      "slug": "gh-houseofmvps-codesight",
      "name": "codesight",
      "description": "Universal AI context generator. Saves thousands of tokens per conversation in Claude Code, Cursor, Copilot, Codex, and more.",
      "website": "https://github.com/Houseofmvps/codesight",
      "github_url": "https://github.com/Houseofmvps/codesight",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Houseofmvps/codesight"
      },
      "tags": [
        "ai",
        "claude",
        "cli",
        "code-analysis",
        "codebase",
        "codex",
        "context-engineering",
        "copilot"
      ],
      "_stars": 1075,
      "_language": "TypeScript",
      "_full_name": "Houseofmvps/codesight",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.740816+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.708862+00:00"
    },
    {
      "slug": "gh-iwe-org-iwe",
      "name": "iwe",
      "description": "Markdown memory system for you and your AI agent",
      "website": "https://iwe.md",
      "github_url": "https://github.com/iwe-org/iwe",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/iwe-org/iwe"
      },
      "tags": [
        "ai",
        "ai-agents",
        "cli",
        "developer-tools",
        "graph",
        "gtd",
        "helix",
        "knowledge-graph"
      ],
      "_stars": 1074,
      "_language": "Rust",
      "_full_name": "iwe-org/iwe",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.741907+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.707064+00:00"
    },
    {
      "slug": "gh-onelevenvy-flock",
      "name": "flock",
      "description": "A multi agent desktop application built with Rust and Tauri.",
      "website": "https://github.com/Onelevenvy/flock",
      "github_url": "https://github.com/Onelevenvy/flock",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Onelevenvy/flock"
      },
      "tags": [
        "agent",
        "ai",
        "chatbot",
        "deekseek",
        "harness",
        "langchain",
        "langgraph",
        "langgraph-rust"
      ],
      "_stars": 1069,
      "_language": "Rust",
      "_full_name": "Onelevenvy/flock",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.742739+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.710767+00:00"
    },
    {
      "slug": "gh-strands-agents-tools",
      "name": "tools",
      "description": "A set of tools that gives agents powerful capabilities.",
      "website": "https://strandsagents.com",
      "github_url": "https://github.com/strands-agents/tools",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/strands-agents/tools"
      },
      "tags": [
        "agentic",
        "agentic-ai",
        "agents",
        "ai",
        "anthropic",
        "autonomous-agents",
        "bedrock",
        "genai"
      ],
      "_stars": 1066,
      "_language": "Python",
      "_full_name": "strands-agents/tools",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.744464+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.712411+00:00"
    },
    {
      "slug": "gh-miguelspizza-webmcp",
      "name": "WebMCP",
      "description": "Bringing the power of MCP to the web",
      "website": "https://mcp-b.ai",
      "github_url": "https://github.com/MiguelsPizza/WebMCP",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MiguelsPizza/WebMCP"
      },
      "tags": [
        "ai",
        "mcp",
        "typescript"
      ],
      "_stars": 1065,
      "_language": "TypeScript",
      "_full_name": "MiguelsPizza/WebMCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.745859+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.715360+00:00"
    },
    {
      "slug": "gh-denissergeevitch-agents-best-practices",
      "name": "agents-best-practices",
      "description": "Provider-neutral Agent Skill for Codex, Claude Code, and agentic harness design.",
      "website": "https://github.com/DenisSergeevitch/agents-best-practices",
      "github_url": "https://github.com/DenisSergeevitch/agents-best-practices",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/DenisSergeevitch/agents-best-practices"
      },
      "tags": [
        "agent-skill",
        "agent-skills",
        "agentic-workflows",
        "agents",
        "ai-agents",
        "anthropic",
        "claude",
        "claude-code"
      ],
      "_stars": 1062,
      "_language": null,
      "_full_name": "DenisSergeevitch/agents-best-practices",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.746888+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.718859+00:00"
    },
    {
      "slug": "gh-ifuryst-rednote-mcp",
      "name": "RedNote-MCP",
      "description": "\ud83d\ude80MCP server for accessing RedNote(XiaoHongShu, xhs).",
      "website": "https://github.com/iFurySt/RedNote-MCP",
      "github_url": "https://github.com/iFurySt/RedNote-MCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/iFurySt/RedNote-MCP"
      },
      "tags": [
        "ai",
        "mcp",
        "mcp-server",
        "rednote",
        "rednote-mcp",
        "xhs",
        "xhs-mcp"
      ],
      "_stars": 1057,
      "_language": "TypeScript",
      "_full_name": "iFurySt/RedNote-MCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.747957+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.724171+00:00"
    },
    {
      "slug": "gh-microsoft-lets-learn-mcp-python",
      "name": "lets-learn-mcp-python",
      "description": "MCP Python Tutorial",
      "website": "https://aka.ms/lets-learn-mcp-python",
      "github_url": "https://github.com/microsoft/lets-learn-mcp-python",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/microsoft/lets-learn-mcp-python"
      },
      "tags": [
        "ai",
        "mcp",
        "python"
      ],
      "_stars": 1055,
      "_language": "Python",
      "_full_name": "microsoft/lets-learn-mcp-python",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.748384+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.726435+00:00"
    },
    {
      "slug": "gh-yokingma-searchat",
      "name": "SearChat",
      "description": "Search + Chat = SearChat(AI Chat with Search), Support OpenAI/Anthropic/VertexAI/Gemini, DeepResearch, SearXNG, Docker.  AI\u5bf9\u8bdd\u5f0f\u641c\u7d22\u5f15\u64ce\uff0c\u652f\u6301DeepResearch, \u652f\u6301OpenAI/Anthropic/VertexAI/Gemini\u63a5\u53e3\u3001\u805a\u5408\u641c\u7d22\u5f15\u64ceSearXNG\uff0c\u652f\u6301Docker\u4e00\u952e\u90e8\u7f72\u3002",
      "website": "https://isou.chat",
      "github_url": "https://github.com/yokingma/SearChat",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yokingma/SearChat"
      },
      "tags": [
        "ai",
        "anthropic",
        "deepresearch",
        "gemini",
        "llm",
        "mcp",
        "openai",
        "rag"
      ],
      "_stars": 1054,
      "_language": "TypeScript",
      "_full_name": "yokingma/SearChat",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.748970+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.728472+00:00"
    },
    {
      "slug": "gh-versuscontrol-devops-ai-guidelines",
      "name": "devops-ai-guidelines",
      "description": "First AI Journey for DevOps - with comprehensive learning paths, practical tips, and enterprise guidelines",
      "website": "https://leanpub.com/the-aiops-book",
      "github_url": "https://github.com/VersusControl/devops-ai-guidelines",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VersusControl/devops-ai-guidelines"
      },
      "tags": [
        "agentic-ai",
        "ai",
        "ai-agent",
        "amazon-web-services",
        "artificial-intelligence",
        "aws",
        "cloud",
        "copilot"
      ],
      "_stars": 1047,
      "_language": "Python",
      "_full_name": "VersusControl/devops-ai-guidelines",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.751006+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.735342+00:00"
    },
    {
      "slug": "gh-yuzehao2023-awesome-mcp-servers",
      "name": "Awesome-MCP-Servers",
      "description": "A curated list of Model Context Protocol (MCP) servers",
      "website": "https://github.com/YuzeHao2023/Awesome-MCP-Servers",
      "github_url": "https://github.com/YuzeHao2023/Awesome-MCP-Servers",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/YuzeHao2023/Awesome-MCP-Servers"
      },
      "tags": [
        "awesome",
        "awesome-list",
        "llm",
        "mcp",
        "mcp-server"
      ],
      "_stars": 1045,
      "_language": null,
      "_full_name": "YuzeHao2023/Awesome-MCP-Servers",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.751811+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.738601+00:00"
    },
    {
      "slug": "gh-dtsola-xiaoyaosearch",
      "name": "xiaoyaosearch",
      "description": "\u5c0f\u9065\u641c\u7d22\uff0c\u542c\u61c2\u4f60\u7684\u8bdd\u3001\u770b\u61c2\u4f60\u7684\u56fe\uff0c\u7528AI\u627e\u5230\u672c\u5730\u4efb\u4f55\u6587\u4ef6\u3002\u8ba9\u641c\u7d22\u50cf\u804a\u5929\u4e00\u6837\u7b80\u5355\u3002XiaoyaoSearch: Understands your words, reads your images, finds any local file with AI. Making search as easy as chatting.",
      "website": "https://project.xiaoyaosai.com",
      "github_url": "https://github.com/dtsola/xiaoyaosearch",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dtsola/xiaoyaosearch"
      },
      "tags": [
        "agent-skills",
        "ai-search",
        "document-search",
        "file-search",
        "local-search",
        "mcp",
        "multimodal-ai",
        "natural-language"
      ],
      "_stars": 1038,
      "_language": "Python",
      "_full_name": "dtsola/xiaoyaosearch",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.752385+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.740431+00:00"
    },
    {
      "slug": "gh-mongodb-js-mongodb-mcp-server",
      "name": "mongodb-mcp-server",
      "description": "A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.",
      "website": "https://github.com/mongodb-js/mongodb-mcp-server",
      "github_url": "https://github.com/mongodb-js/mongodb-mcp-server",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mongodb-js/mongodb-mcp-server"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "mongodb",
        "mongodb-atlas",
        "mongodb-database"
      ],
      "_stars": 1035,
      "_language": "TypeScript",
      "_full_name": "mongodb-js/mongodb-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.752858+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.742927+00:00"
    },
    {
      "slug": "gh-yzfly-douyin-mcp-server",
      "name": "douyin-mcp-server",
      "description": "\u63d0\u53d6\u6296\u97f3\u65e0\u6c34\u5370\u89c6\u9891\u94fe\u63a5\uff0c\u89c6\u9891\u6587\u6848\uff0cdouyin-mcp-server\uff0cmcp\uff0cclaude skill\uff0c\u652f\u6301\u9f99\u867e",
      "website": "https://github.com/yzfly/douyin-mcp-server",
      "github_url": "https://github.com/yzfly/douyin-mcp-server",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yzfly/douyin-mcp-server"
      },
      "tags": [
        "agentskills",
        "claude",
        "claudeskills",
        "douyin",
        "llm",
        "mcp",
        "skills",
        "video"
      ],
      "_stars": 1034,
      "_language": "HTML",
      "_full_name": "yzfly/douyin-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.753393+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.745927+00:00"
    },
    {
      "slug": "gh-conorluddy-ios-simulator-skill",
      "name": "ios-simulator-skill",
      "description": "An IOS Simulator Skill for ClaudeCode. Use it to optimise Claude's ability to build, run and interact with your apps. I mainly use it as an xcodebuild wrapper to save context.",
      "website": "https://www.conor.fyi",
      "github_url": "https://github.com/conorluddy/ios-simulator-skill",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/conorluddy/ios-simulator-skill"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "ai-agents",
        "claude",
        "claude-ai",
        "claude-code",
        "claude-skills",
        "claudecode"
      ],
      "_stars": 1030,
      "_language": "Python",
      "_full_name": "conorluddy/ios-simulator-skill",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.753915+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.748744+00:00"
    },
    {
      "slug": "gh-tencentcloudbase-cloudbase-mcp",
      "name": "CloudBase-MCP",
      "description": "CloudBase MCP - Connect CloudBase to your AI Agent.     Go from AI prompt to live app.",
      "website": "https://docs.cloudbase.net/ai/cloudbase-ai-toolkit/",
      "github_url": "https://github.com/TencentCloudBase/CloudBase-MCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TencentCloudBase/CloudBase-MCP"
      },
      "tags": [
        "ai",
        "aicoding",
        "cloudbase",
        "cursor",
        "mcp",
        "miniprogram",
        "serverless",
        "supabase"
      ],
      "_stars": 1018,
      "_language": "TypeScript",
      "_full_name": "TencentCloudBase/CloudBase-MCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.754611+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.750916+00:00"
    },
    {
      "slug": "gh-isair-jarvis",
      "name": "jarvis",
      "description": "A 100% private AI voice assistant that lives on your computer (works offline). Talk naturally as if Jarvis is a third person in the room, and get conversational responses. It remembers everything, knows location and time, can check the web, control Chrome, track nutrition, and more with support for unlimited MCPs / tools without context rot.",
      "website": "https://github.com/isair/jarvis",
      "github_url": "https://github.com/isair/jarvis",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/isair/jarvis"
      },
      "tags": [
        "ai",
        "assistant",
        "health",
        "machine-learning",
        "mcp",
        "nutrition",
        "privacy",
        "private"
      ],
      "_stars": 1016,
      "_language": "Python",
      "_full_name": "isair/jarvis",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.755481+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.753814+00:00"
    },
    {
      "slug": "gh-ascending-llc-jarvis-registry",
      "name": "jarvis-registry",
      "description": "Connect any AI copilot or autonomous agent to your enterprise tools \u2014 through a single, secure MCP/Agent gateway with built-in identity, access control, and full observability.",
      "website": "https://jarvisregistry.com",
      "github_url": "https://github.com/ascending-llc/jarvis-registry",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ascending-llc/jarvis-registry"
      },
      "tags": [
        "agent",
        "agent-gateway",
        "agent-orchestration",
        "mcp",
        "mcp-gateway",
        "orchestration"
      ],
      "_stars": 1012,
      "_language": "Python",
      "_full_name": "ascending-llc/jarvis-registry",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.756402+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.755817+00:00"
    },
    {
      "slug": "gh-asciimoo-hister",
      "name": "hister",
      "description": "Your own search engine",
      "website": "https://hister.org/",
      "github_url": "https://github.com/asciimoo/hister",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/asciimoo/hister"
      },
      "tags": [
        "browser-history",
        "go",
        "golang",
        "history",
        "index",
        "mcp",
        "mcp-server",
        "personal-search"
      ],
      "_stars": 1012,
      "_language": "Go",
      "_full_name": "asciimoo/hister",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:18.757226+00:00",
      "_last_seen_at": "2026-05-25T13:58:49.758123+00:00"
    },
    {
      "slug": "gh-thinkwatchproject-thinkwatch",
      "name": "ThinkWatch",
      "description": "Enterprise AI bastion host for secure AI API and MCP access, with unified proxying, RBAC, audit logs, rate limiting, and cost tracking across OpenAI, Anthropic, Gemini, and self-hosted LLMs.",
      "website": "https://thinkwat.ch",
      "github_url": "https://github.com/ThinkWatchProject/ThinkWatch",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ThinkWatchProject/ThinkWatch"
      },
      "tags": [
        "ai",
        "ai-gateway",
        "ai-security",
        "ai-tools",
        "mcp",
        "mcp-gateway",
        "mcp-security",
        "mcp-server"
      ],
      "_stars": 1010,
      "_language": "Rust",
      "_full_name": "ThinkWatchProject/ThinkWatch",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.529045+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.128577+00:00"
    },
    {
      "slug": "gh-neka-nat-freecad-mcp",
      "name": "freecad-mcp",
      "description": "FreeCAD MCP(Model Context Protocol) server",
      "website": "https://github.com/neka-nat/freecad-mcp",
      "github_url": "https://github.com/neka-nat/freecad-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/neka-nat/freecad-mcp"
      },
      "tags": [
        "claude",
        "freecad",
        "mcp"
      ],
      "_stars": 1005,
      "_language": "Python",
      "_full_name": "neka-nat/freecad-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.530428+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.130132+00:00"
    },
    {
      "slug": "gh-childrentime-reactuse",
      "name": "reactuse",
      "description": "115+ production-ready React Hooks for sensors, UI, state & browser APIs. Tree-shakable, SSR-safe, TypeScript-first. Used by Shopee, PDD & Ctrip. Inspired by VueUse.",
      "website": "https://reactuse.com",
      "github_url": "https://github.com/childrentime/reactuse",
      "pricing": "free",
      "license": "Unlicense",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/childrentime/reactuse"
      },
      "tags": [
        "browser-api",
        "custom-hooks",
        "developer-tools",
        "frontend",
        "hooks",
        "hooks-library",
        "javascript",
        "mcp"
      ],
      "_stars": 1000,
      "_language": "MDX",
      "_full_name": "childrentime/reactuse",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.531757+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.132165+00:00"
    },
    {
      "slug": "gh-google-antigravity-antigravity-sdk-python",
      "name": "antigravity-sdk-python",
      "description": "A Python library for building AI agents that leverage the full power of Google Antigravity.",
      "website": "https://antigravity.google/product/antigravity-sdk",
      "github_url": "https://github.com/google-antigravity/antigravity-sdk-python",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/google-antigravity/antigravity-sdk-python"
      },
      "tags": [
        "ai-agents",
        "antigravity",
        "gemini",
        "gemini-api",
        "google",
        "llm-agents",
        "mcp",
        "python-sdk"
      ],
      "_stars": 998,
      "_language": "Python",
      "_full_name": "google-antigravity/antigravity-sdk-python",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.532861+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.133068+00:00"
    },
    {
      "slug": "gh-samuraigpt-muapi-cli",
      "name": "muapi-cli",
      "description": "Official CLI for muapi.ai \u2014 generate images, videos & audio from the terminal. MCP server, 14 AI models, npm + pip installable.",
      "website": "https://muapi.ai",
      "github_url": "https://github.com/SamurAIGPT/muapi-cli",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SamurAIGPT/muapi-cli"
      },
      "tags": [
        "ai",
        "cli",
        "generative-ai",
        "image-generation",
        "mcp",
        "muapi",
        "npm",
        "python"
      ],
      "_stars": 997,
      "_language": "Python",
      "_full_name": "SamurAIGPT/muapi-cli",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.533860+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.135417+00:00"
    },
    {
      "slug": "gh-irinabuht12-oss-google-meta-ads-ga4-mcp",
      "name": "google-meta-ads-ga4-mcp",
      "description": "MCP server for Google Ads, Meta Ads & GA4 \u2014 works with ChatGPT, Claude, Cursor, n8n, Windsurf & more. 250+ tools for campaign management, analytics & optimization.",
      "website": "https://github.com/irinabuht12-oss/google-meta-ads-ga4-mcp",
      "github_url": "https://github.com/irinabuht12-oss/google-meta-ads-ga4-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/irinabuht12-oss/google-meta-ads-ga4-mcp"
      },
      "tags": [
        "ad-optimization",
        "advertising",
        "ai-agent",
        "campaign-management",
        "chatgpt",
        "claude",
        "codex",
        "cursor"
      ],
      "_stars": 994,
      "_language": null,
      "_full_name": "irinabuht12-oss/google-meta-ads-ga4-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.534570+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.138661+00:00"
    },
    {
      "slug": "gh-rohitg00-awesome-devops-mcp-servers",
      "name": "awesome-devops-mcp-servers",
      "description": "A curated list of awesome MCP servers focused on DevOps tools and capabilities.",
      "website": "https://createmvps.app/mcp-rules",
      "github_url": "https://github.com/rohitg00/awesome-devops-mcp-servers",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rohitg00/awesome-devops-mcp-servers"
      },
      "tags": [
        "ai",
        "cloudnative",
        "devops",
        "genai",
        "llm",
        "mcp"
      ],
      "_stars": 991,
      "_language": null,
      "_full_name": "rohitg00/awesome-devops-mcp-servers",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.535175+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.142259+00:00"
    },
    {
      "slug": "gh-arize-ai-openinference",
      "name": "openinference",
      "description": "OpenTelemetry Instrumentation for AI Observability",
      "website": "https://arize-ai.github.io/openinference/",
      "github_url": "https://github.com/Arize-ai/openinference",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Arize-ai/openinference"
      },
      "tags": [
        "aiops",
        "gemini",
        "hacktoberfest",
        "haystack",
        "langchain",
        "langraph",
        "llamaindex",
        "llmops"
      ],
      "_stars": 990,
      "_language": "Python",
      "_full_name": "Arize-ai/openinference",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.535706+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.144549+00:00"
    },
    {
      "slug": "gh-777genius-agent-teams-ai",
      "name": "agent-teams-ai",
      "description": "You're the CTO, agents are your team. They handle tasks on their own, message each other, and review each other's work. You just watch the kanban board and give high-level commands. Codex/Claude/OpenCode(200+ models, 75+ LLM providers, free models no auth). Build your AI company.",
      "website": "https://777genius.github.io/agent-teams-ai/",
      "github_url": "https://github.com/777genius/agent-teams-ai",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/777genius/agent-teams-ai"
      },
      "tags": [
        "agent-teams",
        "ai",
        "ai-agents",
        "ai-assistant",
        "ai-tools",
        "anthropic",
        "claude",
        "claude-ai"
      ],
      "_stars": 981,
      "_language": "TypeScript",
      "_full_name": "777genius/agent-teams-ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.536253+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.145334+00:00"
    },
    {
      "slug": "gh-splx-ai-agentic-radar",
      "name": "agentic-radar",
      "description": "A security scanner for your LLM agentic workflows",
      "website": "https://splx.ai",
      "github_url": "https://github.com/splx-ai/agentic-radar",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/splx-ai/agentic-radar"
      },
      "tags": [
        "agentic-ai",
        "agentic-framework",
        "agentic-workflow",
        "ai",
        "ai-red-teaming",
        "ai-security",
        "cli",
        "devsecops"
      ],
      "_stars": 973,
      "_language": "Python",
      "_full_name": "splx-ai/agentic-radar",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.536870+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.145762+00:00"
    },
    {
      "slug": "gh-open-webui-openapi-servers",
      "name": "openapi-servers",
      "description": "OpenAPI Tool Servers",
      "website": "https://docs.openwebui.com/openapi-servers/",
      "github_url": "https://github.com/open-webui/openapi-servers",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/open-webui/openapi-servers"
      },
      "tags": [
        "ai",
        "mcp",
        "openapi"
      ],
      "_stars": 972,
      "_language": "Python",
      "_full_name": "open-webui/openapi-servers",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.537492+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.146273+00:00"
    },
    {
      "slug": "gh-lucasastorian-llmwiki",
      "name": "llmwiki",
      "description": "Open Source Implementation of Karpathy's LLM Wiki. Upload documents, connect your Claude account via MCP, and have it write your wiki !",
      "website": "https://llmwiki.app",
      "github_url": "https://github.com/lucasastorian/llmwiki",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lucasastorian/llmwiki"
      },
      "tags": [
        "agents",
        "ai-agents",
        "claude",
        "karpathy",
        "knowledge-base",
        "llm",
        "llm-wiki",
        "mcp"
      ],
      "_stars": 968,
      "_language": "Python",
      "_full_name": "lucasastorian/llmwiki",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.538796+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.146998+00:00"
    },
    {
      "slug": "gh-jarrodwatts-claude-delegator",
      "name": "claude-delegator",
      "description": "Delegate tasks to Codex and Gemini directly from within Claude Code.",
      "website": "https://github.com/jarrodwatts/claude-delegator",
      "github_url": "https://github.com/jarrodwatts/claude-delegator",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jarrodwatts/claude-delegator"
      },
      "tags": [
        "ai-agents",
        "claude",
        "claude-code",
        "codex",
        "gpt",
        "mcp",
        "plugin"
      ],
      "_stars": 967,
      "_language": "JavaScript",
      "_full_name": "jarrodwatts/claude-delegator",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.539637+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.148110+00:00"
    },
    {
      "slug": "gh-chrisryugj-kordoc",
      "name": "kordoc",
      "description": "\ubaa8\ub450 \ud30c\uc2f1\ud574\ubc84\ub9ac\uaca0\ub2e4 \u2014 HWP3\u00b7HWP\u00b7HWPX\u00b7HWPML\u00b7PDF\u00b7XLS\u00b7XLSX\u00b7DOCX \u2192 Markdown. \uc2e0\uad6c\ub300\uc870\u00b7\uc591\uc2dd \uc790\ub3d9 \ucc44\uc6b0\uae30\u00b7MCP \ud1b5\ud569 (CLI + MCP Server) | Parse Korean documents (HWP3-5, HWPX, HWPML, PDF, Office) to Markdown \u2014 CLI + MCP Server with form-filler & diff",
      "website": "https://www.npmjs.com/package/kordoc",
      "github_url": "https://github.com/chrisryugj/kordoc",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chrisryugj/kordoc"
      },
      "tags": [
        "cli",
        "document-parser",
        "docx",
        "hancom",
        "hwp",
        "hwpx",
        "korean",
        "markdown"
      ],
      "_stars": 966,
      "_language": "TypeScript",
      "_full_name": "chrisryugj/kordoc",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.540185+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.149256+00:00"
    },
    {
      "slug": "gh-pathintegral-institute-mcpm-sh",
      "name": "mcpm.sh",
      "description": "CLI MCP package manager & registry for all platforms and all clients. Search & configure MCP servers. Advanced Router & Profile features.",
      "website": "https://mcpm.sh/",
      "github_url": "https://github.com/pathintegral-institute/mcpm.sh",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pathintegral-institute/mcpm.sh"
      },
      "tags": [
        "ai",
        "claude-desktop",
        "cli",
        "cline",
        "continue",
        "cursor",
        "goose",
        "homebrew"
      ],
      "_stars": 953,
      "_language": "Python",
      "_full_name": "pathintegral-institute/mcpm.sh",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.541204+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.152987+00:00"
    },
    {
      "slug": "gh-alvinunreal-openpets",
      "name": "openpets",
      "description": "Desktop pets for AI coding agents. Install pets, connect Claude Code via MCP, and see live coding status on your desktop.",
      "website": "https://openpets.dev",
      "github_url": "https://github.com/alvinunreal/openpets",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alvinunreal/openpets"
      },
      "tags": [
        "ai-agents",
        "bun",
        "claude-code",
        "coding-agents",
        "desktop-pet",
        "electron",
        "mcp",
        "opencode"
      ],
      "_stars": 950,
      "_language": "TypeScript",
      "_full_name": "alvinunreal/openpets",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.541667+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.170777+00:00"
    },
    {
      "slug": "gh-cisco-ai-defense-mcp-scanner",
      "name": "mcp-scanner",
      "description": "Scan MCP servers for potential threats & security findings.",
      "website": "https://blogs.cisco.com/ai/securing-the-ai-agent-supply-chain-with-ciscos-open-source-mcp-scanner",
      "github_url": "https://github.com/cisco-ai-defense/mcp-scanner",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cisco-ai-defense/mcp-scanner"
      },
      "tags": [
        "agents",
        "ai",
        "mcp",
        "security"
      ],
      "_stars": 939,
      "_language": "Python",
      "_full_name": "cisco-ai-defense/mcp-scanner",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.542930+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.175426+00:00"
    },
    {
      "slug": "gh-derisk-ai-openderisk",
      "name": "OpenDerisk",
      "description": "AI-Native Risk Intelligence Systems, OpenDeRisk\u2014\u2014Your application system risk intelligent manager provides 7* 24-hour comprehensive and in-depth protection.",
      "website": "https://github.com/derisk-ai/OpenDerisk",
      "github_url": "https://github.com/derisk-ai/OpenDerisk",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/derisk-ai/OpenDerisk"
      },
      "tags": [
        "agent",
        "ai-sre",
        "aigc",
        "devops",
        "mcp",
        "multi-agent-systems",
        "multi-agents-orchestration",
        "rag"
      ],
      "_stars": 935,
      "_language": "Python",
      "_full_name": "derisk-ai/OpenDerisk",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.546265+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.178328+00:00"
    },
    {
      "slug": "gh-azure-samples-ai-gateway",
      "name": "AI-Gateway",
      "description": "Labs to explore AI Models, MCP servers, and Agents with the AI Gateway powered by Azure API Management and Microsoft Foundry \ud83d\ude80",
      "website": "https://aka.ms/ai-gateway/labs",
      "github_url": "https://github.com/Azure-Samples/AI-Gateway",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Azure-Samples/AI-Gateway"
      },
      "tags": [
        "a2a",
        "agents",
        "apimanagement",
        "autogen",
        "azure",
        "foundry",
        "genai",
        "mcp"
      ],
      "_stars": 931,
      "_language": "Jupyter Notebook",
      "_full_name": "Azure-Samples/AI-Gateway",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.547467+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.179929+00:00"
    },
    {
      "slug": "gh-samuraigpt-awesome-openclaw",
      "name": "awesome-openclaw",
      "description": "A curated list of OpenClaw resources, tools, skills, tutorials & articles. OpenClaw (formerly Moltbot / Clawdbot) \u2014 open-source self-hosted AI agent for WhatsApp, Telegram, Discord & 50+ integrations.",
      "website": "https://openclaw.ai",
      "github_url": "https://github.com/SamurAIGPT/awesome-openclaw",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SamurAIGPT/awesome-openclaw"
      },
      "tags": [
        "agentic-ai",
        "ai-agent",
        "ai-automation",
        "autonomous-agents",
        "awesome",
        "awesome-list",
        "chatbot",
        "clawdbot"
      ],
      "_stars": 917,
      "_language": null,
      "_full_name": "SamurAIGPT/awesome-openclaw",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.551628+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.192419+00:00"
    },
    {
      "slug": "gh-kaplanelad-shellfirm",
      "name": "shellfirm",
      "description": "Safety guardrails for ai coding agents and human terminal commands",
      "website": "https://shellfirm.vercel.app/",
      "github_url": "https://github.com/kaplanelad/shellfirm",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kaplanelad/shellfirm"
      },
      "tags": [
        "agent",
        "ai",
        "captcha",
        "devops",
        "devops-tools",
        "mcp",
        "prompt",
        "rust"
      ],
      "_stars": 912,
      "_language": "Rust",
      "_full_name": "kaplanelad/shellfirm",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.552747+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.194788+00:00"
    },
    {
      "slug": "gh-antfu-nuxt-mcp-dev",
      "name": "nuxt-mcp-dev",
      "description": "MCP server helping models to understand your Vite/Nuxt app better.",
      "website": "https://github.com/antfu/nuxt-mcp-dev",
      "github_url": "https://github.com/antfu/nuxt-mcp-dev",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/antfu/nuxt-mcp-dev"
      },
      "tags": [
        "mcp",
        "nuxt",
        "vite"
      ],
      "_stars": 908,
      "_language": "TypeScript",
      "_full_name": "antfu/nuxt-mcp-dev",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.553800+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.196932+00:00"
    },
    {
      "slug": "gh-arcadeai-arcade-mcp",
      "name": "arcade-mcp",
      "description": "MCP Server Framework and Tool Development library for building custom capabilities into agents.",
      "website": "https://docs.arcade.dev",
      "github_url": "https://github.com/ArcadeAI/arcade-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ArcadeAI/arcade-mcp"
      },
      "tags": [
        "ai",
        "arcade",
        "arcade-ai",
        "claude",
        "claude-code",
        "claude-mcp",
        "mcp",
        "mcp-framework"
      ],
      "_stars": 900,
      "_language": "Python",
      "_full_name": "ArcadeAI/arcade-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.555032+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.201743+00:00"
    },
    {
      "slug": "gh-microsoft-wassette",
      "name": "wassette",
      "description": "Wassette: A security-oriented runtime that runs WebAssembly Components via MCP",
      "website": "https://microsoft.github.io/wassette/",
      "github_url": "https://github.com/microsoft/wassette",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/microsoft/wassette"
      },
      "tags": [
        "capabilities",
        "mcp",
        "mcp-server",
        "oci",
        "oci-artifacts",
        "permissions",
        "wasm",
        "wasm-component"
      ],
      "_stars": 891,
      "_language": "Rust",
      "_full_name": "microsoft/wassette",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.556644+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.212114+00:00"
    },
    {
      "slug": "gh-joooook-12306-mcp",
      "name": "12306-mcp",
      "description": "This is a 12306 ticket search server based on the Model Context Protocol (MCP).",
      "website": "https://github.com/Joooook/12306-mcp",
      "github_url": "https://github.com/Joooook/12306-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Joooook/12306-mcp"
      },
      "tags": [
        "12306",
        "mcp",
        "mcp-server",
        "train-tickets"
      ],
      "_stars": 891,
      "_language": "JavaScript",
      "_full_name": "Joooook/12306-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.557739+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.208932+00:00"
    },
    {
      "slug": "gh-mixcore-mix-core",
      "name": "mix.core",
      "description": "\ud83d\ude80 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility. Since 2018.",
      "website": "https://mixcore.org",
      "github_url": "https://github.com/mixcore/mix.core",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mixcore/mix.core"
      },
      "tags": [
        "angular",
        "asp",
        "asp-net-core",
        "asp-net-core-content-management-system",
        "bootstrap",
        "cms",
        "content-management-system",
        "dotnet"
      ],
      "_stars": 884,
      "_language": "C#",
      "_full_name": "mixcore/mix.core",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.558163+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.221538+00:00"
    },
    {
      "slug": "gh-nduckmink-arkon",
      "name": "arkon",
      "description": "Arkon: Enterprise AI Knowledge Hub & MCP Server. Self-hosted knowledge base for teams to manage RAG contexts, access policies, and AI skills. Connect Claude and other LLMs via Model Context Protocol (MCP) for automated, secure organizational knowledge integration.",
      "website": "https://github.com/nduckmink/arkon",
      "github_url": "https://github.com/nduckmink/arkon",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nduckmink/arkon"
      },
      "tags": [
        "enterprise-ai",
        "knowledge-base-embeddings",
        "knowledge-based-systems",
        "knowledge-bases",
        "llm-wiki-personal-knowledge-base",
        "mcp",
        "mcp-server",
        "model-context-protocol"
      ],
      "_stars": 881,
      "_language": "Python",
      "_full_name": "nduckmink/arkon",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.559772+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.228873+00:00"
    },
    {
      "slug": "gh-ifuryst-open-codex-computer-use",
      "name": "open-codex-computer-use",
      "description": "\ud83d\udc7e Open Computer Use \u2013 Open-Source Alternative to Codex Computer Use",
      "website": "https://github.com/iFurySt/open-codex-computer-use",
      "github_url": "https://github.com/iFurySt/open-codex-computer-use",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/iFurySt/open-codex-computer-use"
      },
      "tags": [
        "accessibility",
        "ai-agent",
        "ai-agents",
        "claude-code",
        "codex",
        "codex-computer-use",
        "computer-use",
        "computer-use-agent"
      ],
      "_stars": 879,
      "_language": "Swift",
      "_full_name": "iFurySt/open-codex-computer-use",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.560573+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.232657+00:00"
    },
    {
      "slug": "gh-rheosoph-flow-like",
      "name": "flow-like",
      "description": "Flow-Like: Strongly Typed Enterprise Scale Workflows. Built for scalability, speed, seamless AI integration and rich customization.",
      "website": "https://flow-like.com",
      "github_url": "https://github.com/Rheosoph/flow-like",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Rheosoph/flow-like"
      },
      "tags": [
        "agents",
        "ai",
        "apis",
        "automation",
        "data-flow",
        "development",
        "llm",
        "low-code"
      ],
      "_stars": 878,
      "_language": "Rust",
      "_full_name": "Rheosoph/flow-like",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.562241+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.235707+00:00"
    },
    {
      "slug": "gh-hyper-mcp-rs-hyper-mcp",
      "name": "hyper-mcp",
      "description": "\ud83d\udce6\ufe0f A fast, secure MCP server that extends its capabilities through WebAssembly plugins.",
      "website": "https://github.com/hyper-mcp-rs/hyper-mcp",
      "github_url": "https://github.com/hyper-mcp-rs/hyper-mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hyper-mcp-rs/hyper-mcp"
      },
      "tags": [
        "ai",
        "extism",
        "llm",
        "mcp",
        "mcp-server",
        "oci"
      ],
      "_stars": 876,
      "_language": "Rust",
      "_full_name": "hyper-mcp-rs/hyper-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.563622+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.237782+00:00"
    },
    {
      "slug": "gh-statespace-tech-statespace",
      "name": "statespace",
      "description": "Search for the agentic web.",
      "website": "https://statespace.com/",
      "github_url": "https://github.com/statespace-tech/statespace",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/statespace-tech/statespace"
      },
      "tags": [
        "agent",
        "ai",
        "api",
        "cli",
        "developer-tools",
        "documentation",
        "information-retrieval",
        "llms-txt"
      ],
      "_stars": 876,
      "_language": "TypeScript",
      "_full_name": "statespace-tech/statespace",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.564507+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.239305+00:00"
    },
    {
      "slug": "gh-softinstigate-restheart",
      "name": "restheart",
      "description": "The Agent-Ready Backend for MongoDB.",
      "website": "https://restheart.org",
      "github_url": "https://github.com/SoftInstigate/restheart",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SoftInstigate/restheart"
      },
      "tags": [
        "ai-agents",
        "data-persistence",
        "database",
        "docker",
        "framework",
        "graphql",
        "java",
        "mcp"
      ],
      "_stars": 876,
      "_language": "Java",
      "_full_name": "SoftInstigate/restheart",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.565422+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.244129+00:00"
    },
    {
      "slug": "gh-davidyz-vectorcode",
      "name": "VectorCode",
      "description": "A code repository indexing tool to supercharge your LLM experience.",
      "website": "https://github.com/Davidyz/VectorCode",
      "github_url": "https://github.com/Davidyz/VectorCode",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Davidyz/VectorCode"
      },
      "tags": [
        "embeddings",
        "mcp",
        "mcp-server",
        "neovim-plugin",
        "rag",
        "retrieval-augmented"
      ],
      "_stars": 864,
      "_language": "Python",
      "_full_name": "Davidyz/VectorCode",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.567382+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.249037+00:00"
    },
    {
      "slug": "gh-shaneholloman-mcp-knowledge-graph",
      "name": "mcp-knowledge-graph",
      "description": "MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development",
      "website": "https://github.com/shaneholloman/mcp-knowledge-graph",
      "github_url": "https://github.com/shaneholloman/mcp-knowledge-graph",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shaneholloman/mcp-knowledge-graph"
      },
      "tags": [
        "ai-memory",
        "claude-ai",
        "knowledge-graph",
        "mcp",
        "memory-server",
        "typescript"
      ],
      "_stars": 862,
      "_language": "JavaScript",
      "_full_name": "shaneholloman/mcp-knowledge-graph",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.568180+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.251858+00:00"
    },
    {
      "slug": "gh-promptise-com-foundry",
      "name": "Foundry",
      "description": "The foundation layer for agentic intelligence.",
      "website": "https://www.promptise.com/",
      "github_url": "https://github.com/promptise-com/Foundry",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/promptise-com/Foundry"
      },
      "tags": [
        "agent-framework",
        "agent-runtime",
        "agentic-ai",
        "agents",
        "ai",
        "ai-agents",
        "ai-framework",
        "artificial-intelligence"
      ],
      "_stars": 845,
      "_language": "Python",
      "_full_name": "promptise-com/Foundry",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.568813+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.255554+00:00"
    },
    {
      "slug": "gh-bgauryy-octocode",
      "name": "octocode",
      "description": "MCP server for semantic code research and context generation on real-time using LLM patterns | Search naturally across public & private repos based on your permissions | Transform any accessible codebase/s into AI-optimized knowledge on simple and complex flows | Find real implementations and live docs from anywhere",
      "website": "https://octocode.ai/",
      "github_url": "https://github.com/bgauryy/octocode",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bgauryy/octocode"
      },
      "tags": [
        "agent",
        "ai",
        "ai-agents",
        "ai-tools",
        "claude-ai",
        "code-intelligence",
        "code-search",
        "context"
      ],
      "_stars": 845,
      "_language": "TypeScript",
      "_full_name": "bgauryy/octocode",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.569401+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.254096+00:00"
    },
    {
      "slug": "gh-deodat-lawson-launchstack",
      "name": "LaunchStack",
      "description": "AI-powered StartUp Accelerator Engine built with Next.js, LangChain, PostgreSQL + pgvector. Upload, organize, and chat with documents. Includes predictive missing-document detection, role-based workflows, and page-level insight extraction.",
      "website": "https://www.pdrai.online/",
      "github_url": "https://github.com/Deodat-Lawson/LaunchStack",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Deodat-Lawson/LaunchStack"
      },
      "tags": [
        "claude",
        "docker",
        "knowlege-graph",
        "langchain",
        "mcp",
        "n8n",
        "neo4j",
        "nextjs"
      ],
      "_stars": 842,
      "_language": "TypeScript",
      "_full_name": "Deodat-Lawson/LaunchStack",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.569907+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.256383+00:00"
    },
    {
      "slug": "gh-erwinkramer-bank-api",
      "name": "bank-api",
      "description": "The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API.",
      "website": "https://guanchen.nl",
      "github_url": "https://github.com/erwinkramer/bank-api",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/erwinkramer/bank-api"
      },
      "tags": [
        "api",
        "architecture",
        "asp-net-core",
        "aspnet-core",
        "dotnet",
        "gridify",
        "mcp",
        "mcp-server"
      ],
      "_stars": 835,
      "_language": "C#",
      "_full_name": "erwinkramer/bank-api",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.570346+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.259721+00:00"
    },
    {
      "slug": "gh-ankorstore-yokai",
      "name": "yokai",
      "description": "Simple, modular, and observable Go framework for backend applications.",
      "website": "https://ankorstore.github.io/yokai",
      "github_url": "https://github.com/ankorstore/yokai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ankorstore/yokai"
      },
      "tags": [
        "backend",
        "dependency-injection",
        "framework",
        "go",
        "golang",
        "grpc-server",
        "http-server",
        "kubernetes"
      ],
      "_stars": 832,
      "_language": "Go",
      "_full_name": "ankorstore/yokai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.570928+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.261570+00:00"
    },
    {
      "slug": "gh-zaidmukaddam-scira-mcp-chat",
      "name": "scira-mcp-chat",
      "description": "A minimalistic MCP client with a good feature set.",
      "website": "https://mcpchat.scira.ai",
      "github_url": "https://github.com/zaidmukaddam/scira-mcp-chat",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zaidmukaddam/scira-mcp-chat"
      },
      "tags": [
        "anthropic",
        "grok3",
        "mcp",
        "mcp-client",
        "model-context-protocol",
        "openai",
        "xai"
      ],
      "_stars": 831,
      "_language": "TypeScript",
      "_full_name": "zaidmukaddam/scira-mcp-chat",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.571480+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.262115+00:00"
    },
    {
      "slug": "gh-instavm-coderunner",
      "name": "coderunner",
      "description": "A local sandbox for your AI agents",
      "website": "https://instavm.io",
      "github_url": "https://github.com/instavm/coderunner",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/instavm/coderunner"
      },
      "tags": [
        "anthropic",
        "apple",
        "apple-container",
        "claude-code",
        "claude-skills",
        "containerization",
        "gemini-cli",
        "llm"
      ],
      "_stars": 831,
      "_language": "Python",
      "_full_name": "instavm/coderunner",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.572097+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.262572+00:00"
    },
    {
      "slug": "gh-golf-mcp-golf",
      "name": "golf",
      "description": "Production-Ready MCP Server Framework \u2022 Build, deploy & scale secure AI agent infrastructure \u2022 Includes Auth, Observability, Debugger, Telemetry & Runtime \u2022 Run real-world MCPs powering AI Agents",
      "website": "https://golf.dev/",
      "github_url": "https://github.com/golf-mcp/golf",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/golf-mcp/golf"
      },
      "tags": [
        "agent-runtime",
        "ai",
        "ai-agent",
        "ai-agent-tools",
        "ai-agents",
        "ai-platform",
        "aiagents",
        "auth"
      ],
      "_stars": 827,
      "_language": "Python",
      "_full_name": "golf-mcp/golf",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.573478+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.263028+00:00"
    },
    {
      "slug": "gh-justrach-codedb",
      "name": "codedb",
      "description": "Zig code intelligence server and MCP toolset for AI agents. Fast tree, outline, symbol, search, read, edit, deps, snapshot, and remote GitHub repo queries.",
      "website": "https://codegraff.com/blog/codedb-code-intelligence",
      "github_url": "https://github.com/justrach/codedb",
      "pricing": "free",
      "license": "BSD-3-Clause",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/justrach/codedb"
      },
      "tags": [
        "agentic-ai",
        "agents",
        "anthropic",
        "cursor",
        "gemini",
        "mcp",
        "openai",
        "zig"
      ],
      "_stars": 825,
      "_language": "Zig",
      "_full_name": "justrach/codedb",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.576098+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.263677+00:00"
    },
    {
      "slug": "gh-kontext-security-browser-use-mcp-server",
      "name": "browser-use-mcp-server",
      "description": "Browse the web, directly from Cursor etc.",
      "website": "https://kontext.security",
      "github_url": "https://github.com/kontext-security/browser-use-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kontext-security/browser-use-mcp-server"
      },
      "tags": [
        "browser",
        "browser-use",
        "cursor",
        "mcp",
        "mcp-server",
        "playwright"
      ],
      "_stars": 822,
      "_language": "Python",
      "_full_name": "kontext-security/browser-use-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.579119+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.266070+00:00"
    },
    {
      "slug": "gh-leslieleung-glean",
      "name": "glean",
      "description": "A self-hosted RSS reader and personal knowledge management tool.",
      "website": "https://gleanapp.cn",
      "github_url": "https://github.com/LeslieLeung/glean",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LeslieLeung/glean"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "rss",
        "rss-reader"
      ],
      "_stars": 819,
      "_language": "TypeScript",
      "_full_name": "LeslieLeung/glean",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.580185+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.270432+00:00"
    },
    {
      "slug": "gh-beita6969-scienceclaw",
      "name": "ScienceClaw",
      "description": "\ud83d\udd2c\ud83e\udd9e A self-evolving AI research colleague for scientists. 285 skills, zero hallucination, persistent memory.",
      "website": "http://scienceclaw.science",
      "github_url": "https://github.com/beita6969/ScienceClaw",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/beita6969/ScienceClaw"
      },
      "tags": [
        "ai",
        "ai-agent",
        "bioinformatics",
        "literature-review",
        "llm",
        "mcp",
        "meta-analysis",
        "openclaw"
      ],
      "_stars": 819,
      "_language": "TypeScript",
      "_full_name": "beita6969/ScienceClaw",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.581283+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.273345+00:00"
    },
    {
      "slug": "gh-jacksteamdev-obsidian-mcp-tools",
      "name": "obsidian-mcp-tools",
      "description": "Add Obsidian integrations like semantic search and custom Templater prompts to Claude or any MCP client.",
      "website": "https://github.com/jacksteamdev/obsidian-mcp-tools",
      "github_url": "https://github.com/jacksteamdev/obsidian-mcp-tools",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jacksteamdev/obsidian-mcp-tools"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol"
      ],
      "_stars": 816,
      "_language": "TypeScript",
      "_full_name": "jacksteamdev/obsidian-mcp-tools",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.582138+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.277728+00:00"
    },
    {
      "slug": "gh-vstorm-co-pydantic-deepagents",
      "name": "pydantic-deepagents",
      "description": "Build Claude Code\u2013style deep agents in Python: tool-calling, sandboxed execution, multi-agent teams, skills, checkpoints, and unlimited context \u2014 all on Pydantic AI.",
      "website": "https://vstorm-co.github.io/pydantic-deepagents/",
      "github_url": "https://github.com/vstorm-co/pydantic-deepagents",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vstorm-co/pydantic-deepagents"
      },
      "tags": [
        "agent-framework",
        "ai-agents",
        "anthropic",
        "claude-code",
        "cli",
        "coding-agent",
        "deep-research",
        "docker-sandbox"
      ],
      "_stars": 816,
      "_language": "Python",
      "_full_name": "vstorm-co/pydantic-deepagents",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.583324+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.281089+00:00"
    },
    {
      "slug": "gh-wjz-p-gemini-skill",
      "name": "gemini-skill",
      "description": "gemini drawing MCP & skill through browser, can be used in openclaw or any agent that supports MCP. Gemini\u753b\u56fe MCP\u548csill\uff0c\u652f\u6301\u9f99\u867e\u6216\u4efb\u4f55agent\u4f7f\u7528\u0669(\u0e51>\u25e1<\u0e51)\u06f6",
      "website": "https://github.com/WJZ-P/gemini-skill",
      "github_url": "https://github.com/WJZ-P/gemini-skill",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/WJZ-P/gemini-skill"
      },
      "tags": [
        "automation",
        "browser-automation",
        "drawing",
        "gemini",
        "mcp",
        "mcp-client",
        "mcp-server",
        "openclaw"
      ],
      "_stars": 814,
      "_language": "JavaScript",
      "_full_name": "WJZ-P/gemini-skill",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.584384+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.283984+00:00"
    },
    {
      "slug": "gh-shiwenwen-hope-agent",
      "name": "hope-agent",
      "description": "\ud83e\uddad\u8de8\u7aef\u4ea4\u63a5\u3001\u8d8a\u7528\u8d8a\u61c2\u4f60\u7684\u684c\u9762 AI \u52a9\u624b\u2014\u2014\u4e5f\u80fd\u670d\u52a1\u5316\u5e38\u9a7b\u3001\u8dd1\u5728\u4e91\u4e0a | Desktop AI that hands off across your devices and gets to know you better \u2014 also runs headless on a NAS or in the cloud",
      "website": "https://github.com/shiwenwen/hope-agent",
      "github_url": "https://github.com/shiwenwen/hope-agent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shiwenwen/hope-agent"
      },
      "tags": [
        "agent",
        "ai",
        "ai-assistant",
        "anthropic",
        "chatbot",
        "claude",
        "claw",
        "codex"
      ],
      "_stars": 812,
      "_language": "Rust",
      "_full_name": "shiwenwen/hope-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.585357+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.288309+00:00"
    },
    {
      "slug": "gh-heurist-network-heurist-agent-framework",
      "name": "heurist-agent-framework",
      "description": "A flexible multi-interface AI agent framework for building agents with reasoning, tool use, memory, deep research, blockchain interaction, MCP, and agents-as-a-service.",
      "website": "https://agent.heurist.ai/",
      "github_url": "https://github.com/heurist-network/heurist-agent-framework",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/heurist-network/heurist-agent-framework"
      },
      "tags": [
        "agentic-ai",
        "agentic-framework",
        "ai",
        "mcp"
      ],
      "_stars": 812,
      "_language": "Python",
      "_full_name": "heurist-network/heurist-agent-framework",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.586270+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.291633+00:00"
    },
    {
      "slug": "gh-context-space-context-space",
      "name": "context-space",
      "description": "Ultimate Context Engineering Infrastructure, starting from MCPs and Integrations",
      "website": "https://context.space",
      "github_url": "https://github.com/context-space/context-space",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/context-space/context-space"
      },
      "tags": [
        "agent",
        "agents",
        "ai",
        "ai-agent",
        "context-engineering",
        "go",
        "golang",
        "mcp"
      ],
      "_stars": 809,
      "_language": "Go",
      "_full_name": "context-space/context-space",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.587628+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.295379+00:00"
    },
    {
      "slug": "gh-jieyefriic-rp-engine",
      "name": "rp-engine",
      "description": "YAML-native agent workflow execution engine, written in Rust",
      "website": "https://crates.io/crates/riceprompt-engine",
      "github_url": "https://github.com/jieyefriic/rp-engine",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jieyefriic/rp-engine"
      },
      "tags": [
        "agent",
        "llm",
        "mcp",
        "rust",
        "workflow",
        "yaml"
      ],
      "_stars": 806,
      "_language": "Rust",
      "_full_name": "jieyefriic/rp-engine",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.589325+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.296101+00:00"
    },
    {
      "slug": "gh-superiorlu-aitreasurebox",
      "name": "AITreasureBox",
      "description": "\ud83e\udd16 Automatically collected AI repos, tools, websites, papers & tutorials. \u5b9e\u7528AI\u767e\u5b9d\u7bb1 \ud83d\udc8e",
      "website": "https://github.com/superiorlu/AITreasureBox",
      "github_url": "https://github.com/superiorlu/AITreasureBox",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/superiorlu/AITreasureBox"
      },
      "tags": [
        "agi",
        "ai",
        "ai-gents",
        "ai-prompts",
        "ai-tools",
        "alpaca",
        "awesome-list",
        "deep-learning"
      ],
      "_stars": 806,
      "_language": "Ruby",
      "_full_name": "superiorlu/AITreasureBox",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.590545+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.297254+00:00"
    },
    {
      "slug": "gh-agentscope-ai-agentscope-runtime",
      "name": "agentscope-runtime",
      "description": "A production-ready runtime framework for agent apps with secure tool sandboxing, Agent-as-a-Service APIs, scalable deployment, full-stack observability, and broad framework compatibility.",
      "website": "https://runtime.agentscope.io/",
      "github_url": "https://github.com/agentscope-ai/agentscope-runtime",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentscope-ai/agentscope-runtime"
      },
      "tags": [
        "a2a",
        "agent",
        "agentscope",
        "agno",
        "deployment",
        "docker",
        "kubernetes",
        "langgraph"
      ],
      "_stars": 800,
      "_language": "Python",
      "_full_name": "agentscope-ai/agentscope-runtime",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.591494+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.298493+00:00"
    },
    {
      "slug": "gh-browser-use-vibetest-use",
      "name": "vibetest-use",
      "description": "Vibetest MCP - automated QA testing using Browser-Use agents",
      "website": "https://github.com/browser-use/vibetest-use",
      "github_url": "https://github.com/browser-use/vibetest-use",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/browser-use/vibetest-use"
      },
      "tags": [
        "agents",
        "browser",
        "claude",
        "cursor",
        "mcp",
        "mcp-server"
      ],
      "_stars": 795,
      "_language": "Python",
      "_full_name": "browser-use/vibetest-use",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.595971+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.299737+00:00"
    },
    {
      "slug": "gh-obot-platform-obot",
      "name": "obot",
      "description": "Complete MCP Platform -- Hosting, Registry, Gateway, and Chat Client",
      "website": "https://obot.ai",
      "github_url": "https://github.com/obot-platform/obot",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/obot-platform/obot"
      },
      "tags": [
        "ai",
        "chat",
        "mcp",
        "modelcontextprotocol"
      ],
      "_stars": 792,
      "_language": "Go",
      "_full_name": "obot-platform/obot",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.597584+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.301287+00:00"
    },
    {
      "slug": "gh-dadbodgeoff-drift",
      "name": "drift",
      "description": "Codebase intelligence for AI. Detects patterns & conventions + remembers decisions across sessions. MCP server for any IDE. Offline CLI.",
      "website": "https://github.com/dadbodgeoff/drift",
      "github_url": "https://github.com/dadbodgeoff/drift",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dadbodgeoff/drift"
      },
      "tags": [
        "ai-tools",
        "cli",
        "code-quality",
        "csharp",
        "java",
        "mcp",
        "mcp-server",
        "model-context-protocol"
      ],
      "_stars": 782,
      "_language": "TypeScript",
      "_full_name": "dadbodgeoff/drift",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.598493+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.302690+00:00"
    },
    {
      "slug": "gh-lahfir-agent-desktop",
      "name": "agent-desktop",
      "description": "Native desktop automation CLI for AI agents. Control any application through OS accessibility trees with structured JSON output and deterministic element refs.",
      "website": "https://github.com/lahfir/agent-desktop",
      "github_url": "https://github.com/lahfir/agent-desktop",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lahfir/agent-desktop"
      },
      "tags": [
        "accessibility",
        "accessibility-api",
        "ai-agents",
        "automation",
        "cli",
        "desktop-automation",
        "macos",
        "mcp"
      ],
      "_stars": 777,
      "_language": "Rust",
      "_full_name": "lahfir/agent-desktop",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.599514+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.303994+00:00"
    },
    {
      "slug": "gh-openyak-openyak",
      "name": "openyak",
      "description": "Open-source local-first AI agent for desktop work. No account, no telemetry: use local models with Ollama/Rapid-MLX or bring your own provider key.",
      "website": "https://open-yak.com/",
      "github_url": "https://github.com/openyak/openyak",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/openyak/openyak"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "ai-agent",
        "ai-coding-assistant",
        "byok",
        "claude-code-alternative",
        "codex-alternative",
        "coding-agent"
      ],
      "_stars": 775,
      "_language": "Python",
      "_full_name": "openyak/openyak",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.600571+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.305081+00:00"
    },
    {
      "slug": "gh-nuwax-ai-nuwax",
      "name": "nuwax",
      "description": "Nuwax Agent OS - An enterprise-grade AI Agent Development and Operation Platform - Providing a complete solution for agent creation and distribution, knowledge base management, model proxy, memory system, and plugin ecosystem.",
      "website": "https://nuwax.com",
      "github_url": "https://github.com/nuwax-ai/nuwax",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nuwax-ai/nuwax"
      },
      "tags": [
        "a2a",
        "agent",
        "agent-os",
        "agent-sandbox",
        "agentic",
        "agentic-rag",
        "agentos",
        "application"
      ],
      "_stars": 772,
      "_language": "TypeScript",
      "_full_name": "nuwax-ai/nuwax",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.601277+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.306168+00:00"
    },
    {
      "slug": "gh-nicobailon-pi-mcp-adapter",
      "name": "pi-mcp-adapter",
      "description": "Token-efficient MCP adapter for Pi coding agent",
      "website": "https://github.com/nicobailon/pi-mcp-adapter",
      "github_url": "https://github.com/nicobailon/pi-mcp-adapter",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nicobailon/pi-mcp-adapter"
      },
      "tags": [
        "ai",
        "claude",
        "coding-agent",
        "extension",
        "llm",
        "mcp",
        "model-context-protocol",
        "pi"
      ],
      "_stars": 767,
      "_language": "TypeScript",
      "_full_name": "nicobailon/pi-mcp-adapter",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.601920+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.308432+00:00"
    },
    {
      "slug": "gh-xark-argo-argo",
      "name": "argo",
      "description": "ARGO is an open-source AI Agent platform that brings Local Manus to your desktop. With one-click model downloads, seamless closed LLM integration, and offline-first RAG knowledge bases, ARGO becomes a DeepResearch powerhouse for autonomous thinking, task planning, and 100% of your data stays locally. Support Win/Mac/Docker.",
      "website": "https://xark-argo.com",
      "github_url": "https://github.com/xark-argo/argo",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/xark-argo/argo"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "ai",
        "aigc",
        "anthropic",
        "artifacts",
        "assistant",
        "chatbot"
      ],
      "_stars": 765,
      "_language": "Python",
      "_full_name": "xark-argo/argo",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.602469+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.310264+00:00"
    },
    {
      "slug": "gh-bytechefhq-bytechef",
      "name": "bytechef",
      "description": "Open-source platform that unifies AI agent orchestration and workflow automation \u2014 autonomy and precision in one platform.",
      "website": "https://www.bytechef.io",
      "github_url": "https://github.com/bytechefhq/bytechef",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bytechefhq/bytechef"
      },
      "tags": [
        "ai",
        "ai-agents",
        "api",
        "automation",
        "embedded-ipaas",
        "hacktoberfest",
        "integrations",
        "ipaas"
      ],
      "_stars": 762,
      "_language": "Java",
      "_full_name": "bytechefhq/bytechef",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.603248+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.311281+00:00"
    },
    {
      "slug": "gh-strands-agents-samples",
      "name": "samples",
      "description": "Agent samples built using the Strands Agents SDK.",
      "website": "https://strandsagents.com",
      "github_url": "https://github.com/strands-agents/samples",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/strands-agents/samples"
      },
      "tags": [
        "agentic",
        "agentic-ai",
        "agents",
        "ai",
        "anthropic",
        "autonomous-agents",
        "bedrock",
        "genai"
      ],
      "_stars": 760,
      "_language": "Python",
      "_full_name": "strands-agents/samples",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.604350+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.313895+00:00"
    },
    {
      "slug": "gh-alpacahq-alpaca-mcp-server",
      "name": "alpaca-mcp-server",
      "description": "Alpaca\u2019s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs",
      "website": "https://alpaca.markets/algotrading",
      "github_url": "https://github.com/alpacahq/alpaca-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alpacahq/alpaca-mcp-server"
      },
      "tags": [
        "ai-trading",
        "algorithmic-trading",
        "crypto",
        "etfs",
        "mcp",
        "mcp-server",
        "options",
        "stocks"
      ],
      "_stars": 760,
      "_language": "Python",
      "_full_name": "alpacahq/alpaca-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.605172+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.312679+00:00"
    },
    {
      "slug": "gh-sigoden-llm-functions",
      "name": "llm-functions",
      "description": "Easily create LLM tools and agents using plain Bash/JavaScript/Python functions.",
      "website": "https://github.com/sigoden/llm-functions",
      "github_url": "https://github.com/sigoden/llm-functions",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sigoden/llm-functions"
      },
      "tags": [
        "ai",
        "ai-agents",
        "ai-tools",
        "function-calling",
        "llm",
        "llm-agents",
        "llm-functions",
        "llm-tools"
      ],
      "_stars": 751,
      "_language": "Shell",
      "_full_name": "sigoden/llm-functions",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.607077+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.315137+00:00"
    },
    {
      "slug": "gh-miscusi-peek-cheatengine-mcp-bridge",
      "name": "cheatengine-mcp-bridge",
      "description": "Connect Cursor, Copilot & Claude AI directly to Cheat Engine via MCP. Automate reverse engineering, pointer scanning, and memory analysis using natural language.",
      "website": "https://github.com/miscusi-peek/cheatengine-mcp-bridge",
      "github_url": "https://github.com/miscusi-peek/cheatengine-mcp-bridge",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/miscusi-peek/cheatengine-mcp-bridge"
      },
      "tags": [
        "ai-agents",
        "ai-tools",
        "automation",
        "cheat-engine",
        "ctf-tools",
        "debugger",
        "debugging",
        "game-research"
      ],
      "_stars": 750,
      "_language": "Lua",
      "_full_name": "miscusi-peek/cheatengine-mcp-bridge",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.609040+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.315788+00:00"
    },
    {
      "slug": "gh-ant4g0nist-lisa-py",
      "name": "lisa.py",
      "description": "LLDB MCP Integration + other helpful commands",
      "website": "https://github.com/ant4g0nist/lisa.py",
      "github_url": "https://github.com/ant4g0nist/lisa.py",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ant4g0nist/lisa.py"
      },
      "tags": [
        "arm64",
        "exploitable",
        "lldb",
        "lldbinit",
        "macos",
        "mcp",
        "pwn",
        "reverse-engineering"
      ],
      "_stars": 750,
      "_language": "Python",
      "_full_name": "ant4g0nist/lisa.py",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.612071+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.316420+00:00"
    },
    {
      "slug": "gh-lstm-kirigaya-openmcp-client",
      "name": "openmcp-client",
      "description": "All in one vscode plugin for mcp developer",
      "website": "https://kirigaya.cn/openmcp",
      "github_url": "https://github.com/LSTM-Kirigaya/openmcp-client",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LSTM-Kirigaya/openmcp-client"
      },
      "tags": [
        "ai-agent",
        "llm",
        "mcp"
      ],
      "_stars": 747,
      "_language": "TypeScript",
      "_full_name": "LSTM-Kirigaya/openmcp-client",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.613895+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.318915+00:00"
    },
    {
      "slug": "gh-k-dense-ai-k-dense-byok",
      "name": "k-dense-byok",
      "description": "An AI co-scientist powered by Scientific Agent Skills running on your desktop.",
      "website": "https://k-dense.ai",
      "github_url": "https://github.com/K-Dense-AI/k-dense-byok",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/K-Dense-AI/k-dense-byok"
      },
      "tags": [
        "agentic-ai",
        "ai-agent",
        "ai-assistant",
        "bioinformatics",
        "byok",
        "drug-discovery",
        "google-adk",
        "litellm"
      ],
      "_stars": 743,
      "_language": "TypeScript",
      "_full_name": "K-Dense-AI/k-dense-byok",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.614901+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.322021+00:00"
    },
    {
      "slug": "gh-cuga-project-cuga-agent",
      "name": "cuga-agent",
      "description": "CUGA is an open-source generalist agent harness for the enterprise, supporting complex task execution on web and APIs, OpenAPI/MCP integrations, composable architecture, reasoning modes, and policy-aware features.",
      "website": "https://cuga.dev",
      "github_url": "https://github.com/cuga-project/cuga-agent",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cuga-project/cuga-agent"
      },
      "tags": [
        "coding-agent",
        "computer-use",
        "enterprise",
        "generalist-agent",
        "guardrails",
        "harness",
        "knowledge",
        "mcp"
      ],
      "_stars": 742,
      "_language": "Python",
      "_full_name": "cuga-project/cuga-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.617343+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.323242+00:00"
    },
    {
      "slug": "gh-1echa-how-to-vibecoding",
      "name": "how-to-vibecoding",
      "description": "Vibecoding \u7cfb\u5217\u6559\u7a0b\uff1a\u4ece\u73af\u5883\u642d\u5efa\u5230\u591a\u667a\u80fd\u4f53\u534f\u4f5c\uff0c\u6db5\u76d6 MCP\u3001Skills\u3001Agent \u5206\u5de5\u6cbb\u7406",
      "website": "https://github.com/1EchA/how-to-vibecoding",
      "github_url": "https://github.com/1EchA/how-to-vibecoding",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/1EchA/how-to-vibecoding"
      },
      "tags": [
        "ai",
        "aicoding",
        "coding-agent",
        "mcp",
        "tutorial",
        "vibecoding"
      ],
      "_stars": 741,
      "_language": null,
      "_full_name": "1EchA/how-to-vibecoding",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.619450+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.326424+00:00"
    },
    {
      "slug": "gh-christopherkarani-wax",
      "name": "Wax",
      "description": "Single-file memory layer for AI agents, sub mili-second RAG on Apple Silicon. Metal Optimized On-Device. No Server. No API. One File. Pure Swift",
      "website": "https://christopherkarani.github.io/Wax/",
      "github_url": "https://github.com/christopherkarani/Wax",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/christopherkarani/Wax"
      },
      "tags": [
        "ai-agents",
        "cli",
        "coreml",
        "coreml-framework",
        "data-science",
        "machine-learning",
        "mcp",
        "mcp-server"
      ],
      "_stars": 739,
      "_language": "Swift",
      "_full_name": "christopherkarani/Wax",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.621267+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.328702+00:00"
    },
    {
      "slug": "gh-cyberkaida-reverse-engineering-assistant",
      "name": "reverse-engineering-assistant",
      "description": "MCP server for reverse engineering tasks in Ghidra \ud83d\udc69\u200d\ud83d\udcbb",
      "website": "https://github.com/cyberkaida/reverse-engineering-assistant",
      "github_url": "https://github.com/cyberkaida/reverse-engineering-assistant",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cyberkaida/reverse-engineering-assistant"
      },
      "tags": [
        "assistant",
        "binaryninja",
        "ghidra",
        "llm",
        "mcp",
        "mcp-server",
        "reverse-engineering"
      ],
      "_stars": 738,
      "_language": "Java",
      "_full_name": "cyberkaida/reverse-engineering-assistant",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.622665+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.330822+00:00"
    },
    {
      "slug": "gh-analysedecircuit-oxideterm",
      "name": "oxideterm",
      "description": "Local-first SSH workspace for local shells and remote machines \u2014 SSH, SFTP, trzsz, port forwarding, lightweight remote editing, file management, and BYOK AI in one native binary. Built with Tauri 2 and pure Rust SSH. Zero Electron, zero OpenSSL, zero telemetry, and no app subscription for core SSH workflows.",
      "website": "https://oxideterm.app",
      "github_url": "https://github.com/AnalyseDeCircuit/oxideterm",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AnalyseDeCircuit/oxideterm"
      },
      "tags": [
        "agent",
        "ai-terminal",
        "bring-your-own-key",
        "devtools",
        "filemanager",
        "local-first",
        "mcp",
        "port-forwarding"
      ],
      "_stars": 731,
      "_language": "Rust",
      "_full_name": "AnalyseDeCircuit/oxideterm",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.623472+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.332148+00:00"
    },
    {
      "slug": "gh-sylphxai-pdf-reader-mcp",
      "name": "pdf-reader-mcp",
      "description": "\ud83d\udcc4 Production-ready MCP server for PDF processing - 5-10x faster with parallel processing and 94%+ test coverage",
      "website": "https://sylphx.com",
      "github_url": "https://github.com/SylphxAI/pdf-reader-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SylphxAI/pdf-reader-mcp"
      },
      "tags": [
        "ai-agent",
        "ai-tools",
        "document-processing",
        "llm-tool",
        "mcp",
        "model-content-protocol",
        "model-context-protocol",
        "nodejs"
      ],
      "_stars": 727,
      "_language": "TypeScript",
      "_full_name": "SylphxAI/pdf-reader-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.624465+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.333137+00:00"
    },
    {
      "slug": "gh-shy2593666979-agentchat",
      "name": "AgentChat",
      "description": "AgentChat \u662f\u4e00\u4e2a\u57fa\u4e8e LLM \u7684\u667a\u80fd\u4f53\u4ea4\u6d41\u5e73\u53f0\uff0c\u5185\u7f6e\u9ed8\u8ba4 Agent \u5e76\u652f\u6301\u7528\u6237\u81ea\u5b9a\u4e49 Agent\u3002\u901a\u8fc7\u591a\u8f6e\u5bf9\u8bdd\u548c\u4efb\u52a1\u534f\u4f5c\uff0cAgent \u53ef\u4ee5\u7406\u89e3\u5e76\u534f\u52a9\u5b8c\u6210\u590d\u6742\u4efb\u52a1\u3002\u9879\u76ee\u96c6\u6210 LangChain\u3001Function Call\u3001MCP \u534f\u8bae\u3001RAG\u3001Memory\u3001HITL\u3001Skill\u3001Milvus \u548c ElasticSearch \u7b49\u6280\u672f\uff0c\u5b9e\u73b0\u9ad8\u6548\u7684\u77e5\u8bc6\u68c0\u7d22\u4e0e\u5de5\u5177\u8c03\u7528\uff0c\u4f7f\u7528 FastAPI \u6784\u5efa\u9ad8\u6027\u80fd\u540e\u7aef\u670d\u52a1\u3002",
      "website": "http://agentchat.cloud",
      "github_url": "https://github.com/Shy2593666979/AgentChat",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Shy2593666979/AgentChat"
      },
      "tags": [
        "agent",
        "agent-memory",
        "agent-skills",
        "human-in-the-loop",
        "langchain",
        "llm",
        "mcp",
        "mcp-client"
      ],
      "_stars": 727,
      "_language": "Python",
      "_full_name": "Shy2593666979/AgentChat",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.628481+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.335350+00:00"
    },
    {
      "slug": "gh-kiwi233333-jiwuchat",
      "name": "JiwuChat",
      "description": "JiwuChat \ud83c\udf42 - A lightweight cross-platform instant messaging app with integrated AI assistants (DeepSeek/Gemini/Kimi). Features real-time messaging, audio/video calls, multi-device sync, and customizable themes. Built with Vue3 & Tauri2 \ud83c\udf52",
      "website": "https://blog.jiwuchat.top",
      "github_url": "https://github.com/KiWi233333/JiwuChat",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KiWi233333/JiwuChat"
      },
      "tags": [
        "ai",
        "android-app",
        "chat-application",
        "desktop-app",
        "instant-messaging",
        "linux-app",
        "macos-app",
        "mcp"
      ],
      "_stars": 719,
      "_language": "Vue",
      "_full_name": "KiWi233333/JiwuChat",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.630077+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.338063+00:00"
    },
    {
      "slug": "gh-kymo-mcp-mcpcan",
      "name": "mcpcan",
      "description": "MCPCAN is a centralized management platform for MCP services. It deploys each MCP service using a container deployment method. The platform supports container monitoring and MCP service token verification, solving security risks and enabling rapid deployment of MCP services. It uses SSE, STDIO, and STREAMABLEHTTP access protocols to deploy MCP\u3002",
      "website": "https://www.mcpcan.com",
      "github_url": "https://github.com/Kymo-MCP/mcpcan",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Kymo-MCP/mcpcan"
      },
      "tags": [
        "ai",
        "apitomcp",
        "container",
        "dify-synchronous",
        "docker",
        "helm",
        "kubernetes",
        "mcp"
      ],
      "_stars": 719,
      "_language": "Go",
      "_full_name": "Kymo-MCP/mcpcan",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.630961+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.339302+00:00"
    },
    {
      "slug": "gh-chen-zexi-open-ptc-agent",
      "name": "open-ptc-agent",
      "description": "An open source implementation of code execution with MCP (Programatic Tool Calling)",
      "website": "https://github.com/Chen-zexi/open-ptc-agent",
      "github_url": "https://github.com/Chen-zexi/open-ptc-agent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Chen-zexi/open-ptc-agent"
      },
      "tags": [
        "agent",
        "daytona",
        "langchain",
        "langraph",
        "llm",
        "mcp"
      ],
      "_stars": 717,
      "_language": "Python",
      "_full_name": "Chen-zexi/open-ptc-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.631673+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.341703+00:00"
    },
    {
      "slug": "gh-24kchengye-memomind",
      "name": "MemoMind",
      "description": "Give your AI agent a brain that remembers. Local memory system for Claude Code \u2014 100% private, GPU-accelerated, zero cloud dependency.",
      "website": "https://github.com/24kchengYe/MemoMind",
      "github_url": "https://github.com/24kchengYe/MemoMind",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/24kchengYe/MemoMind"
      },
      "tags": [
        "agent-memory",
        "ai",
        "claude-code",
        "llm",
        "local-first",
        "mcp",
        "memory"
      ],
      "_stars": 716,
      "_language": "Python",
      "_full_name": "24kchengYe/MemoMind",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.632708+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.345043+00:00"
    },
    {
      "slug": "gh-jonigl-mcp-client-for-ollama",
      "name": "mcp-client-for-ollama",
      "description": "A text-based user interface (TUI) client for interacting with MCP servers using Ollama. Features include agent mode, multi-server, model switching, streaming responses, tool management, human-in-the-loop, thinking mode, model params config, MCP prompts, custom system prompt and saved preferences. Built for developers working with local LLMs.",
      "website": "https://github.com/jonigl/mcp-client-for-ollama",
      "github_url": "https://github.com/jonigl/mcp-client-for-ollama",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jonigl/mcp-client-for-ollama"
      },
      "tags": [
        "agentic-ai",
        "ai",
        "command-line-tool",
        "generative-ai",
        "linux",
        "llm",
        "local-llm",
        "macos"
      ],
      "_stars": 713,
      "_language": "Python",
      "_full_name": "jonigl/mcp-client-for-ollama",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.634053+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.347502+00:00"
    },
    {
      "slug": "gh-bigsweetpotatostudio-hyperchat",
      "name": "HyperChat",
      "description": "HyperChat is a Chat client that strives for openness, utilizing APIs from various LLMs to achieve the best Chat experience, as well as implementing productivity tools through the MCP protocol.",
      "website": "https://github.com/BigSweetPotatoStudio/HyperChat",
      "github_url": "https://github.com/BigSweetPotatoStudio/HyperChat",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BigSweetPotatoStudio/HyperChat"
      },
      "tags": [
        "agent",
        "chat-application",
        "llm",
        "local-agent",
        "mcp",
        "modelcontextprotocol"
      ],
      "_stars": 712,
      "_language": "TypeScript",
      "_full_name": "BigSweetPotatoStudio/HyperChat",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.635001+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.348958+00:00"
    },
    {
      "slug": "gh-harshkedia177-axon",
      "name": "axon",
      "description": "Graph-powered code intelligence engine \u2014 indexes codebases into a knowledge graph, exposed via MCP tools for AI agents and a CLI for developers.",
      "website": "https://github.com/harshkedia177/axon",
      "github_url": "https://github.com/harshkedia177/axon",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/harshkedia177/axon"
      },
      "tags": [
        "claude-code",
        "code-analysis",
        "code-intelligence",
        "dead-code-detection",
        "knowledge-graph",
        "mcp",
        "python",
        "static-analysis"
      ],
      "_stars": 706,
      "_language": "Python",
      "_full_name": "harshkedia177/axon",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:22.635764+00:00",
      "_last_seen_at": "2026-05-25T13:58:53.350346+00:00"
    },
    {
      "slug": "gh-xu-xiang-everything-claude-code-zh",
      "name": "everything-claude-code-zh",
      "description": "everything-claude-code \u4e2d\u6587\u7ffb\u8bd1\u9879\u76ee\uff1a\u5b8c\u6574\u7684 Claude Code \u914d\u7f6e\u96c6\u5408\uff08agents, skills, hooks, commands, rules, MCPs\uff09\u3002\u6e90\u81ea Anthropic \u9ed1\u5ba2\u677e\u83b7\u80dc\u8005\u7684\u5b9e\u6218\u914d\u7f6e\uff0c\u52a9\u529b\u4e2d\u6587\u5de5\u7a0b\u5e08\u9ad8\u6548\u7406\u89e3\u4e0e\u4f7f\u7528 Claude Code\u3002",
      "website": "https://oneskill.one",
      "github_url": "https://github.com/xu-xiang/everything-claude-code-zh",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/xu-xiang/everything-claude-code-zh"
      },
      "tags": [
        "ai-agents",
        "anthropic",
        "claude",
        "claude-code",
        "developer-tools",
        "everything-claude-code",
        "llm",
        "mcp"
      ],
      "_stars": 704,
      "_language": "JavaScript",
      "_full_name": "xu-xiang/everything-claude-code-zh",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.571648+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.349455+00:00"
    },
    {
      "slug": "gh-keyid-ai-agent-kit",
      "name": "agent-kit",
      "description": "Give Claude/Cursor email powers. 27 MCP tools \u2014 inbox, send, reply, contacts, search. Free, no signup.",
      "website": "https://keyid.ai",
      "github_url": "https://github.com/KeyID-AI/agent-kit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/KeyID-AI/agent-kit"
      },
      "tags": [
        "agent",
        "ai-agent",
        "claude",
        "email",
        "keyid",
        "mcp",
        "model-context-protocol",
        "sms"
      ],
      "_stars": 704,
      "_language": "JavaScript",
      "_full_name": "KeyID-AI/agent-kit",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.573213+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.364771+00:00"
    },
    {
      "slug": "gh-tensorblock-awesome-mcp-servers",
      "name": "awesome-mcp-servers",
      "description": "A comprehensive collection of Model Context Protocol (MCP) servers",
      "website": "https://tensorblock.co",
      "github_url": "https://github.com/TensorBlock/awesome-mcp-servers",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TensorBlock/awesome-mcp-servers"
      },
      "tags": [
        "anthropic",
        "awesome",
        "genai",
        "mcp",
        "mcp-server",
        "mcp-server-discovery",
        "mcp-servers",
        "model-context-protocol"
      ],
      "_stars": 700,
      "_language": null,
      "_full_name": "TensorBlock/awesome-mcp-servers",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.574745+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.359331+00:00"
    },
    {
      "slug": "gh-whchien-ai-trader",
      "name": "ai-trader",
      "description": "Backtrader-powered backtesting framework for algorithmic trading, featuring 20+ strategies, multi-market support, CLI tools, and an integrated MCP server for professional traders.",
      "website": "https://github.com/whchien/ai-trader",
      "github_url": "https://github.com/whchien/ai-trader",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/whchien/ai-trader"
      },
      "tags": [
        "ai",
        "ai-agents",
        "algorithmic-trading",
        "backtrader",
        "cli",
        "mcp",
        "mcp-server",
        "portfolio-management"
      ],
      "_stars": 700,
      "_language": "Python",
      "_full_name": "whchien/ai-trader",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.576353+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.362161+00:00"
    },
    {
      "slug": "gh-wh0am123-mcp-kali-server",
      "name": "MCP-Kali-Server",
      "description": "MCP configuration to connect AI agent to a Linux machine.",
      "website": "https://github.com/Wh0am123/MCP-Kali-Server",
      "github_url": "https://github.com/Wh0am123/MCP-Kali-Server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Wh0am123/MCP-Kali-Server"
      },
      "tags": [
        "kali-tools",
        "mcp",
        "mcp-server",
        "penetration-testing",
        "pentesting",
        "security"
      ],
      "_stars": 699,
      "_language": "Python",
      "_full_name": "Wh0am123/MCP-Kali-Server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.579839+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.356380+00:00"
    },
    {
      "slug": "gh-assistant-ui-tool-ui",
      "name": "tool-ui",
      "description": "UI components for AI interfaces",
      "website": "https://tool-ui.com",
      "github_url": "https://github.com/assistant-ui/tool-ui",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/assistant-ui/tool-ui"
      },
      "tags": [
        "ai",
        "chat",
        "components",
        "llm",
        "mcp",
        "ui"
      ],
      "_stars": 696,
      "_language": "TypeScript",
      "_full_name": "assistant-ui/tool-ui",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.581139+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.371162+00:00"
    },
    {
      "slug": "gh-docsagent-docsagent",
      "name": "docsagent",
      "description": "DocsAgent is a local-first AI documents assistant that lets you securely index and chat with thousands of desktop documents with zero cloud leakage.",
      "website": "https://github.com/docsagent/docsagent",
      "github_url": "https://github.com/docsagent/docsagent",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/docsagent/docsagent"
      },
      "tags": [
        "agent",
        "ai",
        "cli",
        "documents",
        "docx",
        "local-ai",
        "mcp",
        "pdf"
      ],
      "_stars": 696,
      "_language": "TypeScript",
      "_full_name": "docsagent/docsagent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.582121+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.374191+00:00"
    },
    {
      "slug": "gh-puliczek-awesome-mcp-security",
      "name": "awesome-mcp-security",
      "description": "\ud83d\udd25\ud83d\udd12 Awesome MCP (Model Context Protocol) Security \ud83d\udda5\ufe0f",
      "website": "https://github.com/Puliczek/awesome-mcp-security",
      "github_url": "https://github.com/Puliczek/awesome-mcp-security",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Puliczek/awesome-mcp-security"
      },
      "tags": [
        "awesome-list",
        "bugbounty",
        "bugbountytips",
        "cybers",
        "exploit",
        "mcp",
        "mcp-client",
        "mcp-server"
      ],
      "_stars": 695,
      "_language": null,
      "_full_name": "Puliczek/awesome-mcp-security",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.583301+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.378030+00:00"
    },
    {
      "slug": "gh-tbxark-mcp-proxy",
      "name": "mcp-proxy",
      "description": "An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.",
      "website": "https://tbxark.github.io/mcp-proxy/",
      "github_url": "https://github.com/tbxark/mcp-proxy",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tbxark/mcp-proxy"
      },
      "tags": [
        "claude",
        "mcp",
        "mcp-client",
        "mcp-server",
        "modelcontextprotocol"
      ],
      "_stars": 692,
      "_language": "Go",
      "_full_name": "tbxark/mcp-proxy",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.584259+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.381339+00:00"
    },
    {
      "slug": "gh-jina-ai-mcp",
      "name": "MCP",
      "description": "Official Jina AI Remote MCP Server",
      "website": "https://mcp.jina.ai",
      "github_url": "https://github.com/jina-ai/MCP",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jina-ai/MCP"
      },
      "tags": [
        "mcp",
        "mcp-server"
      ],
      "_stars": 692,
      "_language": "TypeScript",
      "_full_name": "jina-ai/MCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.585475+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.384333+00:00"
    },
    {
      "slug": "gh-milisp-codexia",
      "name": "codexia",
      "description": "Agent Workstation for Codex CLI + Claude Code \u2014 with task scheduler, git worktree & remote control, skills management",
      "website": "https://milisp.dev/codexia",
      "github_url": "https://github.com/milisp/codexia",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/milisp/codexia"
      },
      "tags": [
        "agentic-ai",
        "ai",
        "ai-agents",
        "awesome",
        "chatgpt",
        "claude-code",
        "codex",
        "codex-cli"
      ],
      "_stars": 688,
      "_language": "TypeScript",
      "_full_name": "milisp/codexia",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.587575+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.387841+00:00"
    },
    {
      "slug": "gh-affaan-m-agentshield",
      "name": "agentshield",
      "description": "AI agent security scanner. Detect vulnerabilities in agent configurations, MCP servers, and tool permissions. Available as CLI, GitHub Action, ECC plugin, and GitHub App integration. \ud83d\udee1\ufe0f",
      "website": "https://cerebralvalley.ai/e/claude-code-hackathon",
      "github_url": "https://github.com/affaan-m/agentshield",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/affaan-m/agentshield"
      },
      "tags": [
        "ai-agent",
        "anthropic",
        "claude-code",
        "hackathon",
        "mcp",
        "opus",
        "security"
      ],
      "_stars": 687,
      "_language": "TypeScript",
      "_full_name": "affaan-m/agentshield",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.589417+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.390123+00:00"
    },
    {
      "slug": "gh-strands-agents-sdk-typescript",
      "name": "sdk-typescript",
      "description": "A model-driven approach to building AI agents in just a few lines of code.",
      "website": "https://strandsagents.com",
      "github_url": "https://github.com/strands-agents/sdk-typescript",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/strands-agents/sdk-typescript"
      },
      "tags": [
        "agents",
        "ai",
        "autonomous-agents",
        "bedrock",
        "genai",
        "javascript",
        "llm",
        "machine-learning"
      ],
      "_stars": 685,
      "_language": "TypeScript",
      "_full_name": "strands-agents/sdk-typescript",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.590637+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.392733+00:00"
    },
    {
      "slug": "gh-existence-master-sentient",
      "name": "Sentient",
      "description": "A personal AI assistant for everyone",
      "website": "https://existence.technology/sentient",
      "github_url": "https://github.com/existence-master/Sentient",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/existence-master/Sentient"
      },
      "tags": [
        "agents",
        "artificial-general-intelligence",
        "artificial-intelligence",
        "automation",
        "context",
        "mcp",
        "memory",
        "open-source"
      ],
      "_stars": 684,
      "_language": "Python",
      "_full_name": "existence-master/Sentient",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.591497+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.394877+00:00"
    },
    {
      "slug": "gh-bartolli-codanna",
      "name": "codanna",
      "description": "Local code intelligence MCP server and CLI for AI coding agents",
      "website": "https://docs.codanna.sh/",
      "github_url": "https://github.com/bartolli/codanna",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bartolli/codanna"
      },
      "tags": [
        "ai-agents",
        "call-graph-analysis",
        "code-indexing",
        "code-intelligence",
        "code-search",
        "coding-agents",
        "developer-tools-ai-agent",
        "local-first"
      ],
      "_stars": 677,
      "_language": "Rust",
      "_full_name": "bartolli/codanna",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.595616+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.399217+00:00"
    },
    {
      "slug": "gh-jordanrendric-claude-video-vision",
      "name": "claude-video-vision",
      "description": "Give Claude the ability to watch and understand videos \u2014 Claude Code plugin with frame extraction and multimodal audio analysis",
      "website": "https://github.com/jordanrendric/claude-video-vision",
      "github_url": "https://github.com/jordanrendric/claude-video-vision",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jordanrendric/claude-video-vision"
      },
      "tags": [
        "claude-code",
        "claude-code-plugin",
        "ffmpeg",
        "gemini",
        "mcp",
        "mcp-server",
        "multimodal",
        "video-analysis"
      ],
      "_stars": 676,
      "_language": "TypeScript",
      "_full_name": "jordanrendric/claude-video-vision",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.597211+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.401334+00:00"
    },
    {
      "slug": "gh-binarcode-laravel-restify",
      "name": "laravel-restify",
      "description": "Laravel API for Ai Agents and humans.",
      "website": "https://laravel-restify.com",
      "github_url": "https://github.com/BinarCode/laravel-restify",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BinarCode/laravel-restify"
      },
      "tags": [
        "ai",
        "laravel",
        "mcp",
        "mcp-cli",
        "mcp-client",
        "mcp-servers",
        "rest-api",
        "restful-api"
      ],
      "_stars": 675,
      "_language": "PHP",
      "_full_name": "BinarCode/laravel-restify",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.598310+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.404401+00:00"
    },
    {
      "slug": "gh-adhikasp-mcp-client-cli",
      "name": "mcp-client-cli",
      "description": "A simple CLI to run LLM prompt and implement MCP client.",
      "website": "https://github.com/adhikasp/mcp-client-cli",
      "github_url": "https://github.com/adhikasp/mcp-client-cli",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/adhikasp/mcp-client-cli"
      },
      "tags": [
        "langchain",
        "llm",
        "mcp",
        "model-context-protocol"
      ],
      "_stars": 674,
      "_language": "Python",
      "_full_name": "adhikasp/mcp-client-cli",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.599321+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.406616+00:00"
    },
    {
      "slug": "gh-jasonjmcghee-webmcp",
      "name": "WebMCP",
      "description": "Early WebMCP proposal / implementation - since evolved and worked on by much more capable folks that develop the web: https://github.com/webmachinelearning/webmcp",
      "website": "https://webmcp.dev/",
      "github_url": "https://github.com/jasonjmcghee/WebMCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jasonjmcghee/WebMCP"
      },
      "tags": [
        "llm",
        "local",
        "mcp",
        "web"
      ],
      "_stars": 672,
      "_language": "JavaScript",
      "_full_name": "jasonjmcghee/WebMCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.600666+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.409321+00:00"
    },
    {
      "slug": "gh-asaotomo-fofamap",
      "name": "FofaMap",
      "description": "FofaMap v2.0 \u662f\u4e00\u6b3e\u57fa\u4e8e Python3 \u5f00\u53d1\u7684\u5168\u7f51\u9996\u4e2a AI \u9a71\u52a8\u7ea2\u961f\u8d44\u4ea7\u6d4b\u7ed8\u667a\u80fd\u4f53\u3002\u5728\u5ef6\u7eed\u539f\u6709 FOFA \u6570\u636e\u91c7\u96c6\u3001\u5b58\u6d3b\u68c0\u6d4b\u3001\u7edf\u8ba1\u805a\u5408\u3001\u56fe\u6807 Hash \u53ca\u6279\u91cf\u67e5\u8be2\u7b49\u6838\u5fc3\u529f\u80fd\u7684\u57fa\u7840\u4e0a\uff0c2.0 \u7248\u672c\u539f\u751f\u652f\u6301 MCP \u534f\u8bae\uff0c\u53ef\u65e0\u7f1d\u63a5\u5165 Cursor\u3001Claude \u7b49 AI \u5e73\u53f0\u3002\u5176\u6838\u5fc3\u5185\u7f6e\u4e86 AI \u81ea\u6211\u53cd\u601d\u673a\u5236\uff0c\u80fd\u6839\u636e\u67e5\u8be2\u7ed3\u679c\u81ea\u52a8\u8c03\u4f18\u8bed\u6cd5\uff0c\u5e76\u667a\u80fd\u8054\u52a8 Nuclei \u63a8\u8350\u7cbe\u51c6\u626b\u63cf\u7b56\u7565\uff0c\u5b9e\u73b0\u4ece\u201c\u88ab\u52a8\u91c7\u96c6\u201d\u5230\u201c\u4e3b\u52a8\u667a\u80fd\u51b3\u7b56\u201d\u7684\u7ea2\u961f\u4f5c\u4e1a\u8fdb\u5316\u3002",
      "website": "https://www.hx0.store/products/fofamap",
      "github_url": "https://github.com/asaotomo/FofaMap",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/asaotomo/FofaMap"
      },
      "tags": [
        "ai-agent",
        "asset-mapping",
        "fofa-api",
        "fofamap",
        "information-gathering-tools",
        "mcp",
        "mcp-protocol",
        "nuclei-scan"
      ],
      "_stars": 668,
      "_language": "Python",
      "_full_name": "asaotomo/FofaMap",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.601807+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.413819+00:00"
    },
    {
      "slug": "gh-infiolab-infio-copilot",
      "name": "infio-copilot",
      "description": "A Cursor-inspired AI assistant for Obsidian that offers smart autocomplete and interactive chat with your selected notes",
      "website": "https://infio.app",
      "github_url": "https://github.com/infiolab/infio-copilot",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/infiolab/infio-copilot"
      },
      "tags": [
        "agent",
        "autocomplete",
        "cursor",
        "mcp",
        "obsidian"
      ],
      "_stars": 666,
      "_language": "TypeScript",
      "_full_name": "infiolab/infio-copilot",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.602330+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.416956+00:00"
    },
    {
      "slug": "gh-cso1z-feishu-mcp",
      "name": "Feishu-MCP",
      "description": "Feishu / Lark \u98de\u4e66\u6587\u6863\u4e0e\u4efb\u52a1\u7ba1\u7406\u5de5\u5177\uff0c\u652f\u6301 MCP \u670d\u52a1\u5668\u548c CLI + Skill \u4e24\u79cd\u4f7f\u7528\u65b9\u5f0f\uff0c\u53ef\u65e0\u7f1d\u96c6\u6210 Cursor\u3001Claude Code\u3001Cline \u7b49 AI \u7f16\u7801\u5de5\u5177",
      "website": "https://github.com/cso1z/Feishu-MCP",
      "github_url": "https://github.com/cso1z/Feishu-MCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cso1z/Feishu-MCP"
      },
      "tags": [
        "feishu",
        "lark",
        "mcp",
        "skills"
      ],
      "_stars": 666,
      "_language": "TypeScript",
      "_full_name": "cso1z/Feishu-MCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.602892+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.420170+00:00"
    },
    {
      "slug": "gh-liyupi-ai-code-helper",
      "name": "ai-code-helper",
      "description": "2025 \u5e74 AI \u7f16\u7a0b\u52a9\u624b\u5b9e\u6218\u9879\u76ee\uff08\u4f5c\u8005\uff1a\u7a0b\u5e8f\u5458\u9c7c\u76ae\uff09\uff0c\u57fa\u4e8e Spring Boot 3.5 + Java 21 + LangChain4j + AI \u6784\u5efa\u667a\u80fd\u7f16\u7a0b\u5b66\u4e60\u4e0e\u6c42\u804c\u8f85\u5bfc\u673a\u5668\u4eba\uff0c\u8986\u76d6 AI \u5927\u6a21\u578b\u63a5\u5165\u3001LangChain4j \u6838\u5fc3\u7279\u6027\u3001\u6d41\u5f0f\u5bf9\u8bdd\u3001Prompt \u5de5\u7a0b\u3001RAG \u68c0\u7d22\u589e\u5f3a\u3001\u5411\u91cf\u6570\u636e\u5e93\u3001Tool Calling \u5de5\u5177\u8c03\u7528\u3001MCP \u6a21\u578b\u4e0a\u4e0b\u6587\u534f\u8bae\u3001Web \u722c\u866b\u3001\u5b89\u5168\u9632\u62a4\u3001Vue.js \u524d\u7aef\u5f00\u53d1\u3001SSE \u670d\u52a1\u7aef\u63a8\u9001\u7b49\u4f01\u4e1a\u7ea7 AI \u5e94\u7528\u5f00\u53d1\u6280\u672f\u3002\u5e2e\u52a9\u5f00\u53d1\u8005\u638c\u63e1 AI \u65f6\u4ee3\u5fc5\u5907\u6280\u80fd\uff0c\u719f\u6089 LangChain \u6846\u67b6\uff0c\u63d0\u5347\u7f16\u7a0b\u5b66\u4e60\u6548\u7387\u548c\u6c42\u804c\u7ade\u4e89\u529b\uff0c\u6210\u4e3a\u4f01\u4e1a\u9700\u8981\u7684 AI \u5168\u6808\u5f00\u53d1\u4eba\u624d\u3002",
      "website": "https://www.codefather.cn",
      "github_url": "https://github.com/liyupi/ai-code-helper",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/liyupi/ai-code-helper"
      },
      "tags": [
        "ai",
        "ai-model",
        "backend",
        "frontend",
        "java",
        "langchain4j",
        "mcp",
        "rag"
      ],
      "_stars": 665,
      "_language": "Vue",
      "_full_name": "liyupi/ai-code-helper",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.603381+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.422552+00:00"
    },
    {
      "slug": "gh-agentic-community-mcp-gateway-registry",
      "name": "mcp-gateway-registry",
      "description": "Enterprise-ready MCP Gateway & Registry that centralizes AI development tools with secure OAuth authentication, dynamic tool discovery, and unified access for both autonomous AI agents and AI coding assistants. Transform scattered MCP server chaos into governed, auditable tool access with Keycloak/Entra integration.",
      "website": "https://agentic-community.github.io/mcp-gateway-registry/",
      "github_url": "https://github.com/agentic-community/mcp-gateway-registry",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentic-community/mcp-gateway-registry"
      },
      "tags": [
        "a2a",
        "agentic-ai",
        "agents",
        "ans",
        "documentdb",
        "ecs",
        "ecs-fargate",
        "entra-id"
      ],
      "_stars": 665,
      "_language": "Python",
      "_full_name": "agentic-community/mcp-gateway-registry",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.603889+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.425015+00:00"
    },
    {
      "slug": "gh-elastic-mcp-server-elasticsearch",
      "name": "mcp-server-elasticsearch",
      "description": "GitHub: elastic/mcp-server-elasticsearch",
      "website": "https://www.elastic.co/elasticsearch",
      "github_url": "https://github.com/elastic/mcp-server-elasticsearch",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/elastic/mcp-server-elasticsearch"
      },
      "tags": [
        "elasticsearch",
        "mcp",
        "mcp-server",
        "vector-database"
      ],
      "_stars": 664,
      "_language": "Rust",
      "_full_name": "elastic/mcp-server-elasticsearch",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.604388+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.427945+00:00"
    },
    {
      "slug": "gh-bessouat40-raglight",
      "name": "RAGLight",
      "description": "RAGLight is a modular framework for Retrieval-Augmented Generation (RAG). It makes it easy to plug in different LLMs, embeddings, and vector stores, and now includes seamless MCP integration to connect external tools and data sources.",
      "website": "https://raglight.mintlify.app/",
      "github_url": "https://github.com/Bessouat40/RAGLight",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Bessouat40/RAGLight"
      },
      "tags": [
        "agentic-ai",
        "agentic-rag",
        "agentic-workflow",
        "artificial-intelligence",
        "data-science",
        "framework",
        "huggingface",
        "lmstudio"
      ],
      "_stars": 662,
      "_language": "Python",
      "_full_name": "Bessouat40/RAGLight",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.604975+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.431389+00:00"
    },
    {
      "slug": "gh-rusiaaman-wcgw",
      "name": "wcgw",
      "description": "Shell and coding agent on mcp clients",
      "website": "https://github.com/rusiaaman/wcgw",
      "github_url": "https://github.com/rusiaaman/wcgw",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rusiaaman/wcgw"
      },
      "tags": [
        "agent",
        "ai-agent",
        "ai-coding",
        "anthropic",
        "chatgpt",
        "claude",
        "claude-desktop",
        "custom-gpt"
      ],
      "_stars": 660,
      "_language": "Python",
      "_full_name": "rusiaaman/wcgw",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.607051+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.435869+00:00"
    },
    {
      "slug": "gh-snexus-llm-search",
      "name": "llm-search",
      "description": "Querying local documents, powered by LLM",
      "website": "https://github.com/snexus/llm-search",
      "github_url": "https://github.com/snexus/llm-search",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/snexus/llm-search"
      },
      "tags": [
        "chatbot",
        "chroma",
        "hyde",
        "langchain-python",
        "large-language-models",
        "llm",
        "mcp",
        "openai-chatgpt"
      ],
      "_stars": 657,
      "_language": "Jupyter Notebook",
      "_full_name": "snexus/llm-search",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.607781+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.439389+00:00"
    },
    {
      "slug": "gh-rekog-labs-mcp-nest",
      "name": "MCP-Nest",
      "description": "A NestJS module to effortlessly create Model Context Protocol (MCP) servers for exposing AI tools, resources, and prompts.",
      "website": "https://github.com/rekog-labs/MCP-Nest",
      "github_url": "https://github.com/rekog-labs/MCP-Nest",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rekog-labs/MCP-Nest"
      },
      "tags": [
        "llm",
        "llms",
        "mcp",
        "mcp-nest",
        "model-context-protocol",
        "modelcontextprotocol",
        "nestjs"
      ],
      "_stars": 652,
      "_language": "TypeScript",
      "_full_name": "rekog-labs/MCP-Nest",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.608477+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.442221+00:00"
    },
    {
      "slug": "gh-hkuds-anytool",
      "name": "AnyTool",
      "description": "\"AnyTool: Universal Tool-Use Layer for AI Agents\"",
      "website": "https://github.com/HKUDS/AnyTool",
      "github_url": "https://github.com/HKUDS/AnyTool",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HKUDS/AnyTool"
      },
      "tags": [
        "ai-agents",
        "computer-use-agents",
        "mcp",
        "tool-orchestration",
        "tool-use"
      ],
      "_stars": 652,
      "_language": "Python",
      "_full_name": "HKUDS/AnyTool",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.610109+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.444743+00:00"
    },
    {
      "slug": "gh-microsoft-mcp-gateway",
      "name": "mcp-gateway",
      "description": "MCP Gateway is a reverse proxy and management layer for MCP servers, enabling scalable, session-aware stateful routing and lifecycle management of MCP servers in Kubernetes environments.",
      "website": "https://microsoft.github.io/mcp-gateway/",
      "github_url": "https://github.com/microsoft/mcp-gateway",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/microsoft/mcp-gateway"
      },
      "tags": [
        "ai",
        "api-gateway",
        "arm-deployments",
        "asp-net-core",
        "azure",
        "bicep",
        "cloud-computing",
        "cloud-computing-service"
      ],
      "_stars": 651,
      "_language": "C#",
      "_full_name": "microsoft/mcp-gateway",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.613686+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.447701+00:00"
    },
    {
      "slug": "gh-p1kaj1uu-chattyplay-agent",
      "name": "ChattyPlay-Agent",
      "description": "\ud83d\ude80 \u544a\u522b\u591a\u4e2aApp\uff01\u672c\u9879\u76ee\u4e3b\u8981\u57fa\u4e8ePython+React+TypeScript+Hono+SQLite3+Redis\uff0c\u6253\u9020\u201cAll in One\u201d\u667a\u80fd\u5de5\u5177\u96c6\u3002\u514d\u4f1a\u5458\u7834\u89e3\u7231\u5947\u827a\u3001\u817e\u8baf\u89c6\u9891\u3001\u4f18\u9177\u3001\u6296\u97f3\u3001B\u7ad9\u3001\u5c0f\u7ea2\u4e66\u7b4920+\u5e73\u53f0\u89c6\u9891\uff0c\u652f\u63014K\u5728\u7ebf\u89e3\u6790\u4e0e\u65e0\u6c34\u5370\u9ad8\u901f\u4e0b\u8f7d\u3002\u96c6\u6210Cloudflare Turnstile\u9632\u673a\u5668\u4eba\u548c\u722c\u866b\u3001Google\u3001GitHub\u6388\u6743\u767b\u5f55\u53caOpenAI SDK\u3001\u57cb\u70b9SDK\u3001MCP\u670d\u52a1\u548cAgent\u7b49\uff0c\u652f\u6301ChatGPT\u5bf9\u8bdd\u3001AI\u7ed8\u753b\u3001\u8bba\u6587\u964d\u91cd\u3001Hugging Face\u8bba\u6587\u722c\u53d6\u3001\u5728\u7ebfLatex\u7f16\u5199\uff1b\u66f4\u6709\u5b9e\u65f6\u9ec4\u91d1K\u7ebf\u3001AI\u601d\u7ef4\u5bfc\u56fe\u3001\u95f2\u9c7c\u52a9\u624b\u7b49\u6548\u7387\u9ed1\u79d1\u6280\u3002\u5185\u7f6e\u6d77\u91cf\u52a8\u6f2b\u6f2b\u753b\u8d44\u6e90\uff0c\u7545\u4eab\u9605\u8bfb\uff01\u8f7b\u91cf\u9ad8\u6548\uff0c\u914d\u7f6e\u5373\u7528\uff0c\u5b8c\u7f8e\u9002\u914dPC\u4e0e\u79fb\u52a8\u7aef\uff0c\u5feb\u6765ChattyPlay\u5f00\u542f\u5947\u5999\u4e4b\u65c5\u5427\uff5e",
      "website": "https://chatty-play-agent.vercel.app",
      "github_url": "https://github.com/P1kaj1uu/ChattyPlay-Agent",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/P1kaj1uu/ChattyPlay-Agent"
      },
      "tags": [
        "agent",
        "ai-drawing",
        "aigc",
        "chatgpt",
        "docker",
        "eventstream",
        "hono",
        "huggingface"
      ],
      "_stars": 649,
      "_language": "TypeScript",
      "_full_name": "P1kaj1uu/ChattyPlay-Agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.614688+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.449925+00:00"
    },
    {
      "slug": "gh-chir24-unreal-mcp",
      "name": "Unreal_mcp",
      "description": "A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Engine through the native C++ Automation Bridge plugin. Built with TypeScript and C++.",
      "website": "https://github.com/ChiR24/Unreal_mcp",
      "github_url": "https://github.com/ChiR24/Unreal_mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ChiR24/Unreal_mcp"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "unreal-engine",
        "unreal-engine-5"
      ],
      "_stars": 648,
      "_language": "C++",
      "_full_name": "ChiR24/Unreal_mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.616063+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.453690+00:00"
    },
    {
      "slug": "gh-apify-mcpc",
      "name": "mcpc",
      "description": "A universal CLI client for MCP. mcpc supports persistent sessions, stdio/HTTP, OAuth 2.1, tasks, JSON output for code mode, proxy for AI sandboxes, x402, and more.",
      "website": "https://npmjs.com/package/@apify/mcpc",
      "github_url": "https://github.com/apify/mcpc",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/apify/mcpc"
      },
      "tags": [
        "ai-agents",
        "bash",
        "claude",
        "cli",
        "code-mode",
        "command-line",
        "mcp",
        "mcp-client"
      ],
      "_stars": 647,
      "_language": "TypeScript",
      "_full_name": "apify/mcpc",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.617117+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.456719+00:00"
    },
    {
      "slug": "gh-ktnyt-cclsp",
      "name": "cclsp",
      "description": "Claude Code LSP: enhance your Claude Code experience with non-IDE dependent LSP integration.",
      "website": "https://www.npmjs.com/package/cclsp",
      "github_url": "https://github.com/ktnyt/cclsp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ktnyt/cclsp"
      },
      "tags": [
        "claude",
        "claude-code",
        "lsp",
        "mcp",
        "mcp-server"
      ],
      "_stars": 645,
      "_language": "TypeScript",
      "_full_name": "ktnyt/cclsp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.618143+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.462907+00:00"
    },
    {
      "slug": "gh-mondaycom-vibe",
      "name": "vibe",
      "description": "\ud83c\udfa8 Vibe Design System - Official monday.com UI resources for application development in React.js",
      "website": "https://vibe.monday.com/",
      "github_url": "https://github.com/mondaycom/vibe",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mondaycom/vibe"
      },
      "tags": [
        "codemod",
        "component-library",
        "design-system",
        "hacktoberfest",
        "icons",
        "javascript",
        "js",
        "llm"
      ],
      "_stars": 645,
      "_language": "TypeScript",
      "_full_name": "mondaycom/vibe",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.618737+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.460900+00:00"
    },
    {
      "slug": "gh-universal-tool-calling-protocol-python-utcp",
      "name": "python-utcp",
      "description": "Official python implementation of UTCP. UTCP is an open standard that lets AI agents call any API directly, without extra middleware.",
      "website": "https://www.utcp.io/",
      "github_url": "https://github.com/universal-tool-calling-protocol/python-utcp",
      "pricing": "free",
      "license": "MPL-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/universal-tool-calling-protocol/python-utcp"
      },
      "tags": [
        "ai",
        "ai-agent",
        "ai-agent-tools",
        "developer-tools",
        "llm",
        "mcp",
        "model-context-protocol",
        "python"
      ],
      "_stars": 644,
      "_language": "Python",
      "_full_name": "universal-tool-calling-protocol/python-utcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.619204+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.466604+00:00"
    },
    {
      "slug": "gh-natfii-unrealclaude",
      "name": "UnrealClaude",
      "description": "Claude Code CLI integration for Unreal Engine 5.7 - Get AI coding assistance with built-in UE5.7 documentation context directly in the editor.",
      "website": "https://github.com/Natfii/UnrealClaude",
      "github_url": "https://github.com/Natfii/UnrealClaude",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Natfii/UnrealClaude"
      },
      "tags": [
        "ai",
        "ai-coding-assistant",
        "ai-game-development",
        "ai-tools",
        "anthropic",
        "claude",
        "claude-code",
        "cpp"
      ],
      "_stars": 638,
      "_language": "C++",
      "_full_name": "Natfii/UnrealClaude",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.619691+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.469987+00:00"
    },
    {
      "slug": "gh-luckypipewrench-pipelock",
      "name": "pipelock",
      "description": "Open-source AI agent firewall for MCP security: agent egress control, DLP, SSRF, and prompt injection defense.",
      "website": "https://pipelab.org",
      "github_url": "https://github.com/luckyPipewrench/pipelock",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/luckyPipewrench/pipelock"
      },
      "tags": [
        "agent-security",
        "ai-agent-security",
        "ai-agents",
        "ai-firewall",
        "ai-security",
        "dlp",
        "egress-proxy",
        "fetch-proxy"
      ],
      "_stars": 636,
      "_language": "Go",
      "_full_name": "luckyPipewrench/pipelock",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.620772+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.473025+00:00"
    },
    {
      "slug": "gh-microck-opencode-studio",
      "name": "opencode-studio",
      "description": "web GUI for securely managing local OpenCode configuration",
      "website": "https://opencode-studio.micr.dev",
      "github_url": "https://github.com/Microck/opencode-studio",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Microck/opencode-studio"
      },
      "tags": [
        "cli-tools",
        "configuration-manager",
        "desktop-app",
        "developer-tools",
        "gui",
        "mcp",
        "model-context-protocol",
        "nextjs"
      ],
      "_stars": 636,
      "_language": "TypeScript",
      "_full_name": "Microck/opencode-studio",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.621995+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.475596+00:00"
    },
    {
      "slug": "gh-symgraph-ghidrassistmcp",
      "name": "GhidrAssistMCP",
      "description": "An native MCP server extension for Ghidra",
      "website": "https://github.com/symgraph/GhidrAssistMCP",
      "github_url": "https://github.com/symgraph/GhidrAssistMCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/symgraph/GhidrAssistMCP"
      },
      "tags": [
        "ghidra",
        "ghidra-extension",
        "ghidra-plugin",
        "llm",
        "mcp",
        "mcp-server",
        "reverse-engineering"
      ],
      "_stars": 626,
      "_language": "Java",
      "_full_name": "symgraph/GhidrAssistMCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.622451+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.478013+00:00"
    },
    {
      "slug": "gh-truffle-ai-dexto",
      "name": "dexto",
      "description": "A coding agent and general agent harness for building and orchestrating agentic applications.",
      "website": "https://dexto.ai",
      "github_url": "https://github.com/truffle-ai/dexto",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/truffle-ai/dexto"
      },
      "tags": [
        "ai",
        "ai-agent",
        "ai-agents",
        "ai-tools",
        "contributions-welcome",
        "function-calling",
        "llm",
        "mcp"
      ],
      "_stars": 624,
      "_language": "TypeScript",
      "_full_name": "truffle-ai/dexto",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.622890+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.480166+00:00"
    },
    {
      "slug": "gh-zinja-coder-jadx-mcp-server",
      "name": "jadx-mcp-server",
      "description": "MCP server for JADX-AI Plugin",
      "website": "https://github.com/zinja-coder/jadx-mcp-server",
      "github_url": "https://github.com/zinja-coder/jadx-mcp-server",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zinja-coder/jadx-mcp-server"
      },
      "tags": [
        "ai",
        "android-hacking",
        "android-reverse-engineering",
        "application-security",
        "llm",
        "mcp",
        "mcp-server",
        "mcp-servers"
      ],
      "_stars": 622,
      "_language": "Python",
      "_full_name": "zinja-coder/jadx-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.623765+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.483404+00:00"
    },
    {
      "slug": "gh-cohnen-mcp-google-ads",
      "name": "mcp-google-ads",
      "description": "An MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management\u2014all through simple chat with Claude, Cursor or Windsurf.",
      "website": "https://ixigo.tech",
      "github_url": "https://github.com/cohnen/mcp-google-ads",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cohnen/mcp-google-ads"
      },
      "tags": [
        "ai",
        "claude",
        "google-ads",
        "mcp",
        "mcp-server"
      ],
      "_stars": 622,
      "_language": "Python",
      "_full_name": "cohnen/mcp-google-ads",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.624475+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.486899+00:00"
    },
    {
      "slug": "gh-sbhooley-ainativelang",
      "name": "ainativelang",
      "description": "AINL helps turn AI from \"a smart conversation\" into \"a structured worker.\"  It is designed for teams building AI workflows that need multiple steps, state and memory, tool use, repeatable execution, validation and control, and lower dependence on long prompt loops.  AINL is a compact, graph-canonical, AI-native programming system for (READ: README)",
      "website": "https://ainativelang.com",
      "github_url": "https://github.com/sbhooley/ainativelang",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sbhooley/ainativelang"
      },
      "tags": [
        "agent-orchestration",
        "ai-agents",
        "ai-native-language",
        "ainl",
        "claude-code",
        "compiler",
        "deterministic-execution",
        "domain-specific-language"
      ],
      "_stars": 620,
      "_language": "Python",
      "_full_name": "sbhooley/ainativelang",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.625720+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.605807+00:00"
    },
    {
      "slug": "gh-sixhq-overture",
      "name": "Overture",
      "description": "Overture is an open-source, locally running web interface delivered as an MCP (Model Context Protocol) server that visually maps out the execution plan of any AI coding agent as an interactive flowchart/graph before the agent begins writing code.",
      "website": "https://github.com/SixHq/Overture",
      "github_url": "https://github.com/SixHq/Overture",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SixHq/Overture"
      },
      "tags": [
        "ai-agent",
        "ai-coding",
        "automation",
        "claude",
        "claude-code",
        "codex",
        "copilot",
        "cursor"
      ],
      "_stars": 619,
      "_language": "TypeScript",
      "_full_name": "SixHq/Overture",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.630418+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.490047+00:00"
    },
    {
      "slug": "gh-runebookai-tome",
      "name": "tome",
      "description": "a magical LLM desktop client that makes it easy for *anyone* to use LLMs and MCP",
      "website": "https://gettome.app",
      "github_url": "https://github.com/runebookai/tome",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/runebookai/tome"
      },
      "tags": [
        "gemini",
        "llm",
        "llm-client",
        "llms",
        "local-llm",
        "localai",
        "mcp",
        "mcp-client"
      ],
      "_stars": 619,
      "_language": "Svelte",
      "_full_name": "runebookai/tome",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.631604+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.493255+00:00"
    },
    {
      "slug": "gh-afshinm-zerobox",
      "name": "zerobox",
      "description": "Lightweight, cross-platform process sandboxing powered by OpenAI Codex's runtime. Sandbox any command with file, network, and credential controls.",
      "website": "https://github.com/afshinm/zerobox",
      "github_url": "https://github.com/afshinm/zerobox",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/afshinm/zerobox"
      },
      "tags": [
        "ai-agents",
        "cli",
        "llm",
        "llm-sandbox",
        "mcp",
        "mcp-security",
        "openclaw",
        "process-isolation"
      ],
      "_stars": 615,
      "_language": "Rust",
      "_full_name": "afshinm/zerobox",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.632785+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.497942+00:00"
    },
    {
      "slug": "gh-beihaili-get-started-with-web3",
      "name": "Get-Started-with-Web3",
      "description": "Open-source bilingual AI-native Web3 curriculum: wallets, Bitcoin, Ethereum, DeFi, L2, DAO, smart accounts, llms.txt and MCP",
      "website": "https://beihaili.github.io/Get-Started-with-Web3/",
      "github_url": "https://github.com/beihaili/Get-Started-with-Web3",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/beihaili/Get-Started-with-Web3"
      },
      "tags": [
        "ai-native",
        "bitcoin",
        "bitcoin-education",
        "blockchain",
        "cryptocurrency",
        "dao",
        "defi",
        "education"
      ],
      "_stars": 614,
      "_language": "JavaScript",
      "_full_name": "beihaili/Get-Started-with-Web3",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.633862+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.501594+00:00"
    },
    {
      "slug": "gh-lofcz-llmtornado",
      "name": "LLMTornado",
      "description": "The .NET library to build AI agents with 30+ built-in connectors.",
      "website": "https://llmtornado.ai",
      "github_url": "https://github.com/lofcz/LLMTornado",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lofcz/LLMTornado"
      },
      "tags": [
        "a2a",
        "agent",
        "agent-framework",
        "agent-orchestration",
        "agent2agent",
        "agentic-ai",
        "agentic-rag",
        "agentic-workflow"
      ],
      "_stars": 612,
      "_language": "C#",
      "_full_name": "lofcz/LLMTornado",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.634875+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.504195+00:00"
    },
    {
      "slug": "gh-probelabs-probe",
      "name": "probe",
      "description": "AI-friendly semantic code search engine for large codebases. Combines ripgrep speed with tree-sitter AST parsing. Powers AI coding assistants with precise, context-aware code understanding.",
      "website": "https://probelabs.com/probe",
      "github_url": "https://github.com/probelabs/probe",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/probelabs/probe"
      },
      "tags": [
        "ai",
        "ai-coder",
        "ast",
        "cli",
        "code-search",
        "mcp",
        "nodejs-sdk",
        "ripgrep"
      ],
      "_stars": 611,
      "_language": "Rust",
      "_full_name": "probelabs/probe",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.636036+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.508484+00:00"
    },
    {
      "slug": "gh-cyproxio-mcp-for-security",
      "name": "mcp-for-security",
      "description": "MCP for Security: A collection of Model Context Protocol servers for popular security tools like SQLMap, FFUF, NMAP, Masscan and more. Integrate security testing and penetration testing into AI workflows.",
      "website": "https://cyprox.io",
      "github_url": "https://github.com/cyproxio/mcp-for-security",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cyproxio/mcp-for-security"
      },
      "tags": [
        "ai-assistants",
        "ai-security",
        "cybersecurity",
        "hacking-tools",
        "mcp",
        "mcp-ai",
        "mcp-pentest",
        "mcp-security"
      ],
      "_stars": 610,
      "_language": "TypeScript",
      "_full_name": "cyproxio/mcp-for-security",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.636554+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.510850+00:00"
    },
    {
      "slug": "gh-daydreamsai-daydreams",
      "name": "daydreams",
      "description": "Daydreams is a set of tools for building agents for commerce",
      "website": "https://docs.daydreams.systems/",
      "github_url": "https://github.com/daydreamsai/daydreams",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/daydreamsai/daydreams"
      },
      "tags": [
        "8004",
        "agent-framework",
        "agent-frameworks",
        "agents",
        "ai",
        "cdp",
        "erc8004",
        "gaming"
      ],
      "_stars": 606,
      "_language": "TypeScript",
      "_full_name": "daydreamsai/daydreams",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.637342+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.512994+00:00"
    },
    {
      "slug": "gh-wgpsec-cloudsword",
      "name": "cloudsword",
      "description": "\u4e00\u6b3e\u5e2e\u52a9\u4e91\u79df\u6237\u53d1\u73b0\u548c\u6d4b\u8bd5\u4e91\u4e0a\u98ce\u9669\u3001\u589e\u5f3a\u4e91\u4e0a\u9632\u62a4\u80fd\u529b\u7684\u7efc\u5408\u6027\u5f00\u6e90\u5de5\u5177",
      "website": "https://wiki.teamssix.com/cloudsword",
      "github_url": "https://github.com/wgpsec/cloudsword",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wgpsec/cloudsword"
      },
      "tags": [
        "alibaba-cloud",
        "cloudsecurity",
        "cybersecurity",
        "mcp",
        "mcp-server",
        "public-cloud",
        "tencent-cloud"
      ],
      "_stars": 605,
      "_language": "Go",
      "_full_name": "wgpsec/cloudsword",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.638114+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.513923+00:00"
    },
    {
      "slug": "gh-dragon1086-prism-insight",
      "name": "prism-insight",
      "description": "AI-based stock analysis and trading system",
      "website": "https://prism-insight-landing.vercel.app/",
      "github_url": "https://github.com/dragon1086/prism-insight",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dragon1086/prism-insight"
      },
      "tags": [
        "ai",
        "llm",
        "mcp",
        "multi-agent",
        "stock"
      ],
      "_stars": 603,
      "_language": "Python",
      "_full_name": "dragon1086/prism-insight",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.639686+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.515563+00:00"
    },
    {
      "slug": "gh-ai-boost-awesome-a2a",
      "name": "awesome-a2a",
      "description": "Agent2Agent (A2A) \u2013 awesome A2A agents, tools, servers & clients, all in one place.",
      "website": "http://agent2agent.ren/",
      "github_url": "https://github.com/ai-boost/awesome-a2a",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ai-boost/awesome-a2a"
      },
      "tags": [
        "a2a",
        "a2a-cli",
        "a2a-mcp",
        "a2a-protocol",
        "a2a-server",
        "agent",
        "agent2agent",
        "mcp"
      ],
      "_stars": 603,
      "_language": null,
      "_full_name": "ai-boost/awesome-a2a",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.640678+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.517188+00:00"
    },
    {
      "slug": "gh-copilotkit-aimock",
      "name": "aimock",
      "description": "Mock everything your AI app talks to \u2014 LLM APIs, MCP, A2A, AG-UI, vector DBs, search. One package, one port, zero dependencies.",
      "website": "http://aimock.copilotkit.dev/",
      "github_url": "https://github.com/CopilotKit/aimock",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CopilotKit/aimock"
      },
      "tags": [
        "ai-testing",
        "aimock",
        "llm",
        "mcp",
        "mock-server",
        "openai"
      ],
      "_stars": 602,
      "_language": "TypeScript",
      "_full_name": "CopilotKit/aimock",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.641730+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.519681+00:00"
    },
    {
      "slug": "gh-geminilight-mindos",
      "name": "MindOS",
      "description": "MindOS is a Human-AI Collaborative Mind System, where human thinks and agents act. Globally sync your mind for all agents: transparent, controllable, and evolving symbiotically.",
      "website": "https://mindos.you",
      "github_url": "https://github.com/GeminiLight/MindOS",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GeminiLight/MindOS"
      },
      "tags": [
        "agent",
        "context",
        "knowledge-base",
        "mcp",
        "memory",
        "skill"
      ],
      "_stars": 601,
      "_language": "TypeScript",
      "_full_name": "GeminiLight/MindOS",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.646572+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.521714+00:00"
    },
    {
      "slug": "gh-arinspunk-claude-talk-to-figma-mcp",
      "name": "claude-talk-to-figma-mcp",
      "description": "A Model Context Protocol (MCP) that allows Claude Desktop and other AI tools (Claude Code, Cursor, Antigravity, etc.) to read, analyze, and modify Figma designs",
      "website": "https://github.com/arinspunk/claude-talk-to-figma-mcp",
      "github_url": "https://github.com/arinspunk/claude-talk-to-figma-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arinspunk/claude-talk-to-figma-mcp"
      },
      "tags": [
        "antigravity",
        "claude",
        "claude-ai",
        "claude-code",
        "cursor",
        "figma",
        "githubcopilot",
        "mcp"
      ],
      "_stars": 601,
      "_language": "TypeScript",
      "_full_name": "arinspunk/claude-talk-to-figma-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.648025+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.523625+00:00"
    },
    {
      "slug": "gh-joreilly-fantasypremierleague",
      "name": "FantasyPremierLeague",
      "description": "Fantasy Premier League Kotlin/Compose Multiplatform sample",
      "website": "https://github.com/joreilly/FantasyPremierLeague",
      "github_url": "https://github.com/joreilly/FantasyPremierLeague",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joreilly/FantasyPremierLeague"
      },
      "tags": [
        "android",
        "compose-multiplatform",
        "datastore",
        "fantasy-premier-league",
        "ios",
        "jetpack-compose",
        "jetpack-room",
        "kmp"
      ],
      "_stars": 595,
      "_language": "Jupyter Notebook",
      "_full_name": "joreilly/FantasyPremierLeague",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.649248+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.526029+00:00"
    },
    {
      "slug": "gh-prajwalshettydev-unrealgenaisupport",
      "name": "UnrealGenAISupport",
      "description": "Unreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agentic, chat, 3D gen, TTS, multimodal, image gen. UnrealMCP/UnrealClaude",
      "website": "https://muddyterrain.com/docs/",
      "github_url": "https://github.com/prajwalshettydev/UnrealGenAISupport",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/prajwalshettydev/UnrealGenAISupport"
      },
      "tags": [
        "claude",
        "code",
        "dashscope",
        "deepseek",
        "game-development",
        "gemini",
        "generative-ai",
        "google"
      ],
      "_stars": 592,
      "_language": "C++",
      "_full_name": "prajwalshettydev/UnrealGenAISupport",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.650510+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.528382+00:00"
    },
    {
      "slug": "gh-evolution-foundation-evo-ai",
      "name": "evo-ai",
      "description": "Evo AI is an open-source platform for creating and managing AI agents, enabling integration with different AI models and services.",
      "website": "https://evo-ai.co",
      "github_url": "https://github.com/evolution-foundation/evo-ai",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/evolution-foundation/evo-ai"
      },
      "tags": [
        "a2a-protocol",
        "adk",
        "agent",
        "agentic-ai",
        "agentic-workflow",
        "ai",
        "crewai",
        "langgraph"
      ],
      "_stars": 591,
      "_language": "TypeScript",
      "_full_name": "evolution-foundation/evo-ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.651241+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.531215+00:00"
    },
    {
      "slug": "gh-tailscale-tsidp",
      "name": "tsidp",
      "description": "A simple OIDC / OAuth Identity Provider (IdP) server for your tailnet.",
      "website": "https://github.com/tailscale/tsidp",
      "github_url": "https://github.com/tailscale/tsidp",
      "pricing": "free",
      "license": "BSD-3-Clause",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tailscale/tsidp"
      },
      "tags": [
        "idp",
        "mcp",
        "oauth",
        "oauth2",
        "oidc",
        "tailscale"
      ],
      "_stars": 588,
      "_language": "Go",
      "_full_name": "tailscale/tsidp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.651867+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.533289+00:00"
    },
    {
      "slug": "gh-yuniko-software-minecraft-mcp-server",
      "name": "minecraft-mcp-server",
      "description": "A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction",
      "website": "https://yuniko.software/mcp-server/",
      "github_url": "https://github.com/yuniko-software/minecraft-mcp-server",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yuniko-software/minecraft-mcp-server"
      },
      "tags": [
        "artificial-intelligence",
        "claude",
        "javascript",
        "large-language-models",
        "mcp",
        "mcp-server",
        "minecraft",
        "modelcontextprotocol"
      ],
      "_stars": 586,
      "_language": "TypeScript",
      "_full_name": "yuniko-software/minecraft-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.652603+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.534893+00:00"
    },
    {
      "slug": "gh-spences10-mcp-sequentialthinking-tools",
      "name": "mcp-sequentialthinking-tools",
      "description": "\ud83e\udde0 An adaptation of the MCP Sequential Thinking Server to guide tool usage. This server provides recommendations for which MCP tools would be most effective at each stage.",
      "website": "https://github.com/spences10/mcp-sequentialthinking-tools",
      "github_url": "https://github.com/spences10/mcp-sequentialthinking-tools",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/spences10/mcp-sequentialthinking-tools"
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "modelcontextprotocol",
        "tool"
      ],
      "_stars": 583,
      "_language": "TypeScript",
      "_full_name": "spences10/mcp-sequentialthinking-tools",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.653156+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.538934+00:00"
    },
    {
      "slug": "gh-joreilly-galwaybus",
      "name": "GalwayBus",
      "description": "Galway Bus Kotlin Multiplatform project using Jetpack Compose and SwiftUI",
      "website": "https://github.com/joreilly/GalwayBus",
      "github_url": "https://github.com/joreilly/GalwayBus",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joreilly/GalwayBus"
      },
      "tags": [
        "android",
        "architecture-components",
        "coroutines",
        "coroutines-flow",
        "fastlane",
        "ios",
        "jetpack-compose",
        "koin"
      ],
      "_stars": 583,
      "_language": "Kotlin",
      "_full_name": "joreilly/GalwayBus",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.653719+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.541155+00:00"
    },
    {
      "slug": "gh-mukul975-cve-mcp-server",
      "name": "cve-mcp-server",
      "description": "Production-grade MCP server giving Claude 27 security intelligence tools across 21 APIs \u2014 CVE lookup, EPSS scoring, CISA KEV, MITRE ATT&CK, Shodan, VirusTotal, and more.",
      "website": "https://www.mahipal.engineer/CVE-MCP-Server/",
      "github_url": "https://github.com/mukul975/cve-mcp-server",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mukul975/cve-mcp-server"
      },
      "tags": [
        "cisa-kev",
        "claude-ai",
        "cve",
        "cybersecurity",
        "devsecops",
        "epss",
        "fastmcp",
        "mcp"
      ],
      "_stars": 583,
      "_language": "Python",
      "_full_name": "mukul975/cve-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.654299+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.543610+00:00"
    },
    {
      "slug": "gh-miantiao-me-bm-md",
      "name": "bm.md",
      "description": "\u66f4\u597d\u7528\u7684 Markdown \u6392\u7248\u52a9\u624b\uff5c\u4e00\u952e\u9002\u914d\u5fae\u4fe1\u516c\u4f17\u53f7\u3001\u7f51\u9875\u4e0e\u56fe\u7247\u3002",
      "website": "https://bm.md",
      "github_url": "https://github.com/miantiao-me/bm.md",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/miantiao-me/bm.md"
      },
      "tags": [
        "makrdown",
        "mcp",
        "skills",
        "tanstack",
        "tanstack-start"
      ],
      "_stars": 583,
      "_language": "TypeScript",
      "_full_name": "miantiao-me/bm.md",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.655751+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.547489+00:00"
    },
    {
      "slug": "gh-guangxiangdebizi-financemcp",
      "name": "FinanceMCP",
      "description": "\u8fd9\u662f\u4e00\u4e2a\u91d1\u878d\u9886\u57df\u76f8\u5173\u7684mcp,\u672c\u9879\u76ee\u901a\u8fc7\u96c6\u6210 Tushare API \u548c Binance API \u4e3a\u8bed\u8a00\u6a21\u578b\uff08\u5982Claude\uff09\u63d0\u4f9b\u5168\u9762\u7684\u5b9e\u65f6\u91d1\u878d\u6570\u636e\u8bbf\u95ee\u80fd\u529b\uff0c\u652f\u6301\u80a1\u7968\u3001\u57fa\u91d1\u3001\u503a\u5238\u3001\u5b8f\u89c2\u7ecf\u6d4e\u6307\u6807\u3001\u7a33\u5b9a\u5e01\u3001\u865a\u62df\u8d27\u5e01\u7b49\u591a\u7ef4\u5ea6\u91d1\u878d\u6570\u636e\u5206\u6790\u3002\u5176\u4e2d\u4e5f\u5305\u542b\u4e86\u91d1\u878d\u6570\u636e\u67e5\u8be2\u3001\u8d22\u7ecf\u65b0\u95fb\u67e5\u8be2\u3001\u56fd\u5bb6\u7edf\u8ba1\u5c40\u6570\u636e\u67e5\u8be2\u7b49",
      "website": "https://finvestai.top/",
      "github_url": "https://github.com/guangxiangdebizi/FinanceMCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/guangxiangdebizi/FinanceMCP"
      },
      "tags": [
        "binance",
        "data",
        "finance",
        "llm",
        "mcp",
        "mcp-server",
        "news",
        "stablecoin"
      ],
      "_stars": 580,
      "_language": "JavaScript",
      "_full_name": "guangxiangdebizi/FinanceMCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.657010+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.552254+00:00"
    },
    {
      "slug": "gh-0xranx-opencontext",
      "name": "OpenContext",
      "description": "A personal context store for AI agents and assistants\u2014reuse your existing coding agent CLI (Codex/Claude/OpenCode) with built\u2011in Skills/tools and a desktop GUI to capture, search, and reuse project knowledge across agents and repos.",
      "website": "https://0xranx.github.io/OpenContext/",
      "github_url": "https://github.com/0xranx/OpenContext",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/0xranx/OpenContext"
      },
      "tags": [
        "agent",
        "ai",
        "ai-agents",
        "claude-code",
        "cli",
        "codex",
        "context",
        "context-management"
      ],
      "_stars": 579,
      "_language": "JavaScript",
      "_full_name": "0xranx/OpenContext",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.657738+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.555391+00:00"
    },
    {
      "slug": "gh-pantheon-security-medusa",
      "name": "medusa",
      "description": "AI-first security scanner with 76 analyzers, 9,600+ detection rules, and repo poisoning detection for AI/ML, LLM agents, and MCP servers. Scan any GitHub repo with: medusa scan --git user/repo",
      "website": "https://pantheonsecurity.io",
      "github_url": "https://github.com/Pantheon-Security/medusa",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Pantheon-Security/medusa"
      },
      "tags": [
        "agent-security",
        "ai-security",
        "code-analysis",
        "cve-detection",
        "devsecops",
        "llm-security",
        "mcp",
        "nextjs"
      ],
      "_stars": 577,
      "_language": "Python",
      "_full_name": "Pantheon-Security/medusa",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.658705+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.558957+00:00"
    },
    {
      "slug": "gh-anysearch-ai-anysearch-mcp-server",
      "name": "anysearch-mcp-server",
      "description": "Unified real-time search engine skill for AI agents.",
      "website": "https://www.anysearch.com",
      "github_url": "https://github.com/anysearch-ai/anysearch-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/anysearch-ai/anysearch-mcp-server"
      },
      "tags": [
        "anysearch",
        "hermes",
        "mcp",
        "mcp-server",
        "openclaw",
        "qclaw"
      ],
      "_stars": 573,
      "_language": null,
      "_full_name": "anysearch-ai/anysearch-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.660372+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.563151+00:00"
    },
    {
      "slug": "gh-boltzmannentropy-mimikastudio",
      "name": "MimikaStudio",
      "description": "MimikaStudio - A local-first application for macOS (Apple Silicon) + Agentic MCP Support",
      "website": "https://boltzmannentropy.github.io/mimikastudio.github.io/",
      "github_url": "https://github.com/BoltzmannEntropy/MimikaStudio",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BoltzmannEntropy/MimikaStudio"
      },
      "tags": [
        "apple-silicon",
        "audio-book-converter",
        "audiobooks",
        "flutter-app",
        "flutter-apps",
        "flutter-examples",
        "flutter-ui",
        "mcp"
      ],
      "_stars": 572,
      "_language": "Dart",
      "_full_name": "BoltzmannEntropy/MimikaStudio",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.661771+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.567620+00:00"
    },
    {
      "slug": "gh-marmotdata-marmot",
      "name": "marmot",
      "description": "The open-source context layer for your AI. Catalog your tables, topics, queues and APIs then expose real metadata to your AI agents.",
      "website": "https://marmotdata.io",
      "github_url": "https://github.com/marmotdata/marmot",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/marmotdata/marmot"
      },
      "tags": [
        "bigdata",
        "data-catalog",
        "data-collaboration",
        "data-discovery",
        "data-exploration",
        "data-governance",
        "data-lineage",
        "data-observability"
      ],
      "_stars": 572,
      "_language": "Go",
      "_full_name": "marmotdata/marmot",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.665015+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.573342+00:00"
    },
    {
      "slug": "gh-ee0pdt-godot-mcp",
      "name": "Godot-MCP",
      "description": "An MCP for Godot that lets you create and edit games in the Godot game engine with tools like Claude",
      "website": "https://github.com/ee0pdt/Godot-MCP",
      "github_url": "https://github.com/ee0pdt/Godot-MCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ee0pdt/Godot-MCP"
      },
      "tags": [
        "claude",
        "gamedev",
        "godot",
        "mcp"
      ],
      "_stars": 567,
      "_language": "GDScript",
      "_full_name": "ee0pdt/Godot-MCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.667020+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.577625+00:00"
    },
    {
      "slug": "gh-comunica-comunica",
      "name": "comunica",
      "description": "\ud83d\udcec A knowledge graph querying framework for JavaScript",
      "website": "https://comunica.dev",
      "github_url": "https://github.com/comunica/comunica",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/comunica/comunica"
      },
      "tags": [
        "decentralization",
        "federation",
        "graphql",
        "hacktoberfest",
        "heterogeneity",
        "javascript",
        "mcp",
        "query-engine"
      ],
      "_stars": 567,
      "_language": "TypeScript",
      "_full_name": "comunica/comunica",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.667894+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.584893+00:00"
    },
    {
      "slug": "gh-second-state-echokit-server",
      "name": "echokit_server",
      "description": "Open Source Voice Agent Platform",
      "website": "https://echokit.dev/",
      "github_url": "https://github.com/second-state/echokit_server",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/second-state/echokit_server"
      },
      "tags": [
        "agentic-ai",
        "ai",
        "asr",
        "esp32",
        "llm",
        "mcp",
        "mcp-client",
        "tts"
      ],
      "_stars": 565,
      "_language": "Rust",
      "_full_name": "second-state/echokit_server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.668565+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.590140+00:00"
    },
    {
      "slug": "gh-qntx-machi",
      "name": "machi",
      "description": "Agent behavior that compiles",
      "website": "https://github.com/qntx/machi",
      "github_url": "https://github.com/qntx/machi",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/qntx/machi"
      },
      "tags": [
        "a2a",
        "agent",
        "mcp",
        "web4",
        "x402"
      ],
      "_stars": 563,
      "_language": "Rust",
      "_full_name": "qntx/machi",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.669307+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.594066+00:00"
    },
    {
      "slug": "gh-rokpiy-auto-commenter",
      "name": "auto-commenter",
      "description": "A Claude skill that automatically posts personalized, authentic comments in your target communities.",
      "website": "https://github.com/rokpiy/auto-commenter",
      "github_url": "https://github.com/rokpiy/auto-commenter",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rokpiy/auto-commenter"
      },
      "tags": [
        "automation",
        "chatgpt",
        "claude-ai",
        "comment",
        "cursor-ai",
        "mcp",
        "openclaw",
        "openclaw-skills"
      ],
      "_stars": 562,
      "_language": null,
      "_full_name": "rokpiy/auto-commenter",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.669850+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.596753+00:00"
    },
    {
      "slug": "gh-wshobson-maverick-mcp",
      "name": "maverick-mcp",
      "description": "MaverickMCP - Personal Stock Analysis MCP Server",
      "website": "https://sethhobson.com",
      "github_url": "https://github.com/wshobson/maverick-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wshobson/maverick-mcp"
      },
      "tags": [
        "anthropic",
        "artificial-intelligence",
        "claude",
        "equities",
        "fastmcp",
        "finance",
        "financial-analysis",
        "fintech"
      ],
      "_stars": 562,
      "_language": "Python",
      "_full_name": "wshobson/maverick-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.670387+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.599525+00:00"
    },
    {
      "slug": "gh-the-ai-merge-multimodal-agents-course",
      "name": "multimodal-agents-course",
      "description": "An MCP Multimodal AI Agent with eyes and ears!",
      "website": "https://github.com/the-ai-merge/multimodal-agents-course",
      "github_url": "https://github.com/the-ai-merge/multimodal-agents-course",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/the-ai-merge/multimodal-agents-course"
      },
      "tags": [
        "agent",
        "embeddings",
        "groq",
        "mcp",
        "mcp-client",
        "mcp-server",
        "multimodal",
        "openai"
      ],
      "_stars": 560,
      "_language": "Python",
      "_full_name": "the-ai-merge/multimodal-agents-course",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.670904+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.602985+00:00"
    },
    {
      "slug": "gh-fuzzinglabs-mcp-security-hub",
      "name": "mcp-security-hub",
      "description": "A growing collection of MCP servers bringing offensive security tools to AI assistants. Nmap, Ghidra, Nuclei, SQLMap, Hashcat and more.",
      "website": "https://fuzzinglabs.github.io/mcp-security-hub/",
      "github_url": "https://github.com/FuzzingLabs/mcp-security-hub",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FuzzingLabs/mcp-security-hub"
      },
      "tags": [
        "ai",
        "claude",
        "cybersecurity",
        "docker",
        "ghidra",
        "mcp",
        "mcp-server",
        "nmap"
      ],
      "_stars": 559,
      "_language": "Python",
      "_full_name": "FuzzingLabs/mcp-security-hub",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.672338+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.609372+00:00"
    },
    {
      "slug": "gh-cyanheads-obsidian-mcp-server",
      "name": "obsidian-mcp-server",
      "description": "Obsidian vaults MCP server - read, write, search, and surgically edit notes, tags, and frontmatter via the Local REST API plugin.",
      "website": "https://www.npmjs.com/package/obsidian-mcp-server",
      "github_url": "https://github.com/cyanheads/obsidian-mcp-server",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cyanheads/obsidian-mcp-server"
      },
      "tags": [
        "ai-tools",
        "cyanheads",
        "knowledge-base",
        "mcp",
        "model-context-protocol",
        "note-taking",
        "obsidian",
        "typescript"
      ],
      "_stars": 557,
      "_language": "TypeScript",
      "_full_name": "cyanheads/obsidian-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.673424+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.612992+00:00"
    },
    {
      "slug": "gh-storybloq-storybloq",
      "name": "storybloq",
      "description": "Cross-session context for Claude Code. CLI + MCP server + /story skill that tracks tickets, issues, handovers, and roadmap in a .story/ directory.",
      "website": "https://www.storybloq.com",
      "github_url": "https://github.com/Storybloq/storybloq",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Storybloq/storybloq"
      },
      "tags": [
        "agentic-development",
        "ai-development",
        "anthropic",
        "claude-code",
        "claude-skill",
        "cli",
        "context-management",
        "developer-tools"
      ],
      "_stars": 550,
      "_language": "TypeScript",
      "_full_name": "Storybloq/storybloq",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.674253+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.622303+00:00"
    },
    {
      "slug": "gh-theauditortool-auditor",
      "name": "Auditor",
      "description": "Release channel for TheAuditor \u2014 see blog.theauditortool.com",
      "website": "https://blog.theauditortool.com",
      "github_url": "https://github.com/TheAuditorTool/Auditor",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TheAuditorTool/Auditor"
      },
      "tags": [
        "ai",
        "ai-coding",
        "anthropic-claude",
        "ast",
        "claude-code",
        "code-analysis",
        "code-intelligence",
        "javascript"
      ],
      "_stars": 550,
      "_language": null,
      "_full_name": "TheAuditorTool/Auditor",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.674829+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.625741+00:00"
    },
    {
      "slug": "gh-marcoaapfortes-mantic-sh",
      "name": "Mantic.sh",
      "description": "A structural code search engine for Al agents.",
      "website": "https://www.npmjs.com/package/mantic.sh",
      "github_url": "https://github.com/marcoaapfortes/Mantic.sh",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/marcoaapfortes/Mantic.sh"
      },
      "tags": [
        "ai-agent",
        "claude",
        "code-search",
        "context-retrieval",
        "cursor",
        "developer-tools",
        "mcp",
        "mcp-server"
      ],
      "_stars": 549,
      "_language": "TypeScript",
      "_full_name": "marcoaapfortes/Mantic.sh",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:26.678965+00:00",
      "_last_seen_at": "2026-05-25T13:58:57.628664+00:00"
    },
    {
      "slug": "gh-nicholasgoh-fastapi-mcp-langgraph-template",
      "name": "fastapi-mcp-langgraph-template",
      "description": "A modern template for agentic orchestration \u2014 built for rapid iteration and scalable deployment using highly customizable, community-supported tools like MCP, LangGraph, and more.",
      "website": "https://github.com/NicholasGoh/fastapi-mcp-langgraph-template",
      "github_url": "https://github.com/NicholasGoh/fastapi-mcp-langgraph-template",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/NicholasGoh/fastapi-mcp-langgraph-template"
      },
      "tags": [
        "compose",
        "fastapi",
        "grafana",
        "langfuse",
        "langgraph-python",
        "mcp",
        "nginx",
        "prometheus"
      ],
      "_stars": 546,
      "_language": "Python",
      "_full_name": "NicholasGoh/fastapi-mcp-langgraph-template",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.053232+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.798559+00:00"
    },
    {
      "slug": "gh-tesslateai-opensail",
      "name": "OpenSail",
      "description": "OpenSail is the open-source alternative to Codex App, Claude Desktop, Cursor, and Cowork for agentic software work.",
      "website": "https://tesslate.com",
      "github_url": "https://github.com/TesslateAI/OpenSail",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TesslateAI/OpenSail"
      },
      "tags": [
        "agents",
        "ai",
        "automation",
        "btrfs",
        "connectors",
        "deployment",
        "desktop",
        "desktop-app"
      ],
      "_stars": 545,
      "_language": "Python",
      "_full_name": "TesslateAI/OpenSail",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.054163+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.799677+00:00"
    },
    {
      "slug": "gh-irockel-tda",
      "name": "tda",
      "description": "TDA - Thread Dump Analyzer (for Java). Analyze your Thread Dumps with a GUI or use it as MCP Server.",
      "website": "https://irockel.github.io/tda/",
      "github_url": "https://github.com/irockel/tda",
      "pricing": "free",
      "license": "LGPL-2.1",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/irockel/tda"
      },
      "tags": [
        "java",
        "jvm",
        "jvm-monitor",
        "mcp",
        "mcp-server",
        "performance-tuning",
        "thread-dump",
        "virtual-threads"
      ],
      "_stars": 543,
      "_language": "Java",
      "_full_name": "irockel/tda",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.055423+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.801077+00:00"
    },
    {
      "slug": "gh-samvallad33-vestige",
      "name": "vestige",
      "description": "Cognitive memory for AI agents \u2014 FSRS-6 spaced repetition, 29 brain modules, 3D dashboard, single 22MB Rust binary. MCP server for Claude, Cursor, VS Code, Xcode, JetBrains.",
      "website": "https://github.com/samvallad33/vestige",
      "github_url": "https://github.com/samvallad33/vestige",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/samvallad33/vestige"
      },
      "tags": [
        "ai-memory",
        "claude",
        "cognitive-science",
        "cursor",
        "embeddings",
        "fsrs",
        "long-term-memory",
        "mcp"
      ],
      "_stars": 538,
      "_language": "Rust",
      "_full_name": "samvallad33/vestige",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.056477+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.802448+00:00"
    },
    {
      "slug": "gh-maxgfeller-open-harness",
      "name": "open-harness",
      "description": "A code-first, composable SDK to build powerful AI agents",
      "website": "https://open-harness.dev",
      "github_url": "https://github.com/MaxGfeller/open-harness",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MaxGfeller/open-harness"
      },
      "tags": [
        "agents",
        "agentskills",
        "ai",
        "ai-agents",
        "mcp"
      ],
      "_stars": 534,
      "_language": "TypeScript",
      "_full_name": "MaxGfeller/open-harness",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.056884+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.803756+00:00"
    },
    {
      "slug": "gh-concierge-hq-concierge",
      "name": "concierge",
      "description": "\ud83d\ude80 Universal SDK for building next-gen MCP servers",
      "website": "https://platform.getconcierge.app",
      "github_url": "https://github.com/concierge-hq/concierge",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/concierge-hq/concierge"
      },
      "tags": [
        "agentic-ai",
        "agentic-web",
        "agentic-web-protocol",
        "agentic-workflow",
        "agents",
        "ai",
        "apps-sdk",
        "automation"
      ],
      "_stars": 533,
      "_language": "Python",
      "_full_name": "concierge-hq/concierge",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.057590+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.804930+00:00"
    },
    {
      "slug": "gh-dappros-ethora",
      "name": "ethora",
      "description": "SDK monorepo for Ethora chat / messaging platform. (1) Pick an SDK for your frontend stack. (2) Integrate manually or using ethora-setup. (3) Optionally configure app settings, deploy AI agents etc. Server: ethora.com cloud [free]. Dedicated server + SLA option for enterprise customers.",
      "website": "https://ethora.com/",
      "github_url": "https://github.com/dappros/ethora",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dappros/ethora"
      },
      "tags": [
        "ai-chat",
        "chat-sdk",
        "chat-widget",
        "chatbot",
        "developer-tools",
        "ejabberd",
        "ethereum",
        "ethora"
      ],
      "_stars": 532,
      "_language": "JavaScript",
      "_full_name": "dappros/ethora",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.057975+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.805993+00:00"
    },
    {
      "slug": "gh-spool-lab-spool",
      "name": "spool",
      "description": "Your local AI session library. Collects sessions from Claude Code, Codex CLI, Gemini CLI (and more) \u2014 browsable and \u2318K-searchable.",
      "website": "https://spool.pro",
      "github_url": "https://github.com/spool-lab/spool",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/spool-lab/spool"
      },
      "tags": [
        "ai-agents",
        "claude-code",
        "codex",
        "codex-cli",
        "developer-tools",
        "electron",
        "full-text-search",
        "gemini-cli"
      ],
      "_stars": 530,
      "_language": "TypeScript",
      "_full_name": "spool-lab/spool",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.058730+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.810000+00:00"
    },
    {
      "slug": "gh-h-mmer-pentest-agents",
      "name": "pentest-agents",
      "description": "Bug bounty agent framework for Claude Code, Codex, Gemini, Cursor, Windsurf, Copilot, and OpenClaw \u2014 48 agents, 26 commands, 19 CLI tools, 2 MCP servers, autonomous hunt loops, exploit chain builder.",
      "website": "https://github.com/H-mmer/pentest-agents",
      "github_url": "https://github.com/H-mmer/pentest-agents",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/H-mmer/pentest-agents"
      },
      "tags": [
        "agents",
        "bug-bounty",
        "bugcrowd",
        "claude-code",
        "hackerone",
        "mcp",
        "pentesting",
        "security-tools"
      ],
      "_stars": 530,
      "_language": "Python",
      "_full_name": "H-mmer/pentest-agents",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.059325+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.807954+00:00"
    },
    {
      "slug": "gh-ggozad-haiku-rag",
      "name": "haiku.rag",
      "description": "Opinionated agentic RAG powered by LanceDB, Pydantic AI, and Docling",
      "website": "https://github.com/ggozad/haiku.rag",
      "github_url": "https://github.com/ggozad/haiku.rag",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ggozad/haiku.rag"
      },
      "tags": [
        "ai",
        "docling",
        "lancedb",
        "mcp",
        "mcp-server",
        "ml",
        "pydantic-ai",
        "rag"
      ],
      "_stars": 528,
      "_language": "Python",
      "_full_name": "ggozad/haiku.rag",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.061687+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.811522+00:00"
    },
    {
      "slug": "gh-arlanrakh-talk-to-girlfriend-ai",
      "name": "talk-to-girlfriend-ai",
      "description": "im busy building ai agents so why not let an ai talk to my girlfriend? (i am single)",
      "website": "https://github.com/arlanrakh/talk-to-girlfriend-ai",
      "github_url": "https://github.com/arlanrakh/talk-to-girlfriend-ai",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/arlanrakh/talk-to-girlfriend-ai"
      },
      "tags": [
        "ai",
        "ai-agents",
        "indexing",
        "mcp"
      ],
      "_stars": 524,
      "_language": "Python",
      "_full_name": "arlanrakh/talk-to-girlfriend-ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.063030+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.812338+00:00"
    },
    {
      "slug": "gh-0xsteph-pentest-ai",
      "name": "pentest-ai",
      "description": "Offensive-security MCP server with 205 wrapped tools, 17 specialist agents, and 60 SPA-aware probes for OWASP Top 10. CLI + MCP, BYO LLM. No API key needed on MCP path.",
      "website": "https://pentestai.xyz",
      "github_url": "https://github.com/0xSteph/pentest-ai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/0xSteph/pentest-ai"
      },
      "tags": [
        "ai-security",
        "bug-bounty",
        "claude",
        "ctf",
        "cybersecurity",
        "exploit",
        "exploit-chaining",
        "hacking-tools"
      ],
      "_stars": 524,
      "_language": "Python",
      "_full_name": "0xSteph/pentest-ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.063974+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.813544+00:00"
    },
    {
      "slug": "gh-decade-qiu-cookhero",
      "name": "CookHero",
      "description": "CookHero\u662f\u4e00\u4e2a\u57fa\u4e8e LLM + RAG + Agent + \u591a\u6a21\u6001\u7684\u667a\u80fd\u996e\u98df\u4e0e\u70f9\u996a\u7ba1\u7406\u5e73\u53f0\uff0c\u652f\u6301\u667a\u80fd\u83dc\u8c31\u67e5\u8be2\u3001\u4e2a\u6027\u5316\u996e\u98df\u8ba1\u5212\u3001AI \u996e\u98df\u8bb0\u5f55\u3001\u8425\u517b\u5206\u6790\u3001Web \u641c\u7d22\u589e\u5f3a\uff0c\u4ee5\u53ca\u53ef\u6269\u5c55\u7684 ReAct Agent / Subagent \u5de5\u5177\u4f53\u7cfb\uff0c\u5e2e\u52a9\u53a8\u623f\u65b0\u624b\u8f7b\u677e\u6210\u4e3a\u201c\u70f9\u996a\u82f1\u96c4\u201d\u3002",
      "website": "https://github.com/Decade-qiu/CookHero",
      "github_url": "https://github.com/Decade-qiu/CookHero",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Decade-qiu/CookHero"
      },
      "tags": [
        "agent",
        "ai-chatbot",
        "cooking-assistant",
        "langchain",
        "mcp",
        "milvus",
        "rag",
        "subagents"
      ],
      "_stars": 523,
      "_language": "Python",
      "_full_name": "Decade-qiu/CookHero",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.064886+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.815064+00:00"
    },
    {
      "slug": "gh-code-and-sorts-awesome-copilot-agents",
      "name": "awesome-copilot-agents",
      "description": "\u2728 A curated list of awesome GitHub instructions, prompt, skills, MCPs and agent markdown files for enhancing your GitHub Copilot AI experience.",
      "website": "https://github.com/Code-and-Sorts/awesome-copilot-agents",
      "github_url": "https://github.com/Code-and-Sorts/awesome-copilot-agents",
      "pricing": "free",
      "license": "CC0-1.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Code-and-Sorts/awesome-copilot-agents"
      },
      "tags": [
        "agent-skills",
        "ai-agents",
        "awesome",
        "awesome-list",
        "copilot-instructions",
        "copilot-prompting",
        "custom-agents",
        "github-copilot"
      ],
      "_stars": 522,
      "_language": "TypeScript",
      "_full_name": "Code-and-Sorts/awesome-copilot-agents",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.066054+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.816429+00:00"
    },
    {
      "slug": "gh-swarmclawai-swarmclaw",
      "name": "swarmclaw",
      "description": "Open-source self-hosted AI agent runtime and multi-agent framework for autonomous agent swarms. Agent memory, MCP tools, schedules, delegation, and 23+ LLM providers (Claude, GPT, Gemini, OpenRouter, Ollama). A practical Claude Code and LangChain alternative.",
      "website": "https://www.swarmclaw.ai",
      "github_url": "https://github.com/swarmclawai/swarmclaw",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/swarmclawai/swarmclaw"
      },
      "tags": [
        "agent-framework",
        "agent-memory",
        "agent-runtime",
        "agent-swarm",
        "agents",
        "ai",
        "ai-agent-framework",
        "ai-agents"
      ],
      "_stars": 521,
      "_language": "TypeScript",
      "_full_name": "swarmclawai/swarmclaw",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.067112+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.817230+00:00"
    },
    {
      "slug": "gh-caiovicentino-polymarket-mcp-server",
      "name": "polymarket-mcp-server",
      "description": "\ud83e\udd16 AI-Powered MCP Server for Polymarket - Enable Claude to trade prediction markets with 45 tools, real-time monitoring, and enterprise-grade safety features",
      "website": "https://github.com/caiovicentino/polymarket-mcp-server",
      "github_url": "https://github.com/caiovicentino/polymarket-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/caiovicentino/polymarket-mcp-server"
      },
      "tags": [
        "ai-trading",
        "anthropic",
        "autonomous-trading",
        "blockchain",
        "claude",
        "defi",
        "market-analysis",
        "mcp"
      ],
      "_stars": 516,
      "_language": "Python",
      "_full_name": "caiovicentino/polymarket-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.068034+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.818135+00:00"
    },
    {
      "slug": "gh-maxbogo-awesome-ai-tools-for-ui",
      "name": "awesome-ai-tools-for-ui",
      "description": "Curated list of awesome AI tools to build beautiful UI/UX.",
      "website": "https://github.com/maxbogo/awesome-ai-tools-for-ui",
      "github_url": "https://github.com/maxbogo/awesome-ai-tools-for-ui",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/maxbogo/awesome-ai-tools-for-ui"
      },
      "tags": [
        "awesome",
        "awesome-list",
        "claude",
        "codex",
        "cursor",
        "figma",
        "landing-page",
        "mcp"
      ],
      "_stars": 512,
      "_language": null,
      "_full_name": "maxbogo/awesome-ai-tools-for-ui",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.068832+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.820203+00:00"
    },
    {
      "slug": "gh-alex-ilgayev-mcpspy",
      "name": "MCPSpy",
      "description": "MCP Monitoring with eBPF",
      "website": "https://github.com/alex-ilgayev/MCPSpy",
      "github_url": "https://github.com/alex-ilgayev/MCPSpy",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/alex-ilgayev/MCPSpy"
      },
      "tags": [
        "ai",
        "ai-security",
        "llm",
        "mcp",
        "monitoring",
        "security"
      ],
      "_stars": 511,
      "_language": "C",
      "_full_name": "alex-ilgayev/MCPSpy",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.069358+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.821438+00:00"
    },
    {
      "slug": "gh-borski-travel-hacking-toolkit",
      "name": "travel-hacking-toolkit",
      "description": "AI-powered travel hacking and search with cash, points, miles, and award flights. Drop-in skills and MCP servers for Claude, Codex, and OpenCode.",
      "website": "https://github.com/borski/travel-hacking-toolkit",
      "github_url": "https://github.com/borski/travel-hacking-toolkit",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/borski/travel-hacking-toolkit"
      },
      "tags": [
        "award-flights",
        "claude-code",
        "flights",
        "hotels",
        "mcp",
        "opencode",
        "points-and-miles",
        "skills"
      ],
      "_stars": 511,
      "_language": "Python",
      "_full_name": "borski/travel-hacking-toolkit",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.069845+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.822561+00:00"
    },
    {
      "slug": "gh-agentteam-taichuai-scienceclaw",
      "name": "ScienceClaw",
      "description": "ScienceClaw is a personal research assistant built with LangChain DeepAgents and AIO Sandbox infrastructure, adopting a completely new architecture beyond OpenClaw. It offers stronger security, better transparency, and a more user-friendly experience.",
      "website": "https://scienceclaw.zidongtaichu.com/",
      "github_url": "https://github.com/AgentTeam-TaichuAI/ScienceClaw",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AgentTeam-TaichuAI/ScienceClaw"
      },
      "tags": [
        "ai-agent",
        "bioinformatics",
        "data-analysis",
        "docker",
        "drug-discovery",
        "fastapi",
        "feishu",
        "langchain"
      ],
      "_stars": 507,
      "_language": "Python",
      "_full_name": "AgentTeam-TaichuAI/ScienceClaw",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.070745+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.825399+00:00"
    },
    {
      "slug": "gh-ota-tech-ai-web-agent-protocol",
      "name": "web-agent-protocol",
      "description": "\ud83c\udf10Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support",
      "website": "https://otatech.ai",
      "github_url": "https://github.com/OTA-Tech-AI/web-agent-protocol",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OTA-Tech-AI/web-agent-protocol"
      },
      "tags": [
        "ai-agents",
        "ai-tools",
        "browser-automation",
        "browser-use",
        "llm",
        "mcp",
        "mcp-server",
        "modelcontextprotocol"
      ],
      "_stars": 498,
      "_language": "Python",
      "_full_name": "OTA-Tech-AI/web-agent-protocol",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.071281+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.827039+00:00"
    },
    {
      "slug": "gh-blacktop-ida-mcp-rs",
      "name": "ida-mcp-rs",
      "description": "Headless IDA Pro MCP Server",
      "website": "https://github.com/blacktop/ida-mcp-rs",
      "github_url": "https://github.com/blacktop/ida-mcp-rs",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/blacktop/ida-mcp-rs"
      },
      "tags": [
        "headless",
        "idalib",
        "idapro",
        "mcp",
        "mcp-server",
        "rust",
        "rust-lang"
      ],
      "_stars": 496,
      "_language": "Rust",
      "_full_name": "blacktop/ida-mcp-rs",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.071833+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.828094+00:00"
    },
    {
      "slug": "gh-vikashloomba-copilot-mcp",
      "name": "copilot-mcp",
      "description": "A VSCode extension that lets you find and install Agent Skills and MCP Apps to use with GitHub Copilot, Claude Code, and Codex CLI.",
      "website": "https://discord.gg/cloudmcp",
      "github_url": "https://github.com/VikashLoomba/copilot-mcp",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VikashLoomba/copilot-mcp"
      },
      "tags": [
        "agent-skills",
        "claude-code-skills",
        "claude-skills",
        "codex-skills",
        "copilot",
        "copilot-chat",
        "mcp",
        "mcp-apps"
      ],
      "_stars": 490,
      "_language": "TypeScript",
      "_full_name": "VikashLoomba/copilot-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.072997+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.828905+00:00"
    },
    {
      "slug": "gh-ravitemer-mcp-hub",
      "name": "mcp-hub",
      "description": "A centralized manager for Model Context Protocol (MCP) servers with dynamic server management and monitoring",
      "website": "https://www.npmjs.com/package/mcp-hub",
      "github_url": "https://github.com/ravitemer/mcp-hub",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ravitemer/mcp-hub"
      },
      "tags": [
        "ai",
        "chatgpt",
        "claude-ai",
        "llms",
        "local-development",
        "mcp",
        "mcp-hub",
        "mcp-servers"
      ],
      "_stars": 490,
      "_language": "JavaScript",
      "_full_name": "ravitemer/mcp-hub",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.073973+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.829400+00:00"
    },
    {
      "slug": "gh-swarmclawai-swarmvault",
      "name": "swarmvault",
      "description": "The local-first LLM Wiki: open-source knowledge graph builder, RAG knowledge base, and agent memory store. Built on Andrej Karpathy's pattern. An Obsidian alternative for personal knowledge management, AI second brain, and durable Claude Code / Codex / OpenClaw memory.",
      "website": "https://www.swarmvault.ai",
      "github_url": "https://github.com/swarmclawai/swarmvault",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/swarmclawai/swarmvault"
      },
      "tags": [
        "agent-memory",
        "ai-agents",
        "claude-code",
        "claude-code-memory",
        "codex",
        "karpathy",
        "knowledge-graph",
        "llm"
      ],
      "_stars": 487,
      "_language": "TypeScript",
      "_full_name": "swarmclawai/swarmvault",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.074691+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.830311+00:00"
    },
    {
      "slug": "gh-jobsonlook-xhs-mcp",
      "name": "xhs-mcp",
      "description": "\u5c0f\u7ea2\u4e66MCP\u670d\u52a1 x-s x-t js\u9006\u5411",
      "website": "https://github.com/jobsonlook/xhs-mcp",
      "github_url": "https://github.com/jobsonlook/xhs-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jobsonlook/xhs-mcp"
      },
      "tags": [
        "mcp",
        "xhs"
      ],
      "_stars": 482,
      "_language": "JavaScript",
      "_full_name": "jobsonlook/xhs-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.076089+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.832606+00:00"
    },
    {
      "slug": "gh-cordum-io-cordum",
      "name": "cordum",
      "description": "The open agent control plane. Govern autonomous AI agents with pre-execution policy enforcement, approval gates, and audit trails. Works with LangChain, CrewAI, MCP, and any framework.",
      "website": "https://github.com/cordum-io/cordum",
      "github_url": "https://github.com/cordum-io/cordum",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cordum-io/cordum"
      },
      "tags": [
        "agent-framework",
        "agentic-ai",
        "ai-agent",
        "ai-governance",
        "ai-orchestration",
        "ai-safety",
        "audit-trail",
        "autonomous-agents"
      ],
      "_stars": 481,
      "_language": "Go",
      "_full_name": "cordum-io/cordum",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.077243+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.833642+00:00"
    },
    {
      "slug": "gh-browseroperator-browser-operator-core",
      "name": "browser-operator-core",
      "description": "Browser Operator - The AI browser with built in Multi-Agent platform! Open source alternative to ChatGPT Atlas, Perplexity Comet, Dia and Microsoft CoPilot Edge Browser",
      "website": "https://browseroperator.io/",
      "github_url": "https://github.com/BrowserOperator/browser-operator-core",
      "pricing": "free",
      "license": "BSD-3-Clause",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/BrowserOperator/browser-operator-core"
      },
      "tags": [
        "agent-browser",
        "agent-workflow",
        "agentic-ai",
        "agentic-browser",
        "agentic-framework",
        "agentic-workflow",
        "agents",
        "ai-browser"
      ],
      "_stars": 480,
      "_language": "TypeScript",
      "_full_name": "BrowserOperator/browser-operator-core",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.078844+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.834503+00:00"
    },
    {
      "slug": "gh-manojmallick-sigmap",
      "name": "sigmap",
      "description": "97% token reduction for AI coding sessions \u2014 zero deps, 31 languages, MCP server",
      "website": "https://manojmallick.github.io/sigmap/",
      "github_url": "https://github.com/manojmallick/sigmap",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/manojmallick/sigmap"
      },
      "tags": [
        "ai",
        "claude",
        "cli",
        "code-context",
        "code-intelligence",
        "context-compression",
        "copilot",
        "cursor"
      ],
      "_stars": 479,
      "_language": "JavaScript",
      "_full_name": "manojmallick/sigmap",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.079763+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.836646+00:00"
    },
    {
      "slug": "gh-docfork-docfork",
      "name": "docfork",
      "description": "Docfork - Up-to-date docs for AI Coding Agents.",
      "website": "https://docfork.com",
      "github_url": "https://github.com/docfork/docfork",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/docfork/docfork"
      },
      "tags": [
        "agent",
        "agents",
        "documentation",
        "mcp",
        "modelcontextprotocol",
        "vibe-coding"
      ],
      "_stars": 478,
      "_language": "TypeScript",
      "_full_name": "docfork/docfork",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.080627+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.838177+00:00"
    },
    {
      "slug": "gh-fdmtl-director",
      "name": "director",
      "description": "MCP Playbooks for AI agents",
      "website": "https://director.run",
      "github_url": "https://github.com/fdmtl/director",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fdmtl/director"
      },
      "tags": [
        "mcp",
        "mcp-client",
        "mcp-gateway",
        "mcp-host",
        "mcp-middleware",
        "mcp-server",
        "mcp-tools"
      ],
      "_stars": 477,
      "_language": "TypeScript",
      "_full_name": "fdmtl/director",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.081421+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.839406+00:00"
    },
    {
      "slug": "gh-cloudflare-mcp",
      "name": "mcp",
      "description": "MCP server for the Cloudflare API",
      "website": "https://mcp.cloudflare.com/mcp",
      "github_url": "https://github.com/cloudflare/mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cloudflare/mcp"
      },
      "tags": [
        "cloudflare",
        "cloudflare-workers",
        "mcp",
        "mcp-server"
      ],
      "_stars": 476,
      "_language": "TypeScript",
      "_full_name": "cloudflare/mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.082127+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.841052+00:00"
    },
    {
      "slug": "gh-levnikolaevich-claude-code-skills",
      "name": "claude-code-skills",
      "description": "Plugin suite + bundled MCP servers for Claude Code. Full delivery lifecycle: Agile pipeline with multi-model AI review, project bootstrap, documentation generation, codebase audits, performance optimization, community workflows. Includes hex-line (hash-verified editing), hex-graph (code knowledge graph), and hex-ssh (remote SSH) MCP servers.",
      "website": "https://levnikolaevich.github.io/claude-code-skills/",
      "github_url": "https://github.com/levnikolaevich/claude-code-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/levnikolaevich/claude-code-skills"
      },
      "tags": [
        "agile-workflows",
        "ai-agents",
        "anthropic",
        "claude-ai",
        "claude-code",
        "claude-code-skills",
        "code-analysis",
        "code-review"
      ],
      "_stars": 476,
      "_language": "JavaScript",
      "_full_name": "levnikolaevich/claude-code-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.086702+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.843353+00:00"
    },
    {
      "slug": "gh-0xkoda-wiremcp",
      "name": "WireMCP",
      "description": "An MCP for WireShark (tshark). Empower LLM's with realtime network traffic analysis capability",
      "website": "https://github.com/0xKoda/WireMCP",
      "github_url": "https://github.com/0xKoda/WireMCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/0xKoda/WireMCP"
      },
      "tags": [
        "llm",
        "mcp",
        "network-analysis",
        "wireshark"
      ],
      "_stars": 475,
      "_language": "JavaScript",
      "_full_name": "0xKoda/WireMCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.088852+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.846136+00:00"
    },
    {
      "slug": "gh-cyanheads-atlas-mcp-server",
      "name": "atlas-mcp-server",
      "description": "A Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.",
      "website": "https://www.npmjs.com/package/atlas-mcp-server",
      "github_url": "https://github.com/cyanheads/atlas-mcp-server",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cyanheads/atlas-mcp-server"
      },
      "tags": [
        "agents",
        "ai",
        "cyanheads",
        "deep-research",
        "graph-database",
        "mcp",
        "model-context-protocol",
        "neo4j"
      ],
      "_stars": 474,
      "_language": "TypeScript",
      "_full_name": "cyanheads/atlas-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.090002+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.849708+00:00"
    },
    {
      "slug": "gh-enderfga-claw-orchestrator",
      "name": "claw-orchestrator",
      "description": "Run Claude Code, Codex, Gemini, Cursor Agent and custom coding CLIs as one unified runtime for claw-style agent systems. Runs standalone, with first-class OpenClaw plugin support.",
      "website": "https://github.com/Enderfga/claw-orchestrator#readme",
      "github_url": "https://github.com/Enderfga/claw-orchestrator",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Enderfga/claw-orchestrator"
      },
      "tags": [
        "agent-orchestration",
        "agent-teams",
        "ai-agent",
        "claude-code",
        "claw",
        "claw-orchestrator",
        "cli",
        "codex"
      ],
      "_stars": 470,
      "_language": "TypeScript",
      "_full_name": "Enderfga/claw-orchestrator",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.090921+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.851286+00:00"
    },
    {
      "slug": "gh-amenetwork-aser",
      "name": "aser",
      "description": "Aser is a lightweight, self-assembling AI Agent frame.",
      "website": "https://ame.network/",
      "github_url": "https://github.com/AmeNetwork/aser",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AmeNetwork/aser"
      },
      "tags": [
        "a2a-protocol",
        "agent",
        "agents",
        "ai",
        "ai-agent",
        "ai-memory",
        "aser",
        "erc8004"
      ],
      "_stars": 470,
      "_language": "Python",
      "_full_name": "AmeNetwork/aser",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.092150+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.853007+00:00"
    },
    {
      "slug": "gh-argoproj-labs-mcp-for-argocd",
      "name": "mcp-for-argocd",
      "description": "An implementation of Model Context Protocol (MCP) server for Argo CD.",
      "website": "https://www.npmjs.com/package/argocd-mcp",
      "github_url": "https://github.com/argoproj-labs/mcp-for-argocd",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/argoproj-labs/mcp-for-argocd"
      },
      "tags": [
        "ai",
        "argocd",
        "argocd-mcp",
        "continuous-delivery",
        "continuous-deployment",
        "devops",
        "gitops",
        "kubernetes"
      ],
      "_stars": 469,
      "_language": "TypeScript",
      "_full_name": "argoproj-labs/mcp-for-argocd",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.093857+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.854355+00:00"
    },
    {
      "slug": "gh-roblox-studio-rust-mcp-server",
      "name": "studio-rust-mcp-server",
      "description": "Standalone Roblox Studio MCP Server",
      "website": "https://github.com/Roblox/studio-rust-mcp-server",
      "github_url": "https://github.com/Roblox/studio-rust-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Roblox/studio-rust-mcp-server"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "roblox"
      ],
      "_stars": 467,
      "_language": "Rust",
      "_full_name": "Roblox/studio-rust-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.095789+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.855568+00:00"
    },
    {
      "slug": "gh-tuannvm-codex-mcp-server",
      "name": "codex-mcp-server",
      "description": "MCP server wrapper for OpenAI Codex CLI that enables Claude Code to leverage Codex's AI capabilities directly.",
      "website": "https://docs.tuannvm.com/codex-mcp-server",
      "github_url": "https://github.com/tuannvm/codex-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tuannvm/codex-mcp-server"
      },
      "tags": [
        "claude-code",
        "codex",
        "cursor",
        "mcp"
      ],
      "_stars": 467,
      "_language": "TypeScript",
      "_full_name": "tuannvm/codex-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.097039+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.858338+00:00"
    },
    {
      "slug": "gh-cranot-roam-code",
      "name": "roam-code",
      "description": "Local codebase intelligence CLI + MCP server for AI coding agents: SQLite code graph, 28 languages, 238 commands, 224 MCP tools, change-safety gates, audit evidence, zero API keys.",
      "website": "https://roam-code.com/",
      "github_url": "https://github.com/Cranot/roam-code",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Cranot/roam-code"
      },
      "tags": [
        "ai-agents",
        "ai-coding",
        "cli",
        "code-analysis",
        "code-graph",
        "code-intelligence",
        "code-quality",
        "code-review"
      ],
      "_stars": 464,
      "_language": "Python",
      "_full_name": "Cranot/roam-code",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.098547+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.861942+00:00"
    },
    {
      "slug": "gh-kagent-dev-kmcp",
      "name": "kmcp",
      "description": "CLI tool and Kubernetes Controller for building, testing and deploying MCP servers",
      "website": "https://kagent.dev/docs/kmcp",
      "github_url": "https://github.com/kagent-dev/kmcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/kagent-dev/kmcp"
      },
      "tags": [
        "cli",
        "kubernetes",
        "mcp"
      ],
      "_stars": 462,
      "_language": "Go",
      "_full_name": "kagent-dev/kmcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.099916+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.865436+00:00"
    },
    {
      "slug": "gh-provos-ironcurtain",
      "name": "ironcurtain",
      "description": "A secure* runtime for autonomous AI agents. Policy from plain-English constitutions. (*https://ironcurtain.dev)",
      "website": "https://ironcurtain.dev",
      "github_url": "https://github.com/provos/ironcurtain",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/provos/ironcurtain"
      },
      "tags": [
        "agent",
        "mcp",
        "model-context-protocol",
        "policy",
        "sandbox",
        "security",
        "trusted-process"
      ],
      "_stars": 461,
      "_language": "TypeScript",
      "_full_name": "provos/ironcurtain",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.100773+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.868505+00:00"
    },
    {
      "slug": "gh-punkpeye-awesome-mcp-devtools",
      "name": "awesome-mcp-devtools",
      "description": "A curated list of developer tools, SDKs, libraries, and testing utilities for Model Context Protocol (MCP) server development.",
      "website": "https://glama.ai/mcp/servers",
      "github_url": "https://github.com/punkpeye/awesome-mcp-devtools",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/punkpeye/awesome-mcp-devtools"
      },
      "tags": [
        "devtools",
        "mcp"
      ],
      "_stars": 458,
      "_language": null,
      "_full_name": "punkpeye/awesome-mcp-devtools",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.101579+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.870861+00:00"
    },
    {
      "slug": "gh-peakmojo-applescript-mcp",
      "name": "applescript-mcp",
      "description": "MCP server that execute applescript giving you full control of your Mac",
      "website": "https://github.com/peakmojo/applescript-mcp",
      "github_url": "https://github.com/peakmojo/applescript-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/peakmojo/applescript-mcp"
      },
      "tags": [
        "applescript",
        "macos",
        "mcp",
        "mcp-server"
      ],
      "_stars": 458,
      "_language": "Python",
      "_full_name": "peakmojo/applescript-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.102136+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.872040+00:00"
    },
    {
      "slug": "gh-gnh1201-welsonjs",
      "name": "welsonjs",
      "description": "WelsonJS - Build a Windows app on the Windows built-in JavaScript engine",
      "website": "https://welson.js.org",
      "github_url": "https://github.com/gnh1201/welsonjs",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gnh1201/welsonjs"
      },
      "tags": [
        "agi",
        "automation",
        "chatgpt",
        "chrome",
        "copilot",
        "desktop",
        "grok",
        "javascript"
      ],
      "_stars": 451,
      "_language": "JavaScript",
      "_full_name": "gnh1201/welsonjs",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.102637+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.873112+00:00"
    },
    {
      "slug": "gh-boshyxd-robloxstudio-mcp",
      "name": "robloxstudio-mcp",
      "description": "Create agentic AI workflows in ROBLOX Studio",
      "website": "https://github.com/boshyxd/robloxstudio-mcp",
      "github_url": "https://github.com/boshyxd/robloxstudio-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/boshyxd/robloxstudio-mcp"
      },
      "tags": [
        "ai",
        "ai-agents",
        "ai-tool",
        "ai-tools",
        "game-development",
        "mcp",
        "mcp-server",
        "roblox"
      ],
      "_stars": 449,
      "_language": "TypeScript",
      "_full_name": "boshyxd/robloxstudio-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.103126+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.875815+00:00"
    },
    {
      "slug": "gh-thelunarcompany-lunar",
      "name": "lunar",
      "description": "lunar.dev: Agent native MCP Gateway for governance and security",
      "website": "https://lunar.dev",
      "github_url": "https://github.com/TheLunarCompany/lunar",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TheLunarCompany/lunar"
      },
      "tags": [
        "agent-skills",
        "api-proxy",
        "mcp",
        "mcp-client",
        "mcp-gateway",
        "mcp-security",
        "mcp-server",
        "mcp-servers"
      ],
      "_stars": 446,
      "_language": "TypeScript",
      "_full_name": "TheLunarCompany/lunar",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.104115+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.881214+00:00"
    },
    {
      "slug": "gh-heymrun-heym",
      "name": "heym",
      "description": "Self-hosted AI workflow automation platform with visual canvas, agents, RAG, HITL, MCP, and observability in one runtime.",
      "website": "https://heym.run",
      "github_url": "https://github.com/heymrun/heym",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/heymrun/heym"
      },
      "tags": [
        "ai",
        "ai-agents",
        "ai-agents-framework",
        "ai-assistant",
        "automation",
        "automation-tool",
        "human-in-the-loop",
        "mcp"
      ],
      "_stars": 445,
      "_language": "Python",
      "_full_name": "heymrun/heym",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.104775+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.879928+00:00"
    },
    {
      "slug": "gh-panaversity-learn-low-code-agentic-ai",
      "name": "learn-low-code-agentic-ai",
      "description": "Low-Code Full-Stack Agentic AI Development using LLMs, n8n, Loveable, UXPilot, Supabase and MCP. Class Videos: https://www.youtube.com/playlist?list=PL0vKVrkG4hWq5T6yqCtUL7ol9rDuEyzBH",
      "website": "https://panaversity.org/",
      "github_url": "https://github.com/panaversity/learn-low-code-agentic-ai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/panaversity/learn-low-code-agentic-ai"
      },
      "tags": [
        "llms",
        "loveable",
        "mcp",
        "n8n",
        "supabase"
      ],
      "_stars": 445,
      "_language": null,
      "_full_name": "panaversity/learn-low-code-agentic-ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.105315+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.882813+00:00"
    },
    {
      "slug": "gh-freddy-schuetz-n8n-claw",
      "name": "n8n-claw",
      "description": "OpenClaw-inspired autonomous AI agent built entirely in n8n. Adaptive RAG-powered memory, Skills via MCP templates, Expert Agents with delegated sub-agents, proactive task management, media understanding - self-hosted with one setup script",
      "website": "https://n8n-claw.com",
      "github_url": "https://github.com/freddy-schuetz/n8n-claw",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/freddy-schuetz/n8n-claw"
      },
      "tags": [
        "agent",
        "ai",
        "ai-agent",
        "ai-agent-framework",
        "ai-agents",
        "ai-agents-framework",
        "crawl4ai",
        "crawl4ai-scraper"
      ],
      "_stars": 444,
      "_language": "Shell",
      "_full_name": "freddy-schuetz/n8n-claw",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.106083+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.886720+00:00"
    },
    {
      "slug": "gh-macos26-agent",
      "name": "Agent",
      "description": "Agent! Is a native macOS App that works with any LLM [local and cloud], [open source and paid] Claude, OpenAI, Gemini, Ollama, Qwen, Hugging Face, and 12 more. Writes code, builds Xcode projects, bump versions, manages git, automates Safari (AppleScript, JS, or Accessibility), extends via MCP servers. Accepts tasks from your iPhone via Messages. \ud83e\udd2f",
      "website": "https://macos26.app",
      "github_url": "https://github.com/macOS26/Agent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/macOS26/Agent"
      },
      "tags": [
        "accessibility",
        "agentic-framework",
        "agentic-workflow",
        "ai",
        "ai-agent",
        "apple-intelligence",
        "applescript",
        "automation"
      ],
      "_stars": 442,
      "_language": "Swift",
      "_full_name": "macOS26/Agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.106906+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.889590+00:00"
    },
    {
      "slug": "gh-sponsiolabs-sponsio",
      "name": "Sponsio",
      "description": "Deterministic safety solutions for probabilistic AI agents",
      "website": "https://sponsio.dev/",
      "github_url": "https://github.com/SponsioLabs/Sponsio",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SponsioLabs/Sponsio"
      },
      "tags": [
        "agent-guardrails",
        "agent-harness",
        "agent-runtime",
        "agent-safety",
        "agent-security",
        "agent-skills",
        "agentic-ai",
        "ai-agents"
      ],
      "_stars": 440,
      "_language": "Python",
      "_full_name": "SponsioLabs/Sponsio",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.107821+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.893734+00:00"
    },
    {
      "slug": "gh-mhaggis-security-detections-mcp",
      "name": "Security-Detections-MCP",
      "description": "MCP to help Defenders Detection Engineer Harder and Smarter",
      "website": "https://detect.michaelhaag.org",
      "github_url": "https://github.com/MHaggis/Security-Detections-MCP",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MHaggis/Security-Detections-MCP"
      },
      "tags": [
        "detection-engineering",
        "mcp"
      ],
      "_stars": 440,
      "_language": "TypeScript",
      "_full_name": "MHaggis/Security-Detections-MCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.108245+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.895859+00:00"
    },
    {
      "slug": "gh-th0rgal-sandboxed-sh",
      "name": "sandboxed.sh",
      "description": "Safe runtime for autonomous on-chain AI agents: isolated sandboxes, Library skills, encrypted secrets, and OKX read-only security checks.",
      "website": "https://sandboxed.sh",
      "github_url": "https://github.com/Th0rgal/sandboxed.sh",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Th0rgal/sandboxed.sh"
      },
      "tags": [
        "ai-agents",
        "autonomous-agents",
        "claude",
        "claude-code",
        "coding-assistant",
        "containerization",
        "developer-tools",
        "llm"
      ],
      "_stars": 438,
      "_language": "Rust",
      "_full_name": "Th0rgal/sandboxed.sh",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.108749+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.897996+00:00"
    },
    {
      "slug": "gh-azure-samples-azure-ai-travel-agents",
      "name": "azure-ai-travel-agents",
      "description": "A robust enterprise application sample (deployed on ACA) that leverages MCP and multiple AI agents orchestrated by Langchain.js, Llamaindex.TS and Microsoft Agent Framework.",
      "website": "https://azure-samples.github.io/azure-ai-travel-agents/",
      "github_url": "https://github.com/Azure-Samples/azure-ai-travel-agents",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Azure-Samples/azure-ai-travel-agents"
      },
      "tags": [
        "agents",
        "ai",
        "angular",
        "aspire",
        "azure",
        "container",
        "docker",
        "dotnet"
      ],
      "_stars": 436,
      "_language": "TypeScript",
      "_full_name": "Azure-Samples/azure-ai-travel-agents",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.109353+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.899922+00:00"
    },
    {
      "slug": "gh-auriti-labs-geo-optimizer-skill",
      "name": "geo-optimizer-skill",
      "description": "GEO (Generative Engine Optimization) toolkit \u2014 audit, optimize, and make websites visible to AI search engines (ChatGPT, Perplexity, Claude, Gemini). Based on Princeton KDD 2024 research.",
      "website": "https://auriti-labs.github.io/geo-optimizer-skill/",
      "github_url": "https://github.com/Auriti-Labs/geo-optimizer-skill",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Auriti-Labs/geo-optimizer-skill"
      },
      "tags": [
        "ai-search",
        "claude",
        "cli",
        "generative-engine-optimization",
        "geo",
        "llms-txt",
        "mcp",
        "openai"
      ],
      "_stars": 436,
      "_language": "Python",
      "_full_name": "Auriti-Labs/geo-optimizer-skill",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.110497+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.903159+00:00"
    },
    {
      "slug": "gh-formulahendry-mcp-server-spec-driven-development",
      "name": "mcp-server-spec-driven-development",
      "description": "Spec-Driven Development MCP Server, not just Vibe Coding",
      "website": "https://www.npmjs.com/package/mcp-server-spec-driven-development",
      "github_url": "https://github.com/formulahendry/mcp-server-spec-driven-development",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/formulahendry/mcp-server-spec-driven-development"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "spec-driven-development",
        "vibe-coding"
      ],
      "_stars": 430,
      "_language": "TypeScript",
      "_full_name": "formulahendry/mcp-server-spec-driven-development",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.112414+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.906092+00:00"
    },
    {
      "slug": "gh-garylab-makemoneywithai",
      "name": "MakeMoneyWithAI",
      "description": "A list of open-source AI projects you can use to generate income easily.",
      "website": "https://github.com/garylab/MakeMoneyWithAI",
      "github_url": "https://github.com/garylab/MakeMoneyWithAI",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/garylab/MakeMoneyWithAI"
      },
      "tags": [
        "ai",
        "ai-agent",
        "ai-agents",
        "deepfake",
        "llm",
        "mcp",
        "mcp-server",
        "nlp"
      ],
      "_stars": 429,
      "_language": "Python",
      "_full_name": "garylab/MakeMoneyWithAI",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.113559+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.910269+00:00"
    },
    {
      "slug": "gh-harehare-mq",
      "name": "mq",
      "description": "A jq-like Markdown query language for command-line processing",
      "website": "https://mqlang.org",
      "github_url": "https://github.com/harehare/mq",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/harehare/mq"
      },
      "tags": [
        "cli",
        "interpreter",
        "jq",
        "language-server",
        "markdown",
        "mcp",
        "md",
        "query"
      ],
      "_stars": 429,
      "_language": "Rust",
      "_full_name": "harehare/mq",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.114313+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.912916+00:00"
    },
    {
      "slug": "gh-nexus-router-nexus",
      "name": "nexus",
      "description": "Govern & Secure your AI",
      "website": "https://nexusrouter.com",
      "github_url": "https://github.com/Nexus-Router/nexus",
      "pricing": "free",
      "license": "MPL-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Nexus-Router/nexus"
      },
      "tags": [
        "ai",
        "api",
        "large-language-models",
        "llmops",
        "llms",
        "mcp",
        "model-context-protocol"
      ],
      "_stars": 428,
      "_language": "Rust",
      "_full_name": "Nexus-Router/nexus",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.114781+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.914467+00:00"
    },
    {
      "slug": "gh-neiii-bridle",
      "name": "bridle",
      "description": "TUI / CLI config manager for agentic harnesses (Amp, Claude Code, Opencode, Goose, Copilot CLI, Crush, Droid)",
      "website": "https://github.com/neiii/bridle",
      "github_url": "https://github.com/neiii/bridle",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/neiii/bridle"
      },
      "tags": [
        "ai",
        "ampcode",
        "claude-code",
        "cli",
        "configuration",
        "copilot-cli",
        "crush-cli",
        "mcp"
      ],
      "_stars": 427,
      "_language": "Rust",
      "_full_name": "neiii/bridle",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.115113+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.915701+00:00"
    },
    {
      "slug": "gh-anyproto-anytype-mcp",
      "name": "anytype-mcp",
      "description": "An MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.",
      "website": "https://npmjs.com/package/@anyproto/anytype-mcp",
      "github_url": "https://github.com/anyproto/anytype-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/anyproto/anytype-mcp"
      },
      "tags": [
        "anytype",
        "api",
        "mcp",
        "mcp-server",
        "modelcontextprotocol"
      ],
      "_stars": 427,
      "_language": "TypeScript",
      "_full_name": "anyproto/anytype-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.115473+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.916891+00:00"
    },
    {
      "slug": "gh-baidu-maps-mcp",
      "name": "mcp",
      "description": "Baidu Map MCP Server",
      "website": "https://lbsyun.baidu.com/faq/api?title=mcpserver/base",
      "github_url": "https://github.com/baidu-maps/mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/baidu-maps/mcp"
      },
      "tags": [
        "lbs",
        "map",
        "maps",
        "mcp",
        "mcp-server"
      ],
      "_stars": 427,
      "_language": "Python",
      "_full_name": "baidu-maps/mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.118984+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.919838+00:00"
    },
    {
      "slug": "gh-iusztinpaul-designing-real-world-ai-agents-workshop",
      "name": "designing-real-world-ai-agents-workshop",
      "description": "Hands-on workshop: Build a multi-agent AI system from scratch \u2014 Deep Research Agent + Writing Workflow served as MCP servers. Includes code, slides, and video",
      "website": "https://academy.towardsai.net/courses/agent-engineering?utm_source=github&utm_medium=aieng&utm_campaign=2026_aieng_workshop&utm_id=researchwriter",
      "github_url": "https://github.com/iusztinpaul/designing-real-world-ai-agents-workshop",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/iusztinpaul/designing-real-world-ai-agents-workshop"
      },
      "tags": [
        "ai-agent",
        "ai-skills",
        "ai-workflow",
        "deep-research",
        "mcp",
        "multi-agent-systems",
        "workshop"
      ],
      "_stars": 424,
      "_language": "Python",
      "_full_name": "iusztinpaul/designing-real-world-ai-agents-workshop",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.121604+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.922478+00:00"
    },
    {
      "slug": "gh-cloudshipai-station",
      "name": "station",
      "description": "Station is our open-source runtime that lets teams deploy agents on their own infrastructure with full control.",
      "website": "https://www.cloudshipai.com/station",
      "github_url": "https://github.com/cloudshipai/station",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cloudshipai/station"
      },
      "tags": [
        "agents",
        "ai",
        "devops",
        "go",
        "golang",
        "llm",
        "llmops",
        "mcp"
      ],
      "_stars": 423,
      "_language": "Go",
      "_full_name": "cloudshipai/station",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.124194+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.926575+00:00"
    },
    {
      "slug": "gh-fast-editor-lynkr",
      "name": "Lynkr",
      "description": "Streamline your workflow with Lynkr, a CLI tool that acts as an HTTP proxy for efficient code interactions using Claude Code CLI.",
      "website": "https://fast-editor.github.io/Lynkr/",
      "github_url": "https://github.com/Fast-Editor/Lynkr",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Fast-Editor/Lynkr"
      },
      "tags": [
        "agents",
        "ai",
        "claude",
        "claudecode",
        "code-assistant",
        "code-assistants",
        "code-generation",
        "databricks"
      ],
      "_stars": 423,
      "_language": "JavaScript",
      "_full_name": "Fast-Editor/Lynkr",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.125510+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.928625+00:00"
    },
    {
      "slug": "gh-eval-sys-mcpmark",
      "name": "mcpmark",
      "description": "MCPMark is a comprehensive, stress-testing MCP benchmark designed to evaluate model and agent capabilities in real-world MCP use.",
      "website": "https://mcpmark.ai",
      "github_url": "https://github.com/eval-sys/mcpmark",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/eval-sys/mcpmark"
      },
      "tags": [
        "agentic",
        "benchmark",
        "eval-sys",
        "mcp",
        "mcp-servers",
        "mcpmark",
        "tool-use"
      ],
      "_stars": 421,
      "_language": "Python",
      "_full_name": "eval-sys/mcpmark",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.126780+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.929384+00:00"
    },
    {
      "slug": "gh-pegasi-ai-reins",
      "name": "reins",
      "description": "Stop AI agents from doing things you didn't ask for.",
      "website": "https://www.reins.sh",
      "github_url": "https://github.com/pegasi-ai/reins",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pegasi-ai/reins"
      },
      "tags": [
        "agent-observability",
        "agent-security",
        "ai-monitoring",
        "ai-safety",
        "audit-trail",
        "browser-automation",
        "claude-code-marketplace",
        "claude-code-plugin"
      ],
      "_stars": 415,
      "_language": "Python",
      "_full_name": "pegasi-ai/reins",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.128636+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.930307+00:00"
    },
    {
      "slug": "gh-strands-agents-agent-builder",
      "name": "agent-builder",
      "description": "An example agent demonstrating streaming, tool use, and interactivity from your terminal. This agent builder can help you to build your own agents and tools.",
      "website": "https://strandsagents.com",
      "github_url": "https://github.com/strands-agents/agent-builder",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/strands-agents/agent-builder"
      },
      "tags": [
        "agentic",
        "agentic-ai",
        "agents",
        "ai",
        "anthropic",
        "autonomous-agents",
        "bedrock",
        "genai"
      ],
      "_stars": 415,
      "_language": "Python",
      "_full_name": "strands-agents/agent-builder",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.130113+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.931673+00:00"
    },
    {
      "slug": "gh-mcp-servers-for-revit-revit-mcp",
      "name": "revit-mcp",
      "description": "AI-Powered Revit Modeling",
      "website": "http://revit-mcp.com/",
      "github_url": "https://github.com/mcp-servers-for-revit/revit-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mcp-servers-for-revit/revit-mcp"
      },
      "tags": [
        "mcp",
        "revit"
      ],
      "_stars": 415,
      "_language": "TypeScript",
      "_full_name": "mcp-servers-for-revit/revit-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.131238+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.932539+00:00"
    },
    {
      "slug": "gh-lnyo-cly-ai4j",
      "name": "ai4j",
      "description": "\u4e00\u6b3eJavaSDK\u7528\u4e8e\u5feb\u901f\u63a5\u5165AI\u5927\u6a21\u578b\u5e94\u7528\uff0c\u6574\u5408\u591a\u5e73\u53f0\u5927\u6a21\u578b\uff0c\u5982OpenAi\u3001\u667a\u8c31Zhipu(ChatGLM)\u3001\u6df1\u5ea6\u6c42\u7d22DeepSeek\u3001\u6708\u4e4b\u6697\u9762Moonshot(Kimi)\u3001\u817e\u8baf\u6df7\u5143Hunyuan\u3001\u96f6\u4e00\u4e07\u7269(01)\u7b49\u7b49\uff0c\u63d0\u4f9b\u7edf\u4e00\u7684\u8f93\u5165\u8f93\u51fa(\u5bf9\u9f50OpenAi)\u6d88\u9664\u5dee\u5f02\u5316\uff0c\u4f18\u5316\u51fd\u6570\u8c03\u7528(Tool Call)\uff0c\u4f18\u5316RAG\u8c03\u7528\u3001\u652f\u6301\u5411\u91cf\u6570\u636e\u5e93(Pinecone)\u3001\u5185\u7f6e\u8054\u7f51\u589e\u5f3a\uff0c\u5e76\u4e14\u652f\u6301JDK1.8\uff0c\u4e3a\u7528\u6237\u63d0\u4f9b\u5feb\u901f\u6574\u5408AI\u7684\u80fd\u529b\u3002",
      "website": "https://github.com/LnYo-Cly/ai4j",
      "github_url": "https://github.com/LnYo-Cly/ai4j",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LnYo-Cly/ai4j"
      },
      "tags": [
        "agent",
        "chatglm",
        "chatgpt",
        "coding-agent",
        "deepseek",
        "embedding",
        "hunyuan",
        "java"
      ],
      "_stars": 411,
      "_language": "Java",
      "_full_name": "LnYo-Cly/ai4j",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.131944+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.933339+00:00"
    },
    {
      "slug": "gh-humanlayer-agentcontrolplane",
      "name": "agentcontrolplane",
      "description": "ACP is the Agent Control Plane - a distributed agent scheduler optimized for simplicity, clarity, and control. It is designed for outer-loop agents that run without supervision, and make asynchronous tool calls like requesting human feedback on key operations. Full MCP support.",
      "website": "https://github.com/humanlayer/agentcontrolplane",
      "github_url": "https://github.com/humanlayer/agentcontrolplane",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/humanlayer/agentcontrolplane"
      },
      "tags": [
        "agent-control-plane",
        "agents",
        "framework",
        "human-in-the-loop",
        "kubernetes",
        "llms",
        "mcp",
        "orchestration"
      ],
      "_stars": 410,
      "_language": "Go",
      "_full_name": "humanlayer/agentcontrolplane",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.133854+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.936200+00:00"
    },
    {
      "slug": "gh-instavm-open-skills",
      "name": "open-skills",
      "description": "OpenSkills: Run Claude Skills Locally using any LLM",
      "website": "https://github.com/instavm/open-skills",
      "github_url": "https://github.com/instavm/open-skills",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/instavm/open-skills"
      },
      "tags": [
        "ai",
        "claude",
        "gemini-cli",
        "mcp",
        "ollama",
        "opencode",
        "privacy",
        "qwen-cli"
      ],
      "_stars": 409,
      "_language": "Python",
      "_full_name": "instavm/open-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.135063+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.939050+00:00"
    },
    {
      "slug": "gh-aws-solutions-distributed-load-testing-on-aws",
      "name": "distributed-load-testing-on-aws",
      "description": "Distributed Load Testing on AWS automates performance testing at scale, demonstrating how systems behave under different load conditions and helping identify potential performance issues throughout their lifecycle.",
      "website": "https://aws.amazon.com/solutions/implementations/distributed-load-testing-on-aws/",
      "github_url": "https://github.com/aws-solutions/distributed-load-testing-on-aws",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aws-solutions/distributed-load-testing-on-aws"
      },
      "tags": [
        "api",
        "aws",
        "jmeter",
        "k6",
        "load-testing",
        "locust",
        "mcp",
        "scale"
      ],
      "_stars": 407,
      "_language": "JavaScript",
      "_full_name": "aws-solutions/distributed-load-testing-on-aws",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.135953+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.943046+00:00"
    },
    {
      "slug": "gh-vladimir-kharin-1c-mcp",
      "name": "1c_mcp",
      "description": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f MCP-\u0441\u0435\u0440\u0432\u0435\u0440\u043e\u0432 \u0432 1\u0421:\u041f\u0440\u0435\u0434\u043f\u0440\u0438\u044f\u0442\u0438\u0435 \u043f\u0443\u0442\u0435\u043c \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438. \u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c 1\u0421 \u0441 AI-\u0430\u0441\u0441\u0438\u0441\u0442\u0435\u043d\u0442\u0430\u043c\u0438 (Claude, Cursor \u0438 \u0442.\u0434.). \u0412\u043a\u043b\u044e\u0447\u0430\u0435\u0442 Python-\u043f\u0440\u043e\u043a\u0441\u0438 \u0438 \u043f\u0440\u0438\u043c\u0435\u0440 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f 1\u0421 \u0441 \u0433\u043e\u0442\u043e\u0432\u044b\u043c\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u043c\u0438.",
      "website": "https://github.com/vladimir-kharin/1c_mcp",
      "github_url": "https://github.com/vladimir-kharin/1c_mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vladimir-kharin/1c_mcp"
      },
      "tags": [
        "mcp"
      ],
      "_stars": 406,
      "_language": "1C Enterprise",
      "_full_name": "vladimir-kharin/1c_mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.136589+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.944918+00:00"
    },
    {
      "slug": "gh-agentic-box-memora",
      "name": "memora",
      "description": "Give your AI agents persistent memory.",
      "website": "https://github.com/agentic-box/memora",
      "github_url": "https://github.com/agentic-box/memora",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentic-box/memora"
      },
      "tags": [
        "ai-agent",
        "claude",
        "knowledge-graph",
        "llms",
        "mcp",
        "mcp-server",
        "memory",
        "rag"
      ],
      "_stars": 406,
      "_language": "Python",
      "_full_name": "agentic-box/memora",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.137181+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.945952+00:00"
    },
    {
      "slug": "gh-witchan-ios-mcp",
      "name": "ios-mcp",
      "description": "iOS MCP: MCP management tool for jailbroken iPhones, enabling developers and AI agents to inspect and control devices.",
      "website": "https://github.com/witchan/ios-mcp",
      "github_url": "https://github.com/witchan/ios-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/witchan/ios-mcp"
      },
      "tags": [
        "automation",
        "developer-tool",
        "ios",
        "ios-mcp",
        "ios-tool",
        "ios-utility",
        "jailbroken-iphone",
        "mcp"
      ],
      "_stars": 406,
      "_language": "Objective-C",
      "_full_name": "witchan/ios-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.137930+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.946802+00:00"
    },
    {
      "slug": "gh-agentify-sh-desktop",
      "name": "desktop",
      "description": "Agentify Desktop lets Codex/Claude/OpenCode  control your logged-in ChatGPT, Claude, AiStudio, Gemini, Grok, Perplexity web sessions via MCP, parallel hidden/visible tabs, file upload + image download",
      "website": "https://agentify.sh",
      "github_url": "https://github.com/agentify-sh/desktop",
      "pricing": "free",
      "license": "MPL-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentify-sh/desktop"
      },
      "tags": [
        "aistudio",
        "chatgpt",
        "codex",
        "electron",
        "gemini",
        "grok",
        "mcp",
        "model-context-protocol"
      ],
      "_stars": 403,
      "_language": "JavaScript",
      "_full_name": "agentify-sh/desktop",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.139055+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.947778+00:00"
    },
    {
      "slug": "gh-mondaycom-mcp",
      "name": "mcp",
      "description": "Enable AI agents to work reliably - giving them secure access to structured data, tools to take action, and the context needed to make smart decisions.",
      "website": "https://monday.com",
      "github_url": "https://github.com/mondaycom/mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mondaycom/mcp"
      },
      "tags": [
        "agents",
        "copilot",
        "mcp",
        "mcp-server",
        "monday"
      ],
      "_stars": 402,
      "_language": "TypeScript",
      "_full_name": "mondaycom/mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.139907+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.949725+00:00"
    },
    {
      "slug": "gh-adhikasp-mcp-reddit",
      "name": "mcp-reddit",
      "description": "A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.",
      "website": "https://github.com/adhikasp/mcp-reddit",
      "github_url": "https://github.com/adhikasp/mcp-reddit",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/adhikasp/mcp-reddit"
      },
      "tags": [
        "llm",
        "mcp",
        "model-context-protocol",
        "reddit"
      ],
      "_stars": 401,
      "_language": "Python",
      "_full_name": "adhikasp/mcp-reddit",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.140490+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.948547+00:00"
    },
    {
      "slug": "gh-vedantrgosavi-ue5-mcp",
      "name": "UE5-MCP",
      "description": "MCP for Unreal Engine 5",
      "website": "https://github.com/VedantRGosavi/UE5-MCP",
      "github_url": "https://github.com/VedantRGosavi/UE5-MCP",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/VedantRGosavi/UE5-MCP"
      },
      "tags": [
        "ai",
        "artificial-intelligence",
        "game-development",
        "game-engine",
        "mcp",
        "mcp-server",
        "unreal-engine",
        "unreal-engine-5"
      ],
      "_stars": 399,
      "_language": null,
      "_full_name": "VedantRGosavi/UE5-MCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.141111+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.954648+00:00"
    },
    {
      "slug": "gh-awslabs-graphrag-toolkit",
      "name": "graphrag-toolkit",
      "description": "Python toolkit for building graph-enhanced GenAI applications",
      "website": "https://awslabs.github.io/graphrag-toolkit/",
      "github_url": "https://github.com/awslabs/graphrag-toolkit",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/awslabs/graphrag-toolkit"
      },
      "tags": [
        "amazon-neptune",
        "amazon-opensearch-serverless",
        "graph-database",
        "graphrag",
        "llama-index",
        "mcp",
        "postgresql"
      ],
      "_stars": 398,
      "_language": "Python",
      "_full_name": "awslabs/graphrag-toolkit",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.142054+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.956653+00:00"
    },
    {
      "slug": "gh-juyterman1000-entroly",
      "name": "entroly",
      "description": "Context engine that helps reduce hallucinations and cuts token costs by 70\u201395% for Claude, Cursor, Codex, GPT & custom providers.",
      "website": "https://juyterman1000.github.io/entroly/docs/dashboard.html",
      "github_url": "https://github.com/juyterman1000/entroly",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/juyterman1000/entroly"
      },
      "tags": [
        "ai",
        "ai-agents",
        "ai-hallucination",
        "anthropic",
        "chatgpt",
        "claude",
        "claude-code",
        "context-compression"
      ],
      "_stars": 398,
      "_language": "Python",
      "_full_name": "juyterman1000/entroly",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.143813+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.959951+00:00"
    },
    {
      "slug": "gh-skygazer42-pokemon-chat",
      "name": "pokemon-chat",
      "description": "\u57fa\u4e8e LightRAG\u3001LangGraph\u3001MCP\u3001RagFlow\u3001\u5fae\u8c03LLMs\u5b9d\u53ef\u68a6\u4e3b\u9898\u7684\u667a\u80fd\u804a\u5929\u52a9\u624b",
      "website": "https://github.com/skygazer42/pokemon-chat",
      "github_url": "https://github.com/skygazer42/pokemon-chat",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/skygazer42/pokemon-chat"
      },
      "tags": [
        "agent",
        "graphrag",
        "langraph",
        "lightrag",
        "llms",
        "mcp",
        "pokemon",
        "ragflow"
      ],
      "_stars": 397,
      "_language": "Python",
      "_full_name": "skygazer42/pokemon-chat",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.145269+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.961450+00:00"
    },
    {
      "slug": "gh-burugo-one-mcp",
      "name": "one-mcp",
      "description": "A centralized reverse-proxy platform for MCP servers \u2014 manage, group, and export as Skills from a single endpoint.",
      "website": "https://demo.one-mcp.com",
      "github_url": "https://github.com/burugo/one-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/burugo/one-mcp"
      },
      "tags": [
        "ai-agent",
        "mcp",
        "mcp-convert-to-skill",
        "mcp-manager",
        "mcp-proxy",
        "modelcontextprotocol"
      ],
      "_stars": 395,
      "_language": "Go",
      "_full_name": "burugo/one-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:31.146062+00:00",
      "_last_seen_at": "2026-05-25T13:59:01.962245+00:00"
    },
    {
      "slug": "gh-intellectronica-skillz",
      "name": "skillz",
      "description": "An MCP server for loading skills (shim for non-claude clients).",
      "website": "https://okigu.com/skillz",
      "github_url": "https://github.com/intellectronica/skillz",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/intellectronica/skillz"
      },
      "tags": [
        "agent",
        "ai",
        "mcp",
        "mcp-server",
        "skills"
      ],
      "_stars": 395,
      "_language": "Python",
      "_full_name": "intellectronica/skillz",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.667507+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.068155+00:00"
    },
    {
      "slug": "gh-kong-volcano-agent-sdk",
      "name": "volcano-agent-sdk",
      "description": "\ud83c\udf0b Build AI agents that seamlessly combine LLM reasoning with real-world actions via MCP tools \u2014 in just a few lines of TypeScript.",
      "website": "https://github.com/Kong/volcano-agent-sdk",
      "github_url": "https://github.com/Kong/volcano-agent-sdk",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Kong/volcano-agent-sdk"
      },
      "tags": [
        "agentic",
        "agentic-ai",
        "agentic-framework",
        "agents",
        "ai",
        "artificial-intelligence",
        "automation",
        "genai"
      ],
      "_stars": 393,
      "_language": "TypeScript",
      "_full_name": "Kong/volcano-agent-sdk",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.668879+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.071792+00:00"
    },
    {
      "slug": "gh-belkins-ai-dive-deep",
      "name": "ai-dive-deep",
      "description": "Vlad's Playbook \u2014 the operator's field manual where every artifact is live, clickable, and forwardable. 39 chapters \u00b7 25 interactive widgets \u00b7 3 embedded case studies (AFC pitch + sanitized client audit). Read it \u2192 dive.vladyslavpodoliako.com",
      "website": "https://dive.vladyslavpodoliako.com",
      "github_url": "https://github.com/Belkins/ai-dive-deep",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Belkins/ai-dive-deep"
      },
      "tags": [
        "agent-orchestration",
        "ai-agents",
        "anthropic",
        "astro",
        "claude",
        "claude-code",
        "field-manual",
        "htmlization"
      ],
      "_stars": 392,
      "_language": "MDX",
      "_full_name": "Belkins/ai-dive-deep",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.669583+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.083406+00:00"
    },
    {
      "slug": "gh-context-engine-ai-context-engine",
      "name": "Context-Engine",
      "description": "Context-Engine MCP - Agentic Context Compression Suite",
      "website": "https://context-engine.ai",
      "github_url": "https://github.com/Context-Engine-AI/Context-Engine",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Context-Engine-AI/Context-Engine"
      },
      "tags": [
        "ai",
        "ai-agents",
        "codex",
        "compression",
        "context",
        "context-engine",
        "cursor",
        "decoder"
      ],
      "_stars": 391,
      "_language": "Svelte",
      "_full_name": "Context-Engine-AI/Context-Engine",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.670861+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.073069+00:00"
    },
    {
      "slug": "gh-ashwwwin-automation-mcp",
      "name": "automation-mcp",
      "description": "Control your Mac with detailed mouse, keyboard, screen, and window management capabilities.",
      "website": "https://github.com/ashwwwin/automation-mcp",
      "github_url": "https://github.com/ashwwwin/automation-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ashwwwin/automation-mcp"
      },
      "tags": [
        "mcp",
        "mcp-server"
      ],
      "_stars": 391,
      "_language": "TypeScript",
      "_full_name": "ashwwwin/automation-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.672519+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.079159+00:00"
    },
    {
      "slug": "gh-vasco0x4-aida",
      "name": "AIDA",
      "description": "Turn any LLM into an autonomous pentester. You define the scope, the agent does the work, you review the findings.",
      "website": "https://github.com/Vasco0x4/AIDA",
      "github_url": "https://github.com/Vasco0x4/AIDA",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Vasco0x4/AIDA"
      },
      "tags": [
        "ai",
        "ai-powered",
        "claude",
        "docker",
        "exegol",
        "hacking",
        "llm",
        "mcp"
      ],
      "_stars": 390,
      "_language": "JavaScript",
      "_full_name": "Vasco0x4/AIDA",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.673771+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.081668+00:00"
    },
    {
      "slug": "gh-stumason-coolify-mcp",
      "name": "coolify-mcp",
      "description": "MCP server for Coolify \u2014 42 optimized tools for managing self-hosted PaaS through AI assistants",
      "website": "https://coolify-mcp.stumason.dev",
      "github_url": "https://github.com/StuMason/coolify-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/StuMason/coolify-mcp"
      },
      "tags": [
        "ai",
        "claude",
        "coolify",
        "deployment",
        "devops",
        "infrastructure",
        "mcp",
        "model-context-protocol"
      ],
      "_stars": 389,
      "_language": "TypeScript",
      "_full_name": "StuMason/coolify-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.674608+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.086366+00:00"
    },
    {
      "slug": "gh-gotalab-skillport",
      "name": "skillport",
      "description": "Bring Agent Skills to Any AI Agent and Coding Agent \u2014 via CLI or MCP. Manage once, serve anywhere.",
      "website": "https://github.com/gotalab/skillport",
      "github_url": "https://github.com/gotalab/skillport",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gotalab/skillport"
      },
      "tags": [
        "agent-skills",
        "ai-agent",
        "claude",
        "codex",
        "context-engineering",
        "cursor",
        "github-copilot",
        "mcp"
      ],
      "_stars": 386,
      "_language": "Python",
      "_full_name": "gotalab/skillport",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.680378+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.089085+00:00"
    },
    {
      "slug": "gh-ooo0ooo-lean-lsp-mcp",
      "name": "lean-lsp-mcp",
      "description": "Lean Theorem Prover MCP",
      "website": "https://github.com/oOo0oOo/lean-lsp-mcp",
      "github_url": "https://github.com/oOo0oOo/lean-lsp-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/oOo0oOo/lean-lsp-mcp"
      },
      "tags": [
        "lean4",
        "lsp",
        "mcp"
      ],
      "_stars": 384,
      "_language": "Python",
      "_full_name": "oOo0oOo/lean-lsp-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.681786+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.090349+00:00"
    },
    {
      "slug": "gh-davekilleen-dex",
      "name": "Dex",
      "description": "Your AI Chief of Staff \u2014 a personal operating system starter kit that adapts to your role. No coding required.",
      "website": "https://github.com/davekilleen/Dex",
      "github_url": "https://github.com/davekilleen/Dex",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/davekilleen/Dex"
      },
      "tags": [
        "ai-assistant",
        "anthropic",
        "claude-code",
        "cursor",
        "mcp",
        "personal-knowledge-management",
        "pkm",
        "productivity"
      ],
      "_stars": 383,
      "_language": "Python",
      "_full_name": "davekilleen/Dex",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.683033+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.091661+00:00"
    },
    {
      "slug": "gh-aahl-mcp-aktools",
      "name": "mcp-aktools",
      "description": "\ud83d\udcc8 \u63d0\u4f9b\u80a1\u7968\u3001\u52a0\u5bc6\u8d27\u5e01\u7684\u6570\u636e\u67e5\u8be2\u548c\u5206\u6790\u529f\u80fdMCP\u670d\u52a1\u5668",
      "website": "https://github.com/aahl/mcp-aktools",
      "github_url": "https://github.com/aahl/mcp-aktools",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aahl/mcp-aktools"
      },
      "tags": [
        "akshare",
        "aktools",
        "btc",
        "crypto",
        "llm",
        "mcp",
        "mcp-server",
        "stock"
      ],
      "_stars": 381,
      "_language": "Python",
      "_full_name": "aahl/mcp-aktools",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.684731+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.093283+00:00"
    },
    {
      "slug": "gh-extelligence-ai-bagel",
      "name": "bagel",
      "description": "Chat with your robotics, drone, and IoT data \u2014 ChatGPT for the physical world.",
      "website": "https://github.com/Extelligence-ai/bagel",
      "github_url": "https://github.com/Extelligence-ai/bagel",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Extelligence-ai/bagel"
      },
      "tags": [
        "ardupilot",
        "betaflight",
        "drone",
        "mcp",
        "px4-autopilot",
        "robotics",
        "ros2"
      ],
      "_stars": 381,
      "_language": "Python",
      "_full_name": "Extelligence-ai/bagel",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.685504+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.094059+00:00"
    },
    {
      "slug": "gh-ahmedeltaher-azan-mcp",
      "name": "azan-mcp",
      "description": "Azan + Prayer Time + MCP + AI Agents + Islamic + Salah + A lightweight MCP library to calculate prayer times and trigger Azan with a single tool call. If you\u2019re building an AI agent or prayer application, there\u2019s no need to deal with astronomical calculations, timezones, or edge cases again.",
      "website": "https://github.com/ahmedeltaher/azan-mcp",
      "github_url": "https://github.com/ahmedeltaher/azan-mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ahmedeltaher/azan-mcp"
      },
      "tags": [
        "adhan",
        "adhan-player",
        "ai-agents",
        "android-prayer-times",
        "azan",
        "dates",
        "islamic",
        "islamic-prayer-times"
      ],
      "_stars": 381,
      "_language": "Kotlin",
      "_full_name": "ahmedeltaher/azan-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.686098+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.094785+00:00"
    },
    {
      "slug": "gh-planexeorg-planexe",
      "name": "PlanExe",
      "description": "Create a plan from a description in minutes",
      "website": "https://planexe.org",
      "github_url": "https://github.com/PlanExeOrg/PlanExe",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PlanExeOrg/PlanExe"
      },
      "tags": [
        "agi",
        "ai",
        "ai-planning",
        "llamaindex",
        "mcp",
        "ollama",
        "openrouter",
        "pddl"
      ],
      "_stars": 380,
      "_language": "Python",
      "_full_name": "PlanExeOrg/PlanExe",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.686739+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.095449+00:00"
    },
    {
      "slug": "gh-ibm-mcp",
      "name": "mcp",
      "description": "A collection of Model Context Protocol (MCP) servers, clients and developer tools by IBM.",
      "website": "https://www.ibm.com/think/topics/model-context-protocol",
      "github_url": "https://github.com/IBM/mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IBM/mcp"
      },
      "tags": [
        "agents",
        "llm",
        "mcp",
        "modelcontextprotocol",
        "toolcalling",
        "tools"
      ],
      "_stars": 379,
      "_language": null,
      "_full_name": "IBM/mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.687410+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.096287+00:00"
    },
    {
      "slug": "gh-dakkshin-after-effects-mcp",
      "name": "after-effects-mcp",
      "description": "MCP Server for Adobe After Effects. Enables remote control (compositions, text, shapes, solids, properties) via the Model Context Protocol using ExtendScript.",
      "website": "https://github.com/Dakkshin/after-effects-mcp",
      "github_url": "https://github.com/Dakkshin/after-effects-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Dakkshin/after-effects-mcp"
      },
      "tags": [
        "after-effects",
        "ai",
        "automation",
        "javascript",
        "mcp",
        "model-context-protocol",
        "motion-graphics",
        "nodejs"
      ],
      "_stars": 378,
      "_language": "JavaScript",
      "_full_name": "Dakkshin/after-effects-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.688291+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.097249+00:00"
    },
    {
      "slug": "gh-decocms-studio",
      "name": "studio",
      "description": "Open-source control plane for your AI agents. Connect tools, hire agents, track every token and dollar",
      "website": "https://decocms.com/studio",
      "github_url": "https://github.com/decocms/studio",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/decocms/studio"
      },
      "tags": [
        "agents",
        "ai",
        "bun",
        "deco",
        "llm",
        "mcp",
        "mcp-client",
        "mcp-server"
      ],
      "_stars": 373,
      "_language": "TypeScript",
      "_full_name": "decocms/studio",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.690998+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.098153+00:00"
    },
    {
      "slug": "gh-daymonio-daymon",
      "name": "daymon",
      "description": "Daymon puts your favorite AI to work 24/7. It schedules, remembers, and orchestrates your own virtual team. Free.",
      "website": "http://daymon.io",
      "github_url": "https://github.com/daymonio/daymon",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/daymonio/daymon"
      },
      "tags": [
        "ai",
        "ai-agents",
        "ai-assistant",
        "automation",
        "claude-code",
        "claude-desktop",
        "claude-skills",
        "daemon"
      ],
      "_stars": 373,
      "_language": "TypeScript",
      "_full_name": "daymonio/daymon",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.691673+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.100701+00:00"
    },
    {
      "slug": "gh-francescostabile-numasec",
      "name": "numasec",
      "description": "The AI Agent for Cyber Security.",
      "website": "https://github.com/FrancescoStabile/numasec",
      "github_url": "https://github.com/FrancescoStabile/numasec",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FrancescoStabile/numasec"
      },
      "tags": [
        "ai-agent",
        "ai-security",
        "appsec",
        "bug-bounty",
        "cli",
        "cybersecurity",
        "dast",
        "devsecops"
      ],
      "_stars": 373,
      "_language": "TypeScript",
      "_full_name": "FrancescoStabile/numasec",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.693628+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.099259+00:00"
    },
    {
      "slug": "gh-lasso-security-mcp-gateway",
      "name": "mcp-gateway",
      "description": "A plugin-based gateway that orchestrates other MCPs and allows developers to build upon it enterprise-grade agents.",
      "website": "https://www.lasso.security/",
      "github_url": "https://github.com/lasso-security/mcp-gateway",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lasso-security/mcp-gateway"
      },
      "tags": [
        "agent",
        "agent-security",
        "gateway",
        "gen-ai",
        "genai",
        "genai-security",
        "generative-ai",
        "mcp"
      ],
      "_stars": 371,
      "_language": "Python",
      "_full_name": "lasso-security/mcp-gateway",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.695446+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.103149+00:00"
    },
    {
      "slug": "gh-cloudwalk-hermes-mcp",
      "name": "hermes-mcp",
      "description": "Elixir Model Context Protocol (MCP) SDK",
      "website": "https://hexdocs.pm/hermes_mcp",
      "github_url": "https://github.com/cloudwalk/hermes-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cloudwalk/hermes-mcp"
      },
      "tags": [
        "agentic-ai",
        "elixir",
        "mcp",
        "mcp-server"
      ],
      "_stars": 371,
      "_language": "Elixir",
      "_full_name": "cloudwalk/hermes-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.697546+00:00",
      "_last_seen_at": "2026-05-25T13:37:48.544578+00:00"
    },
    {
      "slug": "gh-afrise-mcpsharp",
      "name": "MCPSharp",
      "description": "MCPSharp is a .NET library that helps you build Model Context Protocol (MCP) servers and clients - the standardized API protocol used by AI assistants and models.",
      "website": "https://github.com/afrise/MCPSharp",
      "github_url": "https://github.com/afrise/MCPSharp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/afrise/MCPSharp"
      },
      "tags": [
        "ai",
        "aifunctions",
        "dotnet",
        "dotnet-standard",
        "mcp",
        "mcp-client",
        "mcp-server",
        "microsoft-extensions-ai"
      ],
      "_stars": 371,
      "_language": "C#",
      "_full_name": "afrise/MCPSharp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.698796+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.104976+00:00"
    },
    {
      "slug": "gh-rtk-ai-icm",
      "name": "icm",
      "description": "Permanent memory for AI agents. Single binary, zero dependencies, MCP native.",
      "website": "https://github.com/rtk-ai/icm",
      "github_url": "https://github.com/rtk-ai/icm",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rtk-ai/icm"
      },
      "tags": [
        "ai-agents",
        "claude-code",
        "experimental",
        "mcp",
        "memory",
        "rust"
      ],
      "_stars": 371,
      "_language": "Rust",
      "_full_name": "rtk-ai/icm",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.700362+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.106223+00:00"
    },
    {
      "slug": "gh-astronomer-agents",
      "name": "agents",
      "description": "AI agent tooling for data engineering workflows.",
      "website": "https://astronomer.io",
      "github_url": "https://github.com/astronomer/agents",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/astronomer/agents"
      },
      "tags": [
        "agentic-workflow",
        "agents",
        "ai",
        "ai-agents",
        "airflow",
        "apache-airflow",
        "claude",
        "cursor"
      ],
      "_stars": 370,
      "_language": "Python",
      "_full_name": "astronomer/agents",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.701442+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.108530+00:00"
    },
    {
      "slug": "gh-stevesolun-ctx",
      "name": "ctx",
      "description": "Skill, agent, MCP, and harness recommendations for Claude Code/custom LLMs: 102,696-node LLM-wiki graph, 91,432 skills, 10,787 MCPs, 13 harnesses, and capped execution recommendations.",
      "website": "https://stevesolun.github.io/ctx/",
      "github_url": "https://github.com/stevesolun/ctx",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stevesolun/ctx"
      },
      "tags": [
        "agents",
        "ai-agents",
        "anthropic",
        "automation",
        "claude",
        "claude-code",
        "context-management",
        "developer-tools"
      ],
      "_stars": 369,
      "_language": "Python",
      "_full_name": "stevesolun/ctx",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.702569+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.114866+00:00"
    },
    {
      "slug": "gh-drhelius-gearsystem",
      "name": "Gearsystem",
      "description": "Sega Master System / Game Gear / SG-1000 emulator, debugger and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.",
      "website": "https://x.com/drhelius",
      "github_url": "https://github.com/drhelius/Gearsystem",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/drhelius/Gearsystem"
      },
      "tags": [
        "bsd",
        "emulation",
        "emulator",
        "game-gear",
        "gamegear",
        "libretro",
        "linux",
        "master-system"
      ],
      "_stars": 369,
      "_language": "C++",
      "_full_name": "drhelius/Gearsystem",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.703701+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.118911+00:00"
    },
    {
      "slug": "gh-hatayama-unity-cli-loop",
      "name": "unity-cli-loop",
      "description": "Let AI Drive Unity, from Editor to Play Mode.",
      "website": "https://github.com/hatayama/unity-cli-loop",
      "github_url": "https://github.com/hatayama/unity-cli-loop",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hatayama/unity-cli-loop"
      },
      "tags": [
        "ai",
        "automation",
        "cli",
        "mcp",
        "unity",
        "unity3d"
      ],
      "_stars": 368,
      "_language": "C#",
      "_full_name": "hatayama/unity-cli-loop",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.705565+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.121244+00:00"
    },
    {
      "slug": "gh-classic298-open-webui-plugins",
      "name": "open-webui-plugins",
      "description": "A curated collection of Open WebUI plugins - tools, skills, filters, pipes, and actions that extend your AI chat experience.",
      "website": "https://github.com/Classic298/open-webui-plugins",
      "github_url": "https://github.com/Classic298/open-webui-plugins",
      "pricing": "free",
      "license": "BSD-3-Clause",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Classic298/open-webui-plugins"
      },
      "tags": [
        "action",
        "anthropic-skills",
        "cusomization",
        "filter",
        "function",
        "mcp",
        "open-webui",
        "open-webui-functions"
      ],
      "_stars": 367,
      "_language": "Python",
      "_full_name": "Classic298/open-webui-plugins",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.707775+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.124406+00:00"
    },
    {
      "slug": "gh-awslabs-iam-policy-autopilot",
      "name": "iam-policy-autopilot",
      "description": "IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a command-line utility and MCP server for use within AI coding assistants for quickly building IAM policies.",
      "website": "https://github.com/awslabs/iam-policy-autopilot",
      "github_url": "https://github.com/awslabs/iam-policy-autopilot",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/awslabs/iam-policy-autopilot"
      },
      "tags": [
        "aws",
        "aws-iam",
        "aws-iam-policies",
        "aws-security",
        "cli",
        "cloud-security",
        "code-analysis",
        "iam"
      ],
      "_stars": 367,
      "_language": "Rust",
      "_full_name": "awslabs/iam-policy-autopilot",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.711137+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.125847+00:00"
    },
    {
      "slug": "gh-onebirdrocks-ebook-mcp",
      "name": "ebook-mcp",
      "description": "A MCP server that supports mainstream eBook formats including EPUB, PDF and more. Simplify your eBook user experience with LLM.",
      "website": "https://github.com/onebirdrocks/ebook-mcp",
      "github_url": "https://github.com/onebirdrocks/ebook-mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/onebirdrocks/ebook-mcp"
      },
      "tags": [
        "ebook",
        "epub",
        "examples",
        "mcp",
        "mcp-client",
        "mcp-examples",
        "mcp-server",
        "pdf"
      ],
      "_stars": 366,
      "_language": "Python",
      "_full_name": "onebirdrocks/ebook-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.714109+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.126852+00:00"
    },
    {
      "slug": "gh-appium-appium-mcp",
      "name": "appium-mcp",
      "description": "Appium MCP on Steroids!",
      "website": "https://github.com/appium/appium-mcp",
      "github_url": "https://github.com/appium/appium-mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/appium/appium-mcp"
      },
      "tags": [
        "goose",
        "mcp",
        "mcp-appium",
        "mcp-ios",
        "mcp-mobile",
        "test-generator"
      ],
      "_stars": 366,
      "_language": "TypeScript",
      "_full_name": "appium/appium-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.715356+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.122711+00:00"
    },
    {
      "slug": "gh-minthcm-minthcm",
      "name": "minthcm",
      "description": "Open-source HCM system for managing HR processes with AI agents. Full data ownership, MCP/A2A-native, no vendor lock-in.",
      "website": "https://minthcm.org/",
      "github_url": "https://github.com/minthcm/minthcm",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/minthcm/minthcm"
      },
      "tags": [
        "ai-agent",
        "hcm",
        "hr",
        "hrm",
        "human-capital",
        "human-capital-management",
        "human-capital-project",
        "human-resources"
      ],
      "_stars": 364,
      "_language": "PHP",
      "_full_name": "minthcm/minthcm",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.716919+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.127670+00:00"
    },
    {
      "slug": "gh-hi-godot-godot-ai",
      "name": "godot-ai",
      "description": "Production-grade MCP server and AI tools for the Godot engine. A Snap to install. Totally free and fun.",
      "website": "https://github.com/hi-godot/godot-ai",
      "github_url": "https://github.com/hi-godot/godot-ai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hi-godot/godot-ai"
      },
      "tags": [
        "ai",
        "game-development",
        "godot",
        "godot-plugin",
        "mcp"
      ],
      "_stars": 364,
      "_language": "GDScript",
      "_full_name": "hi-godot/godot-ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.717847+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.128355+00:00"
    },
    {
      "slug": "gh-justin0504-aegis",
      "name": "Aegis",
      "description": "Runtime policy enforcement for AI agents. Cryptographic audit trail, human-in-the-loop approvals, kill switch. Zero code changes.",
      "website": "https://github.com/Justin0504/Aegis",
      "github_url": "https://github.com/Justin0504/Aegis",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Justin0504/Aegis"
      },
      "tags": [
        "ai-agents",
        "ai-safety",
        "anthropic",
        "audit-trail",
        "langchain",
        "llm-observability",
        "mcp",
        "policy-engine"
      ],
      "_stars": 359,
      "_language": "TypeScript",
      "_full_name": "Justin0504/Aegis",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.718759+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.129175+00:00"
    },
    {
      "slug": "gh-xpzouying-x-mcp",
      "name": "x-mcp",
      "description": "\u5c0f\u7ea2\u4e66\u521b\u4f5c\u4e2d\u5fc3",
      "website": "https://aredink.com/",
      "github_url": "https://github.com/xpzouying/x-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/xpzouying/x-mcp"
      },
      "tags": [
        "mcp"
      ],
      "_stars": 359,
      "_language": null,
      "_full_name": "xpzouying/x-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.719419+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.136719+00:00"
    },
    {
      "slug": "gh-microsoft-debugmcp",
      "name": "DebugMCP",
      "description": "Gift your VS Code agent a real debugger: breakpoints, stepping, inspection.",
      "website": "https://github.com/microsoft/DebugMCP",
      "github_url": "https://github.com/microsoft/DebugMCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/microsoft/DebugMCP"
      },
      "tags": [
        "ai-agent",
        "ai-debugging",
        "breakpoints",
        "copilot",
        "cursor",
        "debugger",
        "llm",
        "mcp"
      ],
      "_stars": 358,
      "_language": "TypeScript",
      "_full_name": "microsoft/DebugMCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.720045+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.138828+00:00"
    },
    {
      "slug": "gh-hookdeck-hookdeck-cli",
      "name": "hookdeck-cli",
      "description": "CLI for Hookdeck: forward webhooks to localhost (ngrok alternative), manage and query Event Gateway resources (sources, connections, destinations, events), run the MCP server for AI agents. Free for dev.",
      "website": "https://hookdeck.com?ref=github-hookdeck-cli",
      "github_url": "https://github.com/hookdeck/hookdeck-cli",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hookdeck/hookdeck-cli"
      },
      "tags": [
        "cli",
        "hookdeck",
        "localtunnel",
        "mcp",
        "mcp-server",
        "ngrok-alternative",
        "webhooks"
      ],
      "_stars": 357,
      "_language": "Go",
      "_full_name": "hookdeck/hookdeck-cli",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.720696+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.140998+00:00"
    },
    {
      "slug": "gh-oisee-vibing-steampunk",
      "name": "vibing-steampunk",
      "description": "vs-punk: ADT to MCP bridge - Vibe code in ABAP / AMDP",
      "website": "https://github.com/oisee/vibing-steampunk",
      "github_url": "https://github.com/oisee/vibing-steampunk",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/oisee/vibing-steampunk"
      },
      "tags": [
        "abap",
        "adt",
        "mcp",
        "vibe-coding"
      ],
      "_stars": 354,
      "_language": "Go",
      "_full_name": "oisee/vibing-steampunk",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.721909+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.143757+00:00"
    },
    {
      "slug": "gh-boltmcp-boltmcp",
      "name": "boltmcp",
      "description": "GitHub: boltmcp/boltmcp",
      "website": "https://boltmcp.io",
      "github_url": "https://github.com/boltmcp/boltmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/boltmcp/boltmcp"
      },
      "tags": [
        "agentic-ai",
        "llm",
        "mcp",
        "mcp-server",
        "skills"
      ],
      "_stars": 352,
      "_language": "Shell",
      "_full_name": "boltmcp/boltmcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.723500+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.144437+00:00"
    },
    {
      "slug": "gh-paiml-depyler",
      "name": "depyler",
      "description": "Compiles Python to Rust, helping transition off of Python to Energy Efficient and Safe Rust Code",
      "website": "https://paiml.github.io/depyler/",
      "github_url": "https://github.com/paiml/depyler",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/paiml/depyler"
      },
      "tags": [
        "conversion",
        "mcp",
        "paiml-active-tool",
        "paiml-transpiler",
        "port",
        "python",
        "pythontorust",
        "rust"
      ],
      "_stars": 351,
      "_language": "Rust",
      "_full_name": "paiml/depyler",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.724622+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.145060+00:00"
    },
    {
      "slug": "gh-daobataotie-cad-mcp",
      "name": "CAD-MCP",
      "description": "CAD MCP Server",
      "website": "https://github.com/daobataotie/CAD-MCP",
      "github_url": "https://github.com/daobataotie/CAD-MCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/daobataotie/CAD-MCP"
      },
      "tags": [
        "ai",
        "cad",
        "cadmcp",
        "mcp",
        "model-context-protocol"
      ],
      "_stars": 351,
      "_language": "Python",
      "_full_name": "daobataotie/CAD-MCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.727452+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.146165+00:00"
    },
    {
      "slug": "gh-nth5693-gemini-kit",
      "name": "gemini-kit",
      "description": "\ud83d\ude80 19 AI Agents + 44 Commands for Gemini CLI - Code 10x faster with auto planning, testing, review & security",
      "website": "https://github.com/nth5693/gemini-kit",
      "github_url": "https://github.com/nth5693/gemini-kit",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nth5693/gemini-kit"
      },
      "tags": [
        "ai-agents",
        "coding-assistant",
        "developer-tools",
        "gemini-cli",
        "gemini-extension",
        "mcp"
      ],
      "_stars": 349,
      "_language": "Shell",
      "_full_name": "nth5693/gemini-kit",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.729815+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.147310+00:00"
    },
    {
      "slug": "gh-tae0y-real-estate-mcp",
      "name": "real-estate-mcp",
      "description": "\ud83c\udfe0 Ask Claude about Korean apartment prices \u2014 powered by \uad6d\ud1a0\uad50\ud1b5\ubd80 open API",
      "website": "https://github.com/tae0y/real-estate-mcp",
      "github_url": "https://github.com/tae0y/real-estate-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tae0y/real-estate-mcp"
      },
      "tags": [
        "claude",
        "korea",
        "mcp",
        "openapi",
        "real-estate"
      ],
      "_stars": 348,
      "_language": "Python",
      "_full_name": "tae0y/real-estate-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.731026+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.148408+00:00"
    },
    {
      "slug": "gh-exograph-exograph",
      "name": "exograph",
      "description": "Build production-ready backends in minutes",
      "website": "https://exograph.dev",
      "github_url": "https://github.com/exograph/exograph",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/exograph/exograph"
      },
      "tags": [
        "access-control",
        "api",
        "authorization",
        "awslambda",
        "cloudflare-workers",
        "deno",
        "docker",
        "embeddings"
      ],
      "_stars": 347,
      "_language": "Rust",
      "_full_name": "exograph/exograph",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.732079+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.149124+00:00"
    },
    {
      "slug": "gh-assafelovic-gptr-mcp",
      "name": "gptr-mcp",
      "description": "MCP server for enabling LLM applications to perform deep research via the MCP protocol",
      "website": "https://gptr.dev",
      "github_url": "https://github.com/assafelovic/gptr-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/assafelovic/gptr-mcp"
      },
      "tags": [
        "deep-research",
        "deepresearch",
        "gpt-researcher",
        "mcp",
        "mcp-server",
        "websearch"
      ],
      "_stars": 346,
      "_language": "Python",
      "_full_name": "assafelovic/gptr-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.733656+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.156569+00:00"
    },
    {
      "slug": "gh-qqqqqf-q-arkloop",
      "name": "Arkloop",
      "description": "\u5e72\u51c0\u3001\u5f3a\u5927\u3001\u5c5e\u4e8e\u4f60\u7684 AI Agent \u5e73\u53f0  --AI agents, without the clutter.",
      "website": "https://arkloop.io",
      "github_url": "https://github.com/qqqqqf-q/Arkloop",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/qqqqqf-q/Arkloop"
      },
      "tags": [
        "acp",
        "agent",
        "ai",
        "anthropic",
        "chat",
        "chatbot",
        "deepseek",
        "electron"
      ],
      "_stars": 346,
      "_language": "Go",
      "_full_name": "qqqqqf-q/Arkloop",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.734592+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.159446+00:00"
    },
    {
      "slug": "gh-corespeed-io-zypher-agent",
      "name": "zypher-agent",
      "description": "A minimal yet powerful framework for creating AI agents with full control over tools, providers, and execution flow.",
      "website": "https://zypher.corespeed.io",
      "github_url": "https://github.com/corespeed-io/zypher-agent",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/corespeed-io/zypher-agent"
      },
      "tags": [
        "agent",
        "agent-skills",
        "agentic-framework",
        "ai",
        "anthropic",
        "corespeed",
        "deno",
        "generative-ai"
      ],
      "_stars": 345,
      "_language": "TypeScript",
      "_full_name": "corespeed-io/zypher-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.735384+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.160721+00:00"
    },
    {
      "slug": "gh-clawdotnet-openclaw-net",
      "name": "openclaw.net",
      "description": "Self-hosted OpenClaw gateway + agent runtime in .NET (NativeAOT-friendly)",
      "website": "https://github.com/clawdotnet/openclaw.net",
      "github_url": "https://github.com/clawdotnet/openclaw.net",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/clawdotnet/openclaw.net"
      },
      "tags": [
        "agent-harness",
        "agent-runtime",
        "agentqi",
        "ai-agent",
        "automation",
        "csharp",
        "discord-bot",
        "llm"
      ],
      "_stars": 345,
      "_language": "C#",
      "_full_name": "clawdotnet/openclaw.net",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.736509+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.162308+00:00"
    },
    {
      "slug": "gh-hashgraph-online-registry-broker-skills",
      "name": "registry-broker-skills",
      "description": "AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.",
      "website": "https://hol.org/registry",
      "github_url": "https://github.com/hashgraph-online/registry-broker-skills",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hashgraph-online/registry-broker-skills"
      },
      "tags": [
        "a2a",
        "ai-agents",
        "clawhub",
        "hashgraph",
        "hedera",
        "mcp",
        "openclaw",
        "registry-broker"
      ],
      "_stars": 345,
      "_language": "TypeScript",
      "_full_name": "hashgraph-online/registry-broker-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.737222+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.164287+00:00"
    },
    {
      "slug": "gh-jerhadf-linear-mcp-server",
      "name": "linear-mcp-server",
      "description": "A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.",
      "website": "https://smithery.ai/server/linear-mcp-server",
      "github_url": "https://github.com/jerhadf/linear-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jerhadf/linear-mcp-server"
      },
      "tags": [
        "anthropic",
        "linear",
        "mcp",
        "mcp-server",
        "model-context-protocol"
      ],
      "_stars": 344,
      "_language": "JavaScript",
      "_full_name": "jerhadf/linear-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.737999+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.164880+00:00"
    },
    {
      "slug": "gh-beever-ai-beever-atlas",
      "name": "beever-atlas",
      "description": "Your First LLM-Wiki Conversation Knowledge Base",
      "website": "https://docs.beever.ai/atlas",
      "github_url": "https://github.com/Beever-AI/beever-atlas",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Beever-AI/beever-atlas"
      },
      "tags": [
        "adk-google",
        "agents",
        "discord-bot",
        "fastapi",
        "gemini",
        "google-adk",
        "knowledge-base",
        "large-language-models"
      ],
      "_stars": 344,
      "_language": "Python",
      "_full_name": "Beever-AI/beever-atlas",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.739648+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.165391+00:00"
    },
    {
      "slug": "gh-lucassssss-eechat",
      "name": "eechat",
      "description": "\ud83d\ude80 Powerful Local AI Chat Application - Mcp, Secure, Efficient, Personalized \u672c\u5730\u5316\u90e8\u7f72\u7684\u5927\u6a21\u578b\u5ba2\u6237\u7aef",
      "website": "https://ee.chat",
      "github_url": "https://github.com/Lucassssss/eechat",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Lucassssss/eechat"
      },
      "tags": [
        "deepseek",
        "mcp",
        "mcp-client"
      ],
      "_stars": 341,
      "_language": "JavaScript",
      "_full_name": "Lucassssss/eechat",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.741191+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.166338+00:00"
    },
    {
      "slug": "gh-massive-com-mcp-massive",
      "name": "mcp_massive",
      "description": "An MCP server for Massive.com Financial Market Data",
      "website": "https://github.com/massive-com/mcp_massive",
      "github_url": "https://github.com/massive-com/mcp_massive",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/massive-com/mcp_massive"
      },
      "tags": [
        "cryptocurrency",
        "fintech",
        "llm",
        "market-data",
        "mcp",
        "mcp-server",
        "options",
        "stocks"
      ],
      "_stars": 340,
      "_language": "Python",
      "_full_name": "massive-com/mcp_massive",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.742370+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.167957+00:00"
    },
    {
      "slug": "gh-hashgraph-online-hol-guard",
      "name": "hol-guard",
      "description": "AI antivirus for developer agents: protect Codex, Claude Code, Cursor, Gemini, OpenCode, plugins, skills, MCP servers, and AI harnesses before tools run.",
      "website": "https://hol.org/guard",
      "github_url": "https://github.com/hashgraph-online/hol-guard",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hashgraph-online/hol-guard"
      },
      "tags": [
        "cli",
        "codex",
        "codex-plugins",
        "mcp",
        "plugin-scanner",
        "python",
        "scanner",
        "security"
      ],
      "_stars": 340,
      "_language": "Python",
      "_full_name": "hashgraph-online/hol-guard",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.747414+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.169788+00:00"
    },
    {
      "slug": "gh-dmontgomery40-deepseek-mcp-server",
      "name": "deepseek-mcp-server",
      "description": "Model Context Protocol server for DeepSeek's advanced language models",
      "website": "https://buymeacoffee.com/dmontg",
      "github_url": "https://github.com/DMontgomery40/deepseek-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/DMontgomery40/deepseek-mcp-server"
      },
      "tags": [
        "deepseek-api",
        "deepseek-chat",
        "deepseek-r1",
        "deepseek-v3",
        "mcp",
        "model-context-protocol",
        "r1"
      ],
      "_stars": 338,
      "_language": "TypeScript",
      "_full_name": "DMontgomery40/deepseek-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.748783+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.171146+00:00"
    },
    {
      "slug": "gh-tickdb-tickdb-unified-realtime-marketdata-api",
      "name": "tickdb-unified-realtime-marketdata-api",
      "description": "\u7edf\u4e00\u7684\u5b9e\u65f6\u91d1\u878d\u884c\u60c5\u6570\u636eAPI\uff0c\u8986\u76d6\u5916\u6c47\u3001\u8d35\u91d1\u5c5e\u3001\u6307\u6570\u3001\u7f8e\u80a1\u3001\u6e2f\u80a1\u3001A\u80a1\u548c\u52a0\u5bc6\u8d27\u5e01\uff0c\u652f\u6301 WebSocket \u5b9e\u65f6\u63a8\u9001\u4e0e REST \u63a5\u53e3\u8bbf\u95ee | Unified real-time market data API covering forex, commodities, indices, US stocks, HK stocks, A-shares and cryptocurrencies, with WebSocket streaming and REST access",
      "website": "https://tickdb.ai",
      "github_url": "https://github.com/TickDB/tickdb-unified-realtime-marketdata-api",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/TickDB/tickdb-unified-realtime-marketdata-api"
      },
      "tags": [
        "cli",
        "commodities",
        "cryptocurrency",
        "financial-data",
        "forex",
        "indices",
        "kline",
        "market-data"
      ],
      "_stars": 338,
      "_language": "Python",
      "_full_name": "TickDB/tickdb-unified-realtime-marketdata-api",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.750236+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.172147+00:00"
    },
    {
      "slug": "gh-agent-next-polymarket-paper-trader",
      "name": "polymarket-paper-trader",
      "description": "Paper trading simulator for Polymarket \u2014 built for AI agents. MCP server, live order books, strategy backtesting. Install: npx clawhub install polymarket-paper-trader",
      "website": "https://clawhub.com/robotlearning123/polymarket-paper-trader",
      "github_url": "https://github.com/agent-next/polymarket-paper-trader",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agent-next/polymarket-paper-trader"
      },
      "tags": [
        "ai-agent",
        "algorithmic-trading",
        "backtesting",
        "clawhub",
        "mcp",
        "openclaw",
        "paper-trading",
        "polymarket"
      ],
      "_stars": 338,
      "_language": "Python",
      "_full_name": "agent-next/polymarket-paper-trader",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.751192+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.173283+00:00"
    },
    {
      "slug": "gh-dex-original-okx-agent-trade-kit",
      "name": "okx-agent-trade-kit",
      "description": "okx trading bot okx agent mcp cli cryptocurrency okx api automated trading typescript okx trading bot model context protocol cursor ai trading crypto spot futures okx trading bot npm pnpm okx mcp open source quant defi cex okx trading bot algorithmic trading crypto bot okx trading bot okx api mcp okx trading bot crypto mcp",
      "website": "https://github.com/dex-original/okx-agent-trade-kit",
      "github_url": "https://github.com/dex-original/okx-agent-trade-kit",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dex-original/okx-agent-trade-kit"
      },
      "tags": [
        "ai-trading",
        "algorithmic-trading",
        "automated-trading",
        "cex",
        "cli",
        "crypto",
        "cryptocurrency",
        "defi"
      ],
      "_stars": 337,
      "_language": "TypeScript",
      "_full_name": "dex-original/okx-agent-trade-kit",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.752164+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.174565+00:00"
    },
    {
      "slug": "gh-8beeeaaat-touchdesigner-mcp",
      "name": "touchdesigner-mcp",
      "description": "MCP server for TouchDesigner",
      "website": "https://www.npmjs.com/package/touchdesigner-mcp-server",
      "github_url": "https://github.com/8beeeaaat/touchdesigner-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/8beeeaaat/touchdesigner-mcp"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "touchdesigner"
      ],
      "_stars": 337,
      "_language": "TypeScript",
      "_full_name": "8beeeaaat/touchdesigner-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.752960+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.175452+00:00"
    },
    {
      "slug": "gh-gojue-moling",
      "name": "moling",
      "description": "MoLing is a computer-use and browser-use based MCP server. It is a locally deployed, dependency-free office AI assistant.",
      "website": "https://gojue.cc",
      "github_url": "https://github.com/gojue/moling",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gojue/moling"
      },
      "tags": [
        "agent",
        "ai",
        "ai-agent",
        "ai-assistant",
        "llm",
        "mcp"
      ],
      "_stars": 336,
      "_language": "Go",
      "_full_name": "gojue/moling",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.753690+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.178333+00:00"
    },
    {
      "slug": "gh-amrdab-clawdcursor",
      "name": "clawdcursor",
      "description": "MCP-powered fallback layer that lets AI agents execute tasks through the GUI when APIs, tools, or direct integrations are unavailable. Cross-OS, accessibility-first, local-only.",
      "website": "https://clawdcursor.com",
      "github_url": "https://github.com/AmrDab/clawdcursor",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AmrDab/clawdcursor"
      },
      "tags": [
        "ai-agent",
        "ai-tools",
        "anthropic",
        "automation",
        "claude",
        "computer-use",
        "cross-platform",
        "cursor"
      ],
      "_stars": 336,
      "_language": "TypeScript",
      "_full_name": "AmrDab/clawdcursor",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.754868+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.176123+00:00"
    },
    {
      "slug": "gh-ryjoxtechnologies-octopoda-os",
      "name": "Octopoda-OS",
      "description": "The open-source memory operating system for AI agents. Persistent memory, semantic search, loop detection, agent messaging, crash recovery, and real-time observability.",
      "website": "https://octopodas.com",
      "github_url": "https://github.com/RyjoxTechnologies/Octopoda-OS",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/RyjoxTechnologies/Octopoda-OS"
      },
      "tags": [
        "agent-framework",
        "ai-agents",
        "ai-memory",
        "autogen",
        "crash-recovery",
        "crewai",
        "developer-tools",
        "knowledge-graph"
      ],
      "_stars": 335,
      "_language": "Python",
      "_full_name": "RyjoxTechnologies/Octopoda-OS",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.756240+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.177271+00:00"
    },
    {
      "slug": "gh-video-db-call-md",
      "name": "call.md",
      "description": "Turn meetings into live agent loops. Record, transcribe, and analyze meetings with real-time AI intelligence \u2014 before, during, and after calls.",
      "website": "https://docs.videodb.io/examples-and-tutorials/ai-copilots/call-md",
      "github_url": "https://github.com/video-db/call.md",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/video-db/call.md"
      },
      "tags": [
        "agentic-ai",
        "agentic-workflow",
        "ai",
        "mcp",
        "meeting",
        "meeting-notes",
        "note-taking",
        "notes-app"
      ],
      "_stars": 335,
      "_language": "TypeScript",
      "_full_name": "video-db/call.md",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.757172+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.177788+00:00"
    },
    {
      "slug": "gh-zaxbysauce-opencode-swarm",
      "name": "opencode-swarm",
      "description": "Architect-centric agentic swarm plugin for OpenCode. Hub-and-spoke orchestration with SME consultation, code generation, and QA review.",
      "website": "https://github.com/zaxbysauce/opencode-swarm",
      "github_url": "https://github.com/zaxbysauce/opencode-swarm",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zaxbysauce/opencode-swarm"
      },
      "tags": [
        "agent-swarm",
        "ai-agents",
        "ai-coding",
        "automation",
        "bun",
        "cli",
        "code-review",
        "coding-agent"
      ],
      "_stars": 334,
      "_language": "TypeScript",
      "_full_name": "zaxbysauce/opencode-swarm",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.757872+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.176724+00:00"
    },
    {
      "slug": "gh-tinystruct-tinystruct",
      "name": "tinystruct",
      "description": "A lightweight, modular Java application framework for web and CLI development,         designed for AI integration and plugin-based architecture.         Enabling developers to create robust solutions with ease for building efficient and scalable applications.",
      "website": "https://tinystruct.org",
      "github_url": "https://github.com/tinystruct/tinystruct",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tinystruct/tinystruct"
      },
      "tags": [
        "ai-agent",
        "ai-development",
        "framework",
        "java",
        "java-ai",
        "java-cli",
        "java-frameworks",
        "java-libraries"
      ],
      "_stars": 333,
      "_language": "Java",
      "_full_name": "tinystruct/tinystruct",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.758991+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.178860+00:00"
    },
    {
      "slug": "gh-elusznik-mcp-server-code-execution-mode",
      "name": "mcp-server-code-execution-mode",
      "description": "An MCP server that executes Python code in isolated rootless containers with optional MCP server proxying. Implementation of Anthropic's and Cloudflare's ideas for reducing MCP tool definitions context bloat.",
      "website": "https://github.com/elusznik/mcp-server-code-execution-mode",
      "github_url": "https://github.com/elusznik/mcp-server-code-execution-mode",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/elusznik/mcp-server-code-execution-mode"
      },
      "tags": [
        "agentic-ai",
        "agents",
        "anthropic",
        "claude",
        "claude-code",
        "code-execution",
        "docker",
        "mcp"
      ],
      "_stars": 332,
      "_language": "Python",
      "_full_name": "elusznik/mcp-server-code-execution-mode",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.761169+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.179473+00:00"
    },
    {
      "slug": "gh-opgginc-laravel-mcp-server",
      "name": "laravel-mcp-server",
      "description": "A Laravel package for implementing secure Model Context Protocol servers using Streamable HTTP and SSE transport, providing real-time communication and a scalable tool system for enterprise environments.",
      "website": "https://op.gg/open-source/laravel-mcp-server",
      "github_url": "https://github.com/opgginc/laravel-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/opgginc/laravel-mcp-server"
      },
      "tags": [
        "ai",
        "laravel",
        "laravel-package",
        "llm",
        "mcp",
        "php",
        "sse"
      ],
      "_stars": 331,
      "_language": "PHP",
      "_full_name": "opgginc/laravel-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.763604+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.180047+00:00"
    },
    {
      "slug": "gh-lap-platform-lap",
      "name": "LAP",
      "description": "Your agents are guessing at APIs. Give them the actual Agent-Native spec. 1500+ API's Ready To-Use skills,  Compile any API spec into a lean, agent-native format. 10\u00d7 smaller. OpenAPI, GraphQL, AsyncAPI, Protobuf, Postman.",
      "website": "https://lap.sh/",
      "github_url": "https://github.com/Lap-Platform/LAP",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Lap-Platform/LAP"
      },
      "tags": [
        "agent-experience",
        "ai",
        "ai-agents",
        "api",
        "api-compression",
        "api-spec",
        "asyncapi",
        "claude"
      ],
      "_stars": 330,
      "_language": "Python",
      "_full_name": "Lap-Platform/LAP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.765164+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.180531+00:00"
    },
    {
      "slug": "gh-rokoss21-iosm-cli",
      "name": "iosm-cli",
      "description": "AI Engineering Runtime for Professional Developers \u2014 terminal coding agent with IOSM methodology, MCP, checkpoints, orchestration, and extensions",
      "website": "https://www.npmjs.com/package/iosm-cli",
      "github_url": "https://github.com/rokoss21/iosm-cli",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rokoss21/iosm-cli"
      },
      "tags": [
        "ai-agent",
        "cli",
        "coding-agent",
        "devtools",
        "engineering",
        "iosm",
        "llm",
        "mcp"
      ],
      "_stars": 330,
      "_language": "TypeScript",
      "_full_name": "rokoss21/iosm-cli",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.766677+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.209836+00:00"
    },
    {
      "slug": "gh-googlecloudplatform-cymbal-air-toolbox-demo",
      "name": "cymbal-air-toolbox-demo",
      "description": "Demo of a customer service agent (Cymbal Air) using LangGraph, Tools, and RAG to interact with Google Cloud Databases via MCP Toolbox.",
      "website": "https://github.com/googleapis/genai-toolbox/",
      "github_url": "https://github.com/GoogleCloudPlatform/cymbal-air-toolbox-demo",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GoogleCloudPlatform/cymbal-air-toolbox-demo"
      },
      "tags": [
        "agent",
        "agents",
        "ai",
        "alloydb",
        "bigquery",
        "databases",
        "genai",
        "google-cloud-ai"
      ],
      "_stars": 329,
      "_language": "Python",
      "_full_name": "GoogleCloudPlatform/cymbal-air-toolbox-demo",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.767626+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.181682+00:00"
    },
    {
      "slug": "gh-joreilly-climatetracekmp",
      "name": "ClimateTraceKMP",
      "description": "Kotlin/Compose Multiplatform project to show climate related emission data from https://climatetrace.org/data.",
      "website": "https://github.com/joreilly/ClimateTraceKMP",
      "github_url": "https://github.com/joreilly/ClimateTraceKMP",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/joreilly/ClimateTraceKMP"
      },
      "tags": [
        "android",
        "compose",
        "compose-desktop",
        "compose-ios",
        "compose-multiplatform",
        "compose-web",
        "kmp",
        "kmp-sample"
      ],
      "_stars": 329,
      "_language": "Kotlin",
      "_full_name": "joreilly/ClimateTraceKMP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.768368+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.182558+00:00"
    },
    {
      "slug": "gh-aaronsb-obsidian-mcp-plugin",
      "name": "obsidian-mcp-plugin",
      "description": "High-performance Model Context Protocol (MCP) server for Obsidian that provides AI tools with direct vault access through semantic operations and HTTP transport.",
      "website": "https://github.com/aaronsb/obsidian-mcp-plugin",
      "github_url": "https://github.com/aaronsb/obsidian-mcp-plugin",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aaronsb/obsidian-mcp-plugin"
      },
      "tags": [
        "ai",
        "claude",
        "knowledge-graph",
        "mcp",
        "model-context-protocol",
        "obsidian",
        "obsidian-plugin",
        "semantic-search"
      ],
      "_stars": 326,
      "_language": "TypeScript",
      "_full_name": "aaronsb/obsidian-mcp-plugin",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.769204+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.184706+00:00"
    },
    {
      "slug": "gh-braincrew-lab-langconnect-client",
      "name": "langconnect-client",
      "description": "A Modern GUI Interface for Vector Database Management(Supports MCP integration)",
      "website": "https://github.com/braincrew-lab/langconnect-client",
      "github_url": "https://github.com/braincrew-lab/langconnect-client",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/braincrew-lab/langconnect-client"
      },
      "tags": [
        "langchain",
        "mcp",
        "postgresql",
        "vector-database"
      ],
      "_stars": 326,
      "_language": "TypeScript",
      "_full_name": "braincrew-lab/langconnect-client",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.769912+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.187648+00:00"
    },
    {
      "slug": "gh-allmonday-pydantic-resolve",
      "name": "pydantic-resolve",
      "description": "pydantic-resolve is a Pythonic clean architecture implementation framework.",
      "website": "https://allmonday.github.io/pydantic-resolve",
      "github_url": "https://github.com/allmonday/pydantic-resolve",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/allmonday/pydantic-resolve"
      },
      "tags": [
        "bff",
        "fastapi",
        "fullstack",
        "graphql",
        "mcp",
        "pydantic",
        "python"
      ],
      "_stars": 324,
      "_language": "Python",
      "_full_name": "allmonday/pydantic-resolve",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.770615+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.192540+00:00"
    },
    {
      "slug": "gh-cowork-os-cowork-os",
      "name": "CoWork-OS",
      "description": "Local-first personal agentic OS and everything app for coding, knowledge work, web design, automations, and artifacts.",
      "website": "https://github.com/CoWork-OS/CoWork-OS",
      "github_url": "https://github.com/CoWork-OS/CoWork-OS",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CoWork-OS/CoWork-OS"
      },
      "tags": [
        "ai-assistants",
        "ai-automation",
        "claude",
        "desktop-app",
        "discord-bot",
        "electron",
        "gemini",
        "guardrails"
      ],
      "_stars": 324,
      "_language": "TypeScript",
      "_full_name": "CoWork-OS/CoWork-OS",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.771723+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.193767+00:00"
    },
    {
      "slug": "gh-mcpware-cross-code-organizer",
      "name": "cross-code-organizer",
      "description": "Cross-Code Organizer (formerly Claude Code Organizer): cross-harness config dashboard for Claude Code, Codex CLI, MCP servers, skills, memories, agents, sessions, security scanning, context budget, and backups.",
      "website": "https://www.npmjs.com/package/@mcpware/cross-code-organizer",
      "github_url": "https://github.com/mcpware/cross-code-organizer",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mcpware/cross-code-organizer"
      },
      "tags": [
        "ai-coding-tools",
        "ai-config-dashboard",
        "ai-tools",
        "claude",
        "claude-code",
        "claude-code-organizer",
        "claude-code-plugin",
        "claude-memory"
      ],
      "_stars": 323,
      "_language": "JavaScript",
      "_full_name": "mcpware/cross-code-organizer",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.773300+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.189322+00:00"
    },
    {
      "slug": "gh-context-hub-generator",
      "name": "generator",
      "description": "CTX: a tool that solves the context management gap when working with LLMs like ChatGPT or Claude. It helps developers organize and automatically collect information from their codebase into structured documents that can be easily shared with AI assistants.",
      "website": "https://docs.ctxllm.com",
      "github_url": "https://github.com/context-hub/generator",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/context-hub/generator"
      },
      "tags": [
        "context",
        "context-aware-ai",
        "context-engineering",
        "context-extractor",
        "hacktoberfest",
        "instructions",
        "llm",
        "mcp"
      ],
      "_stars": 322,
      "_language": "PHP",
      "_full_name": "context-hub/generator",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.774187+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.194611+00:00"
    },
    {
      "slug": "gh-mlhher-late-cli",
      "name": "late-cli",
      "description": "Orchestrate an entire AI dev team on 5GB VRAM. Ephemeral subagents, exact-match diffs. Single static binary, any model. Zero config, zero context bloat.",
      "website": "https://github.com/mlhher/late-cli",
      "github_url": "https://github.com/mlhher/late-cli",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mlhher/late-cli"
      },
      "tags": [
        "agent",
        "ai-agent",
        "ai-coding-assistant",
        "autonomous-agents",
        "claude",
        "cli",
        "coding-agent",
        "coding-agents"
      ],
      "_stars": 322,
      "_language": "Go",
      "_full_name": "mlhher/late-cli",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.774777+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.195832+00:00"
    },
    {
      "slug": "gh-java-ai-tech-spring-ai-summary",
      "name": "spring-ai-summary",
      "description": "SpringAI\uff0cLLM\uff0cMCP\uff0cEmbedding",
      "website": "http://www.glmapper.com/",
      "github_url": "https://github.com/java-ai-tech/spring-ai-summary",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/java-ai-tech/spring-ai-summary"
      },
      "tags": [
        "deepseek",
        "doubao",
        "learning-by-doing",
        "llm",
        "mcp",
        "openai",
        "springai"
      ],
      "_stars": 321,
      "_language": "Java",
      "_full_name": "java-ai-tech/spring-ai-summary",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.779993+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.197668+00:00"
    },
    {
      "slug": "gh-tuanle96-mcp-odoo",
      "name": "mcp-odoo",
      "description": "MCP Server for Odoo",
      "website": "https://github.com/tuanle96/mcp-odoo",
      "github_url": "https://github.com/tuanle96/mcp-odoo",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tuanle96/mcp-odoo"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "mcp-servers",
        "odoo",
        "odoo-mcp"
      ],
      "_stars": 321,
      "_language": "Python",
      "_full_name": "tuanle96/mcp-odoo",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.781522+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.198882+00:00"
    },
    {
      "slug": "gh-annyfee-agent-craft",
      "name": "agent-craft",
      "description": "AI Agent \u6559\u5b66\u4ed3\u5e93 | \u7cfb\u7edf\u5316 LangChain\u3001RAG\u3001LangGraph\u3001MCP \u5168\u6808\u5b9e\u6218\u4ee3\u7801 | \u4e07\u5b57\u535a\u5ba2\u8be6\u89e3 | \u5f00\u6e90\u53ef\u8fd0\u884c\u793a\u4f8b | \u4ece\u96f6\u6784\u5efa\u667a\u80fd\u4f53",
      "website": "https://blog.csdn.net/2401_87328929/category_13070342.html",
      "github_url": "https://github.com/Annyfee/agent-craft",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Annyfee/agent-craft"
      },
      "tags": [
        "ai-agent",
        "artificial-intelligence",
        "beginner-guide",
        "chatbot",
        "deepseek",
        "langchain",
        "langgraph",
        "mcp"
      ],
      "_stars": 321,
      "_language": "Python",
      "_full_name": "Annyfee/agent-craft",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.782922+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.199986+00:00"
    },
    {
      "slug": "gh-cporter202-agentic-ai-apis",
      "name": "agentic-ai-apis",
      "description": "The ultimate collection of APIs for building autonomous AI agents \u2014 2,036 production-ready APIs across Agents, AI Models, and MCP Servers. Stop wasting weeks building infrastructure. Plug these in and ship your agent today.",
      "website": "https://github.com/cporter202/agentic-ai-apis",
      "github_url": "https://github.com/cporter202/agentic-ai-apis",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cporter202/agentic-ai-apis"
      },
      "tags": [
        "agentic-ai",
        "ai-agents",
        "ai-tools",
        "api-collection",
        "api-directory",
        "apis",
        "automation",
        "curated-list"
      ],
      "_stars": 320,
      "_language": "JavaScript",
      "_full_name": "cporter202/agentic-ai-apis",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.784148+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.202773+00:00"
    },
    {
      "slug": "gh-claude-did-this-mcpcontrol",
      "name": "MCPControl",
      "description": "MCP server for Windows OS automation",
      "website": "https://github.com/claude-did-this/MCPControl",
      "github_url": "https://github.com/claude-did-this/MCPControl",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/claude-did-this/MCPControl"
      },
      "tags": [
        "ai",
        "claude",
        "computer-control",
        "computer-vision",
        "mcp",
        "os-automation",
        "windows"
      ],
      "_stars": 319,
      "_language": "TypeScript",
      "_full_name": "claude-did-this/MCPControl",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.785031+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.205468+00:00"
    },
    {
      "slug": "gh-86maid-ddddocr",
      "name": "ddddocr",
      "description": "ddddocr rust \u7248\u672c\uff0cocr_api_server rust \u7248\u672c\uff0c\u4e8c\u8fdb\u5236\u7248\u672c\uff0c\u9a8c\u8bc1\u7801\u8bc6\u522b\uff0c\u4e0d\u4f9d\u8d56 opencv \u5e93\uff0c\u8de8\u5e73\u53f0\u8fd0\u884c\uff0cAI MCP \u652f\u6301\uff0ca simple OCR API server, very easy to deploy\u3002",
      "website": "https://github.com/86maid/ddddocr",
      "github_url": "https://github.com/86maid/ddddocr",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/86maid/ddddocr"
      },
      "tags": [
        "ai",
        "ddddocr",
        "mcp",
        "neural-network",
        "ocr",
        "rust",
        "verification",
        "verification-code"
      ],
      "_stars": 319,
      "_language": "Rust",
      "_full_name": "86maid/ddddocr",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.785712+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.207407+00:00"
    },
    {
      "slug": "gh-agentregistry-dev-agentregistry",
      "name": "agentregistry",
      "description": "Fast-track AI innovation with a centralized, trusted, curated registry",
      "website": "https://aregistry.ai",
      "github_url": "https://github.com/agentregistry-dev/agentregistry",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agentregistry-dev/agentregistry"
      },
      "tags": [
        "agents",
        "ai",
        "mcp",
        "registry",
        "skills"
      ],
      "_stars": 319,
      "_language": "Go",
      "_full_name": "agentregistry-dev/agentregistry",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:35.786368+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.209052+00:00"
    },
    {
      "slug": "gh-eugeneyan-news-agents",
      "name": "news-agents",
      "description": "\ud83d\udcf0 Building News Agents to Summarize News with MCP, Q, and tmux",
      "website": "https://eugeneyan.com/writing/news-agents/",
      "github_url": "https://github.com/eugeneyan/news-agents",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/eugeneyan/news-agents"
      },
      "tags": [
        "agent",
        "amazon-q",
        "mcp",
        "tmux"
      ],
      "_stars": 319,
      "_language": "Python",
      "_full_name": "eugeneyan/news-agents",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.120674+00:00",
      "_last_seen_at": "2026-05-25T13:59:06.210380+00:00"
    },
    {
      "slug": "gh-oxidewavelength-minecraft-hack-baseclient",
      "name": "Minecraft-Hack-BaseClient",
      "description": "This is a Minecraft Base Client",
      "website": "https://github.com/OxideWaveLength/Minecraft-Hack-BaseClient",
      "github_url": "https://github.com/OxideWaveLength/Minecraft-Hack-BaseClient",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/OxideWaveLength/Minecraft-Hack-BaseClient"
      },
      "tags": [
        "1-8-8",
        "base",
        "client",
        "hack",
        "hacked",
        "java",
        "mcp",
        "mcp918"
      ],
      "_stars": 318,
      "_language": "Java",
      "_full_name": "OxideWaveLength/Minecraft-Hack-BaseClient",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.121942+00:00",
      "_last_seen_at": "2026-05-25T13:59:09.982111+00:00"
    },
    {
      "slug": "gh-automagik-dev-genie",
      "name": "genie",
      "description": "Wishes in, PRs out. CLI agent that interviews you, plans the work, dispatches parallel agents in isolated worktrees, and reviews code before you see it.",
      "website": "https://docs.automagik.dev/genie",
      "github_url": "https://github.com/automagik-dev/genie",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/automagik-dev/genie"
      },
      "tags": [
        "ai-agents",
        "ai-developer-tools",
        "anthropic",
        "automation",
        "autonomous-agents",
        "claude",
        "claude-code",
        "cli"
      ],
      "_stars": 318,
      "_language": "TypeScript",
      "_full_name": "automagik-dev/genie",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.123660+00:00",
      "_last_seen_at": "2026-05-25T13:59:09.980650+00:00"
    },
    {
      "slug": "gh-matiasbattocchia-open-bsp-api",
      "name": "open-bsp-api",
      "description": "Open-source WhatsApp Business platform",
      "website": "https://web.openbsp.dev",
      "github_url": "https://github.com/matiasbattocchia/open-bsp-api",
      "pricing": "free",
      "license": "Unlicense",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/matiasbattocchia/open-bsp-api"
      },
      "tags": [
        "agents",
        "ai",
        "ai-agents",
        "deno",
        "mcp",
        "supabase",
        "whatsapp",
        "whatsapp-api"
      ],
      "_stars": 314,
      "_language": "TypeScript",
      "_full_name": "matiasbattocchia/open-bsp-api",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.124773+00:00",
      "_last_seen_at": "2026-05-25T13:59:09.983618+00:00"
    },
    {
      "slug": "gh-gerred-building-an-agentic-system",
      "name": "building-an-agentic-system",
      "description": "An in-depth book and reference on building agentic systems like Claude Code",
      "website": "https://gerred.github.io/building-an-agentic-system/",
      "github_url": "https://github.com/gerred/building-an-agentic-system",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/gerred/building-an-agentic-system"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "ai",
        "claude",
        "mcp"
      ],
      "_stars": 314,
      "_language": "CSS",
      "_full_name": "gerred/building-an-agentic-system",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.130107+00:00",
      "_last_seen_at": "2026-05-25T13:59:09.986610+00:00"
    },
    {
      "slug": "gh-bigcodegen-mcp-neovim-server",
      "name": "mcp-neovim-server",
      "description": "Control Neovim using Model Context Protocol (MCP) and the official neovim/node-client JavaScript library",
      "website": "https://github.com/bigcodegen/mcp-neovim-server",
      "github_url": "https://github.com/bigcodegen/mcp-neovim-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bigcodegen/mcp-neovim-server"
      },
      "tags": [
        "anthropic",
        "claude",
        "mcp",
        "modelcontextprotocol",
        "neovim"
      ],
      "_stars": 313,
      "_language": "TypeScript",
      "_full_name": "bigcodegen/mcp-neovim-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.132642+00:00",
      "_last_seen_at": "2026-05-25T13:59:09.989376+00:00"
    },
    {
      "slug": "gh-spences10-mcp-omnisearch",
      "name": "mcp-omnisearch",
      "description": "\ud83d\udd0d A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.",
      "website": "https://github.com/spences10/mcp-omnisearch",
      "github_url": "https://github.com/spences10/mcp-omnisearch",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/spences10/mcp-omnisearch"
      },
      "tags": [
        "brave",
        "exa",
        "firecrawl",
        "github-search",
        "kagi",
        "linkup",
        "mcp",
        "model-context-protocol"
      ],
      "_stars": 312,
      "_language": "TypeScript",
      "_full_name": "spences10/mcp-omnisearch",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.135497+00:00",
      "_last_seen_at": "2026-05-25T13:59:09.996164+00:00"
    },
    {
      "slug": "gh-veyliss-ai-localbase",
      "name": "ai-localbase",
      "description": "\u4e00\u4e2a\u672c\u5730\u4f18\u5148\u7684AI\u77e5\u8bc6\u5e93\u7cfb\u7edf\uff08RAG\uff09\uff0c\u7528\u4e8e\u628a\u672c\u5730\u6587\u6863\u63a5\u5165\u8f85\u5bfc\u641c\u7d22\u4e0e\u5927\u6a21\u578b\u5bf9\u8bdd\u6d41\u7a0b\u3002\u76ee\u524d\u652f\u6301md\u3001txt\u3001pdf\uff08\u6587\u672c\uff09\u3001xlsx\u3001cvs\u7c7b\u578b\u3002\u652f\u6301mcp\u670d\u52a1",
      "website": "https://github.com/veyliss/ai-localbase",
      "github_url": "https://github.com/veyliss/ai-localbase",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/veyliss/ai-localbase"
      },
      "tags": [
        "ai",
        "go",
        "knowledge-base",
        "mcp",
        "ollama",
        "qdrant",
        "rag",
        "react"
      ],
      "_stars": 312,
      "_language": "Go",
      "_full_name": "veyliss/ai-localbase",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.136476+00:00",
      "_last_seen_at": "2026-05-25T13:59:09.999645+00:00"
    },
    {
      "slug": "gh-omar-v2-mcp-ical",
      "name": "mcp-ical",
      "description": "A Model Context Protocol Server that allows you to interact with your MacOS Calendar through natural language.",
      "website": "https://github.com/Omar-V2/mcp-ical",
      "github_url": "https://github.com/Omar-V2/mcp-ical",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Omar-V2/mcp-ical"
      },
      "tags": [
        "icalendar",
        "llm",
        "mcp",
        "mcp-server",
        "model-context-protocol"
      ],
      "_stars": 312,
      "_language": "Python",
      "_full_name": "Omar-V2/mcp-ical",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.137189+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.003164+00:00"
    },
    {
      "slug": "gh-milisp-mcp-linker",
      "name": "mcp-linker",
      "description": "mcp store manager, add & syncs MCP server configurations across clients like Claude code, Cursor\ud83d\udca1mcphub",
      "website": "https://mcp-linker.milisp.dev",
      "github_url": "https://github.com/milisp/mcp-linker",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/milisp/mcp-linker"
      },
      "tags": [
        "ai",
        "awesome",
        "claude",
        "dxt",
        "llm",
        "macos",
        "mcp",
        "mcp-management"
      ],
      "_stars": 311,
      "_language": "TypeScript",
      "_full_name": "milisp/mcp-linker",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.137875+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.005207+00:00"
    },
    {
      "slug": "gh-okx-agent-trade-kit",
      "name": "agent-trade-kit",
      "description": "OKX trading MCP server \u2014 connect AI agents to spot, swap, futures, options & grid bots via the Model Context Protocol.",
      "website": "https://github.com/okx/agent-trade-kit",
      "github_url": "https://github.com/okx/agent-trade-kit",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/okx/agent-trade-kit"
      },
      "tags": [
        "ai-agent",
        "crypto-trading",
        "mcp",
        "model-context-protocol",
        "okx",
        "typescript"
      ],
      "_stars": 310,
      "_language": "TypeScript",
      "_full_name": "okx/agent-trade-kit",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.139038+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.009153+00:00"
    },
    {
      "slug": "gh-markrai-scrumboy",
      "name": "scrumboy",
      "description": "Self-hosted kanban & project management with shareable boards, voice commands, sticky-notes and MCP support",
      "website": "https://scrumboy.com",
      "github_url": "https://github.com/markrai/scrumboy",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/markrai/scrumboy"
      },
      "tags": [
        "agile",
        "ai-integration",
        "collaboration",
        "docker",
        "go",
        "golang",
        "kanban",
        "mcp"
      ],
      "_stars": 310,
      "_language": "Go",
      "_full_name": "markrai/scrumboy",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.139951+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.006717+00:00"
    },
    {
      "slug": "gh-glitterkill-sdl-mcp",
      "name": "sdl-mcp",
      "description": "Symbol Delta Ledger (SDL-MCP) gives coding agents the right code context, not your entire repo. It turns sprawling codebases into compact, high-signal context that saves tokens, speeds up workflows, and improves agent output.",
      "website": "https://github.com/GlitterKill/sdl-mcp",
      "github_url": "https://github.com/GlitterKill/sdl-mcp",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/GlitterKill/sdl-mcp"
      },
      "tags": [
        "agent-context",
        "agent-tools",
        "agentic-coding",
        "agentic-engineering",
        "agentic-workflow",
        "code-analysis",
        "code-context",
        "code-graph"
      ],
      "_stars": 308,
      "_language": "TypeScript",
      "_full_name": "GlitterKill/sdl-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.140529+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.014371+00:00"
    },
    {
      "slug": "gh-guangxiangdebizi-tradingagents-mcpmode",
      "name": "TradingAgents-MCPmode",
      "description": "TradingAgents-MCPmode \u662f\u4e00\u4e2a\u521b\u65b0\u7684\u591a\u667a\u80fd\u4f53\u4ea4\u6613\u5206\u6790\u7cfb\u7edf\uff0c\u96c6\u6210\u4e86 Model Context Protocol (MCP) \u5de5\u5177\uff0c\u5b9e\u73b0\u4e86\u667a\u80fd\u5316\u7684\u80a1\u7968\u5206\u6790\u548c\u4ea4\u6613\u51b3\u7b56\u6d41\u7a0b\u3002\u7cfb\u7edf\u901a\u8fc7\u591a\u4e2a\u4e13\u4e1a\u5316\u667a\u80fd\u4f53\u7684\u534f\u4f5c\uff0c\u63d0\u4f9b\u5168\u9762\u7684\u5e02\u573a\u5206\u6790\u3001\u6295\u8d44\u5efa\u8bae\u548c\u98ce\u9669\u7ba1\u7406\u3002",
      "website": "http://47.79.147.241:8501/",
      "github_url": "https://github.com/guangxiangdebizi/TradingAgents-MCPmode",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/guangxiangdebizi/TradingAgents-MCPmode"
      },
      "tags": [
        "agent",
        "finance",
        "fintech",
        "index",
        "llm",
        "mcp",
        "stocks",
        "tradingbot"
      ],
      "_stars": 308,
      "_language": "Python",
      "_full_name": "guangxiangdebizi/TradingAgents-MCPmode",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.144527+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.011604+00:00"
    },
    {
      "slug": "gh-wrale-mcp-server-tree-sitter",
      "name": "mcp-server-tree-sitter",
      "description": "MCP Server for Tree-sitter",
      "website": "https://github.com/wrale/mcp-server-tree-sitter",
      "github_url": "https://github.com/wrale/mcp-server-tree-sitter",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wrale/mcp-server-tree-sitter"
      },
      "tags": [
        "ai-assistant",
        "ast",
        "claude",
        "claude-ai",
        "claude-desktop",
        "code-analysis",
        "code-search",
        "coding-assistant"
      ],
      "_stars": 306,
      "_language": "Python",
      "_full_name": "wrale/mcp-server-tree-sitter",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.146957+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.016026+00:00"
    },
    {
      "slug": "gh-liaotxcn-weave",
      "name": "Weave",
      "description": "A highly efficient, secure, and stable application development platform with excellent performance, easy scalability, and deep integration of AI capabilities such as LLM, AI Chat, RAG, and Agents.\u9ad8\u6548\u3001\u5b89\u5168\u3001\u7a33\u5b9a\u7684\u670d\u52a1\u7814\u53d1\u5e73\u53f0\uff0c\u5177\u5907\u826f\u597d\u6027\u80fd\uff0c\u540c\u65f6\u6613\u6269\u5c55\uff0c\u6df1\u5ea6\u96c6\u6210LLM\u3001AIChat\u3001RAG\u3001Agent\u7b49AI\u80fd\u529b",
      "website": "https://github.com/NexusForgeAI/Weave-Toolkit",
      "github_url": "https://github.com/liaotxcn/Weave",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/liaotxcn/Weave"
      },
      "tags": [
        "agent",
        "aichat",
        "docker",
        "eino",
        "gin",
        "golang",
        "k8s",
        "large-language-models"
      ],
      "_stars": 306,
      "_language": "Go",
      "_full_name": "liaotxcn/Weave",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.148529+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.017651+00:00"
    },
    {
      "slug": "gh-chatmcp-mcprouter",
      "name": "mcprouter",
      "description": "api router for MCP Servers",
      "website": "https://mcprouter.co",
      "github_url": "https://github.com/chatmcp/mcprouter",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chatmcp/mcprouter"
      },
      "tags": [
        "chatmcp",
        "mcp",
        "mcprouter",
        "mcpservers"
      ],
      "_stars": 306,
      "_language": "Go",
      "_full_name": "chatmcp/mcprouter",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.150582+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.020882+00:00"
    },
    {
      "slug": "gh-getdatanaut-openmcp",
      "name": "openmcp",
      "description": "Turn any openapi file into an mcp server, with just the tools you need.",
      "website": "https://openmcp.datanaut.ai",
      "github_url": "https://github.com/getdatanaut/openmcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/getdatanaut/openmcp"
      },
      "tags": [
        "mcp",
        "mcp-client",
        "mcp-server",
        "model-context-protocol",
        "openapi"
      ],
      "_stars": 306,
      "_language": "TypeScript",
      "_full_name": "getdatanaut/openmcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.152716+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.025615+00:00"
    },
    {
      "slug": "gh-patrikfehrenbach-h1-brain",
      "name": "h1-brain",
      "description": "MCP server that connects AI assistants to HackerOne for bug bounty hunting",
      "website": "https://github.com/PatrikFehrenbach/h1-brain",
      "github_url": "https://github.com/PatrikFehrenbach/h1-brain",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PatrikFehrenbach/h1-brain"
      },
      "tags": [
        "ai",
        "bug-bounty",
        "bug-bounty-tools",
        "claude",
        "hackerone",
        "hacking",
        "mcp",
        "mcp-server"
      ],
      "_stars": 305,
      "_language": "Python",
      "_full_name": "PatrikFehrenbach/h1-brain",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.153657+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.029012+00:00"
    },
    {
      "slug": "gh-aayoawoyemi-ori-mnemos",
      "name": "Ori-Mnemos",
      "description": "Local-first persistent agentic memory powered by Recursive Memory Harness (RMH). Open source must win.",
      "website": "https://orimnemos.com.",
      "github_url": "https://github.com/aayoawoyemi/Ori-Mnemos",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aayoawoyemi/Ori-Mnemos"
      },
      "tags": [
        "agent-memory",
        "ai-agent",
        "ai-agents",
        "ai-memory",
        "knowledge-graph",
        "llm",
        "local-first",
        "markdown"
      ],
      "_stars": 305,
      "_language": "TypeScript",
      "_full_name": "aayoawoyemi/Ori-Mnemos",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.154986+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.031579+00:00"
    },
    {
      "slug": "gh-mnemon-dev-mnemon",
      "name": "mnemon",
      "description": "LLM-supervised persistent memory for AI agents \u2014 graph-based recall, cross-session knowledge, single binary. Works with Claude Code, OpenClaw, and any CLI agent.",
      "website": "https://github.com/mnemon-dev/mnemon#readme",
      "github_url": "https://github.com/mnemon-dev/mnemon",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mnemon-dev/mnemon"
      },
      "tags": [
        "agent-framework",
        "agent-memory",
        "ai-agent",
        "ai-tools",
        "claude",
        "claude-code",
        "claude-memory",
        "cli"
      ],
      "_stars": 303,
      "_language": "Go",
      "_full_name": "mnemon-dev/mnemon",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.156840+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.033334+00:00"
    },
    {
      "slug": "gh-plmbr-notebook-intelligence",
      "name": "notebook-intelligence",
      "description": "A JupyterLab extension supporting Claude Code, Copilot, Ollama, and OpenAI-compatible LLMs, with MCP, skills, plugins, and notebook agents.",
      "website": "https://plmbr.dev",
      "github_url": "https://github.com/plmbr/notebook-intelligence",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/plmbr/notebook-intelligence"
      },
      "tags": [
        "agent-plugins",
        "agent-skills",
        "ai",
        "ai-agents",
        "ai-tools",
        "claude-code",
        "codex",
        "copilot"
      ],
      "_stars": 303,
      "_language": "Python",
      "_full_name": "plmbr/notebook-intelligence",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.157758+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.036371+00:00"
    },
    {
      "slug": "gh-fradser-mcp-server-mas-sequential-thinking",
      "name": "mcp-server-mas-sequential-thinking",
      "description": "An advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.",
      "website": "https://github.com/FradSer/mcp-server-mas-sequential-thinking",
      "github_url": "https://github.com/FradSer/mcp-server-mas-sequential-thinking",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FradSer/mcp-server-mas-sequential-thinking"
      },
      "tags": [
        "agno",
        "mcp",
        "mcp-server",
        "sequential-thinking"
      ],
      "_stars": 302,
      "_language": "Python",
      "_full_name": "FradSer/mcp-server-mas-sequential-thinking",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.162998+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.041943+00:00"
    },
    {
      "slug": "gh-moov-io-awesome-fintech",
      "name": "awesome-fintech",
      "description": "A curated collection of open source fintech libraries and resources.",
      "website": "https://github.com/moov-io/awesome-fintech",
      "github_url": "https://github.com/moov-io/awesome-fintech",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/moov-io/awesome-fintech"
      },
      "tags": [
        "agentic",
        "banking",
        "fintech",
        "mcp",
        "payment-gateway",
        "payments",
        "x402"
      ],
      "_stars": 302,
      "_language": null,
      "_full_name": "moov-io/awesome-fintech",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.165196+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.044758+00:00"
    },
    {
      "slug": "gh-inclusionai-aenvironment",
      "name": "AEnvironment",
      "description": "Standardized environment infrastructure for Agentic AI development.",
      "website": "https://inclusionai.github.io/AEnvironment/",
      "github_url": "https://github.com/inclusionAI/AEnvironment",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/inclusionAI/AEnvironment"
      },
      "tags": [
        "agent",
        "ant-asystem",
        "asystem",
        "benchmark",
        "environment",
        "mcp",
        "reinforement-learning",
        "rl"
      ],
      "_stars": 301,
      "_language": "Python",
      "_full_name": "inclusionAI/AEnvironment",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.167021+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.046762+00:00"
    },
    {
      "slug": "gh-sidharthrajaram-mcp-sse",
      "name": "mcp-sse",
      "description": "A working pattern for SSE-based MCP clients and servers",
      "website": "https://github.com/sidharthrajaram/mcp-sse",
      "github_url": "https://github.com/sidharthrajaram/mcp-sse",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sidharthrajaram/mcp-sse"
      },
      "tags": [
        "agents",
        "llm",
        "mcp",
        "tool-use"
      ],
      "_stars": 301,
      "_language": "Python",
      "_full_name": "sidharthrajaram/mcp-sse",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.167922+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.048310+00:00"
    },
    {
      "slug": "gh-workbackai-mcp-nodejs-debugger",
      "name": "mcp-nodejs-debugger",
      "description": "\ud83d\udc1e MCP Node.js debugger",
      "website": "https://npmjs.com/package/@hyperdrive-eng/mcp-nodejs-debugger",
      "github_url": "https://github.com/workbackai/mcp-nodejs-debugger",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/workbackai/mcp-nodejs-debugger"
      },
      "tags": [
        "debugger",
        "mcp",
        "mcp-server",
        "nodejs"
      ],
      "_stars": 300,
      "_language": "JavaScript",
      "_full_name": "workbackai/mcp-nodejs-debugger",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.168616+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.049881+00:00"
    },
    {
      "slug": "gh-benjaminr-chrome-devtools-mcp",
      "name": "chrome-devtools-mcp",
      "description": "An MCP Server for Chrome DevTools, following the Chrome DevTools Protocol. Integrates with Claude Desktop and Claude Code.",
      "website": "https://github.com/benjaminr/chrome-devtools-mcp",
      "github_url": "https://github.com/benjaminr/chrome-devtools-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/benjaminr/chrome-devtools-mcp"
      },
      "tags": [
        "chrome",
        "chromium",
        "chromium-browser",
        "claude-code",
        "claude-desktop",
        "debugging-tools",
        "dev",
        "dev-tools"
      ],
      "_stars": 299,
      "_language": "Python",
      "_full_name": "benjaminr/chrome-devtools-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.169310+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.052943+00:00"
    },
    {
      "slug": "gh-arenukvern-mcp-flutter",
      "name": "mcp_flutter",
      "description": "MCP Server and Toolkit for Flutter AI Agent Driven Development - via closed feedback loop (visual & semantic snapshot) and high client side customization adaptable for any Flutter app.",
      "website": "https://docs.page/arenukvern/mcp_flutter",
      "github_url": "https://github.com/Arenukvern/mcp_flutter",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Arenukvern/mcp_flutter"
      },
      "tags": [
        "ai",
        "dart",
        "dynamic-tools",
        "flutter",
        "mcp",
        "mcp-client",
        "mcp-server",
        "mcp-toolkit"
      ],
      "_stars": 299,
      "_language": "Dart",
      "_full_name": "Arenukvern/mcp_flutter",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.170175+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.055900+00:00"
    },
    {
      "slug": "gh-hanlulong-awesome-ai-for-economists",
      "name": "awesome-ai-for-economists",
      "description": "A curated list of AI tools, libraries, and resources for economics research, teaching, and policy analysis. Maintained by the OpenEcon team.",
      "website": "https://openecon.ai",
      "github_url": "https://github.com/hanlulong/awesome-ai-for-economists",
      "pricing": "free",
      "license": "CC0-1.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hanlulong/awesome-ai-for-economists"
      },
      "tags": [
        "ai",
        "artificial-intelligence",
        "awesome",
        "awesome-list",
        "causal-inference",
        "econometrics",
        "economics",
        "economists"
      ],
      "_stars": 298,
      "_language": null,
      "_full_name": "hanlulong/awesome-ai-for-economists",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.170946+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.059879+00:00"
    },
    {
      "slug": "gh-universal-tool-calling-protocol-utcp-specification",
      "name": "utcp-specification",
      "description": "The specification for the Universal Tool Calling Protocol",
      "website": "https://www.utcp.io/",
      "github_url": "https://github.com/universal-tool-calling-protocol/utcp-specification",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/universal-tool-calling-protocol/utcp-specification"
      },
      "tags": [
        "ai",
        "ai-agent-tools",
        "documentation",
        "mcp",
        "protocol",
        "specification",
        "utcp"
      ],
      "_stars": 298,
      "_language": "TypeScript",
      "_full_name": "universal-tool-calling-protocol/utcp-specification",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.172249+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.062522+00:00"
    },
    {
      "slug": "gh-erickochen-purple",
      "name": "purple",
      "description": "Open-source terminal SSH manager that keeps ~/.ssh/config in sync with your cloud infra across 16 cloud providers. Spin up a VM, it shows up. Destroy it, it dims. Plus live tunnel monitoring, fleet-wide Docker and Podman, scp, Vault SSH certs and an MCP server for AI agents. Rust TUI, MIT.",
      "website": "https://getpurple.sh",
      "github_url": "https://github.com/erickochen/purple",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/erickochen/purple"
      },
      "tags": [
        "cli",
        "cloud-sync",
        "devops",
        "docker",
        "hashicorp-vault",
        "homelab",
        "mcp",
        "podman"
      ],
      "_stars": 298,
      "_language": "Rust",
      "_full_name": "erickochen/purple",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.172755+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.063130+00:00"
    },
    {
      "slug": "gh-secondsky-sap-skills",
      "name": "sap-skills",
      "description": "Production-ready Claude Code skills for SAP development - 35 skills covering BTP, CAP, Fiori, ABAP, HANA, Analytics Cloud, and more",
      "website": "https://github.com/secondsky/sap-skills#readme",
      "github_url": "https://github.com/secondsky/sap-skills",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/secondsky/sap-skills"
      },
      "tags": [
        "abap",
        "ai-development",
        "ai-skills",
        "claude",
        "claude-code",
        "cloud-development",
        "developer-tools",
        "enterprise"
      ],
      "_stars": 297,
      "_language": "JavaScript",
      "_full_name": "secondsky/sap-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.173422+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.063716+00:00"
    },
    {
      "slug": "gh-blueberrycongee-termcanvas",
      "name": "termcanvas",
      "description": "An infinite canvas desktop app for visually managing terminals",
      "website": "https://website-ten-mu-37.vercel.app",
      "github_url": "https://github.com/blueberrycongee/termcanvas",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/blueberrycongee/termcanvas"
      },
      "tags": [
        "agent-orchestration",
        "ai-agents",
        "canvas",
        "claude-code",
        "desktop-app",
        "developer-tools",
        "electron",
        "git-worktree"
      ],
      "_stars": 297,
      "_language": "TypeScript",
      "_full_name": "blueberrycongee/termcanvas",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.173934+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.066870+00:00"
    },
    {
      "slug": "gh-hmmhmmhm-daiso-mcp",
      "name": "daiso-mcp",
      "description": "\ud55c\uad6d \ub85c\uceec \ub9ac\ud14c\uc77c\uacfc \uc601\ud654\uad00 \uc870\ud68c\ub97c MCP, CLI, Codex Skill\ub85c \uc5f0\uacb0\ud569\ub2c8\ub2e4.",
      "website": "https://mcp.aka.page",
      "github_url": "https://github.com/hmmhmmhm/daiso-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hmmhmmhm/daiso-mcp"
      },
      "tags": [
        "cgv",
        "clawhub",
        "cli",
        "codex-skill",
        "daiso",
        "gs25",
        "inventory",
        "korea"
      ],
      "_stars": 297,
      "_language": "TypeScript",
      "_full_name": "hmmhmmhm/daiso-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.178777+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.071949+00:00"
    },
    {
      "slug": "gh-rafalwilinski-aws-mcp",
      "name": "aws-mcp",
      "description": "Talk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.",
      "website": "https://rwilinski.ai",
      "github_url": "https://github.com/RafalWilinski/aws-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/RafalWilinski/aws-mcp"
      },
      "tags": [
        "ai",
        "amazon-q",
        "aws",
        "claude",
        "llm",
        "mcp"
      ],
      "_stars": 296,
      "_language": "TypeScript",
      "_full_name": "RafalWilinski/aws-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.185003+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.078863+00:00"
    },
    {
      "slug": "gh-zhixiangluo-10xproductivity",
      "name": "10xProductivity",
      "description": "A recipe for your coding agent to connect all tools for automation and 10x productivity",
      "website": "https://github.com/ZhixiangLuo/10xProductivity",
      "github_url": "https://github.com/ZhixiangLuo/10xProductivity",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ZhixiangLuo/10xProductivity"
      },
      "tags": [
        "accountability",
        "agent-skills",
        "ai-agents",
        "automation",
        "autonomous-agents",
        "coding-agent",
        "freedom",
        "mcp"
      ],
      "_stars": 296,
      "_language": "Python",
      "_full_name": "ZhixiangLuo/10xProductivity",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.186075+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.064971+00:00"
    },
    {
      "slug": "gh-anthropics-claude-ai-mcp",
      "name": "claude-ai-mcp",
      "description": "Report issues related to MCP integration with Claude here.",
      "website": "https://github.com/anthropics/claude-ai-mcp",
      "github_url": "https://github.com/anthropics/claude-ai-mcp",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/anthropics/claude-ai-mcp"
      },
      "tags": [
        "anthropic",
        "claude",
        "claude-ai",
        "mcp",
        "model-context-protocol"
      ],
      "_stars": 294,
      "_language": null,
      "_full_name": "anthropics/claude-ai-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.187027+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.080369+00:00"
    },
    {
      "slug": "gh-alex2yang97-yahoo-finance-mcp",
      "name": "yahoo-finance-mcp",
      "description": "This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.",
      "website": "https://github.com/Alex2Yang97/yahoo-finance-mcp",
      "github_url": "https://github.com/Alex2Yang97/yahoo-finance-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Alex2Yang97/yahoo-finance-mcp"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "yahoo-finance",
        "yfinance",
        "yfinance-mcp"
      ],
      "_stars": 293,
      "_language": "Python",
      "_full_name": "Alex2Yang97/yahoo-finance-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.188244+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.087699+00:00"
    },
    {
      "slug": "gh-lyellr88-marm-systems",
      "name": "MARM-Systems",
      "description": "Stop re-explaining yourself to your AI. MARM gives every session persistent memory, cross-agent context sharing, and structured reasoning that builds as you work, not resets. Includes a live web dashboard for browsing memories, logs, and sessions without touching the CLI. Connects over HTTP,  HTTPS,  STDIO to fit any stack or deployment.",
      "website": "https://github.com/Lyellr88/MARM-Systems",
      "github_url": "https://github.com/Lyellr88/MARM-Systems",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Lyellr88/MARM-Systems"
      },
      "tags": [
        "claude",
        "claude-code",
        "developer-tools",
        "docker-image",
        "embeddings",
        "fastapi",
        "gemini-cli",
        "knowledge-based-systems"
      ],
      "_stars": 292,
      "_language": "Python",
      "_full_name": "Lyellr88/MARM-Systems",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.190162+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.091871+00:00"
    },
    {
      "slug": "gh-llt22-talkio",
      "name": "talkio",
      "description": "Local-first multi-AI group chat desktop app \u2014 pull gpt, Claude, Gemini, DeepSeek into one conversation. Tauri 2 + React 19.",
      "website": "https://github.com/llt22/talkio",
      "github_url": "https://github.com/llt22/talkio",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/llt22/talkio"
      },
      "tags": [
        "ai",
        "chat",
        "chatbot",
        "chatgpt",
        "claude",
        "deepseek",
        "llm",
        "mcp"
      ],
      "_stars": 291,
      "_language": "TypeScript",
      "_full_name": "llt22/talkio",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.191336+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.095620+00:00"
    },
    {
      "slug": "gh-puppyone-ai-deepwideresearch",
      "name": "DeepWideResearch",
      "description": "Agentic RAG for any scenario. Customize sources, depth, and width",
      "website": "https://www.deepwideresearch.com",
      "github_url": "https://github.com/puppyone-ai/DeepWideResearch",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/puppyone-ai/DeepWideResearch"
      },
      "tags": [
        "agent",
        "agentic-workflow",
        "mcp",
        "rag",
        "rag-chatbot"
      ],
      "_stars": 291,
      "_language": "TypeScript",
      "_full_name": "puppyone-ai/DeepWideResearch",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.196502+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.098638+00:00"
    },
    {
      "slug": "gh-mrgoonie-human-mcp",
      "name": "human-mcp",
      "description": "Bringing Human Capabilities to AI Agents",
      "website": "https://human.goclaw.sh",
      "github_url": "https://github.com/mrgoonie/human-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mrgoonie/human-mcp"
      },
      "tags": [
        "claudecode",
        "claw",
        "goclaw",
        "mcp",
        "openclaw",
        "skills"
      ],
      "_stars": 290,
      "_language": "TypeScript",
      "_full_name": "mrgoonie/human-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.198336+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.103305+00:00"
    },
    {
      "slug": "gh-sanjay3290-ai-skills",
      "name": "ai-skills",
      "description": "Collection of agent skills for AI coding assistants",
      "website": "https://github.com/sanjay3290/ai-skills",
      "github_url": "https://github.com/sanjay3290/ai-skills",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sanjay3290/ai-skills"
      },
      "tags": [
        "agent-skills",
        "ai-skills",
        "atlassian",
        "azure-devops",
        "claude-code",
        "claude-skills",
        "confluence",
        "deep-research"
      ],
      "_stars": 290,
      "_language": "Python",
      "_full_name": "sanjay3290/ai-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.201527+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.112504+00:00"
    },
    {
      "slug": "gh-zxkane-aws-skills",
      "name": "aws-skills",
      "description": "Claude Code plugins and agent skills for AWS development \u2014 CDK, serverless, cost ops, and Bedrock AgentCore",
      "website": "https://skills.sh/zxkane/aws-skills",
      "github_url": "https://github.com/zxkane/aws-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zxkane/aws-skills"
      },
      "tags": [
        "agent-skills",
        "anthropic",
        "aws",
        "aws-agentcore",
        "aws-cdk",
        "aws-cost-optimization",
        "aws-serverless-architecture",
        "bedrock-agentcore"
      ],
      "_stars": 290,
      "_language": "Shell",
      "_full_name": "zxkane/aws-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.203840+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.105988+00:00"
    },
    {
      "slug": "gh-aws-mcp-proxy-for-aws",
      "name": "mcp-proxy-for-aws",
      "description": "AWS MCP Proxy Server",
      "website": "https://github.com/aws/mcp-proxy-for-aws",
      "github_url": "https://github.com/aws/mcp-proxy-for-aws",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/aws/mcp-proxy-for-aws"
      },
      "tags": [
        "aws",
        "mcp",
        "proxy",
        "sigv4"
      ],
      "_stars": 290,
      "_language": "Python",
      "_full_name": "aws/mcp-proxy-for-aws",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.206168+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.117866+00:00"
    },
    {
      "slug": "gh-pluveto-daan",
      "name": "daan",
      "description": "\u2728Lightweight LLM Client with MCP \ud83d\udd0c & Characters \ud83d\udc64",
      "website": "https://daan.one",
      "github_url": "https://github.com/pluveto/daan",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pluveto/daan"
      },
      "tags": [
        "chatgpt",
        "client",
        "deepseek",
        "llm",
        "mcp",
        "mcp-client",
        "openai"
      ],
      "_stars": 289,
      "_language": "TypeScript",
      "_full_name": "pluveto/daan",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.207907+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.121661+00:00"
    },
    {
      "slug": "gh-amxv-mcp-manager",
      "name": "mcp-manager",
      "description": "simple web ui to manage mcp (model context protocol) servers in the claude app",
      "website": "https://mcp-manager.zue.ai",
      "github_url": "https://github.com/amxv/mcp-manager",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/amxv/mcp-manager"
      },
      "tags": [
        "claude",
        "llm",
        "mcp",
        "model-context-protocol",
        "react",
        "vite"
      ],
      "_stars": 288,
      "_language": "TypeScript",
      "_full_name": "amxv/mcp-manager",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.210062+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.125563+00:00"
    },
    {
      "slug": "gh-scribeocr-scribe-js",
      "name": "scribe.js",
      "description": "JavaScript OCR and text extraction for images and PDFs.",
      "website": "https://github.com/scribeocr/scribe.js",
      "github_url": "https://github.com/scribeocr/scribe.js",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/scribeocr/scribe.js"
      },
      "tags": [
        "javascript",
        "mcp",
        "ocr",
        "tesseract",
        "webassembly"
      ],
      "_stars": 287,
      "_language": "JavaScript",
      "_full_name": "scribeocr/scribe.js",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.212239+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.128660+00:00"
    },
    {
      "slug": "gh-arindam200-reddit-mcp",
      "name": "reddit-mcp",
      "description": "Model Context Protocol server implementation for Reddit",
      "website": "https://arindammajumder.com/youtube",
      "github_url": "https://github.com/Arindam200/reddit-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Arindam200/reddit-mcp"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "reddit",
        "reddit-api"
      ],
      "_stars": 287,
      "_language": "Python",
      "_full_name": "Arindam200/reddit-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.213635+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.131220+00:00"
    },
    {
      "slug": "gh-ethiack-ai4eh",
      "name": "ai4eh",
      "description": "AI for Ethical Hacking - Workshop",
      "website": "https://ethiack.com",
      "github_url": "https://github.com/ethiack/ai4eh",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ethiack/ai4eh"
      },
      "tags": [
        "hackbot",
        "hacking",
        "llm",
        "mcp",
        "nlp",
        "recon",
        "security"
      ],
      "_stars": 287,
      "_language": "Python",
      "_full_name": "ethiack/ai4eh",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.214741+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.132634+00:00"
    },
    {
      "slug": "gh-penpot-penpot-mcp",
      "name": "penpot-mcp",
      "description": "Penpot's official MCP Server",
      "website": "https://github.com/penpot/penpot-mcp",
      "github_url": "https://github.com/penpot/penpot-mcp",
      "pricing": "free",
      "license": "MPL-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/penpot/penpot-mcp"
      },
      "tags": [
        "ai",
        "design",
        "mcp",
        "plugin"
      ],
      "_stars": 286,
      "_language": "TypeScript",
      "_full_name": "penpot/penpot-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.216902+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.135547+00:00"
    },
    {
      "slug": "gh-cyberstrikeus-cyberstrike",
      "name": "CyberStrike",
      "description": "AI-powered offensive security agent with 7,300+ actionable security skills. Autonomous pentesting powered by MITRE ATT&CK (2,000+ Atomic tests), CIS Benchmarks (1,500+ controls), OWASP, NIST. Lazy-loading, zero context pollution. Your AI red team.",
      "website": "https://cyberstrike.io",
      "github_url": "https://github.com/CyberStrikeus/CyberStrike",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CyberStrikeus/CyberStrike"
      },
      "tags": [
        "ai",
        "ai-agent",
        "appsec",
        "atomic-red-team",
        "bug-bounty",
        "cis-benchmarks",
        "cybersecurity",
        "devsecops"
      ],
      "_stars": 285,
      "_language": "TypeScript",
      "_full_name": "CyberStrikeus/CyberStrike",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.217948+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.138950+00:00"
    },
    {
      "slug": "gh-lightseekorg-smg",
      "name": "smg",
      "description": "Engine-agnostic LLM gateway in Rust. Full OpenAI & Anthropic API compatibility across SGLang, vLLM, TRT-LLM, OpenAI, Gemini & more. Industry-first gRPC pipeline, KV cache-aware routing, chat history, tokenization caching, Responses API, embeddings, WASM plugins, MCP, and multi-tenant auth.",
      "website": "https://lightseek.org/smg",
      "github_url": "https://github.com/lightseekorg/smg",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lightseekorg/smg"
      },
      "tags": [
        "anthropic",
        "anthropic-api",
        "chat",
        "claude",
        "gemini",
        "inference-gateway",
        "lightseek",
        "llm"
      ],
      "_stars": 284,
      "_language": "Rust",
      "_full_name": "lightseekorg/smg",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.218649+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.141719+00:00"
    },
    {
      "slug": "gh-alfanous-team-alfanous",
      "name": "alfanous",
      "description": "Alfanous is an Arabic search engine API provides the simple and advanced search in Quran , more features and many interfaces...",
      "website": "https://github.com/Alfanous-team/alfanous",
      "github_url": "https://github.com/Alfanous-team/alfanous",
      "pricing": "free",
      "license": "LGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Alfanous-team/alfanous"
      },
      "tags": [
        "api",
        "arabic",
        "indexing",
        "mcp",
        "mcp-server",
        "python",
        "quran",
        "search-engine"
      ],
      "_stars": 284,
      "_language": "Python",
      "_full_name": "Alfanous-team/alfanous",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.219208+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.145023+00:00"
    },
    {
      "slug": "gh-strands-agents-mcp-server",
      "name": "mcp-server",
      "description": "This MCP server provides documentation about Strands Agents to your GenAI tools, so you can use your favorite AI coding assistant to vibe-code Strands Agents.",
      "website": "https://strandsagents.com",
      "github_url": "https://github.com/strands-agents/mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/strands-agents/mcp-server"
      },
      "tags": [
        "agentic",
        "agentic-ai",
        "agents",
        "ai",
        "anthropic",
        "autonomous-agents",
        "bedrock",
        "genai"
      ],
      "_stars": 282,
      "_language": "Python",
      "_full_name": "strands-agents/mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.219871+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.148163+00:00"
    },
    {
      "slug": "gh-cyanheads-model-context-protocol-resources",
      "name": "model-context-protocol-resources",
      "description": "Exploring the Model Context Protocol (MCP) through practical guides, clients, and servers I've built while learning about this new protocol.",
      "website": "https://github.com/cyanheads/model-context-protocol-resources",
      "github_url": "https://github.com/cyanheads/model-context-protocol-resources",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cyanheads/model-context-protocol-resources"
      },
      "tags": [
        "ai-agents",
        "ai-development",
        "cyanheads",
        "developer-guides",
        "llm-tools",
        "mcp",
        "mcp-servers",
        "model-context-protocol"
      ],
      "_stars": 280,
      "_language": null,
      "_full_name": "cyanheads/model-context-protocol-resources",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.220580+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.149402+00:00"
    },
    {
      "slug": "gh-getagentseal-agentseal",
      "name": "agentseal",
      "description": "Security toolkit for AI agents. Scan your machine for dangerous skills and MCP configs, monitor for supply chain attacks, test prompt injection resistance, and audit live MCP servers for tool poisoning.",
      "website": "https://agentseal.org",
      "github_url": "https://github.com/getagentseal/agentseal",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/getagentseal/agentseal"
      },
      "tags": [
        "agent-security",
        "ai-agent",
        "ai-agents",
        "ai-security",
        "cli",
        "llm",
        "llm-security",
        "mcp"
      ],
      "_stars": 278,
      "_language": "Python",
      "_full_name": "getagentseal/agentseal",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.221784+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.157295+00:00"
    },
    {
      "slug": "gh-sudocode-ai-sudocode",
      "name": "sudocode",
      "description": "Lightweight agent orchestration dev tool that lives in your repo",
      "website": "https://sudocode.ai",
      "github_url": "https://github.com/sudocode-ai/sudocode",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sudocode-ai/sudocode"
      },
      "tags": [
        "agents",
        "ai",
        "automation",
        "claude-code",
        "cli",
        "coding-agents",
        "mcp",
        "mcp-server"
      ],
      "_stars": 278,
      "_language": "TypeScript",
      "_full_name": "sudocode-ai/sudocode",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.223309+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.161487+00:00"
    },
    {
      "slug": "gh-thibautmelen-agentic-ai-systems",
      "name": "agentic-ai-systems",
      "description": "\ud83d\udc14 Agentic systems explained with chickens. Workflows, agents & orchestration made simple. Mermaid diagrams included",
      "website": "https://github.com/ThibautMelen/agentic-ai-systems",
      "github_url": "https://github.com/ThibautMelen/agentic-ai-systems",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ThibautMelen/agentic-ai-systems"
      },
      "tags": [
        "agent-sdk",
        "agentic",
        "agentic-frameworks",
        "agentic-patterns",
        "agentic-systems",
        "ai-agents",
        "anthropic",
        "awesome"
      ],
      "_stars": 277,
      "_language": null,
      "_full_name": "ThibautMelen/agentic-ai-systems",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.224029+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.165543+00:00"
    },
    {
      "slug": "gh-sinanuozdemir-oreilly-ai-agents",
      "name": "oreilly-ai-agents",
      "description": "An introduction to the world of AI Agents",
      "website": "https://learning.oreilly.com/live-events/ai-agents-a-z/0642572007604/",
      "github_url": "https://github.com/sinanuozdemir/oreilly-ai-agents",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sinanuozdemir/oreilly-ai-agents"
      },
      "tags": [
        "agent",
        "agentic-ai",
        "agents",
        "ai",
        "autogen",
        "claude",
        "crewai",
        "deepseek"
      ],
      "_stars": 277,
      "_language": "Jupyter Notebook",
      "_full_name": "sinanuozdemir/oreilly-ai-agents",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.225164+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.166910+00:00"
    },
    {
      "slug": "gh-metorial-metorial-index",
      "name": "metorial-index",
      "description": "Metorial MCP Index - An ever growing list of open source MCP servers \ud83d\udcc1 \ud83c\udf89",
      "website": "https://metorial.com",
      "github_url": "https://github.com/metorial/metorial-index",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/metorial/metorial-index"
      },
      "tags": [
        "agentic-ai",
        "agents",
        "awesome-list",
        "mcp",
        "mcp-server"
      ],
      "_stars": 277,
      "_language": "TypeScript",
      "_full_name": "metorial/metorial-index",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.227941+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.169191+00:00"
    },
    {
      "slug": "gh-wildcard-official-deepcontext-mcp",
      "name": "deepcontext-mcp",
      "description": "DeepContext is an MCP server that adds symbol-aware semantic search to Claude Code, Codex CLI, and other agents for faster, smarter context on large codebases.",
      "website": "https://wild-card.ai/deepcontext",
      "github_url": "https://github.com/Wildcard-Official/deepcontext-mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Wildcard-Official/deepcontext-mcp"
      },
      "tags": [
        "ai",
        "ai-agents",
        "claude",
        "claude-code",
        "code",
        "code-context",
        "codex",
        "developer-tools"
      ],
      "_stars": 277,
      "_language": "TypeScript",
      "_full_name": "Wildcard-Official/deepcontext-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.230946+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.171244+00:00"
    },
    {
      "slug": "gh-tableau-tableau-mcp",
      "name": "tableau-mcp",
      "description": "Tableau's official MCP Server. Helping Agents see and understand data.",
      "website": "https://tableau.github.io/tableau-mcp/",
      "github_url": "https://github.com/tableau/tableau-mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tableau/tableau-mcp"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "modelcontextprotocol",
        "tableau"
      ],
      "_stars": 277,
      "_language": "TypeScript",
      "_full_name": "tableau/tableau-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.232209+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.175472+00:00"
    },
    {
      "slug": "gh-orneryd-mimir",
      "name": "Mimir",
      "description": "Mimir - Fully open and customizable memory bank with semantic vector search capabilities for locally indexed files (Code Intelligence) and stored memories that are shared across sessions and chat contexts allowing worker agent to learn from errors in past runs. Includes Drag and Drop multi-agent orchestration",
      "website": "https://github.com/orneryd/Mimir",
      "github_url": "https://github.com/orneryd/Mimir",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/orneryd/Mimir"
      },
      "tags": [
        "code-intelligence",
        "codebase",
        "docker",
        "graph-algorithms",
        "graph-api",
        "graph-database",
        "graph-embedding",
        "indexing"
      ],
      "_stars": 276,
      "_language": "Go",
      "_full_name": "orneryd/Mimir",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.234536+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.179165+00:00"
    },
    {
      "slug": "gh-mathomhaus-guild",
      "name": "guild",
      "description": "Shared context, memory, and task coordination across AI coding agents. Single Go binary, local SQLite, hybrid keyword and semantic search.",
      "website": "https://github.com/mathomhaus/guild",
      "github_url": "https://github.com/mathomhaus/guild",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mathomhaus/guild"
      },
      "tags": [
        "agent-coordination",
        "agent-memory",
        "ai-agents",
        "claude",
        "claude-code",
        "codex",
        "cursor",
        "golang"
      ],
      "_stars": 276,
      "_language": "Go",
      "_full_name": "mathomhaus/guild",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.235618+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.188608+00:00"
    },
    {
      "slug": "gh-jd-opensource-joysafeter",
      "name": "JoySafeter",
      "description": "\ud83d\ude80 JoySafeter: An enterprise AI Agent Platform\u2014Not just chatting. building\u3001running\u3001testing, and tracing autonomous Agent Teams with visual orchestration...",
      "website": "https://github.com/jd-opensource/JoySafeter",
      "github_url": "https://github.com/jd-opensource/JoySafeter",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jd-opensource/JoySafeter"
      },
      "tags": [
        "a2a",
        "agent",
        "agent-platform",
        "agent-studio",
        "agents",
        "coding-agent",
        "deepagents",
        "mcp"
      ],
      "_stars": 276,
      "_language": "Python",
      "_full_name": "jd-opensource/JoySafeter",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.236290+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.182809+00:00"
    },
    {
      "slug": "gh-placenl2026-best-of-algorithmic-trading",
      "name": "best-of-algorithmic-trading",
      "description": "algorithmic trading curated list quant finance trading bots backtesting technical analysis crypto open-source freqtrade hummingbot fintech Python TypeScript resources MCP quantopian-style rankings",
      "website": "https://github.com/PlaceNL2026/best-of-algorithmic-trading",
      "github_url": "https://github.com/PlaceNL2026/best-of-algorithmic-trading",
      "pricing": "free",
      "license": "cc-by-sa-4.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PlaceNL2026/best-of-algorithmic-trading"
      },
      "tags": [
        "algorithmic-trading",
        "backtesting",
        "best-of-list",
        "crypto-trading",
        "cryptocurrency",
        "curated-list",
        "defi",
        "fintech"
      ],
      "_stars": 275,
      "_language": "TypeScript",
      "_full_name": "PlaceNL2026/best-of-algorithmic-trading",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.237016+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.186006+00:00"
    },
    {
      "slug": "gh-agoda-com-api-agent",
      "name": "api-agent",
      "description": "Universal MCP server for GraphQL/REST APIs",
      "website": "https://github.com/agoda-com/api-agent",
      "github_url": "https://github.com/agoda-com/api-agent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agoda-com/api-agent"
      },
      "tags": [
        "api",
        "mcp"
      ],
      "_stars": 274,
      "_language": "Python",
      "_full_name": "agoda-com/api-agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.237941+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.193719+00:00"
    },
    {
      "slug": "gh-nirholas-xactions",
      "name": "XActions",
      "description": "\u26a1 The Complete X/Twitter Automation Toolkit \u2014 Scrapers, MCP server for AI agents (Claude/GPT), CLI, browser scripts. No API fees. Open source. Unfollow people who don't follow back. Monitor real-time analytics. Auto follow, like, comment, scrape, without API.",
      "website": "https://xactions.app/features",
      "github_url": "https://github.com/nirholas/XActions",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nirholas/XActions"
      },
      "tags": [
        "ai-agent",
        "automation",
        "claude",
        "gpt",
        "mass-unfollow",
        "mcp",
        "mcp-server",
        "model-context-protocol"
      ],
      "_stars": 274,
      "_language": "HTML",
      "_full_name": "nirholas/XActions",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.239849+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.196655+00:00"
    },
    {
      "slug": "gh-ergut-mcp-logseq",
      "name": "mcp-logseq",
      "description": "MCP server to interact with LogSeq via its Local HTTP API - enabling AI assistants like Claude to seamlessly read, write, and manage your LogSeq graph.",
      "website": "https://github.com/ergut/mcp-logseq",
      "github_url": "https://github.com/ergut/mcp-logseq",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ergut/mcp-logseq"
      },
      "tags": [
        "knowledge-base",
        "knowledge-management",
        "logseq",
        "mcp",
        "mcp-server",
        "second-brain"
      ],
      "_stars": 273,
      "_language": "Python",
      "_full_name": "ergut/mcp-logseq",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.241129+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.199973+00:00"
    },
    {
      "slug": "gh-stefanoamorelli-sec-edgar-mcp",
      "name": "sec-edgar-mcp",
      "description": "A SEC EDGAR MCP (Model Context Protocol) Server",
      "website": "https://sec-edgar-mcp.amorelli.tech/",
      "github_url": "https://github.com/stefanoamorelli/sec-edgar-mcp",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/stefanoamorelli/sec-edgar-mcp"
      },
      "tags": [
        "ai",
        "artificial-intelligence",
        "edgar",
        "edgar-database",
        "finance",
        "genai",
        "llm",
        "mcp"
      ],
      "_stars": 271,
      "_language": "Python",
      "_full_name": "stefanoamorelli/sec-edgar-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.242525+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.200519+00:00"
    },
    {
      "slug": "gh-wshobson-mcp-trader",
      "name": "mcp-trader",
      "description": "A Model Context Protocol (MCP) server for stock traders",
      "website": "https://sethhobson.com",
      "github_url": "https://github.com/wshobson/mcp-trader",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/wshobson/mcp-trader"
      },
      "tags": [
        "anthropic",
        "artificial-intelligence",
        "claude",
        "equities",
        "finance",
        "financial-analysis",
        "fintech",
        "investing"
      ],
      "_stars": 268,
      "_language": null,
      "_full_name": "wshobson/mcp-trader",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.245594+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.202094+00:00"
    },
    {
      "slug": "gh-pwno-io-pwno-mcp",
      "name": "pwno-mcp",
      "description": "MCP for Pwn",
      "website": "https://docs.pwno.io",
      "github_url": "https://github.com/pwno-io/pwno-mcp",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/pwno-io/pwno-mcp"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "pwn",
        "pwno",
        "pwno-mcp"
      ],
      "_stars": 268,
      "_language": "Python",
      "_full_name": "pwno-io/pwno-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.247045+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.204236+00:00"
    },
    {
      "slug": "gh-ai-dashboad-flutter-skill",
      "name": "flutter-skill",
      "description": "AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero config. Works with Claude, Cursor, Windsurf, Copilot. Test Flutter, React Native, iOS, Android, Web, Electron, Tauri, KMP, .NET MAUI \u2014 all from natural language.",
      "website": "https://ai-dashboad.github.io/flutter-skill/",
      "github_url": "https://github.com/ai-dashboad/flutter-skill",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ai-dashboad/flutter-skill"
      },
      "tags": [
        "ai",
        "ai-testing",
        "android",
        "automation",
        "claude",
        "cross-platform",
        "cursor",
        "e2e-testing"
      ],
      "_stars": 268,
      "_language": "Dart",
      "_full_name": "ai-dashboad/flutter-skill",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.247993+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.206128+00:00"
    },
    {
      "slug": "gh-simon-ami-win-cli-mcp-server",
      "name": "win-cli-mcp-server",
      "description": "Model Context Protocol server for secure command-line interactions on Windows systems",
      "website": "https://github.com/simon-ami/win-cli-mcp-server",
      "github_url": "https://github.com/simon-ami/win-cli-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/simon-ami/win-cli-mcp-server"
      },
      "tags": [
        "claude",
        "claude-ai",
        "mcp",
        "mcp-server",
        "modelcontextprotocol"
      ],
      "_stars": 268,
      "_language": "JavaScript",
      "_full_name": "simon-ami/win-cli-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.250668+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.208478+00:00"
    },
    {
      "slug": "gh-scottrbk-forgetful",
      "name": "forgetful",
      "description": "Opensource Memory for Agents",
      "website": "https://github.com/ScottRBK/forgetful",
      "github_url": "https://github.com/ScottRBK/forgetful",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ScottRBK/forgetful"
      },
      "tags": [
        "ai-agents",
        "ai-memory",
        "claude-code",
        "long-term-memo",
        "mcp",
        "memory"
      ],
      "_stars": 267,
      "_language": "Python",
      "_full_name": "ScottRBK/forgetful",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.252275+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.210601+00:00"
    },
    {
      "slug": "gh-decodingai-magazine-enterprise-mcp-course",
      "name": "enterprise-mcp-course",
      "description": "Learn to build from scratch an AI PR reviewer integrated with GitHub, Slack and Asana that scales within your organization.",
      "website": "https://decodingml.substack.com/p/why-mcp-breaks-old-enterprise-ai",
      "github_url": "https://github.com/decodingai-magazine/enterprise-mcp-course",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/decodingai-magazine/enterprise-mcp-course"
      },
      "tags": [
        "ai-agents",
        "ai-engineering",
        "enterprise",
        "mcp",
        "python"
      ],
      "_stars": 266,
      "_language": "Python",
      "_full_name": "decodingai-magazine/enterprise-mcp-course",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.254937+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.213087+00:00"
    },
    {
      "slug": "gh-c2sagent-c2sagent",
      "name": "c2sagent",
      "description": "C2S Agent is an lightweight AI Agent construction platform that provides configurable online Agents and MCP services, You can configure any HTTP request interface as an MCP tool. C2S Agent \u662f\u4e00\u4e2a\u8f7b\u91cf\u7ea7\u7684AI Agent\u6784\u5efa\u5e73\u53f0\uff0c\u63d0\u4f9b\u5728\u7ebf\u53ef\u914d\u7f6e\u7684Agent\uff0cMCP\uff0c\u60a8\u53ef\u4ee5\u4e00\u4e2aHTTP\u8bf7\u6c42\u7684\u63a5\u53e3\u914d\u7f6e\u6210\u4e3a\u4e00\u4e2aMCP\u5de5\u5177\uff0cAgent\u4e4b\u95f4\u53ef\u4ee5\u8fdb\u884c\u81ea\u4ea4\u6d41\u3002\u5e76\u63d0\u4f9b\u4e86\u5355\u7aef\u53e3\u591aA2A\u670d\u52a1\uff0cMCP\u670d\u52a1\u7684\u89e3\u51b3\u65b9\u6848",
      "website": "https://www.c2sagent.com",
      "github_url": "https://github.com/C2SAgent/c2sagent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/C2SAgent/c2sagent"
      },
      "tags": [
        "a2a",
        "agents",
        "configurable",
        "mcp",
        "multi-agent"
      ],
      "_stars": 266,
      "_language": "Python",
      "_full_name": "C2SAgent/c2sagent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.256271+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.211557+00:00"
    },
    {
      "slug": "gh-eqtylab-cupcake",
      "name": "cupcake",
      "description": "A native policy enforcement layer for AI coding agents. Built on OPA/Rego.",
      "website": "https://cupcake.eqtylab.io/",
      "github_url": "https://github.com/eqtylab/cupcake",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/eqtylab/cupcake"
      },
      "tags": [
        "agent-security",
        "alignment",
        "claude-code",
        "coding-agents",
        "cursor",
        "factory-ai",
        "gemini-cli",
        "hooks"
      ],
      "_stars": 266,
      "_language": "Rust",
      "_full_name": "eqtylab/cupcake",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.257546+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.214527+00:00"
    },
    {
      "slug": "gh-jakejarvis-domainstack-io",
      "name": "domainstack.io",
      "description": "\ud83e\uddf0 All-in-one domain name intelligence as a service",
      "website": "https://domainstack.io",
      "github_url": "https://github.com/jakejarvis/domainstack.io",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jakejarvis/domainstack.io"
      },
      "tags": [
        "ai-sdk",
        "better-auth",
        "dns",
        "domains",
        "hacktoberfest",
        "inngest",
        "mcp",
        "nextjs"
      ],
      "_stars": 266,
      "_language": "TypeScript",
      "_full_name": "jakejarvis/domainstack.io",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.258192+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.215830+00:00"
    },
    {
      "slug": "gh-miasyster-quantgpt",
      "name": "QuantGPT",
      "description": "Agent-driven alpha factory \u2014 LLM autonomously designs, backtests, and submits factors to WorldQuant BRAIN",
      "website": "https://github.com/Miasyster/QuantGPT",
      "github_url": "https://github.com/Miasyster/QuantGPT",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Miasyster/QuantGPT"
      },
      "tags": [
        "a-shares",
        "ai-agent",
        "alpha",
        "backtesting",
        "claude",
        "factor-investing",
        "mcp",
        "quantitative-finance"
      ],
      "_stars": 265,
      "_language": "Python",
      "_full_name": "Miasyster/QuantGPT",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:40.258983+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.217069+00:00"
    },
    {
      "slug": "gh-pratiyush-llm-wiki",
      "name": "llm-wiki",
      "description": "LLM-powered knowledge base from your Claude Code, Codex CLI, Copilot, Cursor & Gemini sessions. Karpathy's LLM Wiki pattern \u2014 implemented and shipped.",
      "website": "https://github.com/Pratiyush/llm-wiki",
      "github_url": "https://github.com/Pratiyush/llm-wiki",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Pratiyush/llm-wiki"
      },
      "tags": [
        "ai",
        "claude-code",
        "cli",
        "codex-cli",
        "copilot",
        "cursor",
        "developer-tools",
        "gemini-cli"
      ],
      "_stars": 264,
      "_language": "Python",
      "_full_name": "Pratiyush/llm-wiki",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.423115+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.894974+00:00"
    },
    {
      "slug": "gh-dfinke-psai",
      "name": "PSAI",
      "description": "High-agency PowerShell AI framework for multi-agent orchestration and autonomous systems engineering",
      "website": "https://github.com/dfinke/PSAI",
      "github_url": "https://github.com/dfinke/PSAI",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dfinke/PSAI"
      },
      "tags": [
        "agentic-ai",
        "mcp",
        "multi-agent-orchestration",
        "powershell-core",
        "tdd"
      ],
      "_stars": 264,
      "_language": "PowerShell",
      "_full_name": "dfinke/PSAI",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.424240+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.897905+00:00"
    },
    {
      "slug": "gh-appsecco-vulnerable-mcp-servers-lab",
      "name": "vulnerable-mcp-servers-lab",
      "description": "A collection of servers which are deliberately vulnerable to learn Pentesting MCP Servers.",
      "website": "https://github.com/appsecco/vulnerable-mcp-servers-lab",
      "github_url": "https://github.com/appsecco/vulnerable-mcp-servers-lab",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/appsecco/vulnerable-mcp-servers-lab"
      },
      "tags": [
        "ai-red-teaming",
        "ai-research",
        "appsecco",
        "bugbounty",
        "hacking",
        "learning-pentesting",
        "mcp",
        "mcp-client"
      ],
      "_stars": 259,
      "_language": "JavaScript",
      "_full_name": "appsecco/vulnerable-mcp-servers-lab",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.425159+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.899016+00:00"
    },
    {
      "slug": "gh-goldentrii-agentrecall-mcp",
      "name": "AgentRecall-MCP",
      "description": "Persistent, correction-driven memory for AI agents. Cross-session, cross-platform (Claude Code, Codex, Gemini \u2014 any MCP client). Learns from mistakes, compresses context to save tokens, consolidates knowledge overnight. npm: agent-recall-mcp",
      "website": "https://github.com/Goldentrii/AgentRecall-MCP",
      "github_url": "https://github.com/Goldentrii/AgentRecall-MCP",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Goldentrii/AgentRecall-MCP"
      },
      "tags": [
        "agent-memory",
        "ai-agents",
        "claude-code",
        "intelligent-distance",
        "mcp",
        "mcp-server",
        "quality-loop",
        "session-memory"
      ],
      "_stars": 259,
      "_language": "TypeScript",
      "_full_name": "Goldentrii/AgentRecall-MCP",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.425857+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.899730+00:00"
    },
    {
      "slug": "gh-agent-sh-agnix",
      "name": "agnix",
      "description": "The missing linter and lsp for AI coding assistants. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP. Plugin for all major IDEs included, with autofixes.",
      "website": "https://github.com/agent-sh/agnix",
      "github_url": "https://github.com/agent-sh/agnix",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/agent-sh/agnix"
      },
      "tags": [
        "agent",
        "ai",
        "ai-agents",
        "ai-coding-assistant",
        "claude",
        "cli",
        "code-quality",
        "codex"
      ],
      "_stars": 258,
      "_language": "Rust",
      "_full_name": "agent-sh/agnix",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.427456+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.901827+00:00"
    },
    {
      "slug": "gh-corpus-os-corpusos",
      "name": "corpusos",
      "description": "Open-source protocol suite standardizing LLM, Vector, Graph, and Embedding infrastructure across LangChain, LlamaIndex, AutoGen, CrewAI, Semantic Kernel, and MCP. 3,330+ conformance tests. One protocol. Any framework. Any provider.",
      "website": "https://corpusos.com",
      "github_url": "https://github.com/Corpus-OS/corpusos",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Corpus-OS/corpusos"
      },
      "tags": [
        "agents",
        "ai-agents",
        "ai-infrastructure",
        "anthropic",
        "autogen",
        "chatgpt",
        "crewai",
        "enterprise"
      ],
      "_stars": 257,
      "_language": "Python",
      "_full_name": "Corpus-OS/corpusos",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.428844+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.093538+00:00"
    },
    {
      "slug": "gh-portofcontext-pctx",
      "name": "pctx",
      "description": "pctx is the execution layer for agentic tool calls. It auto-converts agent tools and MCP servers into code that runs in secure sandboxes for token-efficient workflows.",
      "website": "https://portofcontext.com",
      "github_url": "https://github.com/portofcontext/pctx",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/portofcontext/pctx"
      },
      "tags": [
        "ai-agents",
        "api",
        "infrastructure",
        "local-development",
        "mcp",
        "mcp-server",
        "open-source"
      ],
      "_stars": 255,
      "_language": "Rust",
      "_full_name": "portofcontext/pctx",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.429867+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.905018+00:00"
    },
    {
      "slug": "gh-api-200-api200",
      "name": "api200",
      "description": "API 200 is an open source API gateway to simplify 3rd-party integrations. Import endpoints, set up caching, retries, and mocks. Access all services via one URL. Monitor logs, track errors, and get alerts on API incidents.",
      "website": "https://api200.co",
      "github_url": "https://github.com/API-200/api200",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/API-200/api200"
      },
      "tags": [
        "alternative",
        "api",
        "api-gateway",
        "api-integration",
        "api-management",
        "api-monitoring",
        "api-proxy",
        "api-wrapper"
      ],
      "_stars": 255,
      "_language": "TypeScript",
      "_full_name": "API-200/api200",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.430886+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.908713+00:00"
    },
    {
      "slug": "gh-dokploy-mcp",
      "name": "mcp",
      "description": "The Official MCP package for Dokploy",
      "website": "https://github.com/Dokploy/mcp",
      "github_url": "https://github.com/Dokploy/mcp",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Dokploy/mcp"
      },
      "tags": [
        "agents",
        "ai",
        "dokploy",
        "dokploy-mcp",
        "mcp"
      ],
      "_stars": 254,
      "_language": "TypeScript",
      "_full_name": "Dokploy/mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.431845+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.911901+00:00"
    },
    {
      "slug": "gh-kohei-wada-taskdog",
      "name": "taskdog",
      "description": "Terminal task manager with intelligent schedule optimization.Keyboard-only. No dragging, no micromanagement.",
      "website": "https://github.com/Kohei-Wada/taskdog",
      "github_url": "https://github.com/Kohei-Wada/taskdog",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Kohei-Wada/taskdog"
      },
      "tags": [
        "claude-code",
        "cli",
        "click",
        "fastapi",
        "makefile",
        "mcp",
        "python",
        "task-management"
      ],
      "_stars": 254,
      "_language": "Python",
      "_full_name": "Kohei-Wada/taskdog",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.433244+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.914181+00:00"
    },
    {
      "slug": "gh-mcp-defender-mcp-defender",
      "name": "MCP-Defender",
      "description": "Desktop app that automatically scans and blocks malicious MCP traffic in AI apps like Cursor, Claude, VS Code and Windsurf.",
      "website": "https://mcpdefender.com",
      "github_url": "https://github.com/MCP-Defender/MCP-Defender",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/MCP-Defender/MCP-Defender"
      },
      "tags": [
        "ai-tools",
        "mcp",
        "mcp-client",
        "mcp-client-security",
        "mcp-security",
        "mcp-server",
        "mcp-tools",
        "model-context-protocol"
      ],
      "_stars": 253,
      "_language": "TypeScript",
      "_full_name": "MCP-Defender/MCP-Defender",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.434237+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.915562+00:00"
    },
    {
      "slug": "gh-natsukium-mcp-servers-nix",
      "name": "mcp-servers-nix",
      "description": "A Nix-based configuration framework for Model Control Protocol (MCP) servers with ready-to-use packages.",
      "website": "https://github.com/natsukium/mcp-servers-nix",
      "github_url": "https://github.com/natsukium/mcp-servers-nix",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/natsukium/mcp-servers-nix"
      },
      "tags": [
        "mcp",
        "nix"
      ],
      "_stars": 253,
      "_language": "Nix",
      "_full_name": "natsukium/mcp-servers-nix",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.435084+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.916597+00:00"
    },
    {
      "slug": "gh-harmonicsecurity-claudit-sec",
      "name": "claudit-sec",
      "description": "Security audit tool for Claude Desktop and Claude Code on macOS \u2014 single-command visibility into MCP servers, extensions, plugins, connectors, scheduled tasks, and permissions.",
      "website": "https://github.com/HarmonicSecurity/claudit-sec",
      "github_url": "https://github.com/HarmonicSecurity/claudit-sec",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/HarmonicSecurity/claudit-sec"
      },
      "tags": [
        "ai-security",
        "audit-tool",
        "claude",
        "claude-ai",
        "claude-code",
        "claude-cowork",
        "claude-desktop",
        "cowork"
      ],
      "_stars": 253,
      "_language": "PowerShell",
      "_full_name": "HarmonicSecurity/claudit-sec",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.436227+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.919298+00:00"
    },
    {
      "slug": "gh-zennotes-zennotes",
      "name": "zennotes",
      "description": "Keyboard-first local Markdown notes with Vim motions, diagrams, and MCP integration.",
      "website": "https://zennotes.org",
      "github_url": "https://github.com/ZenNotes/zennotes",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ZenNotes/zennotes"
      },
      "tags": [
        "electron",
        "local-first",
        "markdown",
        "mcp",
        "notes",
        "vim"
      ],
      "_stars": 253,
      "_language": "TypeScript",
      "_full_name": "ZenNotes/zennotes",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.437937+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.935860+00:00"
    },
    {
      "slug": "gh-vinkius-labs-mcpfusion",
      "name": "mcpfusion",
      "description": "MCP Fusion - The TypeScript framework for secure MCP servers.",
      "website": "https://vurb.vinkius.com/",
      "github_url": "https://github.com/vinkius-labs/mcpfusion",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/vinkius-labs/mcpfusion"
      },
      "tags": [
        "mcp",
        "mcp-framework",
        "mcp-server",
        "model-context-protocol"
      ],
      "_stars": 252,
      "_language": "TypeScript",
      "_full_name": "vinkius-labs/mcpfusion",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.438980+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.922286+00:00"
    },
    {
      "slug": "gh-yogsoth-ai-de-anthropocentric-research-engine",
      "name": "de-anthropocentric-research-engine",
      "description": "800+ pure-markdown skills for autonomous AI research. Non-linear orchestration with backtracking, 4-layer military hierarchy (Campaign \u2192 Strategy \u2192 Tactic \u2192 SOP), 5 MCP integrations. The AI is the researcher \u2014 you set the direction.",
      "website": "https://github.com/yogsoth-ai/de-anthropocentric-research-engine",
      "github_url": "https://github.com/yogsoth-ai/de-anthropocentric-research-engine",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/yogsoth-ai/de-anthropocentric-research-engine"
      },
      "tags": [
        "academic-research",
        "ai-agent",
        "ai-scientist",
        "arxiv",
        "auto-research",
        "autonomous-research",
        "claude-code",
        "deep-research"
      ],
      "_stars": 251,
      "_language": null,
      "_full_name": "yogsoth-ai/de-anthropocentric-research-engine",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.439912+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.930846+00:00"
    },
    {
      "slug": "gh-hexinfo-dat",
      "name": "dat",
      "description": "Asking yours data in a natural language way through pre-modeling (data models and semantic models).",
      "website": "https://deepwiki.com/hexinfo/dat",
      "github_url": "https://github.com/hexinfo/dat",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hexinfo/dat"
      },
      "tags": [
        "agent-framework",
        "agents",
        "chatbi",
        "chatdata",
        "context-engineering",
        "data-analysis",
        "llms",
        "mcp"
      ],
      "_stars": 251,
      "_language": "Java",
      "_full_name": "hexinfo/dat",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.440843+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.939479+00:00"
    },
    {
      "slug": "gh-nhevers-moltbrain",
      "name": "MoltBrain",
      "description": "Long-term memory layer for OpenClaw & MoltBook agents that learns and recalls your project context automatically.",
      "website": "https://github.com/nhevers/MoltBrain",
      "github_url": "https://github.com/nhevers/MoltBrain",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nhevers/MoltBrain"
      },
      "tags": [
        "ai",
        "claude",
        "claude-code",
        "mcp",
        "memory",
        "nodejs",
        "plugin",
        "typescript"
      ],
      "_stars": 250,
      "_language": "TypeScript",
      "_full_name": "nhevers/MoltBrain",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.441804+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.944588+00:00"
    },
    {
      "slug": "gh-ghbalf-freecad-ai",
      "name": "freecad-ai",
      "description": "AI-powered assistant workbench for FreeCAD \u2014 generate 3D models from natural language",
      "website": "https://github.com/ghbalf/freecad-ai",
      "github_url": "https://github.com/ghbalf/freecad-ai",
      "pricing": "free",
      "license": "LGPL-2.1",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ghbalf/freecad-ai"
      },
      "tags": [
        "addon",
        "ai",
        "anthropic",
        "cad",
        "freecad",
        "freecad-addon",
        "freecad-workbench",
        "llm"
      ],
      "_stars": 249,
      "_language": "Python",
      "_full_name": "ghbalf/freecad-ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.442269+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.947874+00:00"
    },
    {
      "slug": "gh-azmxai-azmx",
      "name": "azmx",
      "description": "AZMX AI \u2014 The sovereign agent platform.",
      "website": "https://azmx.ai",
      "github_url": "https://github.com/AzmxAI/azmx",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AzmxAI/azmx"
      },
      "tags": [
        "ai-agent",
        "ai-terminal",
        "anthropic",
        "byok",
        "claude",
        "local-first",
        "mcp",
        "ollama"
      ],
      "_stars": 249,
      "_language": null,
      "_full_name": "AzmxAI/azmx",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.442678+00:00",
      "_last_seen_at": "2026-05-25T13:59:10.198907+00:00"
    },
    {
      "slug": "gh-merill-lokka",
      "name": "lokka",
      "description": "MCP (Model Context Protocol) for Microsoft 365. Includes support for Microsoft Graph and other services",
      "website": "https://lokka.dev",
      "github_url": "https://github.com/merill/lokka",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/merill/lokka"
      },
      "tags": [
        "ai",
        "graph",
        "mcp",
        "microsoft"
      ],
      "_stars": 248,
      "_language": "JavaScript",
      "_full_name": "merill/lokka",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.443446+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.953040+00:00"
    },
    {
      "slug": "gh-keli-wen-mcp-chatbot",
      "name": "mcp_chatbot",
      "description": "A chatbot implementation compatible with MCP (terminal / streamlit supported)",
      "website": "https://github.com/keli-wen/mcp_chatbot",
      "github_url": "https://github.com/keli-wen/mcp_chatbot",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/keli-wen/mcp_chatbot"
      },
      "tags": [
        "chatbot",
        "mcp",
        "mcp-host",
        "mcp-server",
        "python",
        "streamlit"
      ],
      "_stars": 248,
      "_language": "Python",
      "_full_name": "keli-wen/mcp_chatbot",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.446606+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.960137+00:00"
    },
    {
      "slug": "gh-langchain-ai-langchainjs-mcp-adapters",
      "name": "langchainjs-mcp-adapters",
      "description": "** THIS REPO HAS MOVED TO https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-mcp-adapters ** Adapters for integrating Model Context Protocol (MCP) tools with LangChain.js applications, supporting both stdio and SSE transports.",
      "website": "https://github.com/langchain-ai/langchainjs-mcp-adapters",
      "github_url": "https://github.com/langchain-ai/langchainjs-mcp-adapters",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/langchain-ai/langchainjs-mcp-adapters"
      },
      "tags": [
        "agent-tools",
        "ai-tools",
        "javascript",
        "langchain",
        "langchainjs",
        "llm-agents",
        "llm-integration",
        "llm-tools"
      ],
      "_stars": 247,
      "_language": "TypeScript",
      "_full_name": "langchain-ai/langchainjs-mcp-adapters",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.447734+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.962219+00:00"
    },
    {
      "slug": "gh-modelscope-mcpbench",
      "name": "MCPBench",
      "description": "The evaluation benchmark on MCP servers",
      "website": "https://github.com/modelscope/MCPBench",
      "github_url": "https://github.com/modelscope/MCPBench",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/modelscope/MCPBench"
      },
      "tags": [
        "benchmark",
        "database",
        "mcp",
        "mcp-server",
        "websearch"
      ],
      "_stars": 246,
      "_language": "Python",
      "_full_name": "modelscope/MCPBench",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.448773+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.963770+00:00"
    },
    {
      "slug": "gh-patvice-ruby-llm-mcp",
      "name": "ruby_llm-mcp",
      "description": "Full-featured MCP support for Ruby and RubyLLM\u2014making it easy to build structured, composable LLM workflows in pure Ruby.",
      "website": "https://www.rubyllm-mcp.com/",
      "github_url": "https://github.com/patvice/ruby_llm-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/patvice/ruby_llm-mcp"
      },
      "tags": [
        "ai",
        "llms",
        "mcp",
        "mcp-clients",
        "rails",
        "ruby",
        "ruby-llm"
      ],
      "_stars": 246,
      "_language": "Ruby",
      "_full_name": "patvice/ruby_llm-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.450813+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.967129+00:00"
    },
    {
      "slug": "gh-dryeab-mcp-telegram",
      "name": "mcp-telegram",
      "description": "MCP Server for Telegram",
      "website": "https://x.com/dryeab/status/1912187620131487999",
      "github_url": "https://github.com/dryeab/mcp-telegram",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dryeab/mcp-telegram"
      },
      "tags": [
        "ai",
        "anthropic",
        "anthropic-claude",
        "bot",
        "claude",
        "cursor",
        "llm",
        "mcp"
      ],
      "_stars": 246,
      "_language": "Python",
      "_full_name": "dryeab/mcp-telegram",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.452295+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.970705+00:00"
    },
    {
      "slug": "gh-sibyl-research-team-autoresearch-sibylsystem",
      "name": "AutoResearch-SibylSystem",
      "description": "Fully Autonomous AI Research System with Self-Evolution, built natively on Claude Code",
      "website": "https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem",
      "github_url": "https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem"
      },
      "tags": [
        "ai-agent",
        "ai-for-science",
        "ai-scientist",
        "automated-science",
        "autonomous-agents",
        "autonomous-research",
        "autoresearch",
        "claude-code"
      ],
      "_stars": 245,
      "_language": "Python",
      "_full_name": "Sibyl-Research-Team/AutoResearch-SibylSystem",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.453510+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.973588+00:00"
    },
    {
      "slug": "gh-ezh0v-weather-mcp-server",
      "name": "weather-mcp-server",
      "description": "A lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:",
      "website": "https://news.ycombinator.com/item?id=43614582",
      "github_url": "https://github.com/ezh0v/weather-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ezh0v/weather-mcp-server"
      },
      "tags": [
        "go",
        "golang",
        "mcp",
        "mcp-server",
        "sse",
        "stdio"
      ],
      "_stars": 244,
      "_language": "Go",
      "_full_name": "ezh0v/weather-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.455599+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.977465+00:00"
    },
    {
      "slug": "gh-cloudflare-playwright-mcp",
      "name": "playwright-mcp",
      "description": "Playwright MCP fork that works with Cloudflare Browser Rendering",
      "website": "https://github.com/cloudflare/playwright-mcp",
      "github_url": "https://github.com/cloudflare/playwright-mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cloudflare/playwright-mcp"
      },
      "tags": [
        "browser-rendering",
        "mcp",
        "playwright"
      ],
      "_stars": 244,
      "_language": "TypeScript",
      "_full_name": "cloudflare/playwright-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.457161+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.980931+00:00"
    },
    {
      "slug": "gh-raiansar-claude-code-gemini-mcp",
      "name": "claude_code-gemini-mcp",
      "description": "Simplified Gemini for Claude Code.",
      "website": "https://raiansar.com",
      "github_url": "https://github.com/RaiAnsar/claude_code-gemini-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/RaiAnsar/claude_code-gemini-mcp"
      },
      "tags": [
        "claude-ai",
        "gemini-flash",
        "mcp",
        "mcp-server"
      ],
      "_stars": 243,
      "_language": "Python",
      "_full_name": "RaiAnsar/claude_code-gemini-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.458262+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.984830+00:00"
    },
    {
      "slug": "gh-chartyr-sts2-agent",
      "name": "STS2-Agent",
      "description": "\u6740\u622e\u5c16\u58542\u7684MOD\uff0c\u5c06\u6740\u622e\u5c16\u58542\u7684\u6e38\u620f\u72b6\u6001\u4e0e\u64cd\u4f5c\u66b4\u9732\u4e3a\u672c\u5730 HTTP API \u5305\u88c5\u6210 MCP Server\uff0c\u4f9b\u652f\u6301 MCP \u7684AI\u5ba2\u6237\u7aef\u76f4\u63a5\u8c03\u7528",
      "website": "https://github.com/CharTyr/STS2-Agent",
      "github_url": "https://github.com/CharTyr/STS2-Agent",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/CharTyr/STS2-Agent"
      },
      "tags": [
        "agent",
        "game",
        "mcp",
        "mod",
        "slay-the-spire",
        "slay-the-spire-2"
      ],
      "_stars": 243,
      "_language": "C#",
      "_full_name": "CharTyr/STS2-Agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.459515+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.988086+00:00"
    },
    {
      "slug": "gh-soxoj-awesome-osint-mcp-servers",
      "name": "awesome-osint-mcp-servers",
      "description": "A curated list of OSINT MCP servers. Pull requests are welcomed!",
      "website": "https://github.com/soxoj/awesome-osint-mcp-servers",
      "github_url": "https://github.com/soxoj/awesome-osint-mcp-servers",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/soxoj/awesome-osint-mcp-servers"
      },
      "tags": [
        "awesome",
        "awesome-list",
        "awesome-lists",
        "mcp",
        "mcp-server",
        "mcp-servers",
        "osint",
        "osint-tool"
      ],
      "_stars": 242,
      "_language": null,
      "_full_name": "soxoj/awesome-osint-mcp-servers",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.461149+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.989986+00:00"
    },
    {
      "slug": "gh-lissy93-bug-bounties",
      "name": "bug-bounties",
      "description": "\u2694\ufe0f A compiled list of companies who have active programs for responsible disclosure. MCP-enabled.",
      "website": "https://bug-bounties.as93.net",
      "github_url": "https://github.com/lissy93/bug-bounties",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/lissy93/bug-bounties"
      },
      "tags": [
        "ai-security",
        "bugbounty",
        "free-api",
        "mcp",
        "responsible-disclosure",
        "security",
        "vulnerabilities"
      ],
      "_stars": 242,
      "_language": "TypeScript",
      "_full_name": "lissy93/bug-bounties",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.463883+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.994192+00:00"
    },
    {
      "slug": "gh-zhixiaoqiang-antd-components-mcp",
      "name": "antd-components-mcp",
      "description": "An MCP service for Ant Design components query | \u4e00\u4e2a\u51cf\u5c11 Ant Design \u7ec4\u4ef6\u4ee3\u7801\u751f\u6210\u5e7b\u89c9\u7684 MCP \u670d\u52a1\uff0c\u5305\u542b\u7cfb\u7edf\u63d0\u793a\u8bcd\u3001\u7ec4\u4ef6\u6587\u6863\u3001API \u6587\u6863\u3001\u4ee3\u7801\u793a\u4f8b\u548c\u66f4\u65b0\u65e5\u5fd7\u67e5\u8be2",
      "website": "https://www.npmjs.com/package/@jzone-mcp/antd-components-mcp",
      "github_url": "https://github.com/zhixiaoqiang/antd-components-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/zhixiaoqiang/antd-components-mcp"
      },
      "tags": [
        "antd",
        "antd-design",
        "mcp"
      ],
      "_stars": 242,
      "_language": "TypeScript",
      "_full_name": "zhixiaoqiang/antd-components-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.465157+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.000285+00:00"
    },
    {
      "slug": "gh-ai-ql-chat-mcp",
      "name": "chat-mcp",
      "description": "A Desktop Chat App that leverages MCP(Model Context Protocol) to interface with other LLMs.",
      "website": "https://deepwiki.com/AI-QL/chat-mcp",
      "github_url": "https://github.com/AI-QL/chat-mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AI-QL/chat-mcp"
      },
      "tags": [
        "electron",
        "mcp",
        "mcp-client",
        "model-context-protocol"
      ],
      "_stars": 242,
      "_language": "HTML",
      "_full_name": "AI-QL/chat-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.466861+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.997708+00:00"
    },
    {
      "slug": "gh-chrisdoc-hevy-mcp",
      "name": "hevy-mcp",
      "description": "Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.",
      "website": "https://github.com/chrisdoc/hevy-mcp",
      "github_url": "https://github.com/chrisdoc/hevy-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/chrisdoc/hevy-mcp"
      },
      "tags": [
        "hevy",
        "mcp",
        "mcp-server"
      ],
      "_stars": 242,
      "_language": "TypeScript",
      "_full_name": "chrisdoc/hevy-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.468227+00:00",
      "_last_seen_at": "2026-05-25T13:59:13.982615+00:00"
    },
    {
      "slug": "gh-omnirexflora-labs-omnicoreagent",
      "name": "omnicoreagent",
      "description": "Open Python agent harness for production AI apps: tools, MCP, memory, workspace, telemetry, subagents, background tasks, and OmniServe APIs.",
      "website": "https://docs-omnicoreagent.omnirexfloralabs.com/",
      "github_url": "https://github.com/omnirexflora-labs/omnicoreagent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/omnirexflora-labs/omnicoreagent"
      },
      "tags": [
        "agent",
        "agent-harness",
        "ai-agents",
        "background-tasks",
        "fastapi",
        "harness",
        "harness-engineering",
        "llm"
      ],
      "_stars": 241,
      "_language": "Python",
      "_full_name": "omnirexflora-labs/omnicoreagent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.469089+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.003182+00:00"
    },
    {
      "slug": "gh-speakeasy-api-gram",
      "name": "gram",
      "description": "Securely scale AI usage across your organization.  Control plane for building, securing and monitoring your agents, mcp and skills.",
      "website": "https://www.speakeasy.com/product/mcp-platform",
      "github_url": "https://github.com/speakeasy-api/gram",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/speakeasy-api/gram"
      },
      "tags": [
        "agents",
        "aisdk",
        "clis",
        "golang",
        "mcp",
        "mcp-gateway",
        "mcp-server",
        "mcp-servers"
      ],
      "_stars": 241,
      "_language": "TypeScript",
      "_full_name": "speakeasy-api/gram",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.469786+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.005344+00:00"
    },
    {
      "slug": "gh-nailuogg-anki-mcp-server",
      "name": "anki-mcp-server",
      "description": "MCP server for Anki via AnkiConnect",
      "website": "https://github.com/nailuoGG/anki-mcp-server",
      "github_url": "https://github.com/nailuoGG/anki-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/nailuoGG/anki-mcp-server"
      },
      "tags": [
        "anki",
        "anki-connect",
        "cline",
        "llm",
        "mcp",
        "mcp-server"
      ],
      "_stars": 241,
      "_language": "TypeScript",
      "_full_name": "nailuoGG/anki-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.470495+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.006730+00:00"
    },
    {
      "slug": "gh-simplyprogrammer-minecraft-deobfuscator3000",
      "name": "Minecraft-Deobfuscator3000",
      "description": "Powerful and universal deobfuscator for Minecraft mods and java decompiler!",
      "website": "https://github.com/SimplyProgrammer/Minecraft-Deobfuscator3000",
      "github_url": "https://github.com/SimplyProgrammer/Minecraft-Deobfuscator3000",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/SimplyProgrammer/Minecraft-Deobfuscator3000"
      },
      "tags": [
        "deobfuscate-minecraft",
        "deobfuscation",
        "deobfuscator",
        "forge-tool",
        "jar-decompiler",
        "java",
        "java-decompiler",
        "mc"
      ],
      "_stars": 239,
      "_language": null,
      "_full_name": "SimplyProgrammer/Minecraft-Deobfuscator3000",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.471953+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.011493+00:00"
    },
    {
      "slug": "gh-dodufish-pixra",
      "name": "PIXRA",
      "description": "Pixelize the real world on-chain",
      "website": "https://www.pixra.io",
      "github_url": "https://github.com/dodufish/PIXRA",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dodufish/PIXRA"
      },
      "tags": [
        "agentic-ai",
        "ai",
        "mcp",
        "mcp-server"
      ],
      "_stars": 239,
      "_language": "Java",
      "_full_name": "dodufish/PIXRA",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.473554+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.013373+00:00"
    },
    {
      "slug": "gh-fcakyon-phd-skills",
      "name": "phd-skills",
      "description": "PhD Research Skills for Claude Code: paper reproduction, experiment design, paper review, result comparison and more.",
      "website": "https://github.com/fcakyon/phd-skills",
      "github_url": "https://github.com/fcakyon/phd-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/fcakyon/phd-skills"
      },
      "tags": [
        "academic",
        "agents",
        "ai",
        "claude",
        "claude-code",
        "conference",
        "hooks",
        "journal"
      ],
      "_stars": 239,
      "_language": "Shell",
      "_full_name": "fcakyon/phd-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.474890+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.014931+00:00"
    },
    {
      "slug": "gh-heizaheiza-charles-mcp",
      "name": "Charles-mcp",
      "description": "Charles Proxy MCP server for AI agents with live capture, structured traffic analysis, and agent-friendly tool contracts",
      "website": "https://pypi.org/project/charles-mcp/",
      "github_url": "https://github.com/heizaheiza/Charles-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/heizaheiza/Charles-mcp"
      },
      "tags": [
        "ai-agent",
        "charles-proxy",
        "codex",
        "developer-tools",
        "mcp",
        "mcp-server",
        "network-debugging",
        "openai"
      ],
      "_stars": 239,
      "_language": "Python",
      "_full_name": "heizaheiza/Charles-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.476293+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.017525+00:00"
    },
    {
      "slug": "gh-atac-team-atac",
      "name": "ATaC",
      "description": "Record and Replay AI Agent Trajectories.",
      "website": "https://github.com/ATaC-team/ATaC",
      "github_url": "https://github.com/ATaC-team/ATaC",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ATaC-team/ATaC"
      },
      "tags": [
        "agent-infra",
        "agents",
        "mcp",
        "skills"
      ],
      "_stars": 239,
      "_language": "Python",
      "_full_name": "ATaC-team/ATaC",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.477765+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.021258+00:00"
    },
    {
      "slug": "gh-maxanatsko-mcp-engine-public",
      "name": "mcp-engine-public",
      "description": "The SemanticOps MCP (formerly MCP Engine) is a Power BI tool that lets AI assistants like Claude interact with your Power BI models programmatically: read your model structure, run DAX queries, modify your semantic model, and perform advanced analytics - all through natural conversation.",
      "website": "https://github.com/maxanatsko/mcp-engine-public",
      "github_url": "https://github.com/maxanatsko/mcp-engine-public",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/maxanatsko/mcp-engine-public"
      },
      "tags": [
        "dax",
        "mcp",
        "mcp-engine",
        "mcp-enterprise",
        "mcp-server",
        "powerbi",
        "powerbi-desktop",
        "powerbi-reports"
      ],
      "_stars": 238,
      "_language": null,
      "_full_name": "maxanatsko/mcp-engine-public",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.479924+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.022626+00:00"
    },
    {
      "slug": "gh-ilhamfp-pasal",
      "name": "pasal",
      "description": "Pasal.id - The first open, AI-native Indonesian legal platform. MCP server + REST API + web app giving AI grounded access Indonesian laws.",
      "website": "https://pasal.id",
      "github_url": "https://github.com/ilhamfp/pasal",
      "pricing": "free",
      "license": "AGPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ilhamfp/pasal"
      },
      "tags": [
        "ai-native",
        "anthropic",
        "claude",
        "codex",
        "full-text-search",
        "hackathon",
        "hukum",
        "indonesia"
      ],
      "_stars": 238,
      "_language": "TypeScript",
      "_full_name": "ilhamfp/pasal",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.481224+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.026759+00:00"
    },
    {
      "slug": "gh-denis2054-context-engineering-for-multi-agent-systems",
      "name": "Context-Engineering-for-Multi-Agent-Systems",
      "description": "Save thousands of lines of code by building universal, domain-agnostic Multi-Agent Systems (MAS) through high-level semantic orchestration. This repository provides a production-ready blueprint for the Agentic Era, allowing you to replace rigid, hard-coded workflows with a dynamic transparent Context Engine that provides 100% transparency.",
      "website": "https://www.linkedin.com/in/denis-rothman-0b034043/",
      "github_url": "https://github.com/Denis2054/Context-Engineering-for-Multi-Agent-Systems",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Denis2054/Context-Engineering-for-Multi-Agent-Systems"
      },
      "tags": [
        "agentic-ai",
        "agentic-rag",
        "context-engineering",
        "deterministic-ai",
        "gpt-5-api",
        "mcp",
        "model-context-protocol",
        "multi-agent-systems"
      ],
      "_stars": 237,
      "_language": "Jupyter Notebook",
      "_full_name": "Denis2054/Context-Engineering-for-Multi-Agent-Systems",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.482821+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.032442+00:00"
    },
    {
      "slug": "gh-flankerhqd-jebmcp",
      "name": "jebmcp",
      "description": "GitHub: flankerhqd/jebmcp",
      "website": "https://github.com/flankerhqd/jebmcp",
      "github_url": "https://github.com/flankerhqd/jebmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/flankerhqd/jebmcp"
      },
      "tags": [
        "jeb",
        "jeb-python-scripts",
        "mcp",
        "mcp-server",
        "reverse-engineering"
      ],
      "_stars": 237,
      "_language": "Python",
      "_full_name": "flankerhqd/jebmcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.484248+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.030259+00:00"
    },
    {
      "slug": "gh-c1pher-cn-ha-mcp-for-xiaozhi",
      "name": "ha-mcp-for-xiaozhi",
      "description": "Homeassistant MCP server for \u5c0f\u667aAI",
      "website": "https://www.bilibili.com/video/BV1XdjJzeEwe/",
      "github_url": "https://github.com/c1pher-cn/ha-mcp-for-xiaozhi",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/c1pher-cn/ha-mcp-for-xiaozhi"
      },
      "tags": [
        "home-assistant",
        "mcp",
        "mcp-server",
        "xiaozhi-esp32"
      ],
      "_stars": 236,
      "_language": "Python",
      "_full_name": "c1pher-cn/ha-mcp-for-xiaozhi",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.485167+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.037581+00:00"
    },
    {
      "slug": "gh-lycheemem-lycheemem",
      "name": "LycheeMem",
      "description": "Lightweight Long-Term Memory for LLM Agents.",
      "website": "https://lycheemem.github.io",
      "github_url": "https://github.com/LycheeMem/LycheeMem",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LycheeMem/LycheeMem"
      },
      "tags": [
        "agent-memory",
        "ai",
        "ai-memory",
        "ai-memory-system",
        "hermes",
        "llm-memory",
        "lychee",
        "mcp"
      ],
      "_stars": 236,
      "_language": "Python",
      "_full_name": "LycheeMem/LycheeMem",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.485898+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.039428+00:00"
    },
    {
      "slug": "gh-quinnaho-claudemap",
      "name": "claudemap",
      "description": "google maps for vibecoders.",
      "website": "https://github.com/QuinnAho/claudemap",
      "github_url": "https://github.com/QuinnAho/claudemap",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QuinnAho/claudemap"
      },
      "tags": [
        "anthropic",
        "claude",
        "claude-code",
        "claude-skills",
        "code-visualization-tool",
        "developer-tools",
        "mcp",
        "model-context-protocol"
      ],
      "_stars": 236,
      "_language": "JavaScript",
      "_full_name": "QuinnAho/claudemap",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.486661+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.043582+00:00"
    },
    {
      "slug": "gh-axarb-nftiai",
      "name": "NFTIAI",
      "description": "NFTI AI \u2014 NFTI your AI Agents & Virtual IP. Bridging intelligent agents, MCP protocols, and RWA to create a new era of digital sovereignty.",
      "website": "https://www.nftiai.io",
      "github_url": "https://github.com/Axarb/NFTIAI",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Axarb/NFTIAI"
      },
      "tags": [
        "ai",
        "mcp",
        "mcp-client",
        "nft",
        "nfti",
        "rwa"
      ],
      "_stars": 236,
      "_language": "TypeScript",
      "_full_name": "Axarb/NFTIAI",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.487354+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.046181+00:00"
    },
    {
      "slug": "gh-rampstackco-claude-skills",
      "name": "claude-skills",
      "description": "Stack-agnostic Claude Skills covering the full website lifecycle: brand, design, content, SEO, dev, ops, growth, and research. Build, ship, audit, optimize.",
      "website": "https://rampstack.co",
      "github_url": "https://github.com/rampstackco/claude-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/rampstackco/claude-skills"
      },
      "tags": [
        "agent-skills",
        "ai-agents",
        "anthropic",
        "claude",
        "claude-ai",
        "claude-code",
        "claude-skills",
        "mcp"
      ],
      "_stars": 235,
      "_language": "Python",
      "_full_name": "rampstackco/claude-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.488476+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.034386+00:00"
    },
    {
      "slug": "gh-pederhp-mcpdotnet",
      "name": "mcpdotnet",
      "description": ".NET implementation of the Model Context Protocol (MCP)",
      "website": "https://github.com/PederHP/mcpdotnet",
      "github_url": "https://github.com/PederHP/mcpdotnet",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/PederHP/mcpdotnet"
      },
      "tags": [
        "ai",
        "llm",
        "mcp",
        "modelcontextprotocol"
      ],
      "_stars": 235,
      "_language": "C#",
      "_full_name": "PederHP/mcpdotnet",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.490233+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.048374+00:00"
    },
    {
      "slug": "gh-imnmv-clauder",
      "name": "ClaudeR",
      "description": "Connect RStudio to Claude Code, Codex, Gemini, and other LLM agents via MCP. Multi-agent orchestration, automated manuscript   auditing, and zero-config setup with uvx",
      "website": "https://github.com/IMNMV/ClaudeR",
      "github_url": "https://github.com/IMNMV/ClaudeR",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/IMNMV/ClaudeR"
      },
      "tags": [
        "agent",
        "ai",
        "claude",
        "cli",
        "codex",
        "data-science",
        "gemini",
        "mcp"
      ],
      "_stars": 234,
      "_language": "Python",
      "_full_name": "IMNMV/ClaudeR",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.491250+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.049958+00:00"
    },
    {
      "slug": "gh-sing1ee-a2a-directory",
      "name": "a2a-directory",
      "description": "Agent2Agent (A2A) \u2013 AgentCards, Servers, Clients, Docs",
      "website": "https://a2aprotocol.ai/blog",
      "github_url": "https://github.com/sing1ee/a2a-directory",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sing1ee/a2a-directory"
      },
      "tags": [
        "a2a",
        "a2a-client",
        "a2a-protocol",
        "a2a-server",
        "agent",
        "agent2agent",
        "mcp"
      ],
      "_stars": 234,
      "_language": null,
      "_full_name": "sing1ee/a2a-directory",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.492005+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.052644+00:00"
    },
    {
      "slug": "gh-coff0xc-autoredteam-orchestrator",
      "name": "AutoRedTeam-Orchestrator",
      "description": "Enterprise AI Red Team Platform | \u4f01\u4e1a\u7ea7AI\u7ea2\u961f\u5e73\u53f0 | 132 MCP Tools | Pure Python Engines | SDK+CLI+MCP | Auto-Download sqlmap/nuclei/ffuf | Production C2 | LLM Enhanced | Docker Sandbox | SARIF CI/CD | 1980 Tests",
      "website": "https://github.com/Coff0xc/AutoRedTeam-Orchestrator",
      "github_url": "https://github.com/Coff0xc/AutoRedTeam-Orchestrator",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Coff0xc/AutoRedTeam-Orchestrator"
      },
      "tags": [
        "active-directory",
        "ai-powered",
        "automation",
        "c2",
        "cli",
        "docker-sandbox",
        "kerberos",
        "knowledge-graph"
      ],
      "_stars": 233,
      "_language": "Python",
      "_full_name": "Coff0xc/AutoRedTeam-Orchestrator",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.493670+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.055927+00:00"
    },
    {
      "slug": "gh-wordpress-ai",
      "name": "ai",
      "description": "AI features and experiments for WordPress. Modular framework for testing AI capabilities.",
      "website": "https://wordpress.org/plugins/ai/",
      "github_url": "https://github.com/WordPress/ai",
      "pricing": "free",
      "license": "GPL-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/WordPress/ai"
      },
      "tags": [
        "abilities",
        "ai",
        "artificial-intelligence",
        "experiments",
        "mcp",
        "plugin",
        "wordpress",
        "wordpress-plugin"
      ],
      "_stars": 233,
      "_language": "PHP",
      "_full_name": "WordPress/ai",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.496420+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.058555+00:00"
    },
    {
      "slug": "gh-hao-cyber-phone-mcp",
      "name": "phone-mcp",
      "description": "A phone control plugin for MCP that allows you to control your Android phone through ADB commands to connect any human",
      "website": "https://github.com/hao-cyber/phone-mcp",
      "github_url": "https://github.com/hao-cyber/phone-mcp",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/hao-cyber/phone-mcp"
      },
      "tags": [
        "agent",
        "android",
        "mcp",
        "mcp-server",
        "phone-mcp"
      ],
      "_stars": 232,
      "_language": "Python",
      "_full_name": "hao-cyber/phone-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.498052+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.061267+00:00"
    },
    {
      "slug": "gh-mikegc-aws-lambda-mcp-server",
      "name": "Lambda-MCP-Server",
      "description": "Creates a simple MCP tool server with \"streaming\" HTTP.",
      "website": "https://github.com/mikegc-aws/Lambda-MCP-Server",
      "github_url": "https://github.com/mikegc-aws/Lambda-MCP-Server",
      "pricing": "free",
      "license": "mit-0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/mikegc-aws/Lambda-MCP-Server"
      },
      "tags": [
        "amazon-web-services",
        "aws",
        "aws-lambda",
        "lambda",
        "lambda-functions",
        "mcp",
        "mcp-server",
        "model-context-protocol"
      ],
      "_stars": 232,
      "_language": "Python",
      "_full_name": "mikegc-aws/Lambda-MCP-Server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.499506+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.062728+00:00"
    },
    {
      "slug": "gh-eosho-langchain-data-agent",
      "name": "langchain_data_agent",
      "description": "NL2SQL - Ask questions in plain English, get SQL queries and results. Powered by LangGraph.",
      "website": "https://github.com/eosho/langchain_data_agent",
      "github_url": "https://github.com/eosho/langchain_data_agent",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/eosho/langchain_data_agent"
      },
      "tags": [
        "a2a",
        "a2a-protocol",
        "ai-agents",
        "azure",
        "data-agent",
        "database",
        "langchain",
        "langchain-python"
      ],
      "_stars": 232,
      "_language": "Python",
      "_full_name": "eosho/langchain_data_agent",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.500590+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.064361+00:00"
    },
    {
      "slug": "gh-udecode-plate-playground-template",
      "name": "plate-playground-template",
      "description": "Plate AI template with React 19, Next 16, Tailwind 4, MCP.",
      "website": "https://playground.platejs.org",
      "github_url": "https://github.com/udecode/plate-playground-template",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/udecode/plate-playground-template"
      },
      "tags": [
        "editor",
        "mcp",
        "nextjs",
        "plate",
        "radix-ui",
        "shadcn-ui",
        "slate",
        "tailwindcss"
      ],
      "_stars": 231,
      "_language": "TypeScript",
      "_full_name": "udecode/plate-playground-template",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.502067+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.065816+00:00"
    },
    {
      "slug": "gh-farhanaliraza-claude-context-local",
      "name": "claude-context-local",
      "description": "Code search MCP for Claude Code. Make entire codebase the context for any coding agent. Embeddings are created and stored locally. No API cost.",
      "website": "https://github.com/FarhanAliRaza/claude-context-local",
      "github_url": "https://github.com/FarhanAliRaza/claude-context-local",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/FarhanAliRaza/claude-context-local"
      },
      "tags": [
        "agent",
        "ai-coding",
        "claude",
        "claude-code",
        "code-generation",
        "code-search",
        "mcp",
        "merkel-tree"
      ],
      "_stars": 231,
      "_language": "Python",
      "_full_name": "FarhanAliRaza/claude-context-local",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.503267+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.067732+00:00"
    },
    {
      "slug": "gh-dpconde-claude-android-skill",
      "name": "claude-android-skill",
      "description": "Claude Code skill for building modern Android apps following best practices.",
      "website": "https://github.com/dpconde/claude-android-skill",
      "github_url": "https://github.com/dpconde/claude-android-skill",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/dpconde/claude-android-skill"
      },
      "tags": [
        "android",
        "claude-code",
        "claude-skill",
        "mcp",
        "now-in-android"
      ],
      "_stars": 230,
      "_language": "Python",
      "_full_name": "dpconde/claude-android-skill",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.504813+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.070785+00:00"
    },
    {
      "slug": "gh-jdrhyne-agent-skills",
      "name": "agent-skills",
      "description": "A collection of AI agent skills for Clawdbot, Claude Code, Codex",
      "website": "https://github.com/jdrhyne/agent-skills",
      "github_url": "https://github.com/jdrhyne/agent-skills",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/jdrhyne/agent-skills"
      },
      "tags": [
        "agent-skills",
        "agentic-ai",
        "ai-agents",
        "automation",
        "claude-code",
        "clawdbot",
        "codex",
        "cursor"
      ],
      "_stars": 230,
      "_language": "Python",
      "_full_name": "jdrhyne/agent-skills",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.506522+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.072873+00:00"
    },
    {
      "slug": "gh-assafelovic-skyll",
      "name": "skyll",
      "description": "A tool for autonomous agents like OpenClaw to discover and learn skills autonomously",
      "website": "https://skyll.app",
      "github_url": "https://github.com/assafelovic/skyll",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/assafelovic/skyll"
      },
      "tags": [
        "claude-skill",
        "mcp",
        "skills"
      ],
      "_stars": 229,
      "_language": "Python",
      "_full_name": "assafelovic/skyll",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.507345+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.076116+00:00"
    },
    {
      "slug": "gh-proxy-intell-facebook-ads-library-mcp",
      "name": "facebook-ads-library-mcp",
      "description": "MCP Server for Facebook ADs Library - Get instant answers from FB's ad library",
      "website": "https://useproxy.dev/",
      "github_url": "https://github.com/proxy-intell/facebook-ads-library-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/proxy-intell/facebook-ads-library-mcp"
      },
      "tags": [
        "ai",
        "analytics",
        "api",
        "facebook",
        "facebook-api",
        "github",
        "llm",
        "marketing"
      ],
      "_stars": 229,
      "_language": "Python",
      "_full_name": "proxy-intell/facebook-ads-library-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.510125+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.078233+00:00"
    },
    {
      "slug": "gh-redf0x1-camofox-browser",
      "name": "camofox-browser",
      "description": "Anti-detection browser server for AI agents \u2014 REST API wrapping Camoufox engine with OpenClaw plugin support",
      "website": "https://github.com/redf0x1/camofox-browser",
      "github_url": "https://github.com/redf0x1/camofox-browser",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/redf0x1/camofox-browser"
      },
      "tags": [
        "ai-agent",
        "anti-detection",
        "automation",
        "bot-detection",
        "browser-automation",
        "browser-server",
        "camofox",
        "camoufox"
      ],
      "_stars": 228,
      "_language": "TypeScript",
      "_full_name": "redf0x1/camofox-browser",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.512891+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.079527+00:00"
    },
    {
      "slug": "gh-montevive-penpot-mcp",
      "name": "penpot-mcp",
      "description": "Penpot MCP server",
      "website": "https://github.com/montevive/penpot-mcp",
      "github_url": "https://github.com/montevive/penpot-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/montevive/penpot-mcp"
      },
      "tags": [
        "ai",
        "api-integration",
        "cursor",
        "design-tools",
        "llm",
        "mcp",
        "mcp-server",
        "model-context-protocol"
      ],
      "_stars": 228,
      "_language": "Python",
      "_full_name": "montevive/penpot-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.514516+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.081336+00:00"
    },
    {
      "slug": "gh-panaversity-learn-agentic-ai-from-low-code-to-code",
      "name": "learn-agentic-ai-from-low-code-to-code",
      "description": "Build production-grade agents with OpenAI AgentKit, a no-code platfrom.",
      "website": "https://github.com/panaversity/learn-agentic-ai-from-low-code-to-code",
      "github_url": "https://github.com/panaversity/learn-agentic-ai-from-low-code-to-code",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/panaversity/learn-agentic-ai-from-low-code-to-code"
      },
      "tags": [
        "agent-kit",
        "mcp",
        "openai"
      ],
      "_stars": 227,
      "_language": null,
      "_full_name": "panaversity/learn-agentic-ai-from-low-code-to-code",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.515759+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.082774+00:00"
    },
    {
      "slug": "gh-jayantdevkar-claude-code-karma",
      "name": "claude-code-karma",
      "description": "Dashboard for monitoring claude code sessions.",
      "website": "https://github.com/JayantDevkar/claude-code-karma",
      "github_url": "https://github.com/JayantDevkar/claude-code-karma",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/JayantDevkar/claude-code-karma"
      },
      "tags": [
        "agents",
        "agentskills",
        "claude-code",
        "claude-code-plugin",
        "claude-code-skills",
        "dashboard",
        "hooks",
        "mcp"
      ],
      "_stars": 226,
      "_language": "Python",
      "_full_name": "JayantDevkar/claude-code-karma",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.517550+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.084463+00:00"
    },
    {
      "slug": "gh-salacoste-mcp-n8n-workflow-builder",
      "name": "mcp-n8n-workflow-builder",
      "description": "AI-powered n8n workflow automation through natural language. MCP server enabling Claude AI & Cursor IDE to create, manage, and monitor workflows via Model Context Protocol. Multi-instance support, 17 tools, comprehensive docs. Build workflows conversationally without manual JSON editing.",
      "website": "https://salacoste.github.io/mcp-n8n-workflow-builder/",
      "github_url": "https://github.com/salacoste/mcp-n8n-workflow-builder",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/salacoste/mcp-n8n-workflow-builder"
      },
      "tags": [
        "ai-automation",
        "ai-tools",
        "api-management",
        "automation-platform",
        "claude-ai",
        "cursor-ide",
        "low-code",
        "mcp"
      ],
      "_stars": 226,
      "_language": "JavaScript",
      "_full_name": "salacoste/mcp-n8n-workflow-builder",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.518460+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.087453+00:00"
    },
    {
      "slug": "gh-qverisai-qveris-agent-toolkit",
      "name": "qveris-agent-toolkit",
      "description": "Open-source toolkit for the QVeris capability routing network: CLI, MCP server, Python SDK, skills, and REST API docs for agents to discover, inspect, call, and audit real-world tools.",
      "website": "https://qveris.ai/",
      "github_url": "https://github.com/QVerisAI/qveris-agent-toolkit",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/QVerisAI/qveris-agent-toolkit"
      },
      "tags": [
        "ai-agent",
        "ai-tools",
        "cli",
        "developer-tools",
        "mcp",
        "model-context-protocol",
        "openclaw",
        "plugin"
      ],
      "_stars": 226,
      "_language": "JavaScript",
      "_full_name": "QVerisAI/qveris-agent-toolkit",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.519194+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.088881+00:00"
    },
    {
      "slug": "gh-sachitrafa-yourmemory",
      "name": "YourMemory",
      "description": "Agentic AI memory with Ebbinghaus forgetting curve decay. +16pp better recall than Mem0 on LoCoMo.",
      "website": "https://yourmemoryai.xyz/",
      "github_url": "https://github.com/sachitrafa/YourMemory",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/sachitrafa/YourMemory"
      },
      "tags": [
        "ai-agents",
        "claude",
        "ebbinghaus",
        "llm-memory",
        "mcp",
        "memory",
        "model-context-protocol",
        "pgvector"
      ],
      "_stars": 224,
      "_language": "Python",
      "_full_name": "sachitrafa/YourMemory",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.519942+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.090165+00:00"
    },
    {
      "slug": "gh-akarachen-aghub",
      "name": "aghub",
      "description": "One hub for every AI coding agent. Unified configuration management for 22+ assistants.",
      "website": "https://aghub.akr.moe",
      "github_url": "https://github.com/AkaraChen/aghub",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/AkaraChen/aghub"
      },
      "tags": [
        "ai",
        "assistant",
        "claude-code",
        "configuration-management",
        "cursor",
        "developer-tools",
        "gemini-cli",
        "mcp"
      ],
      "_stars": 222,
      "_language": "Rust",
      "_full_name": "AkaraChen/aghub",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.520629+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.095156+00:00"
    },
    {
      "slug": "gh-razorpay-razorpay-mcp-server",
      "name": "razorpay-mcp-server",
      "description": "Razorpay's Official MCP Server",
      "website": "https://razorpay.com/docs/mcp-server/",
      "github_url": "https://github.com/razorpay/razorpay-mcp-server",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/razorpay/razorpay-mcp-server"
      },
      "tags": [
        "mcp",
        "mcp-server",
        "razorpay"
      ],
      "_stars": 222,
      "_language": "Go",
      "_full_name": "razorpay/razorpay-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.521505+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.095813+00:00"
    },
    {
      "slug": "gh-fu-jie-openwebui-extensions",
      "name": "openwebui-extensions",
      "description": "A collection of enhancements, plugins, and prompts for Open WebUI, developed and curated for personal use to extend functionality and improve experience.",
      "website": "https://fu-jie.github.io/openwebui-extensions/",
      "github_url": "https://github.com/Fu-Jie/openwebui-extensions",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/Fu-Jie/openwebui-extensions"
      },
      "tags": [
        "agent",
        "agentic",
        "context-engineering",
        "copilot-sdk",
        "da",
        "data-analysis",
        "data-visualization",
        "excel"
      ],
      "_stars": 221,
      "_language": "Python",
      "_full_name": "Fu-Jie/openwebui-extensions",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.523086+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.097034+00:00"
    },
    {
      "slug": "gh-shuyu-labs-windows-mcp-net",
      "name": "Windows-MCP.Net",
      "description": "A .NET-based Windows desktop automation MCP (Model Context Protocol) server that provides AI assistants with the ability to interact with the Windows desktop environment.",
      "website": "https://modelscope.cn/mcp/servers/xuzeyu/Windows-MCP.Net",
      "github_url": "https://github.com/shuyu-labs/Windows-MCP.Net",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/shuyu-labs/Windows-MCP.Net"
      },
      "tags": [
        "mcp",
        "ocr",
        "tool",
        "windows"
      ],
      "_stars": 221,
      "_language": "C#",
      "_full_name": "shuyu-labs/Windows-MCP.Net",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.523984+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.099747+00:00"
    },
    {
      "slug": "gh-tugcantopaloglu-godot-mcp",
      "name": "godot-mcp",
      "description": "MCP server for full Godot 4.x engine control \u2014 149 tools for AI-driven game development",
      "website": "https://github.com/tugcantopaloglu/godot-mcp",
      "github_url": "https://github.com/tugcantopaloglu/godot-mcp",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/tugcantopaloglu/godot-mcp"
      },
      "tags": [
        "ai",
        "automation",
        "game-development",
        "gdscript",
        "godot",
        "godot-engine",
        "mcp",
        "mcp-server"
      ],
      "_stars": 219,
      "_language": "JavaScript",
      "_full_name": "tugcantopaloglu/godot-mcp",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.527469+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.101391+00:00"
    },
    {
      "slug": "gh-cyanheads-git-mcp-server",
      "name": "git-mcp-server",
      "description": "An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag management, and more, via the MCP standard. STDIO & HTTP.",
      "website": "https://www.npmjs.com/package/@cyanheads/git-mcp-server",
      "github_url": "https://github.com/cyanheads/git-mcp-server",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/cyanheads/git-mcp-server"
      },
      "tags": [
        "ai",
        "cyanheads",
        "enterprise-ready",
        "git",
        "git-server",
        "git-tools",
        "mcp",
        "mcp-server"
      ],
      "_stars": 218,
      "_language": "TypeScript",
      "_full_name": "cyanheads/git-mcp-server",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.530180+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.104417+00:00"
    },
    {
      "slug": "gh-bvisible-mcp-ssh-manager",
      "name": "mcp-ssh-manager",
      "description": "MCP SSH Server: 37 tools for remote SSH management | Claude Code & OpenAI Codex | DevOps automation, backups, database operations, health monitoring",
      "website": "https://www.npmjs.com/package/mcp-ssh-manager",
      "github_url": "https://github.com/bvisible/mcp-ssh-manager",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/bvisible/mcp-ssh-manager"
      },
      "tags": [
        "anthropic",
        "automation",
        "backup",
        "claude-code",
        "database",
        "deployment",
        "devops",
        "erpnext"
      ],
      "_stars": 218,
      "_language": "JavaScript",
      "_full_name": "bvisible/mcp-ssh-manager",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.531456+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.106398+00:00"
    },
    {
      "slug": "gh-lkbaba-claude-code-chatinwindows",
      "name": "Claude-code-ChatInWindows",
      "description": "Full-featured GUI for Claude Code CLI in VS Code \u2014 Windows (no WSL) & macOS. Third-party API, MCP plugins, Skills, Hooks, real-time token tracking. Actively maintained.",
      "website": "https://marketplace.visualstudio.com/items?itemName=lkbaba.claude-code-chatui",
      "github_url": "https://github.com/LKbaba/Claude-code-ChatInWindows",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LKbaba/Claude-code-ChatInWindows"
      },
      "tags": [
        "ai-coding",
        "anthropic",
        "chatui",
        "claude-code",
        "claude-code-gui",
        "cursor",
        "hooks",
        "macos"
      ],
      "_stars": 217,
      "_language": "TypeScript",
      "_full_name": "LKbaba/Claude-code-ChatInWindows",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.532787+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.109342+00:00"
    },
    {
      "slug": "gh-edwin-hao-ai-awareness-local",
      "name": "Awareness-Local",
      "description": "Local-first AI agent memory \u2014 one command, works offline, no account needed. Give your Claude Code, Cursor, Windsurf, OpenClaw agent persistent memory. Markdown storage, hybrid search (FTS5 + embedding), MCP protocol, Web dashboard.",
      "website": "https://github.com/edwin-hao-ai/Awareness-Local",
      "github_url": "https://github.com/edwin-hao-ai/Awareness-Local",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/edwin-hao-ai/Awareness-Local"
      },
      "tags": [
        "ai-agent",
        "ai-memory",
        "claude-code",
        "cursor",
        "llm",
        "local-first",
        "markdown",
        "mcp"
      ],
      "_stars": 217,
      "_language": "JavaScript",
      "_full_name": "edwin-hao-ai/Awareness-Local",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.534038+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.113085+00:00"
    },
    {
      "slug": "gh-roggeohta-awesome-codex-cli",
      "name": "awesome-codex-cli",
      "description": "Curated list of 150+ tools, skills, subagents & plugins for OpenAI Codex CLI",
      "website": "https://github.com/RoggeOhta/awesome-codex-cli",
      "github_url": "https://github.com/RoggeOhta/awesome-codex-cli",
      "pricing": "free",
      "license": "CC0-1.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/RoggeOhta/awesome-codex-cli"
      },
      "tags": [
        "ai-coding",
        "ai-tools",
        "awesome",
        "awesome-list",
        "claude-code",
        "cli",
        "cli-tools",
        "codex"
      ],
      "_stars": 217,
      "_language": null,
      "_full_name": "RoggeOhta/awesome-codex-cli",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.534862+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.116232+00:00"
    },
    {
      "slug": "gh-raceychan-lihil",
      "name": "lihil",
      "description": "2X faster ASGI web framework for python, offering high-level development, low-level performance.",
      "website": "https://www.lihil.cc",
      "github_url": "https://github.com/raceychan/lihil",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/raceychan/lihil"
      },
      "tags": [
        "ai",
        "api",
        "asgi",
        "asyncio",
        "fast",
        "framework",
        "llm",
        "mcp"
      ],
      "_stars": 215,
      "_language": "Python",
      "_full_name": "raceychan/lihil",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.535564+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.120935+00:00"
    },
    {
      "slug": "gh-weam-ai-weam",
      "name": "weam",
      "description": "Web app for teams of 20+ members. In-built connections to major LLMs via API. Share chats, prompts, and agents in team or private folders. Modern, fully responsive stack (Next.js, Node.js). Deploy your own vibe-coded AI apps, agents, or workflows or use ready-made solutions from the library.",
      "website": "https://opensource.weam.ai/",
      "github_url": "https://github.com/weam-ai/weam",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/weam-ai/weam"
      },
      "tags": [
        "agent-library",
        "agents",
        "ai",
        "ai-agents",
        "aiteamchat",
        "claude",
        "collaborative-ai",
        "hacktoberfest"
      ],
      "_stars": 215,
      "_language": "TypeScript",
      "_full_name": "weam-ai/weam",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.536101+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.125165+00:00"
    },
    {
      "slug": "gh-permit0-ai-permit0",
      "name": "permit0",
      "description": "Stop AI agents from doing things they shouldn't. The action authorization layer \u2014 pre-execution, deterministic, policies included. Drop in. Day one.",
      "website": "https://permit0.com",
      "github_url": "https://github.com/permit0-ai/permit0",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/permit0-ai/permit0"
      },
      "tags": [
        "agent-authorization",
        "agent-security",
        "ai-agents",
        "ai-governance",
        "ai-safety",
        "audit-trail",
        "compliance",
        "eu-ai-act"
      ],
      "_stars": 214,
      "_language": "Rust",
      "_full_name": "permit0-ai/permit0",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.537108+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.128385+00:00"
    },
    {
      "slug": "gh-drhelius-geargrafx",
      "name": "Geargrafx",
      "description": "PC Engine / TurboGrafx-16 / SuperGrafx / PCE CD-ROM\u00b2 emulator, debugger, and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.",
      "website": "https://x.com/drhelius",
      "github_url": "https://github.com/drhelius/Geargrafx",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/drhelius/Geargrafx"
      },
      "tags": [
        "bsd",
        "emulator",
        "libretro",
        "linux",
        "macos",
        "mcp",
        "mcp-server",
        "pc-engine"
      ],
      "_stars": 214,
      "_language": "C++",
      "_full_name": "drhelius/Geargrafx",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.537953+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.131119+00:00"
    },
    {
      "slug": "gh-ramakay-claude-self-reflect",
      "name": "claude-self-reflect",
      "description": "Claude forgets everything. This fixes that. \ud83d\udd17 www.npmjs.com/package/claude-self-reflect",
      "website": "https://github.com/ramakay/claude-self-reflect",
      "github_url": "https://github.com/ramakay/claude-self-reflect",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/ramakay/claude-self-reflect"
      },
      "tags": [
        "ai-memory",
        "claude",
        "claude-desktop",
        "conversation-memory",
        "mcp",
        "qdrant",
        "semantic-search",
        "vector-search"
      ],
      "_stars": 214,
      "_language": "Rust",
      "_full_name": "ramakay/claude-self-reflect",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:09:44.539592+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.132682+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-sdk",
      "name": "@modelcontextprotocol/sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.29.0",
      "_publisher": "pcarleton",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.669438+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.137921+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-ext-apps",
      "name": "@modelcontextprotocol/ext-apps",
      "description": "MCP Apps SDK \u2014 Enable MCP servers to display interactive user interfaces in conversational clients.",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/ext-apps",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.670419+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.332459+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-inspector",
      "name": "@modelcontextprotocol/inspector",
      "description": "Model Context Protocol inspector",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/inspector",
      "github_url": "git+https://github.com/modelcontextprotocol/inspector.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/inspector"
        ]
      },
      "tags": [],
      "_version": "0.21.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.671517+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.140257+00:00"
    },
    {
      "slug": "npm-solvapay-mcp",
      "name": "@solvapay/mcp",
      "description": "Official @modelcontextprotocol/sdk + @modelcontextprotocol/ext-apps adapter for the SolvaPay MCP toolbox (createSolvaPayMcpServer, registerPayableTool) with ./fetch + ./express subpath exports for runtime-specific OAuth bridges.",
      "website": "https://www.npmjs.com/package/@solvapay/mcp",
      "github_url": "git+https://github.com/solvapay/solvapay-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@solvapay/mcp"
        ]
      },
      "tags": [],
      "_version": "0.2.5",
      "_publisher": "tommy-solvapay",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.673063+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.337346+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server",
      "name": "@modelcontextprotocol/server",
      "description": "Model Context Protocol implementation for TypeScript - Server package",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "server"
      ],
      "_version": "2.0.0-alpha.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.673837+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.160714+00:00"
    },
    {
      "slug": "npm-hisma-server-puppeteer",
      "name": "@hisma/server-puppeteer",
      "description": "Fork and update (v0.6.5) of the original @modelcontextprotocol/server-puppeteer MCP server for browser automation using Puppeteer.",
      "website": "https://www.npmjs.com/package/@hisma/server-puppeteer",
      "github_url": "git+https://github.com/Hisma/servers-archived.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hisma/server-puppeteer"
        ]
      },
      "tags": [
        "mcp",
        "puppeteer",
        "hisma"
      ],
      "_version": "0.6.5",
      "_publisher": "hisma",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.674312+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.344581+00:00"
    },
    {
      "slug": "npm-puppeteer-mcp-server",
      "name": "puppeteer-mcp-server",
      "description": "Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)",
      "website": "https://www.npmjs.com/package/puppeteer-mcp-server",
      "github_url": "git+https://github.com/merajmehrabi/puppeteer-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "puppeteer-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.7.2",
      "_publisher": "merajmehrabi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.674945+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.991519+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-node",
      "name": "@modelcontextprotocol/node",
      "description": "Model Context Protocol implementation for TypeScript - Node.js middleware",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/node",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/node"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "node.js",
        "middleware"
      ],
      "_version": "2.0.0-alpha.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.679118+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.206406+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-everything",
      "name": "@modelcontextprotocol/server-everything",
      "description": "MCP server that exercises all the features of the MCP protocol",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-everything",
      "github_url": "git+https://github.com/modelcontextprotocol/servers.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-everything"
        ]
      },
      "tags": [],
      "_version": "2026.1.26",
      "_publisher": "pcarleton",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.680548+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.632416+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-pdf",
      "name": "@modelcontextprotocol/server-pdf",
      "description": "MCP server for loading and extracting text from PDF files with chunked pagination and interactive viewer",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-pdf",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-pdf"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.681524+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.886947+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-client",
      "name": "@modelcontextprotocol/client",
      "description": "Model Context Protocol implementation for TypeScript - Client package",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/client",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/client"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "client"
      ],
      "_version": "2.0.0-alpha.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.683601+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.203269+00:00"
    },
    {
      "slug": "npm-mcp-use",
      "name": "mcp-use",
      "description": "Opinionated MCP Framework for TypeScript (@modelcontextprotocol/sdk compatible) - Build MCP Agents, Clients and Servers with support for ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, Observability and more.",
      "website": "https://www.npmjs.com/package/mcp-use",
      "github_url": "git+https://github.com/mcp-use/mcp-use.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-use"
        ]
      },
      "tags": [
        "MCP",
        "mcp-use",
        "Model Context Protocol",
        "ChatGPT Apps",
        "Code Mode",
        "OAuth",
        "Notifications",
        "Sampling"
      ],
      "_version": "1.28.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.684836+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.356416+00:00"
    },
    {
      "slug": "npm-syntrologie-adapt-mcp",
      "name": "@syntrologie/adapt-mcp",
      "description": "Adaptive MCP \u2014 dynamically loads @modelcontextprotocol/ext-apps so interactive MCP app cards can bridge back to the host.",
      "website": "https://www.npmjs.com/package/@syntrologie/adapt-mcp",
      "github_url": "git+https://github.com/SyntropyForge/amazing-demos.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@syntrologie/adapt-mcp"
        ]
      },
      "tags": [],
      "_version": "2.27.0",
      "_publisher": "syntrologie-eng",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.685739+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.360753+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-express",
      "name": "@modelcontextprotocol/express",
      "description": "Express adapters for the Model Context Protocol TypeScript server SDK - Express middleware",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/express",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/express"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "express",
        "middleware"
      ],
      "_version": "2.0.0-alpha.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.686489+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.625054+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-conformance",
      "name": "@modelcontextprotocol/conformance",
      "description": "A framework for testing MCP (Model Context Protocol) client and server implementations against the specification.",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/conformance",
      "github_url": "git+https://github.com/modelcontextprotocol/conformance.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/conformance"
        ]
      },
      "tags": [],
      "_version": "0.1.16",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.687206+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.554945+00:00"
    },
    {
      "slug": "npm-shrkcrft-mcp-server",
      "name": "@shrkcrft/mcp-server",
      "description": "SharkCraft MCP server: read-only @modelcontextprotocol/sdk tools (stdio + streamable-HTTP) for AI coding agents.",
      "website": "https://www.npmjs.com/package/@shrkcrft/mcp-server",
      "github_url": "git+https://github.com/sharkcraft/sharkcraft.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@shrkcrft/mcp-server"
        ]
      },
      "tags": [
        "sharkcraft",
        "mcp",
        "modelcontextprotocol",
        "ai-agent",
        "claude"
      ],
      "_version": "0.1.0-alpha.9",
      "_publisher": "ben312",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.688492+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.373071+00:00"
    },
    {
      "slug": "npm-mcp-use-modelcontextprotocol-sdk",
      "name": "@mcp-use/modelcontextprotocol-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@mcp-use/modelcontextprotocol-sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-use/modelcontextprotocol-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.24.3-mcp-use.4",
      "_publisher": "tonxxd",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.689926+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.155973+00:00"
    },
    {
      "slug": "npm-szc-ft-mcp-szcd-component-helper",
      "name": "@szc-ft/mcp-szcd-component-helper",
      "description": "MCP server for szcd component library - built with @modelcontextprotocol/sdk, supports stdio/SSE/dual modes",
      "website": "https://www.npmjs.com/package/@szc-ft/mcp-szcd-component-helper",
      "github_url": "git+https://github.com/szc-ft/szcd.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@szc-ft/mcp-szcd-component-helper"
        ]
      },
      "tags": [
        "mcp",
        "szcd",
        "component",
        "ai",
        "agent",
        "claude",
        "skill",
        "proxy"
      ],
      "_version": "0.10.0",
      "_publisher": "zzj-new",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.690910+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.379447+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-hono",
      "name": "@modelcontextprotocol/hono",
      "description": "Hono adapters for the Model Context Protocol TypeScript server SDK - Hono middleware",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/hono",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/hono"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "hono",
        "middleware"
      ],
      "_version": "2.0.0-alpha.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.691913+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.153202+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-sequential-thinking",
      "name": "@modelcontextprotocol/server-sequential-thinking",
      "description": "MCP server for sequential thinking and problem solving",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-sequential-thinking",
      "github_url": "git+https://github.com/modelcontextprotocol/servers.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-sequential-thinking"
        ]
      },
      "tags": [],
      "_version": "2025.12.18",
      "_publisher": "pcarleton",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.692453+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.519455+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-fastify",
      "name": "@modelcontextprotocol/fastify",
      "description": "Fastify adapters for the Model Context Protocol TypeScript server SDK - Fastify middleware",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/fastify",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/fastify"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "fastify",
        "middleware"
      ],
      "_version": "2.0.0-alpha.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.693034+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.501983+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-filesystem",
      "name": "@modelcontextprotocol/server-filesystem",
      "description": "MCP server for filesystem access",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-filesystem",
      "github_url": "git+https://github.com/modelcontextprotocol/servers.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-filesystem"
        ]
      },
      "tags": [],
      "_version": "2026.1.14",
      "_publisher": "pcarleton",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.694044+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.363142+00:00"
    },
    {
      "slug": "npm-enhanced-postgres-mcp-server",
      "name": "enhanced-postgres-mcp-server",
      "description": "Enhanced PostgreSQL MCP server with read and write capabilities. Based on @modelcontextprotocol/server-postgres by Anthropic.",
      "website": "https://www.npmjs.com/package/enhanced-postgres-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "enhanced-postgres-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "anthropic",
        "postgres",
        "postgresql",
        "database",
        "llm"
      ],
      "_version": "1.0.1",
      "_publisher": "jlzan1314",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.695628+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.389825+00:00"
    },
    {
      "slug": "npm-szjc-szjc-mcp-server",
      "name": "@szjc/szjc-mcp-server",
      "description": "MCP Server for the Szjc API using @modelcontextprotocol/sdk",
      "website": "https://www.npmjs.com/package/@szjc/szjc-mcp-server",
      "github_url": "git+https://github.com/szjc/szjc-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@szjc/szjc-mcp-server"
        ]
      },
      "tags": [
        "szjc",
        "mcp",
        "server",
        "modelcontextprotocol",
        "shuzijiancai",
        "api",
        "ide"
      ],
      "_version": "1.0.24",
      "_publisher": "bimsop",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.696421+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.393827+00:00"
    },
    {
      "slug": "npm-olaservo-mcp-interceptors",
      "name": "@olaservo/mcp-interceptors",
      "description": "TypeScript SDK for Model Context Protocol interceptors (temp publish \u2014 fork of @ext-modelcontextprotocol/interceptors)",
      "website": "https://www.npmjs.com/package/@olaservo/mcp-interceptors",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-interceptors.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@olaservo/mcp-interceptors"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "interceptors"
      ],
      "_version": "0.0.0-temp.0",
      "_publisher": "olaservo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.697698+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.396988+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-inspector-client",
      "name": "@modelcontextprotocol/inspector-client",
      "description": "Client-side application for the Model Context Protocol inspector",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/inspector-client",
      "github_url": "git+https://github.com/modelcontextprotocol/inspector.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/inspector-client"
        ]
      },
      "tags": [],
      "_version": "0.21.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.698801+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.176461+00:00"
    },
    {
      "slug": "npm-laskarks-mcp-rag-node",
      "name": "@laskarks/mcp-rag-node",
      "description": "Simple MCP RAG server using @modelcontextprotocol/sdk",
      "website": "https://www.npmjs.com/package/@laskarks/mcp-rag-node",
      "github_url": "git+https://github.com/laskar-ksatria/rag-mcp-nodejs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@laskarks/mcp-rag-node"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "sdk"
      ],
      "_version": "1.1.1",
      "_publisher": "laskarks",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.701375+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.399830+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-inspector-server",
      "name": "@modelcontextprotocol/inspector-server",
      "description": "Server-side application for the Model Context Protocol inspector",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/inspector-server",
      "github_url": "git+https://github.com/modelcontextprotocol/inspector.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/inspector-server"
        ]
      },
      "tags": [],
      "_version": "0.21.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.703075+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.177370+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-inspector-cli",
      "name": "@modelcontextprotocol/inspector-cli",
      "description": "CLI for the Model Context Protocol inspector",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/inspector-cli",
      "github_url": "git+https://github.com/modelcontextprotocol/inspector.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/inspector-cli"
        ]
      },
      "tags": [],
      "_version": "0.21.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.704883+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.168184+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-memory",
      "name": "@modelcontextprotocol/server-memory",
      "description": "MCP server for enabling memory for Claude through a knowledge graph",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-memory",
      "github_url": "git+https://github.com/modelcontextprotocol/servers.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-memory"
        ]
      },
      "tags": [],
      "_version": "2026.1.26",
      "_publisher": "pcarleton",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.714875+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.964570+00:00"
    },
    {
      "slug": "npm-onestep-puppeteer-mcp-server",
      "name": "onestep-puppeteer-mcp-server",
      "description": "Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)",
      "website": "https://www.npmjs.com/package/onestep-puppeteer-mcp-server",
      "github_url": "git+https://github.com/merajmehrabi/puppeteer-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "onestep-puppeteer-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.5.5",
      "_publisher": "fzhao123",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.717012+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.412767+00:00"
    },
    {
      "slug": "npm-mcp-smart-crawler",
      "name": "mcp-smart-crawler",
      "description": "A command-line tool acting as an MCP (ModelContextProtocol) server, using Playwright to crawl web content for AI models.",
      "website": "https://www.npmjs.com/package/mcp-smart-crawler",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-smart-crawler"
        ]
      },
      "tags": [
        "crawler",
        "scraper",
        "playwright",
        "automation",
        "web",
        "model context protocol",
        "mcp",
        "xiaohongshu"
      ],
      "_version": "1.0.10",
      "_publisher": "erikloo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.719408+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.414726+00:00"
    },
    {
      "slug": "npm-mcp-monorepo-weather",
      "name": "@mcp-monorepo/weather",
      "description": "Weather MCP tools (geocoding, weather-by-coords) for ModelContextProtocol.",
      "website": "https://www.npmjs.com/package/@mcp-monorepo/weather",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-monorepo/weather"
        ]
      },
      "tags": [],
      "_version": "1.2.0",
      "_publisher": "sebse",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.721394+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.415621+00:00"
    },
    {
      "slug": "npm-thunder-ai-mcp-element-ui",
      "name": "@thunder_ai/mcp-element-ui",
      "description": "Element Plus \u7684 ModelContextProtocol (MCP) \u670d\u52a1\u5668",
      "website": "https://www.npmjs.com/package/@thunder_ai/mcp-element-ui",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@thunder_ai/mcp-element-ui"
        ]
      },
      "tags": [
        "element-plus",
        "mcp",
        "model-context-protocol",
        "cursor",
        "windsurf",
        "claude",
        "cline",
        "roo-cline"
      ],
      "_version": "1.1.9",
      "_publisher": "yuezheng2006",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.723237+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.416407+00:00"
    },
    {
      "slug": "npm-user-postgresql-mcp",
      "name": "user-postgresql-mcp",
      "description": "A PostgreSQL MCP server built with @modelcontextprotocol/sdk.",
      "website": "https://www.npmjs.com/package/user-postgresql-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "user-postgresql-mcp"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "postgresql",
        "cursor"
      ],
      "_version": "0.1.7",
      "_publisher": "wenxue1",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.725492+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.417211+00:00"
    },
    {
      "slug": "npm-dapp-local-mcp",
      "name": "dapp-local-mcp",
      "description": "A stdio MCP server using @modelcontextprotocol/sdk",
      "website": "https://www.npmjs.com/package/dapp-local-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "dapp-local-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "stdio"
      ],
      "_version": "12.0.0",
      "_publisher": "transkarpation",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.728206+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.417853+00:00"
    },
    {
      "slug": "npm-ai-mentora-mcp-server",
      "name": "@ai-mentora/mcp-server",
      "description": "MCP server for AI Mentora, compatible with ModelContextProtocol. Provides es-fulltext-retrieve tool for Canadian case law search.",
      "website": "https://www.npmjs.com/package/@ai-mentora/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ai-mentora/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "elasticsearch",
        "ai-mentora",
        "case-law",
        "server"
      ],
      "_version": "1.0.29",
      "_publisher": "jackyzhang1969",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.729888+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.419470+00:00"
    },
    {
      "slug": "npm-elijahtynes-reliefweb-mcp-server",
      "name": "@elijahtynes/reliefweb-mcp-server",
      "description": "ModelContextProtocol (MCP) server for ReliefWeb humanitarian information service",
      "website": "https://www.npmjs.com/package/@elijahtynes/reliefweb-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@elijahtynes/reliefweb-mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.0.11",
      "_publisher": "elijah-tynes",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.731514+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.421882+00:00"
    },
    {
      "slug": "npm-todoforai-puppeteer-mcp-server",
      "name": "@todoforai/puppeteer-mcp-server",
      "description": "Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)",
      "website": "https://www.npmjs.com/package/@todoforai/puppeteer-mcp-server",
      "github_url": "git+https://github.com/todoforai/puppeteer-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@todoforai/puppeteer-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.7.14",
      "_publisher": "todoforai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.733388+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.423272+00:00"
    },
    {
      "slug": "npm-sit-onyx-modelcontextprotocol",
      "name": "@sit-onyx/modelcontextprotocol",
      "description": "MCP (Model Context Protocol) Server that provide onyx specific tools and resources.",
      "website": "https://www.npmjs.com/package/@sit-onyx/modelcontextprotocol",
      "github_url": "git+https://github.com/SchwarzIT/onyx.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sit-onyx/modelcontextprotocol"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.735219+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.384142+00:00"
    },
    {
      "slug": "npm-bolide-ai-mcp",
      "name": "@bolide-ai/mcp",
      "description": "Bolide AI MCP is a ModelContextProtocol server that provides tools for marketing automation.",
      "website": "https://www.npmjs.com/package/@bolide-ai/mcp",
      "github_url": "git+https://github.com/Bolide-AI/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bolide-ai/mcp"
        ]
      },
      "tags": [
        "bolideai",
        "mcp",
        "modelcontextprotocol",
        "marketing",
        "automation"
      ],
      "_version": "1.5.0",
      "_publisher": "alexzarbn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.737411+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.428577+00:00"
    },
    {
      "slug": "npm-zero-mcp",
      "name": "zero-mcp",
      "description": "Zero-boilerplate, lightweight and fast MCP server toolkit. Skip the weight of `@modelcontextprotocol/sdk` and start shipping MCP servers in minutes with minimal code.",
      "website": "https://www.npmjs.com/package/zero-mcp",
      "github_url": "git+https://github.com/SNIKO/zero-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "zero-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "llm",
        "modelcontextprotocol",
        "openai",
        "anthropic",
        "ai",
        "chatgpt"
      ],
      "_version": "0.2.2",
      "_publisher": "nikosv",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.739738+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.429845+00:00"
    },
    {
      "slug": "npm-magneticwatermelon-mcp-toolkit",
      "name": "@magneticwatermelon/mcp-toolkit",
      "description": "Build and ship **[Model Context Protocol](https://github.com/modelcontextprotocol)** (MCP) servers with zero-config \u26a1\ufe0f.",
      "website": "https://www.npmjs.com/package/@magneticwatermelon/mcp-toolkit",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@magneticwatermelon/mcp-toolkit"
        ]
      },
      "tags": [],
      "_version": "2.0.1",
      "_publisher": "magneticwatermelon",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.741835+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.432314+00:00"
    },
    {
      "slug": "npm-mcp-grpc-transport",
      "name": "mcp-grpc-transport",
      "description": "Pluggable gRPC transport for Model Context Protocol (MCP) servers using @modelcontextprotocol/sdk. Protobuf surface aligned with the community mcp-python-sdk-grpc-poc reference.",
      "website": "https://www.npmjs.com/package/mcp-grpc-transport",
      "github_url": "git+https://github.com/danielsmithdevelopment/ClawQL.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-grpc-transport"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "grpc",
        "transport",
        "clawql"
      ],
      "_version": "0.2.0",
      "_publisher": "danielsmithdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.743499+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.433255+00:00"
    },
    {
      "slug": "npm-composiohq-modelcontextprotocol-typescript-sdk",
      "name": "composiohq-modelcontextprotocol-typescript-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/composiohq-modelcontextprotocol-typescript-sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "composiohq-modelcontextprotocol-typescript-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.12.2",
      "_publisher": "sampark_inc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.745870+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.264073+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-map",
      "name": "@modelcontextprotocol/server-map",
      "description": "MCP App Server example with CesiumJS 3D globe and geocoding",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-map",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-map"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.747715+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.436377+00:00"
    },
    {
      "slug": "npm-puppeteer-mcp-server-ws",
      "name": "puppeteer-mcp-server-ws",
      "description": "Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)",
      "website": "https://www.npmjs.com/package/puppeteer-mcp-server-ws",
      "github_url": "git+https://github.com/namle-teq/puppeteer-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "puppeteer-mcp-server-ws"
        ]
      },
      "tags": [],
      "_version": "0.0.4",
      "_publisher": "lenamuit",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.750172+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.437698+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-threejs",
      "name": "@modelcontextprotocol/server-threejs",
      "description": "Three.js 3D visualization MCP App Server",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-threejs",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-threejs"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.752235+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.438914+00:00"
    },
    {
      "slug": "npm-agenticpay-mcp-bridge",
      "name": "@agenticpay/mcp-bridge",
      "description": "Real MCP server (stdio + @modelcontextprotocol/sdk) that exposes x402-paywalled HTTP endpoints as MCP tools. Drop into Claude Desktop, Cursor, or any MCP client.",
      "website": "https://www.npmjs.com/package/@agenticpay/mcp-bridge",
      "github_url": "git+https://github.com/krystiangw/agenticpay.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agenticpay/mcp-bridge"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "x402",
        "solana",
        "usdc",
        "claude-desktop",
        "cursor",
        "agentic-payments"
      ],
      "_version": "0.0.2",
      "_publisher": "agenticpay",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.754723+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.440134+00:00"
    },
    {
      "slug": "npm-launchsecure-launch-sdk",
      "name": "@launchsecure/launch-sdk",
      "description": "Typed server-side client for LaunchSecure's MCP. Wraps @modelcontextprotocol/sdk with PAT auth and typed helpers (feedback, work items, comments, etc.).",
      "website": "https://www.npmjs.com/package/@launchsecure/launch-sdk",
      "github_url": "git+https://github.com/launchsecure/launchsecure-v2.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@launchsecure/launch-sdk"
        ]
      },
      "tags": [
        "launchsecure",
        "launch-kit",
        "mcp",
        "sdk",
        "client",
        "feedback",
        "model-context-protocol"
      ],
      "_version": "0.0.1",
      "_publisher": "prajyot.tote",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.756505+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.443445+00:00"
    },
    {
      "slug": "npm-valjs-mcp-alpha",
      "name": "valjs-mcp-alpha",
      "description": "ModelContextProtocol server that bridges to Val Town MCP tools",
      "website": "https://www.npmjs.com/package/valjs-mcp-alpha",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "valjs-mcp-alpha"
        ]
      },
      "tags": [],
      "_version": "6.0.0",
      "_publisher": "thomasdavis",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.757526+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.445043+00:00"
    },
    {
      "slug": "npm-cardor-email-summarizer",
      "name": "@cardor/email-summarizer",
      "description": "A Node.js application for summarizing emails using the ModelContextProtocol (MCP).",
      "website": "https://www.npmjs.com/package/@cardor/email-summarizer",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cardor/email-summarizer"
        ]
      },
      "tags": [
        "email",
        "summarizer",
        "modelcontextprotocol",
        "mcp",
        "typescript",
        "nodejs"
      ],
      "_version": "1.3.0",
      "_publisher": "enmanuelmag",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.758381+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.446321+00:00"
    },
    {
      "slug": "npm-merkl-mcp",
      "name": "merkl-mcp",
      "description": "MCP server exposing Merkl opportunities via @modelcontextprotocol/sdk",
      "website": "https://www.npmjs.com/package/merkl-mcp",
      "github_url": "git+https://github.com/domechn/merkl-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "merkl-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.9",
      "_publisher": "domchan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.759423+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.448096+00:00"
    },
    {
      "slug": "npm-iflow-mcp-mailgun-mcp-server",
      "name": "@iflow-mcp/mailgun-mcp-server",
      "description": "[![MCP](https://img.shields.io/badge/MCP-Server-blue.svg)](https://github.com/modelcontextprotocol)",
      "website": "https://www.npmjs.com/package/@iflow-mcp/mailgun-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/mailgun-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.760502+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.449901+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-transcript",
      "name": "@modelcontextprotocol/server-transcript",
      "description": "MCP App Server for live speech transcription",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-transcript",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-transcript"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.762660+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.453150+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-basic-react",
      "name": "@modelcontextprotocol/server-basic-react",
      "description": "Basic MCP App Server example using React",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-basic-react",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-basic-react"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.764240+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.455490+00:00"
    },
    {
      "slug": "npm-gotillit-local-mcp-server",
      "name": "@gotillit/local-mcp-server",
      "description": "Local MCP server for Tillit API using @modelcontextprotocol/sdk. Provides 195+ tools and 48+ resources for complete Tillit API access with built-in documentation.",
      "website": "https://www.npmjs.com/package/@gotillit/local-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gotillit/local-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "tillit",
        "api",
        "local-server",
        "manufacturing",
        "operations",
        "claude-desktop"
      ],
      "_version": "0.0.18",
      "_publisher": "gotillit",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.765381+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.458314+00:00"
    },
    {
      "slug": "npm-cardor-email-management",
      "name": "@cardor/email-management",
      "description": "A Node.js application for managing email workflows using the ModelContextProtocol (MCP).",
      "website": "https://www.npmjs.com/package/@cardor/email-management",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cardor/email-management"
        ]
      },
      "tags": [
        "email",
        "management",
        "modelcontextprotocol",
        "mcp",
        "typescript",
        "nodejs"
      ],
      "_version": "3.1.2",
      "_publisher": "enmanuelmag",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.766869+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.460861+00:00"
    },
    {
      "slug": "npm-mseep-puppeteer-mcp-server",
      "name": "@mseep/puppeteer-mcp-server",
      "description": "Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)",
      "website": "https://www.npmjs.com/package/@mseep/puppeteer-mcp-server",
      "github_url": "git+https://github.com/merajmehrabi/puppeteer-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mseep/puppeteer-mcp-server"
        ]
      },
      "tags": [
        "mseep",
        "mcp-server"
      ],
      "_version": "0.7.2",
      "_publisher": "skydeckai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.767884+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.462366+00:00"
    },
    {
      "slug": "npm-alcyone-labs-modelcontextprotocol-sdk",
      "name": "@alcyone-labs/modelcontextprotocol-sdk",
      "description": "Upgrade to Zod V4 for Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@alcyone-labs/modelcontextprotocol-sdk",
      "github_url": "git+https://github.com/Alcyone-Labs/mcp-typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@alcyone-labs/modelcontextprotocol-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.16.0",
      "_publisher": "nembleton",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.768966+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.507459+00:00"
    },
    {
      "slug": "npm-mcpweb-org-sdk",
      "name": "@mcpweb-org/sdk",
      "description": "Official TypeScript/JavaScript SDK for the MCPaaS platform - A wrapper around the official MCP Server using @modelcontextprotocol/sdk",
      "website": "https://www.npmjs.com/package/@mcpweb-org/sdk",
      "github_url": "git+https://github.com/developer-bjm/node-mcpweb.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcpweb-org/sdk"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mcpaas",
        "sdk",
        "typescript",
        "javascript",
        "api",
        "client"
      ],
      "_version": "0.1.15",
      "_publisher": "mcpweb",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.769651+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.465891+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-basic-preact",
      "name": "@modelcontextprotocol/server-basic-preact",
      "description": "Basic MCP App Server example using Preact",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-basic-preact",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-basic-preact"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.770330+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.467643+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-video-resource",
      "name": "@modelcontextprotocol/server-video-resource",
      "description": "MCP App Server demonstrating video resources served as base64 blobs",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-video-resource",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-video-resource"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.771055+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.470624+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-basic-svelte",
      "name": "@modelcontextprotocol/server-basic-svelte",
      "description": "Basic MCP App Server example using Svelte",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-basic-svelte",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-basic-svelte"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.771790+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.474871+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-basic-vanillajs",
      "name": "@modelcontextprotocol/server-basic-vanillajs",
      "description": "Basic MCP App Server example using vanilla JavaScript",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-basic-vanillajs",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-basic-vanillajs"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.772901+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.477483+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-basic-solid",
      "name": "@modelcontextprotocol/server-basic-solid",
      "description": "Basic MCP App Server example using Solid",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-basic-solid",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-basic-solid"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.773844+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.478938+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-shadertoy",
      "name": "@modelcontextprotocol/server-shadertoy",
      "description": "MCP App Server example for rendering ShaderToy-compatible GLSL shaders",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-shadertoy",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-shadertoy"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.774486+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.480167+00:00"
    },
    {
      "slug": "npm-tea-color-to-vars-mcp-server",
      "name": "tea-color-to-vars-mcp-server",
      "description": "A basic MCP server example using @modelcontextprotocol/sdk",
      "website": "https://www.npmjs.com/package/tea-color-to-vars-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "tea-color-to-vars-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "llm"
      ],
      "_version": "1.0.0",
      "_publisher": "superlc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.775216+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.481625+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-basic-vue",
      "name": "@modelcontextprotocol/server-basic-vue",
      "description": "Basic MCP App Server example using Vue",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-basic-vue",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-basic-vue"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.776666+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.482555+00:00"
    },
    {
      "slug": "npm-iflow-mcp-openai-gpt-image-mcp",
      "name": "@iflow-mcp/openai-gpt-image-mcp",
      "description": "<p align=\"center\">   <a href=\"https://www.npmjs.com/package/@modelcontextprotocol/sdk\"><img src=\"https://img.shields.io/npm/v/@modelcontextprotocol/sdk?label=MCP%20SDK&color=blue\" alt=\"MCP SDK\"></a>   <a href=\"https://www.npmjs.com/package/openai\"><img sr",
      "website": "https://www.npmjs.com/package/@iflow-mcp/openai-gpt-image-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/openai-gpt-image-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.779028+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.483469+00:00"
    },
    {
      "slug": "npm-dev-boy-mcp-stdio-server",
      "name": "@dev-boy/mcp-stdio-server",
      "description": "Native STDIO MCP server for Dev Boy - GitLab integration using @modelcontextprotocol/sdk",
      "website": "https://www.npmjs.com/package/@dev-boy/mcp-stdio-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dev-boy/mcp-stdio-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "dev-boy",
        "gitlab",
        "stdio"
      ],
      "_version": "1.1.0",
      "_publisher": "andreymaznyak",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.781021+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.487271+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-wiki-explorer",
      "name": "@modelcontextprotocol/server-wiki-explorer",
      "description": "Wikipedia link explorer MCP App Server with graph visualization",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-wiki-explorer",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-wiki-explorer"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.782310+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.489872+00:00"
    },
    {
      "slug": "npm-iflow-mcp-puppeteer-mcp-server",
      "name": "@iflow-mcp/puppeteer-mcp-server",
      "description": "Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)",
      "website": "https://www.npmjs.com/package/@iflow-mcp/puppeteer-mcp-server",
      "github_url": "git+https://github.com/merajmehrabi/puppeteer-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/puppeteer-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.7.2",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.784642+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.493507+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-cohort-heatmap",
      "name": "@modelcontextprotocol/server-cohort-heatmap",
      "description": "Cohort heatmap MCP App Server for retention analysis",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-cohort-heatmap",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-cohort-heatmap"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.785656+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.497000+00:00"
    },
    {
      "slug": "npm-hashi-mcp-server",
      "name": "@hashi-mcp/server",
      "description": "MCP server for Hashi bridges. Wraps @modelcontextprotocol/sdk and exposes one or more bridges as a single MCP server (stdio).",
      "website": "https://www.npmjs.com/package/@hashi-mcp/server",
      "github_url": "git+https://github.com/hashi-mcp/hashi.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hashi-mcp/server"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "anthropic",
        "model-context-protocol",
        "desktop",
        "hashi"
      ],
      "_version": "0.0.1",
      "_publisher": "aparena",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.786463+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.498917+00:00"
    },
    {
      "slug": "npm-adisuryanathanael-mcp-server-filesystem2",
      "name": "@adisuryanathanael/mcp-server-filesystem2",
      "description": "MCP-compatible server tool for filesystem access from https://github.com/adisuryanathan/modelcontextprotocol-servers.git",
      "website": "https://www.npmjs.com/package/@adisuryanathanael/mcp-server-filesystem2",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@adisuryanathanael/mcp-server-filesystem2"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "adisuryanathanael",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.788050+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.501212+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-system-monitor",
      "name": "@modelcontextprotocol/server-system-monitor",
      "description": "System monitor MCP App Server with real-time stats",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-system-monitor",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-system-monitor"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.789293+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.504581+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-scenario-modeler",
      "name": "@modelcontextprotocol/server-scenario-modeler",
      "description": "Financial scenario modeling MCP App Server",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-scenario-modeler",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-scenario-modeler"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.790533+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.507824+00:00"
    },
    {
      "slug": "npm-iflow-mcp-garethcott-enhanced-postgres-mcp-server",
      "name": "@iflow-mcp/garethcott-enhanced-postgres-mcp-server",
      "description": "Enhanced PostgreSQL MCP server with read and write capabilities. Based on @modelcontextprotocol/server-postgres by Anthropic.",
      "website": "https://www.npmjs.com/package/@iflow-mcp/garethcott-enhanced-postgres-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/garethcott-enhanced-postgres-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "anthropic",
        "postgres",
        "postgresql",
        "database",
        "llm"
      ],
      "_version": "1.0.0",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.791398+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.535215+00:00"
    },
    {
      "slug": "npm-openctx-provider-modelcontextprotocol",
      "name": "@openctx/provider-modelcontextprotocol",
      "description": "Use information from MCP providers",
      "website": "https://www.npmjs.com/package/@openctx/provider-modelcontextprotocol",
      "github_url": "git+https://github.com/sourcegraph/openctx.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@openctx/provider-modelcontextprotocol"
        ]
      },
      "tags": [],
      "_version": "0.0.14",
      "_publisher": "sourcegraph-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.792735+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.513436+00:00"
    },
    {
      "slug": "npm-agent5ive-mcp",
      "name": "agent5ive-mcp",
      "description": "An MCP server for Agent5ive, built with the official @modelcontextprotocol/sdk.",
      "website": "https://www.npmjs.com/package/agent5ive-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agent5ive-mcp"
        ]
      },
      "tags": [
        "agent5ive",
        "mcp",
        "sdk"
      ],
      "_version": "1.0.0",
      "_publisher": "agent5ive",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.794769+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.515938+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-customer-segmentation",
      "name": "@modelcontextprotocol/server-customer-segmentation",
      "description": "Customer segmentation MCP App Server with filtering",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-customer-segmentation",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-customer-segmentation"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.797033+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.518011+00:00"
    },
    {
      "slug": "npm-openrpc-mcp-server-updated",
      "name": "openrpc-mcp-server-updated",
      "description": "OpenRPC MCP server - Updated with latest @modelcontextprotocol/sdk for compatibility with newer clients",
      "website": "https://www.npmjs.com/package/openrpc-mcp-server-updated",
      "github_url": "git+https://github.com/hammad-starmech/openrpc-mpc-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "openrpc-mcp-server-updated"
        ]
      },
      "tags": [
        "mcp",
        "openrpc",
        "json-rpc",
        "model-context-protocol"
      ],
      "_version": "0.2.0",
      "_publisher": "hammad_ignite",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.798205+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.521370+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-budget-allocator",
      "name": "@modelcontextprotocol/server-budget-allocator",
      "description": "Budget allocator MCP App Server with interactive visualization",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-budget-allocator",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-budget-allocator"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.799912+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.525433+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-sheet-music",
      "name": "@modelcontextprotocol/server-sheet-music",
      "description": "MCP App Server for rendering and playing sheet music from ABC notation",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-sheet-music",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-sheet-music"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.801780+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.528860+00:00"
    },
    {
      "slug": "npm-pikku-modelcontextprotocol",
      "name": "@pikku/modelcontextprotocol",
      "description": "A Pikku MCP server runtime using the official MCP SDK",
      "website": "https://www.npmjs.com/package/@pikku/modelcontextprotocol",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pikku/modelcontextprotocol"
        ]
      },
      "tags": [],
      "_version": "0.12.4",
      "_publisher": "yasserf",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.802871+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.531440+00:00"
    },
    {
      "slug": "npm-nevescloud-mcp-rtc",
      "name": "@nevescloud/mcp-rtc",
      "description": "Reference implementation of the MCP-over-WebRTC transport (see SPEC.md). Implements the @modelcontextprotocol/sdk Transport interface for both server and client, in Node and browser.",
      "website": "https://www.npmjs.com/package/@nevescloud/mcp-rtc",
      "github_url": "git+https://github.com/jonasneves/mcp-rtc.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nevescloud/mcp-rtc"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "webrtc",
        "transport",
        "p2p"
      ],
      "_version": "0.1.1",
      "_publisher": "jonasneves",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.804202+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.532945+00:00"
    },
    {
      "slug": "npm-iflow-mcp-wizd-airylark-mcp-server",
      "name": "@iflow-mcp/wizd-airylark-mcp-server",
      "description": "AiryLark\u7684ModelContextProtocol(MCP)\u670d\u52a1\u5668\uff0c\u63d0\u4f9b\u9ad8\u7cbe\u5ea6\u7ffb\u8bd1API",
      "website": "https://www.npmjs.com/package/@iflow-mcp/wizd-airylark-mcp-server",
      "github_url": "git+https://github.com/wizd/airylark.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/wizd-airylark-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "translation",
        "openai",
        "api",
        "airylark"
      ],
      "_version": "0.1.0",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.806091+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.538767+00:00"
    },
    {
      "slug": "npm-ampersend-ai-modelcontextprotocol-sdk",
      "name": "@ampersend_ai/modelcontextprotocol-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@ampersend_ai/modelcontextprotocol-sdk",
      "github_url": "git+https://github.com/edgeandnode/mcp-typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ampersend_ai/modelcontextprotocol-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.20.1",
      "_publisher": "matiasedgeandnode",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.807154+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.514942+00:00"
    },
    {
      "slug": "npm-mseep-airylark-mcp-server",
      "name": "@mseep/airylark-mcp-server",
      "description": "AiryLark\u7684ModelContextProtocol(MCP)\u670d\u52a1\u5668\uff0c\u63d0\u4f9b\u9ad8\u7cbe\u5ea6\u7ffb\u8bd1API",
      "website": "https://www.npmjs.com/package/@mseep/airylark-mcp-server",
      "github_url": "git+https://github.com/wizd/airylark.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mseep/airylark-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "translation",
        "openai",
        "api",
        "airylark",
        "mseep",
        "mcp-server"
      ],
      "_version": "0.1.0",
      "_publisher": "skydeckai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.807948+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.545047+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-cjs",
      "name": "modelcontextprotocol-cjs",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/modelcontextprotocol-cjs",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "modelcontextprotocol-cjs"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.8.0",
      "_publisher": "msfeldstein",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.810656+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.547467+00:00"
    },
    {
      "slug": "npm-pepk-mcp-memory-sqlite",
      "name": "@pepk/mcp-memory-sqlite",
      "description": "Production-ready MCP memory server with SQLite WAL for thread-safe concurrent access. Drop-in replacement for @modelcontextprotocol/server-memory. Prevents race conditions and data loss in multi-session AI agent environments. ACID-compliant knowledge grap",
      "website": "https://www.npmjs.com/package/@pepk/mcp-memory-sqlite",
      "github_url": "git+https://github.com/Daichi-Kudo/mcp-memory-sqlite.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pepk/mcp-memory-sqlite"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "memory",
        "sqlite",
        "sqlite3",
        "better-sqlite3",
        "knowledge-graph"
      ],
      "_version": "1.1.0",
      "_publisher": "pepk",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.813395+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.548860+00:00"
    },
    {
      "slug": "npm-iflow-mcp-hemanth-mcp-ui-server",
      "name": "@iflow-mcp/hemanth-mcp-ui-server",
      "description": "> Sample implementation of [MCP Apps Extension (SEP-1865)](https://github.com/modelcontextprotocol/ext-apps) - interactive HTML/JS UIs through MCP tools.",
      "website": "https://www.npmjs.com/package/@iflow-mcp/hemanth-mcp-ui-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/hemanth-mcp-ui-server"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.814965+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.549693+00:00"
    },
    {
      "slug": "npm-iflow-mcp-mbadkins-puppeteer-plus-martech",
      "name": "@iflow-mcp/mbadkins-puppeteer-plus-martech",
      "description": "Puppeteer+ MarTech - Enhanced Puppeteer MCP server with specialized digital marketing analytics capabilities. This builds upon the official @modelcontextprotocol/server-puppeteer with tools for analyzing marketing technologies, analytics platforms, tag ma",
      "website": "https://www.npmjs.com/package/@iflow-mcp/mbadkins-puppeteer-plus-martech",
      "github_url": "git+https://github.com/MBadkins/puppeteer-plus-martech.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/mbadkins-puppeteer-plus-martech"
        ]
      },
      "tags": [
        "mcp",
        "puppeteer",
        "martech",
        "analytics",
        "seo",
        "marketing",
        "pixels",
        "adobe"
      ],
      "_version": "1.0.1",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.816901+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.551756+00:00"
    },
    {
      "slug": "npm-mcp-demo-example",
      "name": "mcp-demo-example",
      "description": "MCP demo \u2014 ReAct agent using @modelcontextprotocol/server-filesystem via @flomatai/mcp-client",
      "website": "https://www.npmjs.com/package/mcp-demo-example",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-demo-example"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "alihplus",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.819645+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.555088+00:00"
    },
    {
      "slug": "npm-iflow-mcp-cameroncooke-xcodebuildmcp",
      "name": "@iflow-mcp/cameroncooke_xcodebuildmcp",
      "description": "XcodeBuildMCP is a ModelContextProtocol server that provides tools for Xcode project management, simulator management, and app utilities.",
      "website": "https://www.npmjs.com/package/@iflow-mcp/cameroncooke_xcodebuildmcp",
      "github_url": "git+https://github.com/cameroncooke/XcodeBuildMCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/cameroncooke_xcodebuildmcp"
        ]
      },
      "tags": [
        "xcodebuild",
        "mcp",
        "modelcontextprotocol",
        "xcode",
        "ios",
        "macos",
        "simulator"
      ],
      "_version": "1.15.1",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.821792+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.558669+00:00"
    },
    {
      "slug": "npm-considered-harmful",
      "name": "@considered/harmful",
      "description": "Most [MCP servers](https://github.com/modelcontextprotocol/servers) suggest using `npx -y` as the recommended way to install a server. This downloads and executes arbitrary scripts from the internet. This is grossly insecure and I think the MCP authors sh",
      "website": "https://www.npmjs.com/package/@considered/harmful",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@considered/harmful"
        ]
      },
      "tags": [],
      "_version": "1.0.3",
      "_publisher": "considered",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.823078+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.561382+00:00"
    },
    {
      "slug": "npm-mcp-servers",
      "name": "mcp-servers",
      "description": "Welcome to the **Hello World MCP Server**! This project demonstrates how to set up a server using the [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/typescript-sdk) SDK. It includes tools, prompts, and endpoints for handling server",
      "website": "https://www.npmjs.com/package/mcp-servers",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-servers"
        ]
      },
      "tags": [],
      "_version": "1.0.8",
      "_publisher": "arlindosilvaneto",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.823785+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.562853+00:00"
    },
    {
      "slug": "npm-mseep-mcp-smart-crawler",
      "name": "@mseep/mcp-smart-crawler",
      "description": "A command-line tool acting as an MCP (ModelContextProtocol) server, using Playwright to crawl web content for AI models.",
      "website": "https://www.npmjs.com/package/@mseep/mcp-smart-crawler",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mseep/mcp-smart-crawler"
        ]
      },
      "tags": [
        "crawler",
        "scraper",
        "playwright",
        "automation",
        "web",
        "model context protocol",
        "mcp",
        "xiaohongshu"
      ],
      "_version": "1.0.9",
      "_publisher": "skydeckai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.824461+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.565574+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-debug",
      "name": "@modelcontextprotocol/server-debug",
      "description": "Debug MCP App Server for testing all SDK capabilities",
      "website": "https://www.npmjs.com/package/@modelcontextprotocol/server-debug",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-debug"
        ]
      },
      "tags": [],
      "_version": "1.7.2",
      "_publisher": "ochafik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.825260+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.567670+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-gemini",
      "name": "modelcontextprotocol-gemini",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/modelcontextprotocol-gemini",
      "github_url": "git+https://github.com/bigbizze/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "modelcontextprotocol-gemini"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "0.0.2",
      "_publisher": "bigbizze",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.827254+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.570918+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-server-postgres",
      "name": "modelcontextprotocol-server-postgres",
      "description": "MCP server for interacting with PostgreSQL databases",
      "website": "https://www.npmjs.com/package/modelcontextprotocol-server-postgres",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "modelcontextprotocol-server-postgres"
        ]
      },
      "tags": [],
      "_version": "0.5.2",
      "_publisher": "p29hieu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.829820+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.575302+00:00"
    },
    {
      "slug": "npm-iflow-mcp-minecraft-mcp-server",
      "name": "@iflow-mcp/minecraft-mcp-server",
      "description": "> \u26a0\ufe0f **CLAUDE DESKTOP DUAL LAUNCH WARNING**: Claude Desktop may sometimes launch MCP servers twice ([known issue](https://github.com/modelcontextprotocol/servers/issues/812)), which can lead to incorrect behavior of this MCP server. If you experience issu",
      "website": "https://www.npmjs.com/package/@iflow-mcp/minecraft-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/minecraft-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.831126+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.577811+00:00"
    },
    {
      "slug": "npm-mseep-verodat-mcp-server",
      "name": "@mseep/verodat-mcp-server",
      "description": "[![MCP](https://img.shields.io/badge/MCP-Server-blue.svg)](https://github.com/modelcontextprotocol) [![smithery badge](https://smithery.ai/badge/@Verodat/verodat-mcp-server)](https://smithery.ai/server/@Verodat/verodat-mcp-server)",
      "website": "https://www.npmjs.com/package/@mseep/verodat-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mseep/verodat-mcp-server"
        ]
      },
      "tags": [
        "mseep",
        "mcp-server"
      ],
      "_version": "1.0.0",
      "_publisher": "skydeckai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.831987+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.579294+00:00"
    },
    {
      "slug": "npm-adamik-signer-mcp-server",
      "name": "@adamik/signer-mcp-server",
      "description": "This is an [MCP (Model Context Protocol)](https://github.com/modelcontextprotocol/spec) server that provides digital signature capabilities for blockchain transactions. It is designed to work **in tandem with** the `adamik-mcp-server`, which handles trans",
      "website": "https://www.npmjs.com/package/@adamik/signer-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@adamik/signer-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "mourad-adamik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.833969+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.581395+00:00"
    },
    {
      "slug": "npm-mcp-registry-mcp-obsidian-1",
      "name": "@mcp-registry/mcp-obsidian-1",
      "description": "A server implementation of the [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/protocol) for integrating with [Obsidian](https://obsidian.md/). This allows AI assistants to read, create, and manipulate notes in your Obsidian vault.",
      "website": "https://www.npmjs.com/package/@mcp-registry/mcp-obsidian-1",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-registry/mcp-obsidian-1"
        ]
      },
      "tags": [],
      "_version": "1.0.2",
      "_publisher": "mcp-registry",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.835597+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.582324+00:00"
    },
    {
      "slug": "npm-mcp-handler",
      "name": "mcp-handler",
      "description": "Vercel MCP Adapter for Next.js and other frameworks",
      "website": "https://www.npmjs.com/package/mcp-handler",
      "github_url": "git+https://github.com/vercel/mcp-handler.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-handler"
        ]
      },
      "tags": [
        "mcp",
        "vercel",
        "next.js",
        "ai"
      ],
      "_version": "1.1.0",
      "_publisher": "vercel-release-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.837115+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.584733+00:00"
    },
    {
      "slug": "npm-puppeteer-plus-martech",
      "name": "puppeteer-plus-martech",
      "description": "Puppeteer+ MarTech - Enhanced Puppeteer MCP server with specialized digital marketing analytics capabilities. This builds upon the official @modelcontextprotocol/server-puppeteer with tools for analyzing marketing technologies, analytics platforms, tag ma",
      "website": "https://www.npmjs.com/package/puppeteer-plus-martech",
      "github_url": "git+https://github.com/MBadkins/puppeteer-plus-martech.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "puppeteer-plus-martech"
        ]
      },
      "tags": [
        "mcp",
        "puppeteer",
        "martech",
        "analytics",
        "seo",
        "marketing",
        "pixels",
        "adobe"
      ],
      "_version": "1.0.1",
      "_publisher": "ciaraadkins",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.838872+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.588207+00:00"
    },
    {
      "slug": "npm-arizeai-openinference-instrumentation-mcp",
      "name": "@arizeai/openinference-instrumentation-mcp",
      "description": "OpenInference instrumentation for MCP",
      "website": "https://www.npmjs.com/package/@arizeai/openinference-instrumentation-mcp",
      "github_url": "git+https://github.com/Arize-ai/openinference.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@arizeai/openinference-instrumentation-mcp"
        ]
      },
      "tags": [],
      "_version": "0.2.17",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.839985+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.589820+00:00"
    },
    {
      "slug": "npm-dockbrain-mcp-filesystem-demo",
      "name": "@dockbrain/mcp-filesystem-demo",
      "description": "Dies ist ein Demo-Paket f\u00fcr Dockbrain, das den `@modelcontextprotocol/server-filesystem` verwendet,  um Dokumente aus einem Dateisystem \u00fcber das Model Context Protocol bereitzustellen.",
      "website": "https://www.npmjs.com/package/@dockbrain/mcp-filesystem-demo",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dockbrain/mcp-filesystem-demo"
        ]
      },
      "tags": [
        "dockbrain",
        "mcp",
        "filesystem"
      ],
      "_version": "1.0.1",
      "_publisher": "efuture",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.840773+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.593101+00:00"
    },
    {
      "slug": "npm-dennisk2025-text-alternating-case",
      "name": "@dennisk2025/text-alternating-case",
      "description": "Transforms input text so that letters alternately switch between uppercase and lowercase, starting with uppercase. MCP server for Claude Desktop and modelcontextprotocol.",
      "website": "https://www.npmjs.com/package/@dennisk2025/text-alternating-case",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dennisk2025/text-alternating-case"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "dennisk2025",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.841461+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.594969+00:00"
    },
    {
      "slug": "npm-robinmordasiewicz-f5xc-terraform-mcp",
      "name": "@robinmordasiewicz/f5xc-terraform-mcp",
      "description": "MCP server for F5 Distributed Cloud Terraform provider - documentation, 270+ OpenAPI specs, subscription info, and addon activation workflows for AI assistants",
      "website": "https://www.npmjs.com/package/@robinmordasiewicz/f5xc-terraform-mcp",
      "github_url": "git+https://github.com/robinmordasiewicz/terraform-provider-f5xc.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@robinmordasiewicz/f5xc-terraform-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "f5",
        "f5xc",
        "f5-distributed-cloud",
        "terraform",
        "terraform-provider",
        "ai"
      ],
      "_version": "3.24.0",
      "_publisher": "robinmordasiewicz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.843080+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.596342+00:00"
    },
    {
      "slug": "npm-iflow-mcp-strato-space-media-gen-mcp",
      "name": "@iflow-mcp/strato-space-media-gen-mcp",
      "description": "<p align=\"center\">   <a href=\"https://www.npmjs.com/package/media-gen-mcp\"><img src=\"https://img.shields.io/npm/v/media-gen-mcp?label=media-gen-mcp&color=brightgreen\" alt=\"media-gen-mcp\"></a>   <a href=\"https://www.npmjs.com/package/@modelcontextprotocol/",
      "website": "https://www.npmjs.com/package/@iflow-mcp/strato-space-media-gen-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/strato-space-media-gen-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.2",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.845415+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.598794+00:00"
    },
    {
      "slug": "npm-theia-ai-mcp",
      "name": "@theia/ai-mcp",
      "description": "Theia - MCP Integration",
      "website": "https://www.npmjs.com/package/@theia/ai-mcp",
      "github_url": "git+https://github.com/eclipse-theia/theia.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@theia/ai-mcp"
        ]
      },
      "tags": [
        "theia-extension"
      ],
      "_version": "1.71.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.847416+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.599760+00:00"
    },
    {
      "slug": "npm-traceloop-instrumentation-mcp",
      "name": "@traceloop/instrumentation-mcp",
      "description": "MCP (Model Context Protocol) Instrumentation",
      "website": "https://www.npmjs.com/package/@traceloop/instrumentation-mcp",
      "github_url": "git+https://github.com/traceloop/openllmetry-js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@traceloop/instrumentation-mcp"
        ]
      },
      "tags": [
        "opentelemetry",
        "nodejs",
        "tracing",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.26.0",
      "_publisher": "galklm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.848639+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.145183+00:00"
    },
    {
      "slug": "npm-dandeliongold-server-everything",
      "name": "@dandeliongold/server-everything",
      "description": "Demo MCP server that exercises all the features of the MCP protocol. This server is a fork of @modelcontextprotocol/servers by Anthropic, PBC with extended functionality for testing MCP clients.",
      "website": "https://www.npmjs.com/package/@dandeliongold/server-everything",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dandeliongold/server-everything"
        ]
      },
      "tags": [],
      "_version": "0.7.0",
      "_publisher": "dandeliongold",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.850411+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.605694+00:00"
    },
    {
      "slug": "npm-kya-os-mcp-i",
      "name": "@kya-os/mcp-i",
      "description": "The TypeScript MCP framework with identity features built-in",
      "website": "https://www.npmjs.com/package/@kya-os/mcp-i",
      "github_url": "git+https://github.com/modelcontextprotocol-identity/mcp-i.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kya-os/mcp-i"
        ]
      },
      "tags": [
        "mcp-i",
        "mcp",
        "identity",
        "did",
        "model-context-protocol"
      ],
      "_version": "1.10.0",
      "_publisher": "h0bb5",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.851820+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.609313+00:00"
    },
    {
      "slug": "npm-cyanheads-git-mcp-server",
      "name": "@cyanheads/git-mcp-server",
      "description": "A secure and scalable Git MCP server enabling AI agents to perform comprehensive Git version control operations via STDIO and Streamable HTTP.",
      "website": "https://www.npmjs.com/package/@cyanheads/git-mcp-server",
      "github_url": "git+https://github.com/cyanheads/git-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cyanheads/git-mcp-server"
        ]
      },
      "tags": [
        "ai-agent",
        "ai-integration",
        "automation",
        "branch",
        "cherry-pick",
        "clone",
        "commit",
        "devops"
      ],
      "_version": "2.15.1",
      "_publisher": "cyanheads",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.852927+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.755604+00:00"
    },
    {
      "slug": "npm-server-anthropic",
      "name": "server-anthropic",
      "description": "A [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol) server that provides access to Anthropic's AI models through their official API. List available models and send messages to Claude using a secure, standardized interface. [More abou",
      "website": "https://www.npmjs.com/package/server-anthropic",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "server-anthropic"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "mzimmer",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.854483+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.617407+00:00"
    },
    {
      "slug": "npm-modelcontextprotocol-eval",
      "name": "modelcontextprotocol-eval",
      "description": "Model Context Protocol (MCP) evaluation framework and tools",
      "website": "https://www.npmjs.com/package/modelcontextprotocol-eval",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "modelcontextprotocol-eval"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "evaluation",
        "ai",
        "llm",
        "framework",
        "testing"
      ],
      "_version": "1.0.2",
      "_publisher": "wye",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.857334+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.621379+00:00"
    },
    {
      "slug": "npm-hono-mcp-server-sse-transport",
      "name": "hono-mcp-server-sse-transport",
      "description": "Server-Sent Events transport for Hono and Model Context Protocol",
      "website": "https://www.npmjs.com/package/hono-mcp-server-sse-transport",
      "github_url": "git+https://github.com/NikaBuligini/hono-mcp-server-sse-transport.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hono-mcp-server-sse-transport"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "hono"
      ],
      "_version": "0.0.7",
      "_publisher": "buligini",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.858967+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.355793+00:00"
    },
    {
      "slug": "npm-cyanheads-mcp-ts-core",
      "name": "@cyanheads/mcp-ts-core",
      "description": "Agent-native TypeScript framework for building MCP servers. Declarative definitions with auth, multi-backend storage, OpenTelemetry, and first-class support for Bun/Node/Cloudflare Workers.",
      "website": "https://www.npmjs.com/package/@cyanheads/mcp-ts-core",
      "github_url": "git+https://github.com/cyanheads/mcp-ts-core.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cyanheads/mcp-ts-core"
        ]
      },
      "tags": [
        "agent",
        "agent-native",
        "ai",
        "ai-agent",
        "bun",
        "cloudflare-workers",
        "declarative",
        "framework"
      ],
      "_version": "0.9.9",
      "_publisher": "cyanheads",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.861450+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.627562+00:00"
    },
    {
      "slug": "npm-zudello-modelcontextprotocol",
      "name": "@zudello/modelcontextprotocol",
      "description": "MCP server exposing 106 Zudello ERP automation tools for Claude Desktop and other MCP-compatible clients",
      "website": "https://www.npmjs.com/package/@zudello/modelcontextprotocol",
      "github_url": "git+https://github.com/zudello/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zudello/modelcontextprotocol"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "zudello",
        "erp",
        "automation",
        "tools",
        "claude",
        "ai"
      ],
      "_version": "1.1.1",
      "_publisher": "neville.zudello",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.864173+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.630476+00:00"
    },
    {
      "slug": "npm-dankelleher-modelcontextprotocol-sdk",
      "name": "@dankelleher/modelcontextprotocol-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@dankelleher/modelcontextprotocol-sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dankelleher/modelcontextprotocol-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.11.5",
      "_publisher": "dankelleher",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.867024+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.632576+00:00"
    },
    {
      "slug": "npm-mcp-b-webmcp-ts-sdk",
      "name": "@mcp-b/webmcp-ts-sdk",
      "description": "Browser-adapted MCP TypeScript SDK - Dynamic tool registration for W3C Web Model Context API and AI agent integration",
      "website": "https://www.npmjs.com/package/@mcp-b/webmcp-ts-sdk",
      "github_url": "git+https://github.com/WebMCP-org/npm-packages.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-b/webmcp-ts-sdk"
        ]
      },
      "tags": [
        "adapter",
        "ai-agents",
        "ai-integration",
        "anthropic",
        "browser",
        "chatgpt",
        "claude",
        "copilot"
      ],
      "_version": "2.3.2",
      "_publisher": "miguelspizza",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.869360+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.634029+00:00"
    },
    {
      "slug": "npm-nestjs-mcp-server",
      "name": "@nestjs-mcp/server",
      "description": "Modular library for building scalable MCP servers with NestJS, providing decorators and integration patterns as a wrapper for the official MCP TypeScript SDK.",
      "website": "https://www.npmjs.com/package/@nestjs-mcp/server",
      "github_url": "git+https://github.com/adrian-d-hidalgo/nestjs-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nestjs-mcp/server"
        ]
      },
      "tags": [
        "decorators",
        "integration",
        "large-language-models",
        "llm",
        "mcp",
        "model-context-protocol",
        "module",
        "nestjs"
      ],
      "_version": "1.0.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.870358+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.636424+00:00"
    },
    {
      "slug": "npm-marimo-team-codemirror-mcp",
      "name": "@marimo-team/codemirror-mcp",
      "description": "CodeMirror plugin for Model Context Provider",
      "website": "https://www.npmjs.com/package/@marimo-team/codemirror-mcp",
      "github_url": "git+https://github.com/marimo-team/codemirror-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@marimo-team/codemirror-mcp"
        ]
      },
      "tags": [
        "codemirror",
        "codemirror-plugin",
        "mcp"
      ],
      "_version": "0.1.5",
      "_publisher": "mscolnick",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.871828+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.638970+00:00"
    },
    {
      "slug": "npm-sum-modelcontextprotocol-sum-number",
      "name": "@sum-modelcontextprotocol/sum-number",
      "description": "MCP server for summing two numbers",
      "website": "https://www.npmjs.com/package/@sum-modelcontextprotocol/sum-number",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sum-modelcontextprotocol/sum-number"
        ]
      },
      "tags": [],
      "_version": "0.1.1",
      "_publisher": "fiaz230",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.872984+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.642659+00:00"
    },
    {
      "slug": "npm-octocode-mcp",
      "name": "octocode-mcp",
      "description": "Model Context Protocol (MCP) server for advanced GitHub repository analysis and code discovery. Provides AI assistants with powerful tools to search, analyze, and understand codebases across GitHub.",
      "website": "https://www.npmjs.com/package/octocode-mcp",
      "github_url": "git+https://github.com/bgauryy/octocode-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "octocode-mcp"
        ]
      },
      "tags": [
        "ai-tools",
        "anthropic",
        "claude",
        "cli-tool",
        "code-analysis",
        "code-discovery",
        "code-search",
        "codebase-exploration"
      ],
      "_version": "14.2.0",
      "_publisher": "bgauryy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.874103+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.612718+00:00"
    },
    {
      "slug": "npm-waniwani-sdk",
      "name": "@waniwani/sdk",
      "description": "MCP distribution SDK. Build sales funnels, lead generation, booking, and quote apps on top of your MCP server. Event tracking, flows, widgets, knowledge base.",
      "website": "https://www.npmjs.com/package/@waniwani/sdk",
      "github_url": "git+https://github.com/WaniWani-AI/sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@waniwani/sdk"
        ]
      },
      "tags": [
        "sdk",
        "mcp",
        "waniwani",
        "mcp-funnel",
        "mcp-distribution",
        "mcp-sdk",
        "sales-funnel",
        "lead-generation"
      ],
      "_version": "0.12.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.874770+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.648463+00:00"
    },
    {
      "slug": "npm-iflow-mcp-jageenshukla-hello-world-mcp-server",
      "name": "@iflow-mcp/jageenshukla-hello-world-mcp-server",
      "description": "Welcome to the **Hello World MCP Server**! This project demonstrates how to set up a server using the [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/typescript-sdk) SDK. It includes tools, prompts, and endpoints for handling server",
      "website": "https://www.npmjs.com/package/@iflow-mcp/jageenshukla-hello-world-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/jageenshukla-hello-world-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.875833+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.649385+00:00"
    },
    {
      "slug": "npm-kya-os-create-mcpi-app",
      "name": "@kya-os/create-mcpi-app",
      "description": "Scaffold a new MCP-I application",
      "website": "https://www.npmjs.com/package/@kya-os/create-mcpi-app",
      "github_url": "git+https://github.com/modelcontextprotocol-identity/mcp-i.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kya-os/create-mcpi-app"
        ]
      },
      "tags": [],
      "_version": "1.9.35",
      "_publisher": "h0bb5",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.877611+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.651054+00:00"
    },
    {
      "slug": "npm-bennapp-modelcontextprotocol-sdk",
      "name": "@bennapp/modelcontextprotocol-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@bennapp/modelcontextprotocol-sdk",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bennapp/modelcontextprotocol-sdk"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "bennhuang",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.880155+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.654289+00:00"
    },
    {
      "slug": "npm-aaglexx-mcp-man",
      "name": "@aaglexx/mcp-man",
      "description": "Registry and inspector for MCP servers \u2014 search, inspect, test from CLI or browser",
      "website": "https://www.npmjs.com/package/@aaglexx/mcp-man",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aaglexx/mcp-man"
        ]
      },
      "tags": [],
      "_version": "0.1.24",
      "_publisher": "aaglexx",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.882016+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.656475+00:00"
    },
    {
      "slug": "npm-agentick-mcp",
      "name": "@agentick/mcp",
      "description": "MCP server and client for Agentick \u2014 standalone, pluggable, world-class",
      "website": "https://www.npmjs.com/package/@agentick/mcp",
      "github_url": "git+https://github.com/agenticklabs/agentick.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agentick/mcp"
        ]
      },
      "tags": [
        "agent",
        "ai",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.14.68",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.883611+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.475837+00:00"
    },
    {
      "slug": "npm-borodutch-modelcontextprotocol-sdk",
      "name": "@borodutch/modelcontextprotocol-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@borodutch/modelcontextprotocol-sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@borodutch/modelcontextprotocol-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.12.0",
      "_publisher": "borodutch",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.885076+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.663210+00:00"
    },
    {
      "slug": "npm-xyd-js-mcp-server",
      "name": "@xyd-js/mcp-server",
      "description": "MCP server for xyd",
      "website": "https://www.npmjs.com/package/@xyd-js/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@xyd-js/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.0-build-df98432-20260513223339",
      "_publisher": "zdunecki",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.886401+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.532444+00:00"
    },
    {
      "slug": "npm-yawlabs-postgres-mcp",
      "name": "@yawlabs/postgres-mcp",
      "description": "PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants",
      "website": "https://www.npmjs.com/package/@yawlabs/postgres-mcp",
      "github_url": "git+https://github.com/YawLabs/postgres-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@yawlabs/postgres-mcp"
        ]
      },
      "tags": [
        "postgres",
        "postgresql",
        "database",
        "mcp",
        "model-context-protocol",
        "ai",
        "agent",
        "claude"
      ],
      "_version": "0.6.17",
      "_publisher": "jeffyaw",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.887299+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.671940+00:00"
    },
    {
      "slug": "npm-roychri-mcp-server-asana",
      "name": "@roychri/mcp-server-asana",
      "description": "MCP Server for Asana",
      "website": "https://www.npmjs.com/package/@roychri/mcp-server-asana",
      "github_url": "git+https://github.com/roychri/mcp-server-asana.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@roychri/mcp-server-asana"
        ]
      },
      "tags": [
        "asana",
        "mcp",
        "anthropic"
      ],
      "_version": "1.8.0",
      "_publisher": "roychri",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.888669+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.426805+00:00"
    },
    {
      "slug": "npm-nipunibpaaris-modelcontextprotocol-typescript-sdk",
      "name": "@nipunibpaaris/modelcontextprotocol-typescript-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@nipunibpaaris/modelcontextprotocol-typescript-sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nipunibpaaris/modelcontextprotocol-typescript-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.11.0",
      "_publisher": "nipunibpaaris",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.889762+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.677682+00:00"
    },
    {
      "slug": "npm-coinbase-agentkit-model-context-protocol",
      "name": "@coinbase/agentkit-model-context-protocol",
      "description": "Model Context Protocol Extension of Coinbase Agentkit",
      "website": "https://www.npmjs.com/package/@coinbase/agentkit-model-context-protocol",
      "github_url": "git+https://github.com/coinbase/agentkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@coinbase/agentkit-model-context-protocol"
        ]
      },
      "tags": [
        "coinbase",
        "sdk",
        "crypto",
        "cdp",
        "agentkit",
        "ai",
        "agent",
        "nodejs"
      ],
      "_version": "0.2.0",
      "_publisher": "coinbase-npm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.890930+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.191900+00:00"
    },
    {
      "slug": "npm-agentdrop-mcp-server",
      "name": "agentdrop-mcp-server",
      "description": "MCP server for AgentDrop \u2014 agent communication infrastructure",
      "website": "https://www.npmjs.com/package/agentdrop-mcp-server",
      "github_url": "git+https://github.com/qFlav/agentdrop-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agentdrop-mcp-server"
        ]
      },
      "tags": [
        "agentdrop",
        "mcp",
        "ai",
        "agents",
        "file-transfer",
        "model-context-protocol"
      ],
      "_version": "0.3.1",
      "_publisher": "qflav",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.891538+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.315280+00:00"
    },
    {
      "slug": "npm-aml-modelcontextprotocol-aml-watcher-mcp",
      "name": "@aml-modelcontextprotocol/aml-watcher-mcp",
      "description": "MCP server for AML Watcher API search",
      "website": "https://www.npmjs.com/package/@aml-modelcontextprotocol/aml-watcher-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aml-modelcontextprotocol/aml-watcher-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.14",
      "_publisher": "fiaz230",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.892697+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.684253+00:00"
    },
    {
      "slug": "npm-lazyants-hetzner-mcp-server",
      "name": "@lazyants/hetzner-mcp-server",
      "description": "MCP server for the Hetzner Cloud API \u2014 manage servers, networks, volumes, and more",
      "website": "https://www.npmjs.com/package/@lazyants/hetzner-mcp-server",
      "github_url": "git+https://github.com/lazyants/hetzner-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lazyants/hetzner-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "hetzner",
        "cloud",
        "api",
        "model-context-protocol"
      ],
      "_version": "2.1.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.894290+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.685799+00:00"
    },
    {
      "slug": "npm-commercetools-commerce-mcp",
      "name": "@commercetools/commerce-mcp",
      "description": "A command line tool for setting up commercetools MCP server",
      "website": "https://www.npmjs.com/package/@commercetools/commerce-mcp",
      "github_url": "git+https://github.com/commercetools/commerce-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@commercetools/commerce-mcp"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "commercetools"
      ],
      "_version": "2.0.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.896032+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.683582+00:00"
    },
    {
      "slug": "npm-beautyfree-modelcontextprotocol-server-github",
      "name": "@beautyfree/modelcontextprotocol-server-github",
      "description": "MCP server for using the GitHub API",
      "website": "https://www.npmjs.com/package/@beautyfree/modelcontextprotocol-server-github",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@beautyfree/modelcontextprotocol-server-github"
        ]
      },
      "tags": [],
      "_version": "0.6.2",
      "_publisher": "beautyfree",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.898216+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.687667+00:00"
    },
    {
      "slug": "npm-redocly-mcp-typescript-sdk",
      "name": "@redocly/mcp-typescript-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@redocly/mcp-typescript-sdk",
      "github_url": "git+https://github.com/redocly-contrib/mcp-typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@redocly/mcp-typescript-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.18.1",
      "_publisher": "smoliyy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.899706+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.146475+00:00"
    },
    {
      "slug": "npm-gildara-mcp-server",
      "name": "@gildara/mcp-server",
      "description": "MCP server for Gildara \u2014 operating contracts for AI agents. Structured runtime instructions compiled into optimal system prompts.",
      "website": "https://www.npmjs.com/package/@gildara/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gildara/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "gildara",
        "prompts",
        "ai-agents",
        "model-context-protocol"
      ],
      "_version": "0.7.5",
      "_publisher": "gildara",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.901136+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.691550+00:00"
    },
    {
      "slug": "npm-solvapay-mcp-core",
      "name": "@solvapay/mcp-core",
      "description": "Framework-neutral MCP contracts for the SolvaPay SDK (tool names, descriptors, payable handler, paywall meta, CSP, bootstrap payload, OAuth discovery JSON builders, bearer/JWT helpers).",
      "website": "https://www.npmjs.com/package/@solvapay/mcp-core",
      "github_url": "git+https://github.com/solvapay/solvapay-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@solvapay/mcp-core"
        ]
      },
      "tags": [],
      "_version": "0.2.4",
      "_publisher": "tommy-solvapay",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.902230+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.694066+00:00"
    },
    {
      "slug": "npm-microsoft-teams-mcp",
      "name": "@microsoft/teams.mcp",
      "description": "<p>     <a href=\"https://www.npmjs.com/package/@microsoft/teams.mcp\" target=\"_blank\">         <img src=\"https://img.shields.io/npm/v/@microsoft/teams.mcp/latest\" />     </a>     <a href=\"https://www.npmjs.com/package/@microsoft/teams.mcp?activeTab=code\" t",
      "website": "https://www.npmjs.com/package/@microsoft/teams.mcp",
      "github_url": "git+https://github.com/microsoft/teams.ts.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/teams.mcp"
        ]
      },
      "tags": [
        "microsoft",
        "teams",
        "msteams",
        "copilot",
        "ai",
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "2.0.11",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.903185+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.695473+00:00"
    },
    {
      "slug": "npm-big-whale-labs-modelcontextprotocol-sdk",
      "name": "@big-whale-labs/modelcontextprotocol-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@big-whale-labs/modelcontextprotocol-sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@big-whale-labs/modelcontextprotocol-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.12.0",
      "_publisher": "borodutch",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.904216+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.697424+00:00"
    },
    {
      "slug": "npm-anaisbetts-mcp-installer",
      "name": "@anaisbetts/mcp-installer",
      "description": "A MCP server to install other MCP servers",
      "website": "https://www.npmjs.com/package/@anaisbetts/mcp-installer",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@anaisbetts/mcp-installer"
        ]
      },
      "tags": [],
      "_version": "0.5.0",
      "_publisher": "anaisbetts",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.905504+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.699424+00:00"
    },
    {
      "slug": "npm-lazyants-lexware-mcp-server",
      "name": "@lazyants/lexware-mcp-server",
      "description": "MCP server for the Lexware Office API \u2014 manage invoices, contacts, articles, vouchers, and more",
      "website": "https://www.npmjs.com/package/@lazyants/lexware-mcp-server",
      "github_url": "git+https://github.com/lazyants/lexware-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lazyants/lexware-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "lexware",
        "lexoffice",
        "accounting",
        "invoicing",
        "api",
        "model-context-protocol"
      ],
      "_version": "3.0.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.906663+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.700514+00:00"
    },
    {
      "slug": "npm-rolaca11-mcp-inspector",
      "name": "@rolaca11/mcp-inspector",
      "description": "MCP client for discovering and exercising resources, tools, prompts, and completions over stdio or OAuth-protected HTTP. Ships with a CLI, an interactive REPL, and a web dashboard served by `mcp-inspector serve`.",
      "website": "https://www.npmjs.com/package/@rolaca11/mcp-inspector",
      "github_url": "https://github.com/rolaca11/mcp-inspector.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rolaca11/mcp-inspector"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cli",
        "client",
        "oauth",
        "inspector",
        "dashboard"
      ],
      "_version": "1.0.7",
      "_publisher": "rolaca11",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.907761+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.701893+00:00"
    },
    {
      "slug": "npm-containerization-assist-mcp",
      "name": "containerization-assist-mcp",
      "description": "TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support",
      "website": "https://www.npmjs.com/package/containerization-assist-mcp",
      "github_url": "git+https://github.com/Azure/containerization-assist.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "containerization-assist-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "containerization",
        "docker",
        "kubernetes",
        "ai-assisted",
        "devops",
        "java"
      ],
      "_version": "1.4.0",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.908615+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.704024+00:00"
    },
    {
      "slug": "npm-mobilenext-mobile-mcp",
      "name": "@mobilenext/mobile-mcp",
      "description": "Mobile MCP",
      "website": "https://www.npmjs.com/package/@mobilenext/mobile-mcp",
      "github_url": "git+https://github.com/mobile-next/mobile-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mobilenext/mobile-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.56",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.910223+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.705557+00:00"
    },
    {
      "slug": "npm-winor30-mcp-server-datadog",
      "name": "@winor30/mcp-server-datadog",
      "description": "MCP server for interacting with Datadog API",
      "website": "https://www.npmjs.com/package/@winor30/mcp-server-datadog",
      "github_url": "git+https://github.com/winor30/mcp-server-datadog.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@winor30/mcp-server-datadog"
        ]
      },
      "tags": [],
      "_version": "1.7.0",
      "_publisher": "winor30",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.911691+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.387120+00:00"
    },
    {
      "slug": "npm-mcpmarket-mcp-auto-install",
      "name": "@mcpmarket/mcp-auto-install",
      "description": "MCP server that helps install other MCP servers automatically",
      "website": "https://www.npmjs.com/package/@mcpmarket/mcp-auto-install",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcpmarket/mcp-auto-install"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "server",
        "auto-install",
        "ai",
        "llm",
        "claude",
        "automation"
      ],
      "_version": "0.1.9",
      "_publisher": "whatprototype",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.913980+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.535397+00:00"
    },
    {
      "slug": "npm-typia-mcp",
      "name": "@typia/mcp",
      "description": "MCP (Model Context Protocol) integration for typia",
      "website": "https://www.npmjs.com/package/@typia/mcp",
      "github_url": "git+https://github.com/samchon/typia.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@typia/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "typia",
        "llm",
        "llm-function-calling",
        "ai",
        "claude",
        "openai"
      ],
      "_version": "12.1.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.915409+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.460869+00:00"
    },
    {
      "slug": "npm-supergateway",
      "name": "supergateway",
      "description": "Run MCP stdio servers over SSE, Streamable HTTP or visa versa",
      "website": "https://www.npmjs.com/package/supergateway",
      "github_url": "git+https://github.com/supercorp-ai/supergateway.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "supergateway"
        ]
      },
      "tags": [
        "mcp",
        "stdio",
        "sse",
        "gateway",
        "proxy",
        "bridge"
      ],
      "_version": "3.4.3",
      "_publisher": "nedomas",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.917240+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.713278+00:00"
    },
    {
      "slug": "npm-ai-trust",
      "name": "ai-trust",
      "description": "Trust verification CLI for AI packages \u2014 check MCP servers, A2A agents, AI tools, and LLMs before you install",
      "website": "https://www.npmjs.com/package/ai-trust",
      "github_url": "git+https://github.com/opena2a-org/ai-trust.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ai-trust"
        ]
      },
      "tags": [
        "ai",
        "trust",
        "security",
        "mcp",
        "a2a",
        "supply-chain",
        "cli",
        "model-context-protocol"
      ],
      "_version": "0.7.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.918553+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.715959+00:00"
    },
    {
      "slug": "npm-mova-mcp",
      "name": "mova-mcp",
      "description": "MCP server for governed AI workflows \u2014 invoice OCR, AML triage, credit review, and custom contracts with human approval gates and audit trails",
      "website": "https://www.npmjs.com/package/mova-mcp",
      "github_url": "git+https://github.com/mova-compact/mova-flat-runner.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mova-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "claude",
        "cursor",
        "anthropic",
        "hitl",
        "human-in-the-loop"
      ],
      "_version": "3.2.1",
      "_publisher": "leryk1981",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.919598+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.717110+00:00"
    },
    {
      "slug": "npm-ai-relay",
      "name": "ai-relay",
      "description": "Provider-agnostic MCP relay SDK \u2014 embed Chat Completions and (future) Anthropic Messages, Gemini, and unified-gateway tools in any MCP server.",
      "website": "https://www.npmjs.com/package/ai-relay",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ai-relay"
        ]
      },
      "tags": [],
      "_version": "0.10.0",
      "_publisher": "ragingwind",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.920691+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.718032+00:00"
    },
    {
      "slug": "npm-hono-mcp",
      "name": "@hono/mcp",
      "description": "MCP Middleware for Hono",
      "website": "https://www.npmjs.com/package/@hono/mcp",
      "github_url": "git+https://github.com/honojs/middleware.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hono/mcp"
        ]
      },
      "tags": [],
      "_version": "0.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.922356+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.720218+00:00"
    },
    {
      "slug": "npm-utcp-mcp",
      "name": "@utcp/mcp",
      "description": "Model Context Protocol integration for UTCP",
      "website": "https://www.npmjs.com/package/@utcp/mcp",
      "github_url": "git+https://github.com/universal-tool-calling-protocol/typescript-utcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@utcp/mcp"
        ]
      },
      "tags": [
        "utcp",
        "universal-tool-calling-protocol",
        "tools",
        "api",
        "typescript",
        "tool calling",
        "mcp",
        "agent"
      ],
      "_version": "1.1.2",
      "_publisher": "razvan.radulescu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.923594+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.214877+00:00"
    },
    {
      "slug": "npm-saroday-mcp-server",
      "name": "@saroday/mcp-server",
      "description": "MCP (Model Context Protocol) server for Saroday - Korean Saju calculation tool. Lets Claude Desktop, Cline, Cursor and other MCP-compatible AI clients perform accurate Korean Saju (Four Pillars) calculation, lookup 80+ myeongni-hak (\u547d\u7406\u5b78) glossary terms, a",
      "website": "https://www.npmjs.com/package/@saroday/mcp-server",
      "github_url": "git+https://github.com/yolstudio26-oss/saroday-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@saroday/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "saju",
        "korean-fortune",
        "myeongni-hak",
        "claude",
        "anthropic",
        "ai-tool"
      ],
      "_version": "0.2.0",
      "_publisher": "yolstudio26",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.924600+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.723185+00:00"
    },
    {
      "slug": "npm-linear-mcp-server",
      "name": "linear-mcp-server",
      "description": "A Model Context Protocol server for the Linear API.",
      "website": "https://www.npmjs.com/package/linear-mcp-server",
      "github_url": "git+https://github.com/modelcontextprotocol/linear-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "linear-mcp-server"
        ]
      },
      "tags": [
        "linear",
        "mcp",
        "model context protocol",
        "api",
        "server"
      ],
      "_version": "0.1.0",
      "_publisher": "jerhadf",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.925261+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.483189+00:00"
    },
    {
      "slug": "npm-mcp-server-sfmc",
      "name": "mcp-server-sfmc",
      "description": "SFMC AMPscript/SSJS/GTL tools and searchable Marketing Cloud Engagement help (MCE vs Next scoped) via MCP.",
      "website": "https://www.npmjs.com/package/mcp-server-sfmc",
      "github_url": "git+https://github.com/JoernBerkefeld/mcp-server-sfmc.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-sfmc"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ampscript",
        "ssjs",
        "sfmc",
        "salesforce",
        "marketing-cloud",
        "ai"
      ],
      "_version": "0.4.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.926045+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.726413+00:00"
    },
    {
      "slug": "npm-fdkey-mcp",
      "name": "@fdkey/mcp",
      "description": "FDKEY verification middleware for MCP servers \u2014 gate AI-agent access behind LLM-only puzzles. Runs on Node 18+, Cloudflare Workers, Bun, and Deno.",
      "website": "https://www.npmjs.com/package/@fdkey/mcp",
      "github_url": "git+https://github.com/fdkey/sdks.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@fdkey/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "fdkey",
        "captcha",
        "verification",
        "ai-agent",
        "anti-bot",
        "middleware"
      ],
      "_version": "0.3.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.927382+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.732176+00:00"
    },
    {
      "slug": "npm-maxhealth-tech-mcp-http",
      "name": "@maxhealth.tech/mcp-http",
      "description": "Framework-agnostic MCP HTTP transport with RFC 9728 OAuth plumbing for edge runtimes",
      "website": "https://www.npmjs.com/package/@maxhealth.tech/mcp-http",
      "github_url": "git+https://github.com/Max-Health-Inc/mcp-http.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@maxhealth.tech/mcp-http"
        ]
      },
      "tags": [],
      "_version": "0.1.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.929929+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.733508+00:00"
    },
    {
      "slug": "npm-genkit-ai-mcp",
      "name": "@genkit-ai/mcp",
      "description": "A Genkit plugin that provides interoperability between Genkit and Model Context Protocol (MCP). Both client and server use cases are supported.",
      "website": "https://www.npmjs.com/package/@genkit-ai/mcp",
      "github_url": "git+https://github.com/genkit-ai/genkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@genkit-ai/mcp"
        ]
      },
      "tags": [
        "genkit",
        "genkit-plugin",
        "mcp",
        "model-context-protocol",
        "ai",
        "genai",
        "generative-ai"
      ],
      "_version": "1.35.0",
      "_publisher": "google-wombot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.931547+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.404463+00:00"
    },
    {
      "slug": "npm-atom8n-inspector",
      "name": "@atom8n/inspector",
      "description": "Model Context Protocol inspector",
      "website": "https://www.npmjs.com/package/@atom8n/inspector",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@atom8n/inspector"
        ]
      },
      "tags": [],
      "_version": "0.17.18",
      "_publisher": "atom8n-user",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.933511+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.064969+00:00"
    },
    {
      "slug": "npm-amltemp-modelcontextprotocol-aml-watcher-mcp",
      "name": "@amltemp-modelcontextprotocol/aml_watcher_mcp",
      "description": "MCP server for AML Watcher API search",
      "website": "https://www.npmjs.com/package/@amltemp-modelcontextprotocol/aml_watcher_mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@amltemp-modelcontextprotocol/aml_watcher_mcp"
        ]
      },
      "tags": [],
      "_version": "1.14.1",
      "_publisher": "fiaz230",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.934951+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.737780+00:00"
    },
    {
      "slug": "npm-mcp-oauth-provider",
      "name": "mcp-oauth-provider",
      "description": "MCP OAuth client provider for streamable HTTP clients",
      "website": "https://www.npmjs.com/package/mcp-oauth-provider",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-oauth-provider"
        ]
      },
      "tags": [
        "oauth",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "1.0.0",
      "_publisher": "bruno12mota",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.936186+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.739210+00:00"
    },
    {
      "slug": "npm-supabase-mcp-utils",
      "name": "@supabase/mcp-utils",
      "description": "MCP utilities",
      "website": "https://www.npmjs.com/package/@supabase/mcp-utils",
      "github_url": "git+https://github.com/supabase-community/supabase-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@supabase/mcp-utils"
        ]
      },
      "tags": [],
      "_version": "0.5.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.937170+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.742062+00:00"
    },
    {
      "slug": "npm-mcp-s-oauth",
      "name": "mcp-s-oauth",
      "description": "Express middleware library for MCP (Model Context Protocol) OAuth authentication",
      "website": "https://www.npmjs.com/package/mcp-s-oauth",
      "github_url": "git+https://github.com/mcp-s-ai/mcp-s-oauth.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-s-oauth"
        ]
      },
      "tags": [
        "mcp",
        "oauth",
        "authentication",
        "express",
        "middleware",
        "model-context-protocol",
        "github-oauth",
        "google-oauth"
      ],
      "_version": "1.0.5",
      "_publisher": "shalevshalit",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.938711+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.174168+00:00"
    },
    {
      "slug": "npm-clerk-mcp-tools",
      "name": "@clerk/mcp-tools",
      "description": "Tools for writing MCP clients and servers without pain",
      "website": "https://www.npmjs.com/package/@clerk/mcp-tools",
      "github_url": "git+https://github.com/clerk/mcp-tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@clerk/mcp-tools"
        ]
      },
      "tags": [
        "auth",
        "clerk",
        "context",
        "mcp",
        "model",
        "protocol"
      ],
      "_version": "0.5.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.939736+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.749688+00:00"
    },
    {
      "slug": "npm-atrib-agent",
      "name": "@atrib/agent",
      "description": "Agent middleware for atrib. Interceptor plus framework adapters for MCP attribution. Supports raw SDK, Claude Agent SDK, Cloudflare Agents, Vercel AI SDK, LangChain JS.",
      "website": "https://www.npmjs.com/package/@atrib/agent",
      "github_url": "git+https://github.com/creatornader/atrib.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@atrib/agent"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "attribution",
        "verifiable",
        "receipts",
        "agent",
        "claude",
        "vercel-ai-sdk"
      ],
      "_version": "0.2.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.940629+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.753968+00:00"
    },
    {
      "slug": "npm-gleanwork-connect-mcp-server",
      "name": "@gleanwork/connect-mcp-server",
      "description": "Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth",
      "website": "https://www.npmjs.com/package/@gleanwork/connect-mcp-server",
      "github_url": "git+https://github.com/gleanwork/connect-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gleanwork/connect-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "stdio",
        "sse",
        "remote",
        "oauth"
      ],
      "_version": "0.2.4",
      "_publisher": "david-hamilton-glean",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.941517+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.304854+00:00"
    },
    {
      "slug": "npm-ouedyan-modelcontextprotocol-server-filesystem",
      "name": "@ouedyan/modelcontextprotocol-server-filesystem",
      "description": "MCP server for filesystem access",
      "website": "https://www.npmjs.com/package/@ouedyan/modelcontextprotocol-server-filesystem",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ouedyan/modelcontextprotocol-server-filesystem"
        ]
      },
      "tags": [],
      "_version": "0.5.0",
      "_publisher": "ouedyan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.943868+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.760692+00:00"
    },
    {
      "slug": "npm-mcp-helmet",
      "name": "mcp-helmet",
      "description": "Production middleware for MCP servers. Auto transport, content wrapping, health checks, graceful shutdown, auth, rate limiting, structured request logging. Wraps the official Model Context Protocol SDK.",
      "website": "https://www.npmjs.com/package/mcp-helmet",
      "github_url": "git+https://github.com/ankitvirdi4/mcp-helmet.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-helmet"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "middleware",
        "anthropic",
        "claude",
        "llm",
        "ai",
        "agent"
      ],
      "_version": "0.1.0-alpha.7",
      "_publisher": "ankitvirdi4",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.946495+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.762747+00:00"
    },
    {
      "slug": "npm-json-render-mcp",
      "name": "@json-render/mcp",
      "description": "MCP Apps integration for @json-render/core. Serve json-render UIs as interactive MCP Apps in Claude, ChatGPT, Cursor, and VS Code.",
      "website": "https://www.npmjs.com/package/@json-render/mcp",
      "github_url": "git+https://github.com/vercel-labs/json-render.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@json-render/mcp"
        ]
      },
      "tags": [
        "json",
        "ui",
        "mcp",
        "model-context-protocol",
        "mcp-apps",
        "ai",
        "generative-ui",
        "llm"
      ],
      "_version": "0.19.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.947890+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.764340+00:00"
    },
    {
      "slug": "npm-mcp-tanstack-start",
      "name": "mcp-tanstack-start",
      "description": "MCP (Model Context Protocol) integration for TanStack Start",
      "website": "https://www.npmjs.com/package/mcp-tanstack-start",
      "github_url": "git+https://github.com/codyde/mcp-tanstack-start.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-tanstack-start"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "tanstack",
        "tanstack-start",
        "ai",
        "llm",
        "tools"
      ],
      "_version": "0.4.1",
      "_publisher": "codyde",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.949377+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.778485+00:00"
    },
    {
      "slug": "npm-agent-install",
      "name": "agent-install",
      "description": "Install SKILL.md files, MCP servers, and AGENTS.md guidance for any coding agent. Ships both a Node API and a CLI.",
      "website": "https://www.npmjs.com/package/agent-install",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agent-install"
        ]
      },
      "tags": [
        "agent",
        "agents-md",
        "claude",
        "cli",
        "codex",
        "cursor",
        "install",
        "mcp"
      ],
      "_version": "0.0.5",
      "_publisher": "abai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.951822+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.768734+00:00"
    },
    {
      "slug": "npm-instantdb-mcp",
      "name": "@instantdb/mcp",
      "description": "Model Context Protocol (MCP) server for managing Instant apps, schemas, and permissions!",
      "website": "https://www.npmjs.com/package/@instantdb/mcp",
      "github_url": "git+https://github.com/instantdb/instant.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@instantdb/mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.39",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.953871+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.448397+00:00"
    },
    {
      "slug": "npm-atlasprotocol-agent-tools",
      "name": "@atlasprotocol/agent-tools",
      "description": "Agent-side ATLAS Protocol tooling for LangChain and MCP. Speak ATLAS from any agent runtime.",
      "website": "https://www.npmjs.com/package/@atlasprotocol/agent-tools",
      "github_url": "git+https://github.com/lemonadesocial/atlas-protocol.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@atlasprotocol/agent-tools"
        ]
      },
      "tags": [
        "atlas",
        "atlas-protocol",
        "agent",
        "mcp",
        "langchain",
        "events",
        "x402"
      ],
      "_version": "0.2.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.956303+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.771722+00:00"
    },
    {
      "slug": "npm-balakumar-dev-mcpkit",
      "name": "@balakumar.dev/mcpkit",
      "description": "MCP client that turns any MCP server into CLI commands + lightweight agent skills \u2014 zero context bloat",
      "website": "https://www.npmjs.com/package/@balakumar.dev/mcpkit",
      "github_url": "git+https://github.com/balakumardev/mcpx.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@balakumar.dev/mcpkit"
        ]
      },
      "tags": [
        "mcp",
        "mcpkit",
        "claude",
        "cursor",
        "codex",
        "windsurf",
        "augment",
        "skills"
      ],
      "_version": "0.1.25",
      "_publisher": "balakumar.dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.957781+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.773023+00:00"
    },
    {
      "slug": "npm-vpr99-modelcontextprotocol-sdk",
      "name": "@vpr99/modelcontextprotocol-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@vpr99/modelcontextprotocol-sdk",
      "github_url": "git+https://github.com/Vpr99/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vpr99/modelcontextprotocol-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.17.1",
      "_publisher": "vpr99",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.960105+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.776579+00:00"
    },
    {
      "slug": "npm-lazyants-transkribus-mcp-server",
      "name": "@lazyants/transkribus-mcp-server",
      "description": "MCP server for the Transkribus REST API \u2014 manage collections, documents, recognition, models, and more. 301 tools across 22 resource domains.",
      "website": "https://www.npmjs.com/package/@lazyants/transkribus-mcp-server",
      "github_url": "git+https://github.com/lazyants/transkribus-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lazyants/transkribus-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "transkribus",
        "htr",
        "ocr",
        "handwritten-text-recognition",
        "api",
        "model-context-protocol"
      ],
      "_version": "2.0.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.963058+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.780016+00:00"
    },
    {
      "slug": "npm-llm-advisor-mcp",
      "name": "llm-advisor-mcp",
      "description": "MCP server for LLM/VLM model selection \u2014 compare 336+ models with real-time benchmarks, pricing, and personalized recommendations. No API key required.",
      "website": "https://www.npmjs.com/package/llm-advisor-mcp",
      "github_url": "git+https://github.com/Daichi-Kudo/llm-advisor-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "llm-advisor-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "llm",
        "vlm",
        "ai",
        "ai-models",
        "model-selection"
      ],
      "_version": "0.4.2",
      "_publisher": "pepk",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.964693+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.782049+00:00"
    },
    {
      "slug": "npm-pavindulakshan-modelcontextprotocol-typescript-sdk",
      "name": "@pavindulakshan/modelcontextprotocol-typescript-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@pavindulakshan/modelcontextprotocol-typescript-sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pavindulakshan/modelcontextprotocol-typescript-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "2.0.0",
      "_publisher": "pavindu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.965642+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.783401+00:00"
    },
    {
      "slug": "npm-moinfra-mcp-client-sdk",
      "name": "@moinfra/mcp-client-sdk",
      "description": "Browser-compatible Client Version of Model Context Protocol implementation for TypeScript (fork from official MCP)",
      "website": "https://www.npmjs.com/package/@moinfra/mcp-client-sdk",
      "github_url": "git+https://github.com/moinfra/mcp-client-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@moinfra/mcp-client-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "moinfra",
        "daan",
        "mcp"
      ],
      "_version": "1.10.1-dev",
      "_publisher": "zijing.zhang",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.968213+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.301595+00:00"
    },
    {
      "slug": "npm-sigmacomputing-slack-mcp-server",
      "name": "@sigmacomputing/slack-mcp-server",
      "description": "MCP server for interacting with Slack",
      "website": "https://www.npmjs.com/package/@sigmacomputing/slack-mcp-server",
      "github_url": "git+https://github.com/sigmacomputing/slack-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sigmacomputing/slack-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.1",
      "_publisher": "svc-prod-winfra-npm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.969599+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.368306+00:00"
    },
    {
      "slug": "npm-mcp-aliyun-domain",
      "name": "mcp-aliyun-domain",
      "description": "MCP server for Alibaba Cloud Domain API - Check domain availability, query domain details, list domains, and create registration orders",
      "website": "https://www.npmjs.com/package/mcp-aliyun-domain",
      "github_url": "git+https://github.com/lzx3in/mcp-aliyun-domain.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-aliyun-domain"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "aliyun",
        "alibaba-cloud",
        "domain",
        "domain-check",
        "domain-registration",
        "domain-management"
      ],
      "_version": "0.1.1",
      "_publisher": "lzx3in",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.970550+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.787986+00:00"
    },
    {
      "slug": "npm-prefecthq-fastmcp-ts",
      "name": "@prefecthq/fastmcp-ts",
      "description": "\ud83c\udfce\ufe0f  The official FastMCP TypeScript library - build MCP servers and clients, fast \ud83c\udfce\ufe0f",
      "website": "https://www.npmjs.com/package/@prefecthq/fastmcp-ts",
      "github_url": "git+https://github.com/PrefectHQ/fastmcp-ts.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@prefecthq/fastmcp-ts"
        ]
      },
      "tags": [
        "mcp",
        "mcp-tools",
        "fastmcp",
        "mcp-clients",
        "llms",
        "model-context-protocol",
        "mcp-servers",
        "typescript"
      ],
      "_version": "0.0.2-alpha.0",
      "_publisher": "znicholasbrown",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.971537+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.789422+00:00"
    },
    {
      "slug": "npm-ratel-ai-mcp-server",
      "name": "@ratel-ai/mcp-server",
      "description": "MCP server library + ratel-mcp CLI: expose a Ratel tool catalog as a Model Context Protocol server. Manage upstream MCP servers, OAuth, and Claude Code import from one binary.",
      "website": "https://www.npmjs.com/package/@ratel-ai/mcp-server",
      "github_url": "git+https://github.com/ratel-ai/ratel-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ratel-ai/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai-agents",
        "tool-calling",
        "ratel",
        "context-engineering",
        "gateway",
        "claude-code"
      ],
      "_version": "0.2.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.973112+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.792544+00:00"
    },
    {
      "slug": "npm-mcp-testing-kit",
      "name": "mcp-testing-kit",
      "description": "The testing library you need to test your MCP servers",
      "website": "https://www.npmjs.com/package/mcp-testing-kit",
      "github_url": "git+https://github.com/thoughtspot/mcp-therapy.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-testing-kit"
        ]
      },
      "tags": [],
      "_version": "0.2.0",
      "_publisher": "ashubham",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.974276+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.795279+00:00"
    },
    {
      "slug": "npm-delightfulchorus-integration-mcp-proxy",
      "name": "@delightfulchorus/integration-mcp-proxy",
      "description": "Proxy integration: forward Chorus operations to any external MCP server (GitHub, Postgres, Filesystem, Exa, etc.)",
      "website": "https://www.npmjs.com/package/@delightfulchorus/integration-mcp-proxy",
      "github_url": "git+https://github.com/LamaSu/federated-workflow-runtime.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@delightfulchorus/integration-mcp-proxy"
        ]
      },
      "tags": [
        "chorus",
        "chorus-integration",
        "workflow",
        "mcp",
        "model-context-protocol",
        "proxy",
        "integration",
        "n8n-alternative"
      ],
      "_version": "0.1.9",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.975042+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.800297+00:00"
    },
    {
      "slug": "npm-carbone-mcp",
      "name": "carbone-mcp",
      "description": "Official MCP for Carbone \u2014 Document Generation, Document Conversion, and Universal Templating. Generate PDF, DOCX, XLSX, PPTX, ODT, ODS, CSV, HTML and XML documents from templates and JSON data. Convert Office documents (DOCX, XLSX, PPTX) and HTML to PDF.",
      "website": "https://www.npmjs.com/package/carbone-mcp",
      "github_url": "git+https://github.com/carboneio/carbone-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "carbone-mcp"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "anthropic",
        "chatgpt",
        "document-generation",
        "template-engine",
        "invoice-generation",
        "docx-to-pdf"
      ],
      "_version": "1.1.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.977267+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.799287+00:00"
    },
    {
      "slug": "npm-growth-labs-mcp-server",
      "name": "@growth-labs/mcp-server",
      "description": "Server framework for Growth Labs MCP services. Provides defineMcpTool primitive, createMcpServer composition, audit/metrics interfaces, error envelopes, role-based authorization, and a hand-rolled JSON-RPC HTTP transport behind a swappable Transport abstr",
      "website": "https://www.npmjs.com/package/@growth-labs/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@growth-labs/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.4.1",
      "_publisher": "grizzle",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.979582+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.797715+00:00"
    },
    {
      "slug": "npm-modelfetch-cloudflare",
      "name": "@modelfetch/cloudflare",
      "description": "Cloudflare runtime adapter for MCP servers built with ModelFetch",
      "website": "https://www.npmjs.com/package/@modelfetch/cloudflare",
      "github_url": "git+https://github.com/phuctm97/modelfetch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelfetch/cloudflare"
        ]
      },
      "tags": [
        "model-context-protocol",
        "mcp",
        "mcp-server",
        "ai",
        "ai-integration",
        "sdk",
        "typescript-sdk",
        "javascript-sdk"
      ],
      "_version": "1.0.13",
      "_publisher": "phuctm97",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.981316+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.801003+00:00"
    },
    {
      "slug": "npm-modelfetch-netlify",
      "name": "@modelfetch/netlify",
      "description": "Netlify runtime adapter for MCP servers built with ModelFetch",
      "website": "https://www.npmjs.com/package/@modelfetch/netlify",
      "github_url": "git+https://github.com/phuctm97/modelfetch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelfetch/netlify"
        ]
      },
      "tags": [
        "model-context-protocol",
        "mcp",
        "mcp-server",
        "ai",
        "ai-integration",
        "sdk",
        "typescript-sdk",
        "javascript-sdk"
      ],
      "_version": "1.0.13",
      "_publisher": "phuctm97",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.982705+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.802192+00:00"
    },
    {
      "slug": "npm-mcp-guardian-server",
      "name": "@mcp-guardian/server",
      "description": "Security, cost, and health governance proxy for MCP infrastructure \u2014 three-layer detection engine (regex + schema + LLM), monorepo, corpus, CI/CD",
      "website": "https://www.npmjs.com/package/@mcp-guardian/server",
      "github_url": "git+https://github.com/rudraneel93/mcp-guardian.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-guardian/server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "mcp-gateway",
        "mcp-proxy",
        "mcp-security",
        "model-context-protocol",
        "ai-security",
        "llm-guardrails"
      ],
      "_version": "3.2.4",
      "_publisher": "rudraneel93",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.984937+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.803618+00:00"
    },
    {
      "slug": "npm-tokenizin-mcp-npx-fetch",
      "name": "@tokenizin/mcp-npx-fetch",
      "description": "A CLI tool for fetching and processing content using the Model Context Protocol",
      "website": "https://www.npmjs.com/package/@tokenizin/mcp-npx-fetch",
      "github_url": "git+https://github.com/tokenizin-agency/mcp-npx-fetch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tokenizin/mcp-npx-fetch"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cli",
        "fetch",
        "content-processing"
      ],
      "_version": "1.0.0",
      "_publisher": "elix1er",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.986079+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.404715+00:00"
    },
    {
      "slug": "npm-autotel-mcp-instrumentation",
      "name": "autotel-mcp-instrumentation",
      "description": "OpenTelemetry instrumentation for Model Context Protocol (MCP) with distributed tracing support",
      "website": "https://www.npmjs.com/package/autotel-mcp-instrumentation",
      "github_url": "git+https://github.com/jagreehal/autotel.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "autotel-mcp-instrumentation"
        ]
      },
      "tags": [
        "opentelemetry",
        "otel",
        "mcp",
        "model-context-protocol",
        "distributed-tracing",
        "observability",
        "instrumentation",
        "w3c-trace-context"
      ],
      "_version": "32.0.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.987144+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.802588+00:00"
    },
    {
      "slug": "npm-1server-mcp-engine",
      "name": "1server-mcp-engine",
      "description": "One MCP server to run them all. Install MCP servers from the 1Server marketplace and access all tools through a single connection.",
      "website": "https://www.npmjs.com/package/1server-mcp-engine",
      "github_url": "git+https://github.com/oneserverai/oneserver-mcp-engine.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "1server-mcp-engine"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "1server",
        "oneserver",
        "hub",
        "aggregator",
        "ai-tools"
      ],
      "_version": "1.4.1",
      "_publisher": "1server",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.989850+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.809599+00:00"
    },
    {
      "slug": "npm-agnost",
      "name": "agnost",
      "description": "Analytics SDK for Model Context Protocol Servers",
      "website": "https://www.npmjs.com/package/agnost",
      "github_url": "git+https://github.com/agnostai/agnostai.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agnost"
        ]
      },
      "tags": [
        "analytics",
        "mcp",
        "model context protocol",
        "ai",
        "tools"
      ],
      "_version": "0.1.11",
      "_publisher": "prrthh132",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.992632+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.187358+00:00"
    },
    {
      "slug": "npm-modelfetch-aws-lambda",
      "name": "@modelfetch/aws-lambda",
      "description": "AWS Lambda runtime adapter for MCP servers built with ModelFetch",
      "website": "https://www.npmjs.com/package/@modelfetch/aws-lambda",
      "github_url": "git+https://github.com/phuctm97/modelfetch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelfetch/aws-lambda"
        ]
      },
      "tags": [
        "model-context-protocol",
        "mcp",
        "mcp-server",
        "ai",
        "ai-integration",
        "sdk",
        "typescript-sdk",
        "javascript-sdk"
      ],
      "_version": "1.0.13",
      "_publisher": "phuctm97",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.995747+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.813007+00:00"
    },
    {
      "slug": "npm-discord-mcp",
      "name": "discord-mcp",
      "description": "Discord integration for Model Context Protocol",
      "website": "https://www.npmjs.com/package/discord-mcp",
      "github_url": "git+https://github.com/olivierdebeufderijcker/discord-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "discord-mcp"
        ]
      },
      "tags": [
        "mcp",
        "discord",
        "model-context-protocol",
        "ai",
        "claude",
        "bot",
        "messaging",
        "file-upload"
      ],
      "_version": "2.4.0",
      "_publisher": "markov_kernel",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.997269+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.512462+00:00"
    },
    {
      "slug": "npm-omni-tars-mcp-agent",
      "name": "@omni-tars/mcp-agent",
      "description": "@multimodal/seed-mcp-agent",
      "website": "https://www.npmjs.com/package/@omni-tars/mcp-agent",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@omni-tars/mcp-agent"
        ]
      },
      "tags": [],
      "_version": "0.3.0",
      "_publisher": "chenjian-bzh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:45.998424+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.818550+00:00"
    },
    {
      "slug": "npm-blocklet-mcp",
      "name": "@blocklet/mcp",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@blocklet/mcp",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@blocklet/mcp"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.10.2",
      "_publisher": "wangshijun",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.001495+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.597271+00:00"
    },
    {
      "slug": "npm-mcp-http-webhook",
      "name": "mcp-http-webhook",
      "description": "Production-ready MCP server framework with HTTP + webhook-based subscriptions",
      "website": "https://www.npmjs.com/package/mcp-http-webhook",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-http-webhook"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "webhook",
        "http",
        "ai",
        "llm"
      ],
      "_version": "1.0.33",
      "_publisher": "yspl",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.003283+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.825414+00:00"
    },
    {
      "slug": "npm-getflip-swirl-mcp",
      "name": "@getflip/swirl-mcp",
      "description": "MCP server for Swirl Design System \u2014 lets AI agents discover and use Swirl components",
      "website": "https://www.npmjs.com/package/@getflip/swirl-mcp",
      "github_url": "git+https://github.com/getflip/swirl.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@getflip/swirl-mcp"
        ]
      },
      "tags": [],
      "_version": "0.4.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.004589+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.827915+00:00"
    },
    {
      "slug": "npm-getmcp-core",
      "name": "@getmcp/core",
      "description": "Core types, schemas, and validation for getmcp canonical configuration format",
      "website": "https://www.npmjs.com/package/@getmcp/core",
      "github_url": "git+https://github.com/RodrigoTomeES/getmcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@getmcp/core"
        ]
      },
      "tags": [
        "ai",
        "config",
        "mcp",
        "model-context-protocol",
        "schema",
        "validation",
        "zod"
      ],
      "_version": "0.10.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.363480+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.903603+00:00"
    },
    {
      "slug": "npm-agent-action-runner-cli",
      "name": "@agent-action-runner/cli",
      "description": "CLI for Agent Action Runner local development, manifest inspection, workflow validation, and MCP previews.",
      "website": "https://www.npmjs.com/package/@agent-action-runner/cli",
      "github_url": "git+https://github.com/Doompy/agent-action-runner.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agent-action-runner/cli"
        ]
      },
      "tags": [
        "typescript",
        "ai-agent",
        "llm",
        "workflow",
        "agent-workflow",
        "tool-calling",
        "mcp",
        "approval"
      ],
      "_version": "0.8.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.365367+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.906298+00:00"
    },
    {
      "slug": "npm-standardbeagle-mcp-tui",
      "name": "@standardbeagle/mcp-tui",
      "description": "A comprehensive Terminal User Interface (TUI) and Command Line Interface (CLI) for Model Context Protocol (MCP) servers with full tool, prompt, and resource management",
      "website": "https://www.npmjs.com/package/@standardbeagle/mcp-tui",
      "github_url": "git+https://github.com/standardbeagle/mcp-tui.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@standardbeagle/mcp-tui"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "tui",
        "terminal",
        "cli",
        "ai",
        "llm",
        "tools"
      ],
      "_version": "0.8.2",
      "_publisher": "andylbrummer",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.367270+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.912191+00:00"
    },
    {
      "slug": "npm-genkitx-mcp",
      "name": "genkitx-mcp",
      "description": "A Genkit plugin that provides interoperability between Genkit and Model Context Protocol (MCP). Both client and server use cases are supported.",
      "website": "https://www.npmjs.com/package/genkitx-mcp",
      "github_url": "git+https://github.com/firebase/genkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "genkitx-mcp"
        ]
      },
      "tags": [
        "genkit",
        "genkit-plugin",
        "mcp",
        "model-context-protocol",
        "ai",
        "genai",
        "generative-ai"
      ],
      "_version": "1.14.1",
      "_publisher": "google-wombot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.368367+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.925653+00:00"
    },
    {
      "slug": "npm-jobot-modelcontextprotocol-typescript-sdk",
      "name": "@jobot/modelcontextprotocol-typescript-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@jobot/modelcontextprotocol-typescript-sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jobot/modelcontextprotocol-typescript-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.21.0",
      "_publisher": "alancnet",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.369136+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.916233+00:00"
    },
    {
      "slug": "npm-arkava-ai-gamma-mcp-server",
      "name": "@arkava-ai/gamma-mcp-server",
      "description": "MCP server for Gamma.app - Create presentations, documents, and websites via any MCP-compatible AI assistant (Claude Code, Claude Desktop, OpenCode, Codex, Gemini CLI)",
      "website": "https://www.npmjs.com/package/@arkava-ai/gamma-mcp-server",
      "github_url": "git+https://github.com/Arkava-AI/gamma-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@arkava-ai/gamma-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "gamma",
        "presentations",
        "documents",
        "ai",
        "claude",
        "anthropic"
      ],
      "_version": "1.0.0",
      "_publisher": "arkava-ai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.369748+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.920438+00:00"
    },
    {
      "slug": "npm-signet-auth-mcp",
      "name": "@signet-auth/mcp",
      "description": "Client-side MCP signing transport for Signet receipts",
      "website": "https://www.npmjs.com/package/@signet-auth/mcp",
      "github_url": "git+https://github.com/Prismer-AI/signet.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@signet-auth/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "signet",
        "transport",
        "client",
        "signing"
      ],
      "_version": "0.10.0",
      "_publisher": "willamhou",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.370916+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.929199+00:00"
    },
    {
      "slug": "npm-caveman-shrink",
      "name": "caveman-shrink",
      "description": "MCP proxy that compresses prose fields (tool descriptions, etc.) using caveman rules. Same accuracy, fewer context tokens.",
      "website": "https://www.npmjs.com/package/caveman-shrink",
      "github_url": "git+https://github.com/JuliusBrussee/caveman.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "caveman-shrink"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "caveman",
        "proxy",
        "tokens"
      ],
      "_version": "0.1.0",
      "_publisher": "juliusbrussee",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.371738+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.933301+00:00"
    },
    {
      "slug": "npm-bm1549-remote-mcp-cloudflare",
      "name": "@bm1549/remote-mcp-cloudflare",
      "description": "Library for wrapping a stdio MCP server in a Cloudflare Worker with Google OAuth + email allowlist. Exposes the server as a remote MCP endpoint for Claude Desktop / mobile.",
      "website": "https://www.npmjs.com/package/@bm1549/remote-mcp-cloudflare",
      "github_url": "git+https://github.com/bm1549/remote-mcp-cloudflare.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bm1549/remote-mcp-cloudflare"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cloudflare-workers",
        "oauth",
        "google-oauth",
        "remote-mcp"
      ],
      "_version": "0.2.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.372630+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.938134+00:00"
    },
    {
      "slug": "npm-agent-action-runner-mcp",
      "name": "@agent-action-runner/mcp",
      "description": "MCP exporter for Agent Action Runner.",
      "website": "https://www.npmjs.com/package/@agent-action-runner/mcp",
      "github_url": "git+https://github.com/Doompy/agent-action-runner.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agent-action-runner/mcp"
        ]
      },
      "tags": [
        "typescript",
        "ai-agent",
        "llm",
        "workflow",
        "agent-workflow",
        "tool-calling",
        "mcp",
        "approval"
      ],
      "_version": "0.8.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.373819+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.942384+00:00"
    },
    {
      "slug": "npm-commercetools-mcp-essentials",
      "name": "@commercetools/mcp-essentials",
      "description": "A command line tool for setting up commercetools MCP server",
      "website": "https://www.npmjs.com/package/@commercetools/mcp-essentials",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@commercetools/mcp-essentials"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "commercetools"
      ],
      "_version": "2.4.2",
      "_publisher": "commercetools-admin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.374953+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.945665+00:00"
    },
    {
      "slug": "npm-ouedyan-modelcontextprotocol-server-github",
      "name": "@ouedyan/modelcontextprotocol-server-github",
      "description": "MCP server for using the GitHub API",
      "website": "https://www.npmjs.com/package/@ouedyan/modelcontextprotocol-server-github",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ouedyan/modelcontextprotocol-server-github"
        ]
      },
      "tags": [],
      "_version": "0.5.0",
      "_publisher": "ouedyan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.375656+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.949445+00:00"
    },
    {
      "slug": "npm-voyantjs-catalog-mcp",
      "name": "@voyantjs/catalog-mcp",
      "description": "Phase 2.x \u2014 MCP (Model Context Protocol) server scaffolding for the catalog plane. Wraps the catalog plane's APIs as agent-callable tools so AI assistants (Claude, ChatGPT plugins, custom agents) connect with tenant-scoped credentials and call tools rathe",
      "website": "https://www.npmjs.com/package/@voyantjs/catalog-mcp",
      "github_url": "git+https://github.com/voyantjs/voyant.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@voyantjs/catalog-mcp"
        ]
      },
      "tags": [],
      "_version": "0.80.15",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.376590+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.952664+00:00"
    },
    {
      "slug": "npm-homemind-mcp",
      "name": "@homemind/mcp",
      "description": "HomeMind MCP server: ArkTS agentic analysis for AI assistants via Model Context Protocol, built on ArkAnalyzer and pluggable capability modules.",
      "website": "https://www.npmjs.com/package/@homemind/mcp",
      "github_url": "https://gitcode.com/bbsun/homemind.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@homemind/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.13",
      "_publisher": "code-sunbo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.378643+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.955447+00:00"
    },
    {
      "slug": "npm-getcordon-policy",
      "name": "@getcordon/policy",
      "description": "TypeScript SDK for configuring Cordon for MCP \u2014 the security gateway for MCP tool calls.",
      "website": "https://www.npmjs.com/package/@getcordon/policy",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@getcordon/policy"
        ]
      },
      "tags": [],
      "_version": "0.3.0",
      "_publisher": "marras0914",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.380231+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.959385+00:00"
    },
    {
      "slug": "npm-shinzolabs-instrumentation-mcp",
      "name": "@shinzolabs/instrumentation-mcp",
      "description": "OpenTelemetry instrumentation for MCP servers",
      "website": "https://www.npmjs.com/package/@shinzolabs/instrumentation-mcp",
      "github_url": "git+https://github.com/shinzo-labs/shinzo-ts.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@shinzolabs/instrumentation-mcp"
        ]
      },
      "tags": [
        "mcp",
        "opentelemetry",
        "observability",
        "analytics",
        "telemetry",
        "tracing",
        "monitoring",
        "instrumentation"
      ],
      "_version": "1.1.0",
      "_publisher": "austinborn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.381453+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.962371+00:00"
    },
    {
      "slug": "npm-graphql2mcp-lib",
      "name": "@graphql2mcp/lib",
      "description": "Library for integrating GraphQL-to-MCP conversion into existing TypeScript MCP servers",
      "website": "https://www.npmjs.com/package/@graphql2mcp/lib",
      "github_url": "git+https://github.com/KKonstantinov/graphql2mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@graphql2mcp/lib"
        ]
      },
      "tags": [
        "graphql",
        "mcp",
        "model-context-protocol",
        "library",
        "typescript",
        "ai",
        "agent"
      ],
      "_version": "0.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.382235+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.965996+00:00"
    },
    {
      "slug": "npm-vyntral-grove-mcp",
      "name": "@vyntral/grove-mcp",
      "description": "Grove MCP adapter \u2014 mount tools from any Model Context Protocol server as Grove tools.",
      "website": "https://www.npmjs.com/package/@vyntral/grove-mcp",
      "github_url": "git+https://github.com/Vyntral/Grove.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vyntral/grove-mcp"
        ]
      },
      "tags": [
        "agents",
        "ai",
        "llm",
        "supervisor",
        "otp",
        "grove"
      ],
      "_version": "0.0.6",
      "_publisher": "vyntral",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.384042+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.970729+00:00"
    },
    {
      "slug": "npm-mcp-reverse",
      "name": "mcp-reverse",
      "description": "Reverse transports for MCP (Model Context Protocol) \u2014 SSE engine. Allows internal MCP servers behind NAT/firewall to connect out to public MCP clients.",
      "website": "https://www.npmjs.com/package/mcp-reverse",
      "github_url": "git+https://github.com/ChineseAStar/mcp-reverse.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-reverse"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "sse",
        "server-sent-events",
        "reverse",
        "transport",
        "proxy",
        "nat"
      ],
      "_version": "1.1.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.385610+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.975897+00:00"
    },
    {
      "slug": "npm-zkshare-mcp",
      "name": "zkshare-mcp",
      "description": "ZKshare stdio MCP: store/prove/share, semantic search, sandbox proxy to HTTPS /api/v1/context.",
      "website": "https://www.npmjs.com/package/zkshare-mcp",
      "github_url": "git+https://github.com/sp0oby/zkShare.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "zkshare-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "zkshare",
        "privacy",
        "llm",
        "cursor"
      ],
      "_version": "1.0.1",
      "_publisher": "spoobs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.387211+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.979489+00:00"
    },
    {
      "slug": "npm-hackernews-mcp",
      "name": "hackernews-mcp",
      "description": "\u8fd9\u662f\u4e00\u4e2a\u7528\u4e8e\u83b7\u53d6 Hacker News \u6bcf\u5929\u8bc4\u8bba\u6570\u6700\u9ad8\u7684\u65b0\u95fb\u7684 MCP \u670d\u52a1\u3002",
      "website": "https://www.npmjs.com/package/hackernews-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hackernews-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.12",
      "_publisher": "wilson9875",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.388108+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.984036+00:00"
    },
    {
      "slug": "npm-platf-bridge",
      "name": "@platf/bridge",
      "description": "Stdio-to-Streamable HTTP bridge for MCP servers \u2014 Platf AI Hub",
      "website": "https://www.npmjs.com/package/@platf/bridge",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@platf/bridge"
        ]
      },
      "tags": [],
      "_version": "0.0.30",
      "_publisher": "platfai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.389220+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.993666+00:00"
    },
    {
      "slug": "npm-origintrail-official-dkg-mcp-server",
      "name": "@origintrail-official/dkg-mcp-server",
      "description": "[Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for DKG V10. Exposes DKG node capabilities as MCP tools, allowing AI assistants (Cursor, Claude Desktop, etc.) to publish, query, and explore the knowledge graph.",
      "website": "https://www.npmjs.com/package/@origintrail-official/dkg-mcp-server",
      "github_url": "git+https://github.com/OriginTrail/dkg.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@origintrail-official/dkg-mcp-server"
        ]
      },
      "tags": [],
      "_version": "10.0.0-rc.2-dev.1778176109.f3bc760",
      "_publisher": "nikita_abrashkin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.390289+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.124880+00:00"
    },
    {
      "slug": "npm-mlh758-angular-cli-no-mcp",
      "name": "@mlh758/angular-cli-no-mcp",
      "description": "CLI tool for Angular (MCP features removed)",
      "website": "https://www.npmjs.com/package/@mlh758/angular-cli-no-mcp",
      "github_url": "git+https://github.com/mlh758/angular-cli-no-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mlh758/angular-cli-no-mcp"
        ]
      },
      "tags": [
        "Angular CLI",
        "Angular DevKit",
        "angular",
        "angular-cli",
        "devkit",
        "sdk"
      ],
      "_version": "21.2.2",
      "_publisher": "mlh758",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.391429+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.998024+00:00"
    },
    {
      "slug": "npm-boltmcp-mcp-sdk-express",
      "name": "@boltmcp/mcp-sdk-express",
      "description": "Express adapters for the Model Context Protocol TypeScript server SDK - Express middleware",
      "website": "https://www.npmjs.com/package/@boltmcp/mcp-sdk-express",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@boltmcp/mcp-sdk-express"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "express",
        "middleware"
      ],
      "_version": "2.0.0-alpha.2",
      "_publisher": "dan-kwiat",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.392247+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.003019+00:00"
    },
    {
      "slug": "npm-modelfetch-gcore",
      "name": "@modelfetch/gcore",
      "description": "Gcore runtime adapter for MCP servers built with ModelFetch",
      "website": "https://www.npmjs.com/package/@modelfetch/gcore",
      "github_url": "git+https://github.com/phuctm97/modelfetch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelfetch/gcore"
        ]
      },
      "tags": [
        "model-context-protocol",
        "mcp",
        "mcp-server",
        "ai",
        "ai-integration",
        "sdk",
        "typescript-sdk",
        "javascript-sdk"
      ],
      "_version": "1.0.13",
      "_publisher": "phuctm97",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.393032+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.013993+00:00"
    },
    {
      "slug": "npm-penni-mcp",
      "name": "penni-mcp",
      "description": "Penni AI Bookkeeper \u2014 MCP server for Claude Desktop and Cursor. Connect your QuickBooks and manage your books through AI.",
      "website": "https://www.npmjs.com/package/penni-mcp",
      "github_url": "git+https://github.com/penni-ai/penni-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "penni-mcp"
        ]
      },
      "tags": [
        "mcp",
        "bookkeeping",
        "quickbooks",
        "ai",
        "accounting",
        "penni",
        "claude",
        "cursor"
      ],
      "_version": "1.0.1",
      "_publisher": "cwhittemore10",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.394753+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.005826+00:00"
    },
    {
      "slug": "npm-modelfetch-supabase",
      "name": "@modelfetch/supabase",
      "description": "Supabase runtime adapter for MCP servers built with ModelFetch",
      "website": "https://www.npmjs.com/package/@modelfetch/supabase",
      "github_url": "git+https://github.com/phuctm97/modelfetch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelfetch/supabase"
        ]
      },
      "tags": [
        "model-context-protocol",
        "mcp",
        "mcp-server",
        "ai",
        "ai-integration",
        "sdk",
        "typescript-sdk",
        "javascript-sdk"
      ],
      "_version": "1.0.13",
      "_publisher": "phuctm97",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.396496+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.010494+00:00"
    },
    {
      "slug": "npm-microsoft-teams-mcp-server",
      "name": "microsoft-teams-mcp-server",
      "description": "Microsoft Teams MCP Server for Claude \u2014 Read/send messages, list channels, search across Teams. Works with Claude Cowork, Desktop & Code.",
      "website": "https://www.npmjs.com/package/microsoft-teams-mcp-server",
      "github_url": "git+https://github.com/SurgeEnterpriseAI/teams-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "microsoft-teams-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "microsoft-teams",
        "teams",
        "claude",
        "claude-code",
        "claude-cowork",
        "claude-desktop"
      ],
      "_version": "1.0.2",
      "_publisher": "venumuvva",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.397679+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.019431+00:00"
    },
    {
      "slug": "npm-boltmcp-mcp-sdk-node",
      "name": "@boltmcp/mcp-sdk-node",
      "description": "Model Context Protocol implementation for TypeScript - Node.js middleware",
      "website": "https://www.npmjs.com/package/@boltmcp/mcp-sdk-node",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@boltmcp/mcp-sdk-node"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "node.js",
        "middleware"
      ],
      "_version": "2.0.0-alpha.2",
      "_publisher": "dan-kwiat",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.398868+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.022470+00:00"
    },
    {
      "slug": "npm-modelfetch-azure-functions",
      "name": "@modelfetch/azure-functions",
      "description": "Azure Functions runtime adapter for MCP servers built with ModelFetch",
      "website": "https://www.npmjs.com/package/@modelfetch/azure-functions",
      "github_url": "git+https://github.com/phuctm97/modelfetch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelfetch/azure-functions"
        ]
      },
      "tags": [
        "model-context-protocol",
        "mcp",
        "mcp-server",
        "ai",
        "ai-integration",
        "sdk",
        "typescript-sdk",
        "javascript-sdk"
      ],
      "_version": "1.0.13",
      "_publisher": "phuctm97",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.401007+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.031220+00:00"
    },
    {
      "slug": "npm-workways-mcp",
      "name": "workways-mcp",
      "description": "MCP Server for Workways - Search and book meeting rooms in Belgium, France & Ireland via AI assistants",
      "website": "https://www.npmjs.com/package/workways-mcp",
      "github_url": "git+https://github.com/workways/workways-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "workways-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "workways",
        "meeting-rooms",
        "coworking",
        "claude",
        "ai-assistant",
        "belgium"
      ],
      "_version": "1.0.1",
      "_publisher": "romain.aragon",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.402085+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.027749+00:00"
    },
    {
      "slug": "npm-journal-one-gateway",
      "name": "@journal.one/gateway",
      "description": "The Journal Gateway connects MCP servers and skills running in your network to [Journal](https://journal.one). It connects outbound \u2014 your credentials never leave your infrastructure and you don't need to open any inbound ports.",
      "website": "https://www.npmjs.com/package/@journal.one/gateway",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@journal.one/gateway"
        ]
      },
      "tags": [],
      "_version": "0.5.0",
      "_publisher": "shajanjournal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.403565+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.037378+00:00"
    },
    {
      "slug": "npm-mr-kelly-mcp-handler",
      "name": "@mr-kelly/mcp-handler",
      "description": "Vercel MCP Adapter for Next.js and other frameworks",
      "website": "https://www.npmjs.com/package/@mr-kelly/mcp-handler",
      "github_url": "git+https://github.com/vercel/mcp-handler.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mr-kelly/mcp-handler"
        ]
      },
      "tags": [
        "mcp",
        "vercel",
        "next.js",
        "ai"
      ],
      "_version": "1.0.7",
      "_publisher": "vikainc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.404804+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.042687+00:00"
    },
    {
      "slug": "npm-kya-os-mcp",
      "name": "@kya-os/mcp",
      "description": "Reference implementation of the KYA-OS protocol for Model Context Protocol servers: delegation, proof, and session primitives",
      "website": "https://www.npmjs.com/package/@kya-os/mcp",
      "github_url": "git+https://github.com/decentralized-identity/kya-os-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kya-os/mcp"
        ]
      },
      "tags": [
        "kya-os",
        "mcp",
        "delegation",
        "verifiable-credentials",
        "did",
        "protocol",
        "identity",
        "dif"
      ],
      "_version": "1.3.0",
      "_publisher": "h0bb5",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.405897+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.046355+00:00"
    },
    {
      "slug": "npm-kentcdodds-tmp-modelcontextprotocol-inspector",
      "name": "@kentcdodds/tmp-modelcontextprotocol_inspector",
      "description": "Model Context Protocol inspector",
      "website": "https://www.npmjs.com/package/@kentcdodds/tmp-modelcontextprotocol_inspector",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kentcdodds/tmp-modelcontextprotocol_inspector"
        ]
      },
      "tags": [],
      "_version": "0.12.0-alpha.1",
      "_publisher": "kentcdodds",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.407061+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.052376+00:00"
    },
    {
      "slug": "npm-buywhere-mcp-server",
      "name": "@buywhere/mcp-server",
      "description": "Product search API for AI agents via Model Context Protocol. Search & compare 11M+ products across Singapore, SEA, and US markets. Multi-currency pricing, inventory, and deal discovery \u2014 built for AI agent commerce, not store management. - Win the \"Build",
      "website": "https://www.npmjs.com/package/@buywhere/mcp-server",
      "github_url": "git+https://github.com/BuyWhere/buywhere-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@buywhere/mcp-server"
        ]
      },
      "tags": [
        "buywhere",
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "product-search",
        "product-search-api",
        "product-search-mcp",
        "agent-product-search"
      ],
      "_version": "0.3.11",
      "_publisher": "richieboyz18",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.408273+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.056170+00:00"
    },
    {
      "slug": "npm-mseep-linear-mcp-server",
      "name": "@mseep/linear-mcp-server",
      "description": "A Model Context Protocol server for the Linear API.",
      "website": "https://www.npmjs.com/package/@mseep/linear-mcp-server",
      "github_url": "git+https://github.com/modelcontextprotocol/linear-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mseep/linear-mcp-server"
        ]
      },
      "tags": [
        "linear",
        "mcp",
        "model context protocol",
        "api",
        "server",
        "mseep",
        "mcp-server"
      ],
      "_version": "0.1.0",
      "_publisher": "skydeckai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.409124+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.335636+00:00"
    },
    {
      "slug": "npm-laraplugins-mcp-server",
      "name": "@laraplugins/mcp-server",
      "description": "LaraPlugins.io MCP Server - Connect to Laravel plugin directory MCP",
      "website": "https://www.npmjs.com/package/@laraplugins/mcp-server",
      "github_url": "git+https://github.com/LaraPlugins/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@laraplugins/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "laravel",
        "plugins",
        "mcp-server"
      ],
      "_version": "1.0.2",
      "_publisher": "daniel_petrica",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.410777+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.064756+00:00"
    },
    {
      "slug": "npm-posthog-mcp",
      "name": "@posthog/mcp",
      "description": "PostHog SDK for MCP servers",
      "website": "https://www.npmjs.com/package/@posthog/mcp",
      "github_url": "git+https://github.com/PostHog/mcp-analytics.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@posthog/mcp"
        ]
      },
      "tags": [
        "ai-agents",
        "analytics",
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "observability",
        "posthog"
      ],
      "_version": "0.0.9",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.412956+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.069930+00:00"
    },
    {
      "slug": "npm-mcp-z-server",
      "name": "@mcp-z/server",
      "description": "Shared utilities and server orchestration for building MCP (Model Context Protocol) servers",
      "website": "https://www.npmjs.com/package/@mcp-z/server",
      "github_url": "git+https://github.com/mcp-z/server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-z/server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "server-utilities",
        "transport",
        "orchestration",
        "stdio",
        "http"
      ],
      "_version": "1.0.4",
      "_publisher": "kmalakoff",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.414232+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.928732+00:00"
    },
    {
      "slug": "npm-nullshot-cli",
      "name": "@nullshot/cli",
      "description": "CLI tool for managing Model Context Protocol (MCP) servers with Cloudflare Workers and Durable Objects",
      "website": "https://www.npmjs.com/package/@nullshot/cli",
      "github_url": "git+https://github.com/null-shot/typescript-agent-toolkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nullshot/cli"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cloudflare-workers",
        "durable-objects",
        "cli",
        "typescript"
      ],
      "_version": "0.3.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.415555+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.322679+00:00"
    },
    {
      "slug": "npm-whisper-mcp",
      "name": "whisper-mcp",
      "description": "MCP server for local audio transcription using Whisper",
      "website": "https://www.npmjs.com/package/whisper-mcp",
      "github_url": "git+https://github.com/jwulff/whisper-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "whisper-mcp"
        ]
      },
      "tags": [
        "mcp",
        "whisper",
        "transcription",
        "speech-to-text",
        "audio",
        "claude",
        "ai"
      ],
      "_version": "0.1.1",
      "_publisher": "jwulff",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.417969+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.081800+00:00"
    },
    {
      "slug": "npm-h1deya-mcp-server-weather",
      "name": "@h1deya/mcp-server-weather",
      "description": "MCP server for weather forecast and severe weather alerts in the US",
      "website": "https://www.npmjs.com/package/@h1deya/mcp-server-weather",
      "github_url": "git+https://github.com/hideya/mcp-server-weather-js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@h1deya/mcp-server-weather"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "mcp-server",
        "weather"
      ],
      "_version": "0.1.3",
      "_publisher": "h1deya",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.419251+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.086192+00:00"
    },
    {
      "slug": "npm-signet-auth-mcp-server",
      "name": "@signet-auth/mcp-server",
      "description": "Execution-boundary verification and response signing for MCP servers",
      "website": "https://www.npmjs.com/package/@signet-auth/mcp-server",
      "github_url": "git+https://github.com/Prismer-AI/signet.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@signet-auth/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "signet",
        "server",
        "verification",
        "security"
      ],
      "_version": "0.10.0",
      "_publisher": "willamhou",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.421084+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.089785+00:00"
    },
    {
      "slug": "npm-elysia-mcp",
      "name": "elysia-mcp",
      "description": "ElysiaJS plugin for Model Context Protocol with HTTP transport and stateful sessions",
      "website": "https://www.npmjs.com/package/elysia-mcp",
      "github_url": "https://github.com/kerlos/elysia-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "elysia-mcp"
        ]
      },
      "tags": [
        "elysia",
        "mcp",
        "model-context-protocol",
        "http",
        "streaming",
        "json-rpc",
        "typescript",
        "plugin"
      ],
      "_version": "0.1.1",
      "_publisher": "kerlos127",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.422390+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.488636+00:00"
    },
    {
      "slug": "npm-magicuidesign-mcp",
      "name": "@magicuidesign/mcp",
      "description": "Official MCP server for Magic UI.",
      "website": "https://www.npmjs.com/package/@magicuidesign/mcp",
      "github_url": "git+https://github.com/magicuidesign/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@magicuidesign/mcp"
        ]
      },
      "tags": [],
      "_version": "2.0.0",
      "_publisher": "yeom-jinho",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.423495+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.201547+00:00"
    },
    {
      "slug": "npm-sylphlab-tools-adaptor-mcp",
      "name": "@sylphlab/tools-adaptor-mcp",
      "description": "Adapter to convert internal SylphTool definitions to MCP SDK format.",
      "website": "https://www.npmjs.com/package/@sylphlab/tools-adaptor-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sylphlab/tools-adaptor-mcp"
        ]
      },
      "tags": [
        "mcp",
        "adapter",
        "tool"
      ],
      "_version": "0.3.1",
      "_publisher": "shtse8",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.424772+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.105547+00:00"
    },
    {
      "slug": "npm-isaacphi-mcp-gdrive",
      "name": "@isaacphi/mcp-gdrive",
      "description": "MCP server for interacting with Google Drive and Sheets",
      "website": "https://www.npmjs.com/package/@isaacphi/mcp-gdrive",
      "github_url": "git+https://github.com/isaacphi/mcp-gdrive.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@isaacphi/mcp-gdrive"
        ]
      },
      "tags": [
        "Google Drive",
        "Google Sheets",
        "MCP",
        "Model Context Protocol",
        "AI"
      ],
      "_version": "0.2.0",
      "_publisher": "isaacphi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.425756+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.470567+00:00"
    },
    {
      "slug": "npm-graphai-mcp-agent",
      "name": "@graphai/mcp_agent",
      "description": "Model Context Protocol",
      "website": "https://www.npmjs.com/package/@graphai/mcp_agent",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@graphai/mcp_agent"
        ]
      },
      "tags": [],
      "_version": "0.0.4",
      "_publisher": "isamu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.427810+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.522642+00:00"
    },
    {
      "slug": "npm-dart-mcp-server",
      "name": "dart-mcp-server",
      "description": "The Dart MCP server",
      "website": "https://www.npmjs.com/package/dart-mcp-server",
      "github_url": "git+https://github.com/its-dart/dart-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "dart-mcp-server"
        ]
      },
      "tags": [
        "dart",
        "projectmanagement",
        "taskmanagement"
      ],
      "_version": "0.2.1",
      "_publisher": "dart-software",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.429568+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.605976+00:00"
    },
    {
      "slug": "npm-brevix-shrink",
      "name": "brevix-shrink",
      "description": "MCP middleware proxy that compresses tools/list, prompts/list, and resources/list responses to save tokens. Sister project to Brevix.",
      "website": "https://www.npmjs.com/package/brevix-shrink",
      "github_url": "git+https://github.com/Yash-Koladiya30/brevix.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "brevix-shrink"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "compression",
        "tokens",
        "brevix",
        "proxy",
        "model-context-protocol"
      ],
      "_version": "0.4.3",
      "_publisher": "yash-koladiya30",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.430725+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.122284+00:00"
    },
    {
      "slug": "npm-mcp-server-example",
      "name": "mcp-server-example",
      "description": "MCP Server Example",
      "website": "https://www.npmjs.com/package/mcp-server-example",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-example"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "czy88840616",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.431982+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.759432+00:00"
    },
    {
      "slug": "npm-mcpjam-sdk",
      "name": "@mcpjam/sdk",
      "description": "MCP server unit testing, end to end (e2e) testing, and server evals",
      "website": "https://www.npmjs.com/package/@mcpjam/sdk",
      "github_url": "git+https://github.com/MCPJam/inspector.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcpjam/sdk"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "testing",
        "evals",
        "unit-testing",
        "e2e"
      ],
      "_version": "1.8.0",
      "_publisher": "mcpjam-founders",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.434251+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.622575+00:00"
    },
    {
      "slug": "npm-simulacra-ai-mcp",
      "name": "@simulacra-ai/mcp",
      "description": "MCP (Model Context Protocol) client bridge for the Simulacra conversation engine",
      "website": "https://www.npmjs.com/package/@simulacra-ai/mcp",
      "github_url": "git+https://github.com/simulacra-ai/simulacra.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@simulacra-ai/mcp"
        ]
      },
      "tags": [
        "ai",
        "llm",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.0.13",
      "_publisher": "lennykean",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.435849+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.903911+00:00"
    },
    {
      "slug": "npm-meshy-ai-mcp-server",
      "name": "meshy-ai-mcp-server",
      "description": "A Model Context Protocol server that wraps the Meshy AI API with TypeScript and Node.js tools, including rigging and animation endpoints.",
      "website": "https://www.npmjs.com/package/meshy-ai-mcp-server",
      "github_url": "git+https://github.com/pasie15/meshy-ai-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "meshy-ai-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "meshy",
        "3d",
        "animation",
        "rigging"
      ],
      "_version": "1.2.1",
      "_publisher": "version6media",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.437507+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.137934+00:00"
    },
    {
      "slug": "npm-modelfetch-fastly",
      "name": "@modelfetch/fastly",
      "description": "Fastly runtime adapter for MCP servers built with ModelFetch",
      "website": "https://www.npmjs.com/package/@modelfetch/fastly",
      "github_url": "git+https://github.com/phuctm97/modelfetch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modelfetch/fastly"
        ]
      },
      "tags": [
        "model-context-protocol",
        "mcp",
        "mcp-server",
        "ai",
        "ai-integration",
        "sdk",
        "typescript-sdk",
        "javascript-sdk"
      ],
      "_version": "1.0.13",
      "_publisher": "phuctm97",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.438697+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.144229+00:00"
    },
    {
      "slug": "npm-mcp-oauth-server",
      "name": "mcp-oauth-server",
      "description": "MCP first OAuth 2.1 Authorization Server",
      "website": "https://www.npmjs.com/package/mcp-oauth-server",
      "github_url": "git+https://github.com/wille/mcp-oauth-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-oauth-server"
        ]
      },
      "tags": [
        "mcp",
        "ai",
        "oauth2",
        "oauth",
        "server",
        "modelcontextprotocol"
      ],
      "_version": "0.0.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.439818+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.148303+00:00"
    },
    {
      "slug": "npm-fazer-ai-mcp-inspector",
      "name": "@fazer-ai/mcp-inspector",
      "description": "Model Context Protocol inspector",
      "website": "https://www.npmjs.com/package/@fazer-ai/mcp-inspector",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@fazer-ai/mcp-inspector"
        ]
      },
      "tags": [],
      "_version": "0.10.2-fazer-ai.2",
      "_publisher": "gabrieljablonski",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.441023+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.154814+00:00"
    },
    {
      "slug": "npm-mcp-ssh",
      "name": "mcp-ssh",
      "description": "SSH Server for Model Context Protocol",
      "website": "https://www.npmjs.com/package/mcp-ssh",
      "github_url": "git+https://github.com/shaike1/mcp-server-ssh.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-ssh"
        ]
      },
      "tags": [
        "mcp",
        "ssh",
        "claude",
        "anthropic"
      ],
      "_version": "1.0.1",
      "_publisher": "shaike",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.442536+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.837425+00:00"
    },
    {
      "slug": "npm-er77-code-graph-rag-mcp",
      "name": "@er77/code-graph-rag-mcp",
      "description": "Multi-agent LiteRAG MCP server for advanced code graph analysis",
      "website": "https://www.npmjs.com/package/@er77/code-graph-rag-mcp",
      "github_url": "git+https://github.com/er77/code-graph-rag-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@er77/code-graph-rag-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "code-analysis",
        "graph",
        "rag",
        "llm",
        "agents",
        "literag"
      ],
      "_version": "2.7.4",
      "_publisher": "er77",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.444466+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.162771+00:00"
    },
    {
      "slug": "npm-agent-e2e-harness",
      "name": "@agent-e2e/harness",
      "description": "Library-first Agent E2E Harness for seeded journeys, MCP proof loops, artifacts, and cleanup.",
      "website": "https://www.npmjs.com/package/@agent-e2e/harness",
      "github_url": "git+https://github.com/aitoroses/agent-e2e-harness.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agent-e2e/harness"
        ]
      },
      "tags": [
        "agent",
        "e2e",
        "mcp",
        "playwright",
        "testing",
        "automation"
      ],
      "_version": "1.3.0",
      "_publisher": "grayfox",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.446312+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.168384+00:00"
    },
    {
      "slug": "npm-highlight-ai-mcp-sdk",
      "name": "@highlight-ai/mcp-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@highlight-ai/mcp-sdk",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@highlight-ai/mcp-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "0.0.7",
      "_publisher": "rajhighlight",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.447500+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.659530+00:00"
    },
    {
      "slug": "npm-middy-mcp",
      "name": "middy-mcp",
      "description": "Middy middleware for Model Context Protocol server",
      "website": "https://www.npmjs.com/package/middy-mcp",
      "github_url": "git+https://github.com/fredericbarthelet/middy-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "middy-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model context protocol",
        "middy",
        "middleware",
        "aws",
        "lambda"
      ],
      "_version": "0.1.6",
      "_publisher": "bartheletf",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.449534+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.209833+00:00"
    },
    {
      "slug": "npm-psraghuveer-memento-server",
      "name": "@psraghuveer/memento-server",
      "description": "MCP server adapter for Memento. Translates MCP tool calls into command-registry invocations.",
      "website": "https://www.npmjs.com/package/@psraghuveer/memento-server",
      "github_url": "git+https://github.com/veerps57/memento.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@psraghuveer/memento-server"
        ]
      },
      "tags": [
        "memento",
        "memory",
        "ai",
        "assistant",
        "mcp",
        "local-first",
        "sqlite"
      ],
      "_version": "0.4.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.451911+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.187321+00:00"
    },
    {
      "slug": "npm-contentful-mcp-tools",
      "name": "@contentful/mcp-tools",
      "description": "A toolkit package containing reusable MCP (Model Context Protocol) tools for Contentful. This package provides structured tool collections with complete metadata including descriptions, input schemas, semantic annotations, and tool implementations.",
      "website": "https://www.npmjs.com/package/@contentful/mcp-tools",
      "github_url": "git+https://github.com/contentful/contentful-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@contentful/mcp-tools"
        ]
      },
      "tags": [],
      "_version": "0.4.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.454091+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.417674+00:00"
    },
    {
      "slug": "npm-cyanheads-survey-mcp-server",
      "name": "@cyanheads/survey-mcp-server",
      "description": "Transform LLMs into intelligent interviewers. MCP server for conducting dynamic, conversational surveys with structured data collection. Features skip logic, session resume, multi-tenancy, and pluggable storage backends.",
      "website": "https://www.npmjs.com/package/@cyanheads/survey-mcp-server",
      "github_url": "git+https://github.com/cyanheads/survey-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cyanheads/survey-mcp-server"
        ]
      },
      "tags": [
        "agent",
        "ai",
        "ai-agent",
        "authentication",
        "cloudflare-workers",
        "conversational-surveys",
        "data-collection",
        "declarative-tools"
      ],
      "_version": "1.0.6",
      "_publisher": "cyanheads",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.455723+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.194346+00:00"
    },
    {
      "slug": "npm-mcp-types",
      "name": "mcp-types",
      "description": "Zod schemas and static TypeScript types for Model Context Protocol (MCP) SDK.",
      "website": "https://www.npmjs.com/package/mcp-types",
      "github_url": "git+https://github.com/punkpeye/mcp-types.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-types"
        ]
      },
      "tags": [
        "MCP",
        "zod",
        "types"
      ],
      "_version": "1.0.2",
      "_publisher": "punkpeye",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.457328+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.197943+00:00"
    },
    {
      "slug": "npm-theia-ai-mcp-ui",
      "name": "@theia/ai-mcp-ui",
      "description": "Theia - MCP UI Integration",
      "website": "https://www.npmjs.com/package/@theia/ai-mcp-ui",
      "github_url": "git+https://github.com/eclipse-theia/theia.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@theia/ai-mcp-ui"
        ]
      },
      "tags": [
        "theia-extension"
      ],
      "_version": "1.71.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.458909+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.201475+00:00"
    },
    {
      "slug": "npm-cristip73-mcp-server-asana",
      "name": "@cristip73/mcp-server-asana",
      "description": "MCP Server for Asana API",
      "website": "https://www.npmjs.com/package/@cristip73/mcp-server-asana",
      "github_url": "git+https://github.com/cristip73/mcp-server-asana.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cristip73/mcp-server-asana"
        ]
      },
      "tags": [
        "asana",
        "mcp",
        "anthropic"
      ],
      "_version": "2.0.0",
      "_publisher": "cristip73",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.461310+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.089715+00:00"
    },
    {
      "slug": "npm-line-line-bot-mcp-server",
      "name": "@line/line-bot-mcp-server",
      "description": "MCP server for interacting with your LINE Official Account",
      "website": "https://www.npmjs.com/package/@line/line-bot-mcp-server",
      "github_url": "git+ssh://git@github.com/line/line-bot-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@line/line-bot-mcp-server"
        ]
      },
      "tags": [
        "line",
        "bot",
        "mcp"
      ],
      "_version": "0.4.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.462991+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.721079+00:00"
    },
    {
      "slug": "npm-kya-os-create-xmcpi-app",
      "name": "@kya-os/create-xmcpi-app",
      "description": "Bootstrap XMCP applications with identity features",
      "website": "https://www.npmjs.com/package/@kya-os/create-xmcpi-app",
      "github_url": "git+https://github.com/modelcontextprotocol-identity/xmcp-i.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kya-os/create-xmcpi-app"
        ]
      },
      "tags": [
        "xmcp",
        "xmcp-i",
        "create-app",
        "cli",
        "bootstrap",
        "identity",
        "mcp"
      ],
      "_version": "0.1.0-alpha.147",
      "_publisher": "marshallborham",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.464158+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.222939+00:00"
    },
    {
      "slug": "npm-nostrbook-mcp",
      "name": "@nostrbook/mcp",
      "description": "This is an [MCP](https://modelcontextprotocol.io/) implementation that allows AI agents to access Nostr documentation.",
      "website": "https://www.npmjs.com/package/@nostrbook/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nostrbook/mcp"
        ]
      },
      "tags": [],
      "_version": "0.5.3",
      "_publisher": "alexgleason",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.465434+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.228745+00:00"
    },
    {
      "slug": "npm-mcp-abap-adt-llm-agent-mcp",
      "name": "@mcp-abap-adt/llm-agent-mcp",
      "description": "MCP client wrapper, adapter, factory, and connection strategies for the SmartAgent runtime.",
      "website": "https://www.npmjs.com/package/@mcp-abap-adt/llm-agent-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-abap-adt/llm-agent-mcp"
        ]
      },
      "tags": [],
      "_version": "16.2.0",
      "_publisher": "fr0ster",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.467208+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.231987+00:00"
    },
    {
      "slug": "npm-mcp-client",
      "name": "mcp-client",
      "description": "An MCP client for Node.js",
      "website": "https://www.npmjs.com/package/mcp-client",
      "github_url": "git+https://github.com/punkpeye/mcp-client.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-client"
        ]
      },
      "tags": [
        "MCP",
        "Client",
        "EventSource",
        "SSE"
      ],
      "_version": "1.13.1",
      "_publisher": "punkpeye",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.468747+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.233777+00:00"
    },
    {
      "slug": "npm-ignfab-geocontext",
      "name": "@ignfab/geocontext",
      "description": "An experimental MCP server providing access to the services and data of the french Geoplateform",
      "website": "https://www.npmjs.com/package/@ignfab/geocontext",
      "github_url": "git+https://github.com/ignfab/geocontext.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ignfab/geocontext"
        ]
      },
      "tags": [
        "llm",
        "rag",
        "action",
        "spatial",
        "context"
      ],
      "_version": "0.9.8",
      "_publisher": "esgn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.470144+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.237634+00:00"
    },
    {
      "slug": "npm-elizaos-plugin-mcp",
      "name": "@elizaos/plugin-mcp",
      "description": "ElizaOS plugin to integrate with MCP (Model Context Protocol) servers",
      "website": "https://www.npmjs.com/package/@elizaos/plugin-mcp",
      "github_url": "git+https://github.com/elizaos-plugins/plugin-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@elizaos/plugin-mcp"
        ]
      },
      "tags": [],
      "_version": "1.8.2",
      "_publisher": "shawticus",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.471171+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.419663+00:00"
    },
    {
      "slug": "npm-mavryn",
      "name": "mavryn",
      "description": "The MCP control plane \u2014 one server to route them all",
      "website": "https://www.npmjs.com/package/mavryn",
      "github_url": "git+https://github.com/dnakitare/mavryn.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mavryn"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "gateway",
        "proxy",
        "tool-discovery",
        "agent",
        "ai",
        "routing"
      ],
      "_version": "0.5.0",
      "_publisher": "kifarukubwa",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.472429+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.238925+00:00"
    },
    {
      "slug": "npm-mcp-secure-server",
      "name": "mcp-secure-server",
      "description": "Secure-by-default MCP server with 5-layer validation for defense-in-depth protection",
      "website": "https://www.npmjs.com/package/mcp-secure-server",
      "github_url": "git+https://github.com/aself101/mcp-secure-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-secure-server"
        ]
      },
      "tags": [
        "mcp",
        "security",
        "claude",
        "ai",
        "validation",
        "protection",
        "framework",
        "middleware"
      ],
      "_version": "0.0.14-security",
      "_publisher": "aself101",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.473573+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.240474+00:00"
    },
    {
      "slug": "npm-sarmadparvez-postgresql-mcp",
      "name": "@sarmadparvez/postgresql-mcp",
      "description": "MCP server for PostgreSQL with full read-write support, transactions, and schema inspection. Works with any PostgreSQL instance \u2014 local, Supabase, AWS RDS, or self-hosted. Use with Claude, Cursor, Windsurf, and any MCP-compatible AI client.",
      "website": "https://www.npmjs.com/package/@sarmadparvez/postgresql-mcp",
      "github_url": "git+https://github.com/sarmadparvez/postgresql-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sarmadparvez/postgresql-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "postgresql",
        "postgres",
        "database",
        "sql",
        "ai"
      ],
      "_version": "1.0.8",
      "_publisher": "sarmadparvez",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.474787+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.246813+00:00"
    },
    {
      "slug": "npm-visoai-genkitx-mcp",
      "name": "@visoai/genkitx-mcp",
      "description": "A Genkit plugin that provides interoperability between Genkit and Model Context Protocol (MCP). Both client and server use cases are supported.",
      "website": "https://www.npmjs.com/package/@visoai/genkitx-mcp",
      "github_url": "git+https://github.com/firebase/genkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@visoai/genkitx-mcp"
        ]
      },
      "tags": [
        "genkit",
        "genkit-plugin",
        "mcp",
        "model-context-protocol",
        "ai",
        "genai",
        "generative-ai",
        "visoai"
      ],
      "_version": "1.0.2",
      "_publisher": "viso.ai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.475845+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.250992+00:00"
    },
    {
      "slug": "npm-agent-observability-mcp",
      "name": "agent-observability-mcp",
      "description": "MCP server for agent observability - structured logging, cost tracking, and compliance audit trails",
      "website": "https://www.npmjs.com/package/agent-observability-mcp",
      "github_url": "git+https://github.com/blueskylineassets/agent-observability.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agent-observability-mcp"
        ]
      },
      "tags": [
        "mcp",
        "agent",
        "observability",
        "logging",
        "compliance",
        "audit",
        "ai-agent",
        "claude"
      ],
      "_version": "1.1.0",
      "_publisher": "yschang512",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.478003+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.249462+00:00"
    },
    {
      "slug": "npm-cashfreepayments-cashfree-here",
      "name": "@cashfreepayments/cashfree-here",
      "description": "Cashfree payment plugin for MCP Apps SDK",
      "website": "https://www.npmjs.com/package/@cashfreepayments/cashfree-here",
      "github_url": "git+https://github.com/cashfree/cashfree-here.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cashfreepayments/cashfree-here"
        ]
      },
      "tags": [
        "cashfree",
        "payment",
        "chatgpt",
        "apps-sdk",
        "mcp",
        "react",
        "mcp-apps"
      ],
      "_version": "1.0.3",
      "_publisher": "cashfree-payments",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.479847+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.253622+00:00"
    },
    {
      "slug": "npm-aputime-mcp",
      "name": "@aputime/mcp",
      "description": "MCP server for APUtime",
      "website": "https://www.npmjs.com/package/@aputime/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aputime/mcp"
        ]
      },
      "tags": [
        "aputime",
        "processmanagement",
        "schedulingai",
        "mcp",
        "api",
        "modelcontextprotocol",
        "opencode",
        "claudecode"
      ],
      "_version": "1.1.19",
      "_publisher": "martin.lonsky",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.481504+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.316484+00:00"
    },
    {
      "slug": "npm-agentvault-gateway",
      "name": "agentvault-gateway",
      "description": "MCP Proxy Gateway \u2014 Intercept, log, and secure all agent-to-MCP-server traffic",
      "website": "https://www.npmjs.com/package/agentvault-gateway",
      "github_url": "git+https://github.com/hiroshic9-png/agentvault.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agentvault-gateway"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai-agent",
        "observability",
        "audit",
        "security",
        "proxy",
        "llm"
      ],
      "_version": "0.3.0",
      "_publisher": "hiroshic9-png",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.483198+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.255946+00:00"
    },
    {
      "slug": "npm-automatalabs-mcp-client-manager",
      "name": "@automatalabs/mcp-client-manager",
      "description": "A client manager for the Model Context Protocol (MCP) that handles multiple connections and provides a simple unified API",
      "website": "https://www.npmjs.com/package/@automatalabs/mcp-client-manager",
      "github_url": "git+https://github.com/Automata-Labs-team/mcp-client-manager.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@automatalabs/mcp-client-manager"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "client-manager",
        "ai"
      ],
      "_version": "1.0.5",
      "_publisher": "automatalabsteam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.484731+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.256526+00:00"
    },
    {
      "slug": "npm-nimblebrain-synapse",
      "name": "@nimblebrain/synapse",
      "description": "Agent-aware app SDK for the MCP ext-apps protocol",
      "website": "https://www.npmjs.com/package/@nimblebrain/synapse",
      "github_url": "git+https://github.com/NimbleBrainInc/synapse.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nimblebrain/synapse"
        ]
      },
      "tags": [
        "nimblebrain",
        "synapse",
        "mcp",
        "ext-apps",
        "agent",
        "sdk",
        "model-context-protocol",
        "ai"
      ],
      "_version": "0.8.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.486297+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.258360+00:00"
    },
    {
      "slug": "npm-palantir-mcp",
      "name": "palantir-mcp",
      "description": "A lightweight open-source MCP wrapper for downloading and installing the @palantir/mcp package from secure Foundry environments.",
      "website": "https://www.npmjs.com/package/palantir-mcp",
      "github_url": "git+ssh://git@github.com/palantir/palantir-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "palantir-mcp"
        ]
      },
      "tags": [
        "mcp",
        "foundry",
        "palantir",
        "installer"
      ],
      "_version": "0.13.0",
      "_publisher": "CircleCI",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.487217+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.260188+00:00"
    },
    {
      "slug": "npm-marvenn-mcp-server",
      "name": "@marvenn/mcp-server",
      "description": "Connect your AI assistant to the Marvenn AI outreach platform via MCP (Model Context Protocol)",
      "website": "https://www.npmjs.com/package/@marvenn/mcp-server",
      "github_url": "git+https://github.com/marvennai/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@marvenn/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "marvenn",
        "ai",
        "outreach",
        "crm",
        "sales",
        "automation"
      ],
      "_version": "1.0.3",
      "_publisher": "marvennai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.488559+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.269264+00:00"
    },
    {
      "slug": "npm-xyd-js-mcp",
      "name": "@xyd-js/mcp",
      "description": "Model Context Protocol (MCP) utilities for xyd (library mode)",
      "website": "https://www.npmjs.com/package/@xyd-js/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@xyd-js/mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.0-build-df98432-20260513223339",
      "_publisher": "zdunecki",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.489967+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.458364+00:00"
    },
    {
      "slug": "npm-kondukt",
      "name": "kondukt",
      "description": "MCP DevTools \u2014 test, validate, debug, and scaffold MCP servers for Claude Code, Codex, Gemini CLI, and any MCP client.",
      "website": "https://www.npmjs.com/package/kondukt",
      "github_url": "git+https://github.com/kondukt-dev/core.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kondukt"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "devtools",
        "cli",
        "testing",
        "validation",
        "scaffold",
        "claude"
      ],
      "_version": "0.1.3",
      "_publisher": "alex-burov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.491162+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.272618+00:00"
    },
    {
      "slug": "npm-aklinker1-mcp-server-sdk",
      "name": "@aklinker1/mcp-server-sdk",
      "description": "SDK for building simple MCP servers with Bun & Deno",
      "website": "https://www.npmjs.com/package/@aklinker1/mcp-server-sdk",
      "github_url": "git+https://github.com/aklinker1/mcp-server-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aklinker1/mcp-server-sdk"
        ]
      },
      "tags": [],
      "_version": "0.1.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.494289+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.274777+00:00"
    },
    {
      "slug": "npm-factspark-mcp-toolkit",
      "name": "factspark-mcp-toolkit",
      "description": "\ud83d\udd27 Swiss Army Knife for MCP Servers \u2014 Test, Debug, Scaffold & Discover Model Context Protocol servers",
      "website": "https://www.npmjs.com/package/factspark-mcp-toolkit",
      "github_url": "git+https://github.com/factspark23-hash/mcp-toolkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "factspark-mcp-toolkit"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "modelcontextprotocol",
        "claude",
        "ai",
        "llm",
        "tool",
        "server"
      ],
      "_version": "1.0.0",
      "_publisher": "husheudnbxixebsjzjshsbs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.496961+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.276864+00:00"
    },
    {
      "slug": "npm-incultnitollc-mcp-probe",
      "name": "@incultnitollc/mcp-probe",
      "description": "MCP server validation CLI \u2014 fast pre-publish diagnostic for Model Context Protocol servers. Schema validation, tool/resource/prompt health checks, scorecard reporting, CI-ready exit codes.",
      "website": "https://www.npmjs.com/package/@incultnitollc/mcp-probe",
      "github_url": "git+https://github.com/incultnitollc/mcp-probe.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@incultnitollc/mcp-probe"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "mcp-tools",
        "mcp-validation",
        "model-context-protocol",
        "validation",
        "validator",
        "schema-validation"
      ],
      "_version": "1.1.0",
      "_publisher": "incultnitostudiosllc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.498492+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.278678+00:00"
    },
    {
      "slug": "npm-mcps-logger",
      "name": "mcps-logger",
      "description": "console.log for your stdio MCP server",
      "website": "https://www.npmjs.com/package/mcps-logger",
      "github_url": "git+https://github.com/mlshv/mcps-logger.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcps-logger"
        ]
      },
      "tags": [
        "MCP",
        "Model Context Protocol",
        "Logger"
      ],
      "_version": "1.0.0",
      "_publisher": "topcatnocap",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.499961+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.281102+00:00"
    },
    {
      "slug": "npm-buywhere-mcp",
      "name": "buywhere-mcp",
      "description": "Product search API for AI agents via Model Context Protocol. Search & compare 11M+ products across Singapore, SEA, and US markets. Multi-currency pricing, inventory, and deal discovery \u2014 built for AI agent commerce, not store management. - Win the \"Build",
      "website": "https://www.npmjs.com/package/buywhere-mcp",
      "github_url": "git+https://github.com/BuyWhere/buywhere-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "buywhere-mcp"
        ]
      },
      "tags": [
        "buywhere",
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "product-search",
        "product-search-api",
        "product-search-mcp",
        "agent-product-search"
      ],
      "_version": "1.0.2",
      "_publisher": "richieboyz18",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.501796+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.281968+00:00"
    },
    {
      "slug": "npm-dewtech-dare-cli",
      "name": "@dewtech/dare-cli",
      "description": "DARE Framework - CLI, GraphRAG engine, MCP server and shared types in a single package",
      "website": "https://www.npmjs.com/package/@dewtech/dare-cli",
      "github_url": "git+https://github.com/dewtech-technologies/dare-method.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dewtech/dare-cli"
        ]
      },
      "tags": [
        "dare",
        "cli",
        "ai-assisted",
        "development",
        "mcp",
        "knowledge-graph",
        "graphrag",
        "model-context-protocol"
      ],
      "_version": "2.17.0",
      "_publisher": "wleandro.oliveira",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.503842+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.282728+00:00"
    },
    {
      "slug": "npm-letta-ai-memory-mcp",
      "name": "@letta-ai/memory-mcp",
      "description": "MCP server for AI memory management using Letta - Standard MCP format",
      "website": "https://www.npmjs.com/package/@letta-ai/memory-mcp",
      "github_url": "git+https://github.com/letta-ai/memory-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@letta-ai/memory-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "memory",
        "ai",
        "letta",
        "claude",
        "anthropic",
        "vector-database"
      ],
      "_version": "2.0.2",
      "_publisher": "sarahwooders",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.505610+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.287484+00:00"
    },
    {
      "slug": "npm-unpunnyfuns-swatchbook-mcp",
      "name": "@unpunnyfuns/swatchbook-mcp",
      "description": "Model Context Protocol server for swatchbook \u2014 exposes a DTCG project's tokens, axes, and diagnostics to AI agents without running Storybook.",
      "website": "https://www.npmjs.com/package/@unpunnyfuns/swatchbook-mcp",
      "github_url": "git+https://github.com/unpunnyfuns/swatchbook.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@unpunnyfuns/swatchbook-mcp"
        ]
      },
      "tags": [
        "swatchbook",
        "design-tokens",
        "dtcg",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm"
      ],
      "_version": "0.60.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.507007+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.638782+00:00"
    },
    {
      "slug": "npm-mcp-headers-tool",
      "name": "mcp-headers-tool",
      "description": "MCP server that returns custom application environment variables as headers",
      "website": "https://www.npmjs.com/package/mcp-headers-tool",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-headers-tool"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "headers",
        "tool"
      ],
      "_version": "2.4.0",
      "_publisher": "jokerdpf",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.508834+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.283954+00:00"
    },
    {
      "slug": "npm-mcp-server-onenote",
      "name": "mcp-server-onenote",
      "description": "OneNote MCP Server Implementation",
      "website": "https://www.npmjs.com/package/mcp-server-onenote",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-onenote"
        ]
      },
      "tags": [
        "mcp",
        "onenote",
        "modelcontextprotocol"
      ],
      "_version": "0.1.1",
      "_publisher": "zubeidhendricks",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.510593+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.288945+00:00"
    },
    {
      "slug": "npm-mcp-server-memory",
      "name": "mcp-server-memory",
      "description": "MCP server for enabling memory for Claude through a knowledge graph",
      "website": "https://www.npmjs.com/package/mcp-server-memory",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-memory"
        ]
      },
      "tags": [],
      "_version": "1.0.3",
      "_publisher": "quanle96",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.513232+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.295484+00:00"
    },
    {
      "slug": "npm-itseasy21-mcp-knowledge-graph",
      "name": "@itseasy21/mcp-knowledge-graph",
      "description": "MCP server enabling persistent memory for Claude through a local knowledge graph",
      "website": "https://www.npmjs.com/package/@itseasy21/mcp-knowledge-graph",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@itseasy21/mcp-knowledge-graph"
        ]
      },
      "tags": [],
      "_version": "1.0.7",
      "_publisher": "itseasy21",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.515247+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.300586+00:00"
    },
    {
      "slug": "npm-mcp-fetch-node",
      "name": "mcp-fetch-node",
      "description": "A Model Context Protocol server that provides web content fetching capabilities",
      "website": "https://www.npmjs.com/package/mcp-fetch-node",
      "github_url": "git+https://github.com/tgambet/mcp-fetch-node.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-fetch-node"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "fetch"
      ],
      "_version": "1.3.1",
      "_publisher": "tgambet",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.516973+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.298821+00:00"
    },
    {
      "slug": "npm-mcp-server-sqlite-npx",
      "name": "mcp-server-sqlite-npx",
      "description": "[![smithery badge](https://smithery.ai/badge/mcp-server-sqlite-npx)](https://smithery.ai/server/mcp-server-sqlite-npx) [![MseeP.ai Security Assessment Badge](https://mseep.net/mseep-audited.png)](https://mseep.ai/app/johnnyoshika-mcp-server-sqlite-npx)",
      "website": "https://www.npmjs.com/package/mcp-server-sqlite-npx",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-sqlite-npx"
        ]
      },
      "tags": [],
      "_version": "0.8.0",
      "_publisher": "johnnyoshika",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.518570+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.879087+00:00"
    },
    {
      "slug": "npm-sylphlab-mcp-utils",
      "name": "@sylphlab/mcp-utils",
      "description": "Shared utilities for MCP server packages",
      "website": "https://www.npmjs.com/package/@sylphlab/mcp-utils",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sylphlab/mcp-utils"
        ]
      },
      "tags": [
        "mcp",
        "utils",
        "server"
      ],
      "_version": "0.5.3",
      "_publisher": "shtse8",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.519759+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.299375+00:00"
    },
    {
      "slug": "npm-claude-faf-mcp",
      "name": "claude-faf-mcp",
      "description": "Persistent Project Context for Claude. IANA-registered .faf format, 33 MCP tools, 391 tests.",
      "website": "https://www.npmjs.com/package/claude-faf-mcp",
      "github_url": "git+https://github.com/Wolfe-Jam/claude-faf-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "claude-faf-mcp"
        ]
      },
      "tags": [
        "claude",
        "anthropic",
        "mcp",
        "model-context-protocol",
        "claude-desktop",
        "mcp-server",
        "claude-mcp",
        "faf"
      ],
      "_version": "5.6.0",
      "_publisher": "wolfejam.dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.521089+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.304743+00:00"
    },
    {
      "slug": "npm-sylphx-mcp-server-sdk",
      "name": "@sylphx/mcp-server-sdk",
      "description": "Pure functional MCP server SDK for Node.js and Bun - type-safe, high performance",
      "website": "https://www.npmjs.com/package/@sylphx/mcp-server-sdk",
      "github_url": "git+https://github.com/SylphxAI/mcp-server-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sylphx/mcp-server-sdk"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "bun",
        "nodejs"
      ],
      "_version": "2.1.1",
      "_publisher": "shtse8",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.521896+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.029498+00:00"
    },
    {
      "slug": "npm-yfinance-mcp-server",
      "name": "yfinance-mcp-server",
      "description": "YFinance MCP Server for Cursor",
      "website": "https://www.npmjs.com/package/yfinance-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "yfinance-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "yfinance",
        "cursor",
        "stock"
      ],
      "_version": "1.0.15",
      "_publisher": "tananta",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.523046+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.306101+00:00"
    },
    {
      "slug": "npm-mateusz-klatt-snapper-mcp",
      "name": "@mateusz-klatt/snapper-mcp",
      "description": "Lightweight stdio-to-HTTP MCP bridge from Claude Desktop / Claude Code to Snapper /api/mcp, with a `watch` subcommand that streams live signal + order events as JSONL via the /api/auth/ws_token endpoint.",
      "website": "https://www.npmjs.com/package/@mateusz-klatt/snapper-mcp",
      "github_url": "git+https://github.com/mateusz-klatt/snapper-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mateusz-klatt/snapper-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "claude-desktop",
        "claude-code",
        "snapper",
        "bridge",
        "stdio"
      ],
      "_version": "0.11.0",
      "_publisher": "mateusz-klatt",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.524204+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.307535+00:00"
    },
    {
      "slug": "npm-vk0-agent-cost-mcp",
      "name": "@vk0/agent-cost-mcp",
      "description": "Local-first MCP server for Claude Code cost analysis, budgets, forecasts, anomalies, and subagent-aware optimization from local JSONL session logs.",
      "website": "https://www.npmjs.com/package/@vk0/agent-cost-mcp",
      "github_url": "git+https://github.com/vk0dev/agent-cost-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vk0/agent-cost-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "claude",
        "claude-code",
        "anthropic",
        "ai-agent",
        "jsonl"
      ],
      "_version": "2.3.3",
      "_publisher": "vk0",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.524761+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.309271+00:00"
    },
    {
      "slug": "npm-xiaozhi-client-mcp-core",
      "name": "@xiaozhi-client/mcp-core",
      "description": "MCP \u534f\u8bae\u6838\u5fc3\u5b9e\u73b0\uff0c\u63d0\u4f9b\u670d\u52a1\u8fde\u63a5\u548c\u7ba1\u7406\u529f\u80fd",
      "website": "https://www.npmjs.com/package/@xiaozhi-client/mcp-core",
      "github_url": "git+https://github.com/shenjingnan/xiaozhi-client.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@xiaozhi-client/mcp-core"
        ]
      },
      "tags": [
        "xiaozhi",
        "mcp",
        "model-context-protocol",
        "mcp-client",
        "mcp-connection"
      ],
      "_version": "2.2.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.525613+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.310416+00:00"
    },
    {
      "slug": "npm-ddqd-droid-mcp",
      "name": "@ddqd/droid-mcp",
      "description": "MCP server for Android debugging: ADB logcat, view hierarchy, screenshots with AI optimization",
      "website": "https://www.npmjs.com/package/@ddqd/droid-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ddqd/droid-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "adb",
        "android",
        "debugging",
        "logcat",
        "uiautomator",
        "screenshot"
      ],
      "_version": "2.1.0",
      "_publisher": "ddqd",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.528131+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.313843+00:00"
    },
    {
      "slug": "npm-pentest-mcp",
      "name": "pentest-mcp",
      "description": "Professional pentest MCP server with stdio + Streamable HTTP transports, bundled MCP Inspector launcher, bearer auth, SoW-aware reporting, and modern tooling across sniffing/finding/bruteforce/cracking/priv-esc/extraction workflows.",
      "website": "https://www.npmjs.com/package/pentest-mcp",
      "github_url": "git+https://github.com/dmontgomery40/pentest-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "pentest-mcp"
        ]
      },
      "tags": [
        "mcp",
        "nmap",
        "john the ripper",
        "model context protocol",
        "pentesting",
        "network scanning",
        "password cracking",
        "cybersecurity"
      ],
      "_version": "0.9.0",
      "_publisher": "dmontgomery40",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.530469+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.311383+00:00"
    },
    {
      "slug": "npm-intlpullhq-mcp-server",
      "name": "@intlpullhq/mcp-server",
      "description": "MCP server for IntlPull - AI-powered i18n translation management with 40+ tools for translations, branches, OTA releases, and more",
      "website": "https://www.npmjs.com/package/@intlpullhq/mcp-server",
      "github_url": "git+https://github.com/intlpullhq/intlpull.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@intlpullhq/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "intlpull",
        "i18n",
        "internationalization",
        "localization",
        "l10n",
        "translation"
      ],
      "_version": "0.2.1",
      "_publisher": "intlpull",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.532151+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.316052+00:00"
    },
    {
      "slug": "npm-openctx-provider-mcp",
      "name": "@openctx/provider-mcp",
      "description": "Use information from MCP providers",
      "website": "https://www.npmjs.com/package/@openctx/provider-mcp",
      "github_url": "git+https://github.com/sourcegraph/openctx.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@openctx/provider-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.13",
      "_publisher": "sourcegraph-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.533918+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.315337+00:00"
    },
    {
      "slug": "npm-demitycho-pg-vector-mcp",
      "name": "@demitycho/pg-vector-mcp",
      "description": "MCP Server for querying pg vector db",
      "website": "https://www.npmjs.com/package/@demitycho/pg-vector-mcp",
      "github_url": "git+https://github.com/Ignitive-Solutions/pg-vector-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@demitycho/pg-vector-mcp"
        ]
      },
      "tags": [
        "pg",
        "vector",
        "mcp"
      ],
      "_version": "1.0.6",
      "_publisher": "demitycho",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.535007+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.317046+00:00"
    },
    {
      "slug": "npm-antonytm-mcp-all",
      "name": "@antonytm/mcp-all",
      "description": "Advanced MCP proxy server",
      "website": "https://www.npmjs.com/package/@antonytm/mcp-all",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@antonytm/mcp-all"
        ]
      },
      "tags": [],
      "_version": "0.1.20",
      "_publisher": "antonytm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.535823+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.321729+00:00"
    },
    {
      "slug": "npm-meltingpixels-zero-core-tools",
      "name": "@meltingpixels/zero-core-tools",
      "description": "x402-paid MCP server for web scraping, code review, content generation, sentiment analysis. Zero Core (formerly Harvey) Tools.",
      "website": "https://www.npmjs.com/package/@meltingpixels/zero-core-tools",
      "github_url": "git+https://github.com/meltingpixelsai/harvey-tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@meltingpixels/zero-core-tools"
        ]
      },
      "tags": [
        "mcp",
        "x402",
        "usdc",
        "ai-agents",
        "web-scraping",
        "code-review",
        "content-generation",
        "sentiment-analysis"
      ],
      "_version": "1.0.0",
      "_publisher": "meltingpixels",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.536500+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.317823+00:00"
    },
    {
      "slug": "npm-apple-voice-memo-mcp",
      "name": "apple-voice-memo-mcp",
      "description": "MCP server for interacting with Apple Voice Memos on macOS",
      "website": "https://www.npmjs.com/package/apple-voice-memo-mcp",
      "github_url": "git+https://github.com/jwulff/apple-voice-memo-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "apple-voice-memo-mcp"
        ]
      },
      "tags": [
        "mcp",
        "voice-memos",
        "apple",
        "macos",
        "transcription",
        "claude",
        "ai"
      ],
      "_version": "0.1.1",
      "_publisher": "jwulff",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.537905+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.320286+00:00"
    },
    {
      "slug": "npm-mcp-hacker-news",
      "name": "mcp-hacker-news",
      "description": "Hacker News MCP Server",
      "website": "https://www.npmjs.com/package/mcp-hacker-news",
      "github_url": "git+https://github.com/paabloLC/mcp-hacker-news.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-hacker-news"
        ]
      },
      "tags": [
        "mcp",
        "hacker-news",
        "model-context-protocol",
        "claude",
        "ai",
        "news",
        "api"
      ],
      "_version": "1.0.3",
      "_publisher": "pablolc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.539132+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.325004+00:00"
    },
    {
      "slug": "npm-btx-tools-mcp-gateway",
      "name": "@btx-tools/mcp-gateway",
      "description": "MCP server framework with per-tool-call BTX service-challenge admission. Gate any agent tool behind chain-anchored proof-of-work. Companion to @btx-tools/challenges-sdk.",
      "website": "https://www.npmjs.com/package/@btx-tools/mcp-gateway",
      "github_url": "git+https://github.com/btx-tools/btx-mcp-gateway.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@btx-tools/mcp-gateway"
        ]
      },
      "tags": [
        "btx",
        "mcp",
        "model-context-protocol",
        "service-challenges",
        "ai-gateway",
        "agent",
        "agentic-ai",
        "admission-control"
      ],
      "_version": "0.3.0",
      "_publisher": "visitor-code",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.540195+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.326679+00:00"
    },
    {
      "slug": "npm-skilljack-mcp",
      "name": "@skilljack/mcp",
      "description": "MCP server that discovers and serves Agent Skills. I know kung fu.",
      "website": "https://www.npmjs.com/package/@skilljack/mcp",
      "github_url": "git+https://github.com/olaservo/skilljack-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@skilljack/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "agent-skills",
        "claude",
        "ai",
        "cli"
      ],
      "_version": "0.11.0",
      "_publisher": "olaservo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.540981+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.330307+00:00"
    },
    {
      "slug": "npm-kentcdodds-tmp-modelcontextprotocol-sdk",
      "name": "@kentcdodds/tmp-modelcontextprotocol_sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@kentcdodds/tmp-modelcontextprotocol_sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kentcdodds/tmp-modelcontextprotocol_sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.13.1-alpha.0",
      "_publisher": "kentcdodds",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.541670+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.409100+00:00"
    },
    {
      "slug": "npm-firefly-iii-mcp-core",
      "name": "@firefly-iii-mcp/core",
      "description": "core modules for Firefly III MCP server",
      "website": "https://www.npmjs.com/package/@firefly-iii-mcp/core",
      "github_url": "git+https://github.com/etnperlong/firefly-iii-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@firefly-iii-mcp/core"
        ]
      },
      "tags": [
        "firefly-iii",
        "mcp",
        "model-context-protocol",
        "personal-finance",
        "api"
      ],
      "_version": "1.4.0",
      "_publisher": "etnperlong",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.542527+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.900122+00:00"
    },
    {
      "slug": "npm-casys-mcp-server",
      "name": "@casys/mcp-server",
      "description": "Production-ready MCP server framework with concurrency control, auth, and observability",
      "website": "https://www.npmjs.com/package/@casys/mcp-server",
      "github_url": "git+https://github.com/Casys-AI/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@casys/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.17.5",
      "_publisher": "superworldsavior",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.544431+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.332587+00:00"
    },
    {
      "slug": "npm-mcpcn-server-filesystem",
      "name": "@mcpcn/server-filesystem",
      "description": "MCP server for filesystem access",
      "website": "https://www.npmjs.com/package/@mcpcn/server-filesystem",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcpcn/server-filesystem"
        ]
      },
      "tags": [],
      "_version": "0.6.17",
      "_publisher": "lixiangquan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.546941+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.336640+00:00"
    },
    {
      "slug": "npm-camsoft-mcp-sdk",
      "name": "@camsoft/mcp-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/@camsoft/mcp-sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@camsoft/mcp-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.17.1",
      "_publisher": "camsoft",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.548484+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.432410+00:00"
    },
    {
      "slug": "npm-mockserver-mcp",
      "name": "mockserver-mcp",
      "description": "MCP server for James Bloom MockServer - create expectations, verify requests, and manage mock state",
      "website": "https://www.npmjs.com/package/mockserver-mcp",
      "github_url": "git+https://github.com/Akkshay10/MCPClientMock.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mockserver-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mockserver",
        "mock",
        "testing",
        "api",
        "http",
        "ai"
      ],
      "_version": "1.0.2",
      "_publisher": "akkshay10",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.550278+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.340223+00:00"
    },
    {
      "slug": "npm-maestro-agent-sdk",
      "name": "maestro-agent-sdk",
      "description": "Embeddable, provider-agnostic TypeScript agent SDK \u2014 pluggable providers, built-in tools, skills, memory, and MCP.",
      "website": "https://www.npmjs.com/package/maestro-agent-sdk",
      "github_url": "git+https://github.com/maestrojeong/maestro-agent-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "maestro-agent-sdk"
        ]
      },
      "tags": [
        "agent",
        "ai-agent",
        "llm",
        "anthropic",
        "claude",
        "deepseek",
        "mcp",
        "tool-use"
      ],
      "_version": "0.1.30",
      "_publisher": "maestrojeong",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.551435+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.342588+00:00"
    },
    {
      "slug": "npm-0xkobold-pi-mcp",
      "name": "@0xkobold/pi-mcp",
      "description": "Model Context Protocol (MCP) integration for pi-coding-agent. Connect to any MCP server (stdio, SSE, StreamableHTTP, WebSocket) and use its tools, resources, and prompts natively.",
      "website": "https://www.npmjs.com/package/@0xkobold/pi-mcp",
      "github_url": "git+https://github.com/0xKobold/pi-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@0xkobold/pi-mcp"
        ]
      },
      "tags": [
        "pi-package",
        "pi-extension",
        "mcp",
        "model-context-protocol",
        "tools",
        "resources",
        "prompts",
        "0xkobold"
      ],
      "_version": "0.4.0",
      "_publisher": "moikapy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.552334+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.343906+00:00"
    },
    {
      "slug": "npm-mcp-middleware",
      "name": "mcp-middleware",
      "description": "Middleware for MCP servers. Intercept or transform requests; pass the rest through.",
      "website": "https://www.npmjs.com/package/mcp-middleware",
      "github_url": "git+https://github.com/kolodny/mcp-middleware.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-middleware"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "middleware",
        "proxy",
        "wrapper",
        "interceptor"
      ],
      "_version": "0.0.1",
      "_publisher": "kolodny",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.553109+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.345007+00:00"
    },
    {
      "slug": "npm-search-mcp-server",
      "name": "search-mcp-server",
      "description": "MCP server for browser automation via Jan Browser extension - provides tools for web navigation, interaction, and search",
      "website": "https://www.npmjs.com/package/search-mcp-server",
      "github_url": "git+https://github.com/janhq/jan-browser-extension.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "search-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "browser-automation",
        "web-automation",
        "jan",
        "ai-tools",
        "model-context-protocol"
      ],
      "_version": "0.14.4",
      "_publisher": "vanalite",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.554535+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.971337+00:00"
    },
    {
      "slug": "npm-baseline-ui-mcp",
      "name": "@baseline-ui/mcp",
      "description": "MCP server for Baseline UI design system documentation",
      "website": "https://www.npmjs.com/package/@baseline-ui/mcp",
      "github_url": "git+https://github.com/ritz078/baseline-ui.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@baseline-ui/mcp"
        ]
      },
      "tags": [],
      "_version": "0.61.0",
      "_publisher": "pspdfkit-baseline-ui",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.555712+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.486313+00:00"
    },
    {
      "slug": "npm-openkaiden-mcp-registry-types",
      "name": "@openkaiden/mcp-registry-types",
      "description": "TypeScript types for the Model Context Protocol (MCP) Registry API",
      "website": "https://www.npmjs.com/package/@openkaiden/mcp-registry-types",
      "github_url": "git+https://github.com/openkaiden/mcp-registry-types.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@openkaiden/mcp-registry-types"
        ]
      },
      "tags": [],
      "_version": "1.7.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.556854+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.585949+00:00"
    },
    {
      "slug": "npm-yasuakiomokawa-oura-mcp",
      "name": "@yasuakiomokawa/oura-mcp",
      "description": "Personal MCP server for Oura Ring API v2",
      "website": "https://www.npmjs.com/package/@yasuakiomokawa/oura-mcp",
      "github_url": "git+https://github.com/YasuakiOmokawa/oura-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@yasuakiomokawa/oura-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "oura",
        "oura-ring"
      ],
      "_version": "0.2.13",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.557843+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.352741+00:00"
    },
    {
      "slug": "npm-archships-dim-plugin-mcp-client",
      "name": "@archships/dim-plugin-mcp-client",
      "description": "Official mcp-client plugin for dim-agent-sdk.",
      "website": "https://www.npmjs.com/package/@archships/dim-plugin-mcp-client",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@archships/dim-plugin-mcp-client"
        ]
      },
      "tags": [],
      "_version": "0.0.9",
      "_publisher": "zerob13",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.558688+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.355033+00:00"
    },
    {
      "slug": "npm-chorus-aidlc-chorus-openclaw-plugin",
      "name": "@chorus-aidlc/chorus-openclaw-plugin",
      "description": "OpenClaw plugin for Chorus AI-DLC collaboration platform \u2014 SSE real-time events + MCP tool integration",
      "website": "https://www.npmjs.com/package/@chorus-aidlc/chorus-openclaw-plugin",
      "github_url": "git+https://github.com/Chorus-AIDLC/Chorus.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@chorus-aidlc/chorus-openclaw-plugin"
        ]
      },
      "tags": [
        "openclaw",
        "chorus",
        "ai-dlc",
        "mcp",
        "plugin",
        "agent"
      ],
      "_version": "0.4.0",
      "_publisher": "felix-chan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.560304+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.356672+00:00"
    },
    {
      "slug": "npm-lark-project-mcp",
      "name": "@lark-project/mcp",
      "description": "Feishu/Lark Project MCP Server",
      "website": "https://www.npmjs.com/package/@lark-project/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lark-project/mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.1",
      "_publisher": "wenxingxia",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.562692+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.359637+00:00"
    },
    {
      "slug": "npm-convocore-mcp",
      "name": "convocore-mcp",
      "description": "MCP Server for ConvoCore AI Agents - run via npx in Claude Desktop, Cursor, and any MCP-compatible host",
      "website": "https://www.npmjs.com/package/convocore-mcp",
      "github_url": "git+https://github.com/moe003/convocore-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "convocore-mcp"
        ]
      },
      "tags": [
        "mcp",
        "convocore",
        "ai-agents",
        "model-context-protocol",
        "claude",
        "cursor",
        "npx"
      ],
      "_version": "2.3.7",
      "_publisher": "moe03",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.564690+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.363415+00:00"
    },
    {
      "slug": "npm-authplane-mcp",
      "name": "@authplane/mcp",
      "description": "Authplane JWT validation adapter for MCP TypeScript SDK",
      "website": "https://www.npmjs.com/package/@authplane/mcp",
      "github_url": "git+https://github.com/AuthPlane/ts-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@authplane/mcp"
        ]
      },
      "tags": [
        "mcp",
        "oauth",
        "jwt",
        "adapter",
        "authplane"
      ],
      "_version": "0.2.0",
      "_publisher": "muralx",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.566305+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.373795+00:00"
    },
    {
      "slug": "npm-shiftzap-mcp-server",
      "name": "@shiftzap/mcp-server",
      "description": "MCP server for ShiftZap restaurant workforce scheduling API",
      "website": "https://www.npmjs.com/package/@shiftzap/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@shiftzap/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.2",
      "_publisher": "samuelrichards",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.567699+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.366017+00:00"
    },
    {
      "slug": "npm-unreal-engine-mcp-server",
      "name": "unreal-engine-mcp-server",
      "description": "A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Engine via native automation bridge. Built with TypeScript and designed for game development automation.",
      "website": "https://www.npmjs.com/package/unreal-engine-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "unreal-engine-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "unreal",
        "unreal-engine",
        "ue5",
        "remote-control",
        "automation",
        "game-development"
      ],
      "_version": "0.5.21",
      "_publisher": "chir24",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.568808+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.372480+00:00"
    },
    {
      "slug": "npm-mailpouch",
      "name": "mailpouch",
      "description": "mailpouch \u2014 MCP server that exposes Proton Mail via Proton Bridge. 69 tools, Resources, and Prompts for agentic email management with user-initiated permission controls.",
      "website": "https://www.npmjs.com/package/mailpouch",
      "github_url": "git+https://github.com/chandshy/mailpouch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mailpouch"
        ]
      },
      "tags": [
        "mailpouch",
        "proton-bridge",
        "proton-mail",
        "mcp",
        "model-context-protocol",
        "email",
        "email-management",
        "automation"
      ],
      "_version": "3.0.21",
      "_publisher": "chandshy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.569785+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.370614+00:00"
    },
    {
      "slug": "npm-vertaaux-mcp-server",
      "name": "@vertaaux/mcp-server",
      "description": "MCP server with an autonomous audit, fix, and verify loop. 38 tools for UX and accessibility audits, framework-aware patches (React/Vue/Angular/Svelte), atomic GitHub PRs, and policy-as-code CI gates.",
      "website": "https://www.npmjs.com/package/@vertaaux/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vertaaux/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "vertaa",
        "ux",
        "audit",
        "accessibility",
        "a11y"
      ],
      "_version": "1.2.2",
      "_publisher": "petritapanilahdelma",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.570876+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.376262+00:00"
    },
    {
      "slug": "npm-outlook-mcp",
      "name": "outlook-mcp",
      "description": "Comprehensive MCP server for Claude to access Microsoft Outlook and Teams via Microsoft Graph API - including Email, Calendar, Contacts, Tasks, Teams, Chats, and Online Meetings",
      "website": "https://www.npmjs.com/package/outlook-mcp",
      "github_url": "git+https://github.com/stefanskiasan/outlook-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "outlook-mcp"
        ]
      },
      "tags": [
        "claude",
        "outlook",
        "teams",
        "mcp",
        "microsoft-graph",
        "email",
        "calendar",
        "contacts"
      ],
      "_version": "2.4.2",
      "_publisher": "asanstefanski",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.572417+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.377698+00:00"
    },
    {
      "slug": "npm-mcp-doppelganger",
      "name": "mcp-doppelganger",
      "description": "CLI utility to clone and shadow MCP server interfaces",
      "website": "https://www.npmjs.com/package/mcp-doppelganger",
      "github_url": "git+https://github.com/rinormaloku/MCP-Doppelganger.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-doppelganger"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cli",
        "mock",
        "shadow",
        "doppelganger",
        "deprecation",
        "api"
      ],
      "_version": "0.2.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.573645+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.378834+00:00"
    },
    {
      "slug": "npm-wikipedia-mcp-server",
      "name": "wikipedia-mcp-server",
      "description": "Wikipedia MCP Server",
      "website": "https://www.npmjs.com/package/wikipedia-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "wikipedia-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "wikipedia",
        "server"
      ],
      "_version": "0.0.2",
      "_publisher": "hatsu38",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.574653+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.582632+00:00"
    },
    {
      "slug": "npm-glyphp-adapter-mcp",
      "name": "@glyphp/adapter-mcp",
      "description": "Convert an MCP server's tools into Glyph Protocol glyphs",
      "website": "https://www.npmjs.com/package/@glyphp/adapter-mcp",
      "github_url": "git+https://github.com/Monoperro0207/glyph-protocol.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@glyphp/adapter-mcp"
        ]
      },
      "tags": [
        "glyph",
        "glyph-protocol",
        "mcp",
        "adapter"
      ],
      "_version": "1.0.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.575911+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.381929+00:00"
    },
    {
      "slug": "npm-breadstone-archipel-mcp",
      "name": "@breadstone/archipel-mcp",
      "description": "MCP server providing Archipel platform knowledge - documentation, query patterns, and coding conventions - to AI development tools.",
      "website": "https://www.npmjs.com/package/@breadstone/archipel-mcp",
      "github_url": "git+https://github.com/RueDeRennes/archipel.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@breadstone/archipel-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "copilot",
        "nestjs",
        "archipel",
        "code-generation"
      ],
      "_version": "0.0.41",
      "_publisher": "ruederennes",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.577396+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.381013+00:00"
    },
    {
      "slug": "npm-mssql-mcp",
      "name": "mssql-mcp",
      "description": "MCP Server for MS SQL Server integration with Claude Desktop, Cursor, Windsurf and VS Code",
      "website": "https://www.npmjs.com/package/mssql-mcp",
      "github_url": "git+https://github.com/BYMCS/mssql-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mssql-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mssql",
        "sql-server",
        "database",
        "claude",
        "cursor",
        "windsurf",
        "vscode"
      ],
      "_version": "2.3.2",
      "_publisher": "bymcs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.580143+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.383104+00:00"
    },
    {
      "slug": "npm-depup-modelcontextprotocol-sdk",
      "name": "@depup/modelcontextprotocol__sdk",
      "description": "Model Context Protocol implementation for TypeScript (with updated dependencies)",
      "website": "https://www.npmjs.com/package/@depup/modelcontextprotocol__sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@depup/modelcontextprotocol__sdk"
        ]
      },
      "tags": [
        "@modelcontextprotocol/sdk",
        "depup",
        "updated-dependencies",
        "security",
        "latest",
        "patched",
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.29.0-depup.0",
      "_publisher": "chiefmikey",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.581901+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.384654+00:00"
    },
    {
      "slug": "npm-systemprompt-mcp-reddit",
      "name": "systemprompt-mcp-reddit",
      "description": "A specialized Model Context Protocol (MCP) server that enables you to search, read, and interact with Reddit content, leveraging an AI Agent to help with each operation.",
      "website": "https://www.npmjs.com/package/systemprompt-mcp-reddit",
      "github_url": "git+https://github.com/Ejb503/systemprompt-mcp-reddit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "systemprompt-mcp-reddit"
        ]
      },
      "tags": [
        "systemprompt",
        "mcp",
        "model-context-protocol",
        "reddit",
        "social-media",
        "oauth"
      ],
      "_version": "1.0.25",
      "_publisher": "ejb503",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.584338+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.386111+00:00"
    },
    {
      "slug": "npm-hashgraph-hedera-agent-kit-mcp",
      "name": "@hashgraph/hedera-agent-kit-mcp",
      "description": "Model Context Protocol integration for Hedera Agent Kit.",
      "website": "https://www.npmjs.com/package/@hashgraph/hedera-agent-kit-mcp",
      "github_url": "git+https://github.com/hashgraph/hedera-agent-kit-js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hashgraph/hedera-agent-kit-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.586159+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.387983+00:00"
    },
    {
      "slug": "npm-timera-mcp",
      "name": "timera-mcp",
      "description": "MCP server for Timera - AI Chief of Staff for your time. Query your drift score, calendar, goals, and get AI coaching through Claude, Cursor, or any MCP client.",
      "website": "https://www.npmjs.com/package/timera-mcp",
      "github_url": "git+https://github.com/moniantov/timera.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "timera-mcp"
        ]
      },
      "tags": [
        "mcp",
        "timera",
        "time-management",
        "ai",
        "calendar",
        "productivity"
      ],
      "_version": "1.0.1",
      "_publisher": "moniantov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.588341+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.387217+00:00"
    },
    {
      "slug": "npm-ilities-local-ctx",
      "name": "@ilities/local-ctx",
      "description": "An MCP utility to enable local servers to be exposed to standard clients with OAuth",
      "website": "https://www.npmjs.com/package/@ilities/local-ctx",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ilities/local-ctx"
        ]
      },
      "tags": [],
      "_version": "0.4.3",
      "_publisher": "xantier",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.590383+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.389398+00:00"
    },
    {
      "slug": "npm-candide-nestjs-mcp-server",
      "name": "@candide/nestjs-mcp-server",
      "description": "Modular library for building scalable MCP servers with NestJS, providing decorators and integration patterns as a wrapper for the official MCP TypeScript SDK.",
      "website": "https://www.npmjs.com/package/@candide/nestjs-mcp-server",
      "github_url": "git+https://github.com/adrian-d-hidalgo/nestjs-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@candide/nestjs-mcp-server"
        ]
      },
      "tags": [
        "decorators",
        "integration",
        "large-language-models",
        "llm",
        "mcp",
        "model-context-protocol",
        "module",
        "nestjs"
      ],
      "_version": "1.3.1",
      "_publisher": "naude.dewit",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.591546+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.392512+00:00"
    },
    {
      "slug": "npm-gad-mcp-server",
      "name": "gad-mcp-server",
      "description": "MCP Server for GAD application",
      "website": "https://www.npmjs.com/package/gad-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "gad-mcp-server"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "gad",
        "mcp",
        "server",
        "typescript"
      ],
      "_version": "0.1.24",
      "_publisher": "freudenberger",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.593532+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.394522+00:00"
    },
    {
      "slug": "npm-ashfields-mcp-server",
      "name": "ashfields-mcp-server",
      "description": "The first MCP server that burns an ERC-20 token to mint an NFT. Approve $ASH, call mint() \u2014 100,000 tokens permanently destroyed, fully on-chain animated SVG appears on Ethereum. No ETH payment. No browser. Two contract calls from any agent.",
      "website": "https://www.npmjs.com/package/ashfields-mcp-server",
      "github_url": "git+https://github.com/smoke711711/ashfields-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ashfields-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ashfields",
        "nft",
        "ethereum",
        "web3",
        "blockchain",
        "defi"
      ],
      "_version": "1.0.0",
      "_publisher": "ashfields",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.596636+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.395857+00:00"
    },
    {
      "slug": "npm-mcp-debug",
      "name": "mcp-debug",
      "description": "Model Context Protocol inspector with enhanced HTTP streaming and direct connection support",
      "website": "https://www.npmjs.com/package/mcp-debug",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-debug"
        ]
      },
      "tags": [],
      "_version": "0.7.4",
      "_publisher": "quantgeekdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.598704+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.396873+00:00"
    },
    {
      "slug": "npm-nerve-rpc-mcp",
      "name": "nerve-rpc-mcp",
      "description": "MCP server for Nerve blockchain JSON-RPC & REST API \u2014 easy integration for AI Agents",
      "website": "https://www.npmjs.com/package/nerve-rpc-mcp",
      "github_url": "git+https://github.com/NerveNetwork/nerve-agent.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "nerve-rpc-mcp"
        ]
      },
      "tags": [
        "nerve",
        "blockchain",
        "mcp",
        "modelcontextprotocol",
        "rpc",
        "api",
        "ai",
        "agent"
      ],
      "_version": "1.0.2",
      "_publisher": "reagost",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.600463+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.398636+00:00"
    },
    {
      "slug": "npm-mynona-raumnebenan-mcp",
      "name": "@mynona/raumnebenan-mcp",
      "description": "MCP server wrapper for raumnebenan-mcp (Swift/Vapor, JSON-RPC 2.0)",
      "website": "https://www.npmjs.com/package/@mynona/raumnebenan-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mynona/raumnebenan-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.1",
      "_publisher": "raumnebenan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.601582+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.400296+00:00"
    },
    {
      "slug": "npm-mcp-compiler",
      "name": "mcp-compiler",
      "description": "Transform plain TypeScript functions into an MCP server.",
      "website": "https://www.npmjs.com/package/mcp-compiler",
      "github_url": "git+https://github.com/kolodny/mcp-compiler.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-compiler"
        ]
      },
      "tags": [],
      "_version": "0.2.6",
      "_publisher": "kolodny",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.602488+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.403172+00:00"
    },
    {
      "slug": "npm-mercuryml-gamma-mcp-server",
      "name": "@mercuryml/gamma-mcp-server",
      "description": "This document guides you through setting up and running the Gamma MCP (Model Context Protocol) server, which allows you to generate presentations using the Gamma API directly from MCP clients like Anthropic's Claude for Desktop.",
      "website": "https://www.npmjs.com/package/@mercuryml/gamma-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mercuryml/gamma-mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.0.3",
      "_publisher": "mercuryml",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.603410+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.405287+00:00"
    },
    {
      "slug": "npm-dexterai-x402-mcp-tools",
      "name": "@dexterai/x402-mcp-tools",
      "description": "Shared MCP tool registrations for the Dexter x402 ecosystem. One register*Tool function per tool, plus widget metadata. Consumed by @dexterai/opendexter (npm CLI), the hosted public MCP server, and the hosted authenticated MCP server.",
      "website": "https://www.npmjs.com/package/@dexterai/x402-mcp-tools",
      "github_url": "git+https://github.com/Dexter-DAO/opendexter-ide.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dexterai/x402-mcp-tools"
        ]
      },
      "tags": [
        "x402",
        "mcp",
        "dexter",
        "opendexter",
        "tools",
        "registrations"
      ],
      "_version": "0.4.0",
      "_publisher": "nrsander",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.604505+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.409520+00:00"
    },
    {
      "slug": "npm-iflow-mcp-mcp-ts-template",
      "name": "@iflow-mcp/mcp-ts-template",
      "description": "The definitive, production-grade template for building powerful and scalable Model Context Protocol (MCP) servers with TypeScript, featuring built-in observability (OpenTelemetry), declarative tooling, robust error handling, and a modular, DI-driven archi",
      "website": "https://www.npmjs.com/package/@iflow-mcp/mcp-ts-template",
      "github_url": "git+https://github.com/cyanheads/mcp-ts-template.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/mcp-ts-template"
        ]
      },
      "tags": [
        "agent",
        "ai",
        "ai-agent",
        "authentication",
        "cloudflare-workers",
        "declarative-tools",
        "dependency-injection",
        "error-handling"
      ],
      "_version": "2.5.7",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.606274+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.406548+00:00"
    },
    {
      "slug": "npm-civic-auth-mcp",
      "name": "@civic/auth-mcp",
      "description": "Civic Auth integration for MCP servers",
      "website": "https://www.npmjs.com/package/@civic/auth-mcp",
      "github_url": "git+https://github.com/civicteam/auth-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@civic/auth-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "civic",
        "auth",
        "authentication",
        "oauth",
        "civic-auth"
      ],
      "_version": "0.3.1",
      "_publisher": "dankelleher",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.610924+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.411015+00:00"
    },
    {
      "slug": "npm-frontegg-mcp-sdk-extensions",
      "name": "@frontegg/mcp-sdk-extensions",
      "description": "DPoP transport for MCP SDK",
      "website": "https://www.npmjs.com/package/@frontegg/mcp-sdk-extensions",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@frontegg/mcp-sdk-extensions"
        ]
      },
      "tags": [],
      "_version": "1.1.0",
      "_publisher": "guy_frontegg",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.613272+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.412040+00:00"
    },
    {
      "slug": "npm-idriszade-source-mcp",
      "name": "@idriszade/source-mcp",
      "description": "Pipeline-kit Source adapter for consuming MCP tool and resource outputs",
      "website": "https://www.npmjs.com/package/@idriszade/source-mcp",
      "github_url": "git+https://github.com/mrzadexinho/pipeline-kit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@idriszade/source-mcp"
        ]
      },
      "tags": [
        "pipeline-kit",
        "source",
        "automation"
      ],
      "_version": "0.1.10",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.614619+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.412974+00:00"
    },
    {
      "slug": "npm-skyramp-mcp",
      "name": "@skyramp/mcp",
      "description": "Skyramp MCP (Model Context Protocol) Server - AI-powered test generation and execution",
      "website": "https://www.npmjs.com/package/@skyramp/mcp",
      "github_url": "git+https://github.com/skyramp/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@skyramp/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "skyramp",
        "testing",
        "test-generation",
        "ai-testing",
        "cursor",
        "claude"
      ],
      "_version": "0.1.8",
      "_publisher": "jacob_skyramp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.616141+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.821362+00:00"
    },
    {
      "slug": "npm-olaservo-mcp-sdk",
      "name": "@olaservo/mcp-sdk",
      "description": "Model Context Protocol implementation for TypeScript (SEP-834 fork with loosened JSON Schema restrictions)",
      "website": "https://www.npmjs.com/package/@olaservo/mcp-sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@olaservo/mcp-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.25.2-sep834.4",
      "_publisher": "olaservo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.617513+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.416725+00:00"
    },
    {
      "slug": "npm-protein-mcp-server",
      "name": "protein-mcp-server",
      "description": "A powerful Model Context Protocol server providing programmatic access to 3D protein structural data from RCSB PDB, PDBe, and UniProt. Features multi-provider orchestration, comprehensive structural analysis tools, and full observability.",
      "website": "https://www.npmjs.com/package/protein-mcp-server",
      "github_url": "git+https://github.com/cyanheads/protein-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "protein-mcp-server"
        ]
      },
      "tags": [
        "ai",
        "bioinformatics",
        "cloudflare-workers",
        "dependency-injection",
        "ligand-binding",
        "mcp",
        "mcp-server",
        "model-context-protocol"
      ],
      "_version": "1.0.3",
      "_publisher": "cyanheads",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.618742+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.415363+00:00"
    },
    {
      "slug": "npm-onplana-mcp-server",
      "name": "onplana-mcp-server",
      "description": "Open-source MCP server template \u2014 Streamable HTTP, Bearer auth, prompt-injection containment. Extracted from Onplana's production MCP.",
      "website": "https://www.npmjs.com/package/onplana-mcp-server",
      "github_url": "git+https://github.com/Onplana/onplana-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "onplana-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "onplana",
        "project-management",
        "ai-agent",
        "anthropic",
        "claude",
        "cursor"
      ],
      "_version": "0.2.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.620492+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.417403+00:00"
    },
    {
      "slug": "npm-superargs",
      "name": "superargs",
      "description": "Update MCP server args during MCP server runtime.",
      "website": "https://www.npmjs.com/package/superargs",
      "github_url": "git+https://github.com/supercorp-ai/superargs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "superargs"
        ]
      },
      "tags": [
        "mcp",
        "server",
        "stdio",
        "sse",
        "env",
        "arguments",
        "arg",
        "args"
      ],
      "_version": "1.0.3",
      "_publisher": "nedomas",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.622615+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.418715+00:00"
    },
    {
      "slug": "npm-mcp-confluence",
      "name": "mcp-confluence",
      "description": "A model context server for confluence",
      "website": "https://www.npmjs.com/package/mcp-confluence",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-confluence"
        ]
      },
      "tags": [
        "confluence",
        "mcp",
        "mcp-confluence",
        "model context protocol"
      ],
      "_version": "1.1.0",
      "_publisher": "mouhamadalmounayar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.624034+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.420428+00:00"
    },
    {
      "slug": "npm-samuraizer-mcp-server",
      "name": "@samuraizer/mcp-server",
      "description": "[Model Context Protocol](https://modelcontextprotocol.io/) server for [Samuraizer](https://github.com/UladzKha/samuraizer-cli) \u2014 exposes processed meetings to AI agents (Claude Desktop, Claude Code, MCP Inspector, etc.) over stdio.",
      "website": "https://www.npmjs.com/package/@samuraizer/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@samuraizer/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.3",
      "_publisher": "ukouski",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.624900+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.421952+00:00"
    },
    {
      "slug": "npm-nema-mcp",
      "name": "@nema/mcp",
      "description": "Nema MCP server for integrating Claude, Cursor and other MCP clients with Nema",
      "website": "https://www.npmjs.com/package/@nema/mcp",
      "github_url": "git+https://github.com/nema-systems/nema.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nema/mcp"
        ]
      },
      "tags": [
        "nema",
        "mcp",
        "model-context-protocol",
        "ai"
      ],
      "_version": "0.0.9",
      "_publisher": "mopg-nema",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.626004+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.423294+00:00"
    },
    {
      "slug": "npm-monocle-sh-instrumentation-mcp",
      "name": "@monocle.sh/instrumentation-mcp",
      "description": "OpenTelemetry instrumentation for MCP servers",
      "website": "https://www.npmjs.com/package/@monocle.sh/instrumentation-mcp",
      "github_url": "git+https://github.com/monocle-sh/js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@monocle.sh/instrumentation-mcp"
        ]
      },
      "tags": [
        "instrumentation",
        "mcp",
        "model-context-protocol",
        "monocle",
        "opentelemetry",
        "tracing"
      ],
      "_version": "1.0.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.629548+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.426543+00:00"
    },
    {
      "slug": "npm-affine-mcp-server",
      "name": "affine-mcp-server",
      "description": "Model Context Protocol server for AFFiNE - enables AI assistants to interact with AFFiNE workspaces, documents, and collaboration features.",
      "website": "https://www.npmjs.com/package/affine-mcp-server",
      "github_url": "git+https://github.com/DAWNCR0W/affine-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "affine-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "affine",
        "model-context-protocol",
        "ai",
        "claude",
        "knowledge-base"
      ],
      "_version": "2.1.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.631383+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.054067+00:00"
    },
    {
      "slug": "npm-lemmaoracle-mcp",
      "name": "@lemmaoracle/mcp",
      "description": "MCP server for Lemma Oracle API",
      "website": "https://www.npmjs.com/package/@lemmaoracle/mcp",
      "github_url": "git+https://github.com/lemmaoracle/lemma.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lemmaoracle/mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.17",
      "_publisher": "aggre",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.633060+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.432423+00:00"
    },
    {
      "slug": "npm-rankigi-mcp",
      "name": "@rankigi/mcp",
      "description": "RANKIGI instrumentation for MCP servers and clients. Cryptographically sealed tool call records.",
      "website": "https://www.npmjs.com/package/@rankigi/mcp",
      "github_url": "git+https://github.com/Rankigi-Inc/rankigi.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rankigi/mcp"
        ]
      },
      "tags": [
        "ai",
        "agents",
        "mcp",
        "model-context-protocol",
        "audit",
        "governance",
        "tamper-evident",
        "rankigi"
      ],
      "_version": "1.0.0",
      "_publisher": "wes_rankigi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.634513+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.430438+00:00"
    },
    {
      "slug": "npm-nelly-elephant-mcp",
      "name": "nelly-elephant-mcp",
      "description": "An elephant never forgets \u2014 and neither should your AI. Search and resume past Claude Code conversations via MCP.",
      "website": "https://www.npmjs.com/package/nelly-elephant-mcp",
      "github_url": "git+https://github.com/SpicyRiceCakes/nelly-elephant-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "nelly-elephant-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "claude",
        "claude-code",
        "ai",
        "llm",
        "ai-tools"
      ],
      "_version": "1.0.3",
      "_publisher": "spicyricecakes",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.635893+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.438464+00:00"
    },
    {
      "slug": "npm-karashiiro-mcp",
      "name": "@karashiiro/mcp",
      "description": "Lightweight utilities for serving [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers in TypeScript.",
      "website": "https://www.npmjs.com/package/@karashiiro/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@karashiiro/mcp"
        ]
      },
      "tags": [],
      "_version": "0.7.0",
      "_publisher": "karashiiro",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.637286+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.442147+00:00"
    },
    {
      "slug": "npm-atrib-mcp",
      "name": "@atrib/mcp",
      "description": "MCP server middleware for atrib. Signed receipts for every tool call, one-line integration.",
      "website": "https://www.npmjs.com/package/@atrib/mcp",
      "github_url": "git+https://github.com/creatornader/atrib.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@atrib/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "attribution",
        "verifiable",
        "receipts",
        "ed25519",
        "merkle",
        "agent"
      ],
      "_version": "0.11.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.639622+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.434741+00:00"
    },
    {
      "slug": "npm-mcpfirestoredb",
      "name": "mcpfirestoredb",
      "description": "MCP FirestoreDB - Google Firestore MCP Server for database operations and CRUD functionality",
      "website": "https://www.npmjs.com/package/mcpfirestoredb",
      "github_url": "git+https://github.com/hendrickcastro/MCPFirestoreDB.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcpfirestoredb"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "firestore",
        "google-firestore",
        "nosql",
        "document-database",
        "database",
        "database-operations"
      ],
      "_version": "1.1.2",
      "_publisher": "hendrickcastro",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.643889+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.444472+00:00"
    },
    {
      "slug": "npm-clawql-ouroboros",
      "name": "clawql-ouroboros",
      "description": "Embeddable TypeScript evolutionary loop: Zod Seeds, Wonder/Reflect, Executor/Evaluator, ontology convergence, optional MCP tool shapes \u2014 use with any agent backend or job worker (Node \u226522).",
      "website": "https://www.npmjs.com/package/clawql-ouroboros",
      "github_url": "git+https://github.com/danielsmithdevelopment/ClawQL.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "clawql-ouroboros"
        ]
      },
      "tags": [
        "clawql",
        "ouroboros",
        "workflow",
        "ai-agent",
        "specification-first",
        "mcp",
        "evolutionary-algorithm",
        "convergence"
      ],
      "_version": "0.1.1",
      "_publisher": "danielsmithdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.646463+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.448515+00:00"
    },
    {
      "slug": "npm-vladimir-kozlov-metamcp",
      "name": "@vladimir.kozlov/metamcp",
      "description": "MCP proxy server that aggregates multiple child MCP servers into one",
      "website": "https://www.npmjs.com/package/@vladimir.kozlov/metamcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vladimir.kozlov/metamcp"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "vladimir.kozlov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.647783+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.445875+00:00"
    },
    {
      "slug": "npm-lnexchange-mcp-node-service-test",
      "name": "lnexchange-mcp-node-service-test",
      "description": "This is a Model Context Protocol (MCP) server built with Node.js that provides AI assistants with secure access to LnExchange trading and token management APIs.",
      "website": "https://www.npmjs.com/package/lnexchange-mcp-node-service-test",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "lnexchange-mcp-node-service-test"
        ]
      },
      "tags": [],
      "_version": "1.0.5-beta.33",
      "_publisher": "ka_1",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.649020+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.456352+00:00"
    },
    {
      "slug": "npm-mcpbox",
      "name": "mcpbox",
      "description": "A lightweight gateway that exposes local stdio-based MCP servers via Streamable HTTP",
      "website": "https://www.npmjs.com/package/mcpbox",
      "github_url": "git+https://github.com/kandobyte/mcpbox.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcpbox"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "mcp-gateway",
        "mcp-proxy",
        "oauth2",
        "claude",
        "ai"
      ],
      "_version": "0.3.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.651960+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.460311+00:00"
    },
    {
      "slug": "npm-latitude-data-supergateway",
      "name": "@latitude-data/supergateway",
      "description": "Run MCP stdio servers over SSE or visa versa",
      "website": "https://www.npmjs.com/package/@latitude-data/supergateway",
      "github_url": "git+https://github.com/latitude-dev/supergateway.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@latitude-data/supergateway"
        ]
      },
      "tags": [
        "mcp",
        "stdio",
        "sse",
        "gateway",
        "proxy",
        "bridge"
      ],
      "_version": "2.1.4",
      "_publisher": "gerardclos",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.653604+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.449824+00:00"
    },
    {
      "slug": "npm-kya-os-xmcp-i",
      "name": "@kya-os/xmcp-i",
      "description": "The TypeScript MCP framework with identity features built-in",
      "website": "https://www.npmjs.com/package/@kya-os/xmcp-i",
      "github_url": "git+https://github.com/modelcontextprotocol-identity/xmcp-i.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kya-os/xmcp-i"
        ]
      },
      "tags": [
        "xmcp",
        "mcp",
        "identity",
        "did",
        "model-context-protocol",
        "xmcp-i"
      ],
      "_version": "0.1.10",
      "_publisher": "marshallborham",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.654943+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.452518+00:00"
    },
    {
      "slug": "npm-proxylink-mcp",
      "name": "@proxylink/mcp",
      "description": "Reusable ProxyLink support tools for MCP servers.",
      "website": "https://www.npmjs.com/package/@proxylink/mcp",
      "github_url": "git+https://github.com/Proxz-AI-Inc/proxylink-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@proxylink/mcp"
        ]
      },
      "tags": [
        "proxylink",
        "mcp",
        "model-context-protocol",
        "ai-agents",
        "support-tools"
      ],
      "_version": "0.2.1",
      "_publisher": "anitsankar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.656559+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.462115+00:00"
    },
    {
      "slug": "npm-aigroup-fmp-mcp",
      "name": "aigroup-fmp-mcp",
      "description": "Financial Modeling Prep MCP server with tools, resources, prompts, and optional HTTP health/info endpoints for market data workflows.",
      "website": "https://www.npmjs.com/package/aigroup-fmp-mcp",
      "github_url": "git+https://github.com/jackdark425/aigroup-fmp-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "aigroup-fmp-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "financial-modeling-prep",
        "fmp",
        "stock-market",
        "financial-data",
        "market-data",
        "resources"
      ],
      "_version": "2.0.4",
      "_publisher": "jackdark425",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.657886+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.465932+00:00"
    },
    {
      "slug": "npm-apexti-mcp-bridge",
      "name": "@apexti/mcp-bridge",
      "description": "Bridge for running MCP servers locally and connecting to Toolbelt",
      "website": "https://www.npmjs.com/package/@apexti/mcp-bridge",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@apexti/mcp-bridge"
        ]
      },
      "tags": [
        "mcp",
        "bridge",
        "toolbelt"
      ],
      "_version": "0.2.0",
      "_publisher": "ryanapexti",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.659691+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.472395+00:00"
    },
    {
      "slug": "npm-theo-foobar-mcp-time",
      "name": "@theo.foobar/mcp-time",
      "description": "A mcp server providing standardized tools to perform time and date-related operations",
      "website": "https://www.npmjs.com/package/@theo.foobar/mcp-time",
      "github_url": "git+https://github.com/TheoBrigitte/mcp-time.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@theo.foobar/mcp-time"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "mcp-tools",
        "modelcontextprotocol"
      ],
      "_version": "0.4.0",
      "_publisher": "theo.foobar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.661513+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.470087+00:00"
    },
    {
      "slug": "npm-atlassian-mcp-compressor",
      "name": "@atlassian/mcp-compressor",
      "description": "TypeScript MCP server wrapper for reducing tokens consumed by MCP tools.",
      "website": "https://www.npmjs.com/package/@atlassian/mcp-compressor",
      "github_url": "git+https://github.com/atlassian-labs/mcp-compressor.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@atlassian/mcp-compressor"
        ]
      },
      "tags": [],
      "_version": "0.23.0",
      "_publisher": "atlassianartifactteam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.662759+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.481272+00:00"
    },
    {
      "slug": "npm-cazvid-ai-nestjs-mcp",
      "name": "@cazvid-ai/nestjs-mcp",
      "description": "NestJS integration for declaring Model Context Protocol tools with decorators.",
      "website": "https://www.npmjs.com/package/@cazvid-ai/nestjs-mcp",
      "github_url": "git+https://github.com/cazvid-ai/nestjs-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cazvid-ai/nestjs-mcp"
        ]
      },
      "tags": [
        "nestjs",
        "model-context-protocol",
        "mcp",
        "decorators"
      ],
      "_version": "0.4.1",
      "_publisher": "bryson.tang",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.663791+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.475559+00:00"
    },
    {
      "slug": "npm-sylphlab-mcp-pdf",
      "name": "@sylphlab/mcp-pdf",
      "description": "MCP server providing PDF tools (text extraction, etc.)",
      "website": "https://www.npmjs.com/package/@sylphlab/mcp-pdf",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sylphlab/mcp-pdf"
        ]
      },
      "tags": [
        "mcp",
        "tool",
        "pdf",
        "text"
      ],
      "_version": "0.3.6",
      "_publisher": "shtse8",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.664736+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.478484+00:00"
    },
    {
      "slug": "npm-arunsiv-weather-mcp-server",
      "name": "arunsiv-weather-mcp-server",
      "description": "MCP server providing weather by zip code",
      "website": "https://www.npmjs.com/package/arunsiv-weather-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "arunsiv-weather-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "arunsiv",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.666751+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.482738+00:00"
    },
    {
      "slug": "npm-kya-os-create-mcp-i-app",
      "name": "@kya-os/create-mcp-i-app",
      "description": "Bootstrap MCP applications with identity features (temporary - use @kya-os/create-mcpi-app after Oct 7)",
      "website": "https://www.npmjs.com/package/@kya-os/create-mcp-i-app",
      "github_url": "git+https://github.com/modelcontextprotocol-identity/mcp-i.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kya-os/create-mcp-i-app"
        ]
      },
      "tags": [
        "mcp",
        "mcp-i",
        "create-app",
        "cli",
        "bootstrap",
        "identity",
        "mcpi"
      ],
      "_version": "1.2.4",
      "_publisher": "h0bb5",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.668300+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.488783+00:00"
    },
    {
      "slug": "npm-mcp-web3-stats",
      "name": "mcp-web3-stats",
      "description": "MCP Server for Dune API to analyze blockchain data and wallet information",
      "website": "https://www.npmjs.com/package/mcp-web3-stats",
      "github_url": "git+https://github.com/crazyrabbitLTC/mcp-web3-stats.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-web3-stats"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "blockchain",
        "web3",
        "dune",
        "crypto",
        "ethereum",
        "solana"
      ],
      "_version": "1.0.1",
      "_publisher": "crazyrabbitltc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.669427+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.485127+00:00"
    },
    {
      "slug": "npm-atom8n-mcp-logger",
      "name": "@atom8n/mcp-logger",
      "description": "A MCP server to fetch logs from localhost:6277",
      "website": "https://www.npmjs.com/package/@atom8n/mcp-logger",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@atom8n/mcp-logger"
        ]
      },
      "tags": [],
      "_version": "0.5.3",
      "_publisher": "atom8n",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.670325+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.492313+00:00"
    },
    {
      "slug": "npm-idriszade-serve-mcp",
      "name": "@idriszade/serve-mcp",
      "description": "Pipeline-kit Serve adapter for exposing pipeline stages as MCP tools and resources",
      "website": "https://www.npmjs.com/package/@idriszade/serve-mcp",
      "github_url": "git+https://github.com/mrzadexinho/pipeline-kit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@idriszade/serve-mcp"
        ]
      },
      "tags": [
        "pipeline-kit",
        "serve",
        "automation"
      ],
      "_version": "0.1.10",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.671250+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.496653+00:00"
    },
    {
      "slug": "npm-denveous-pi-mcp",
      "name": "@denveous/pi-mcp",
      "description": "Pi extension: MCP client for pi agent",
      "website": "https://www.npmjs.com/package/@denveous/pi-mcp",
      "github_url": "git+https://github.com/Denveous/pi-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@denveous/pi-mcp"
        ]
      },
      "tags": [
        "pi-package"
      ],
      "_version": "0.1.1",
      "_publisher": "denveous",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.672235+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.499648+00:00"
    },
    {
      "slug": "npm-ciphyrshq-mcp-proxy",
      "name": "@ciphyrshq/mcp-proxy",
      "description": "Transparent MCP proxy that intercepts tool results and masks PII before they reach any LLM",
      "website": "https://www.npmjs.com/package/@ciphyrshq/mcp-proxy",
      "github_url": "git+https://github.com/praveen190/Ciphyrs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ciphyrshq/mcp-proxy"
        ]
      },
      "tags": [
        "mcp",
        "pii",
        "privacy",
        "llm",
        "claude",
        "cursor",
        "ciphyrs",
        "gdpr"
      ],
      "_version": "1.0.0",
      "_publisher": "ciphyrspv2026",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.673421+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.503052+00:00"
    },
    {
      "slug": "npm-kira4i-mcp-kira",
      "name": "@kira4i/mcp-kira",
      "description": "An MCP server specifically designed for Next.js projects, exposing a dependency catalog organized by categories, plus tools to read/modify package.json.",
      "website": "https://www.npmjs.com/package/@kira4i/mcp-kira",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kira4i/mcp-kira"
        ]
      },
      "tags": [],
      "_version": "0.2.23",
      "_publisher": "kira4i",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.674495+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.505566+00:00"
    },
    {
      "slug": "npm-zencoderai-slack-mcp-server",
      "name": "@zencoderai/slack-mcp-server",
      "description": "MCP server for interacting with Slack",
      "website": "https://www.npmjs.com/package/@zencoderai/slack-mcp-server",
      "github_url": "git+https://github.com/zencoderai/slack-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zencoderai/slack-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.1",
      "_publisher": "zencoderai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.675629+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.839332+00:00"
    },
    {
      "slug": "npm-agentic-profile-a2a-mcp-express",
      "name": "@agentic-profile/a2a-mcp-express",
      "description": "A2A (Agent-to-Agent) and MCP Express middleware for AI Agents using A2A, MCP, and the Agentic Profile protocols",
      "website": "https://www.npmjs.com/package/@agentic-profile/a2a-mcp-express",
      "github_url": "git+https://github.com/agentic-profile/agentic-profile-a2a-mcp-express.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agentic-profile/a2a-mcp-express"
        ]
      },
      "tags": [],
      "_version": "0.7.16",
      "_publisher": "mikeprince",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.677264+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.513423+00:00"
    },
    {
      "slug": "npm-41px-mcp-xmind",
      "name": "@41px/mcp-xmind",
      "description": "MCP server for XMind",
      "website": "https://www.npmjs.com/package/@41px/mcp-xmind",
      "github_url": "git+https://github.com/apeyroux/mcp-xmind.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@41px/mcp-xmind"
        ]
      },
      "tags": [
        "mcp",
        "xmind",
        "mindmap",
        "model-context-protocol"
      ],
      "_version": "2.1.0",
      "_publisher": "41px",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.679807+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.159808+00:00"
    },
    {
      "slug": "npm-mcp-extras-loopback",
      "name": "@mcp-extras/loopback",
      "description": "A loopback transport that allows in memory communication between model context protocol clients and servers",
      "website": "https://www.npmjs.com/package/@mcp-extras/loopback",
      "github_url": "https://github.com/phil-rice/mcp-extras",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-extras/loopback"
        ]
      },
      "tags": [
        "search"
      ],
      "_version": "0.0.9",
      "_publisher": "phil-rice",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.681617+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.516278+00:00"
    },
    {
      "slug": "npm-discourse-mcp",
      "name": "@discourse/mcp",
      "description": "Discourse MCP CLI server (stdio) exposing Discourse tools via MCP",
      "website": "https://www.npmjs.com/package/@discourse/mcp",
      "github_url": "git+https://github.com/discourse/discourse-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@discourse/mcp"
        ]
      },
      "tags": [
        "discourse",
        "mcp"
      ],
      "_version": "0.2.8",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.683481+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.519037+00:00"
    },
    {
      "slug": "npm-mcp-linear",
      "name": "mcp-linear",
      "description": "A Model Context Protocol server for the Linear API.",
      "website": "https://www.npmjs.com/package/mcp-linear",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-linear"
        ]
      },
      "tags": [],
      "_version": "0.1.8",
      "_publisher": "destiner",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.685052+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.731399+00:00"
    },
    {
      "slug": "npm-serverless-devs-inspector",
      "name": "@serverless-devs/inspector",
      "description": "Model Context Protocol inspector",
      "website": "https://www.npmjs.com/package/@serverless-devs/inspector",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@serverless-devs/inspector"
        ]
      },
      "tags": [],
      "_version": "0.0.3",
      "_publisher": "heimanba",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.686106+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.523778+00:00"
    },
    {
      "slug": "npm-mcp-router-cli",
      "name": "@mcp_router/cli",
      "description": "CLI for MCP Router - connect to an MCP HTTP server",
      "website": "https://www.npmjs.com/package/@mcp_router/cli",
      "github_url": "git+https://github.com/fjm2u/mcp-router.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp_router/cli"
        ]
      },
      "tags": [
        "mcp",
        "cli",
        "router",
        "model-context-protocol"
      ],
      "_version": "0.2.0",
      "_publisher": "fjm2u",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.686970+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.530106+00:00"
    },
    {
      "slug": "npm-react-native-mcp-client",
      "name": "react-native-mcp-client",
      "description": "Model Context Protocol implementation for React Native",
      "website": "https://www.npmjs.com/package/react-native-mcp-client",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "react-native-mcp-client"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "0.0.5",
      "_publisher": "longseespace",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.688145+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.527730+00:00"
    },
    {
      "slug": "npm-openclawdsolana-agents-x402",
      "name": "@openclawdsolana/agents-x402",
      "description": "One-line x402 Solana monetization for MCP servers, HTTP handlers, and agent tool calls. Settles through the Clawd multi-tenant facilitator.",
      "website": "https://www.npmjs.com/package/@openclawdsolana/agents-x402",
      "github_url": "git+https://github.com/clawdsolana/OpenClawd.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@openclawdsolana/agents-x402"
        ]
      },
      "tags": [
        "mcp",
        "x402",
        "solana",
        "usdc",
        "clawd",
        "agents",
        "agentic-payments"
      ],
      "_version": "0.1.1",
      "_publisher": "openclawdsol",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.689637+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.533135+00:00"
    },
    {
      "slug": "npm-dbt-tools-mcp",
      "name": "@dbt-tools/mcp",
      "description": "MCP server for long-lived dbt artifact analysis backed by @dbt-tools/core",
      "website": "https://www.npmjs.com/package/@dbt-tools/mcp",
      "github_url": "https://github.com/yu-iskw/dbt-tools-ts.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dbt-tools/mcp"
        ]
      },
      "tags": [
        "dbt",
        "mcp",
        "model-context-protocol",
        "analysis"
      ],
      "_version": "0.6.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.690828+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.531610+00:00"
    },
    {
      "slug": "npm-openapi2mcptools",
      "name": "openapi2mcptools",
      "description": "- \ud83d\udd27 An utility library for converting OpenAPI specifications to MCP tools.    - \ud83d\ude80 Faster the development of MCP servers based on OPENAPI specifications.",
      "website": "https://www.npmjs.com/package/openapi2mcptools",
      "github_url": "git+https://github.com/2013xile/openapi2mcptools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "openapi2mcptools"
        ]
      },
      "tags": [],
      "_version": "0.0.3",
      "_publisher": "2013xile",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.692028+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.537997+00:00"
    },
    {
      "slug": "npm-seoo2001-mcp-gate",
      "name": "@seoo2001/mcp-gate",
      "description": "Credential vault + proxy for MCP servers \u2014 keep PATs out of MCP server processes.",
      "website": "https://www.npmjs.com/package/@seoo2001/mcp-gate",
      "github_url": "git+https://github.com/seoo2001/mcp-gate.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@seoo2001/mcp-gate"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "cursor",
        "credentials",
        "vault",
        "proxy",
        "security"
      ],
      "_version": "0.1.1",
      "_publisher": "seoo2001",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.693952+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.535769+00:00"
    },
    {
      "slug": "npm-godavaii-mcp-server",
      "name": "godavaii-mcp-server",
      "description": "GoDavaii Health AI MCP Server \u2014 TEASER build (500 interactions + 200 medicines + 20 lab refs). Full 1.6 Lakh+ interactions via godavaii.com.",
      "website": "https://www.npmjs.com/package/godavaii-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "godavaii-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "health",
        "medicine",
        "drug-interactions",
        "india",
        "ai",
        "godavaii"
      ],
      "_version": "1.1.0",
      "_publisher": "godavaii",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.696857+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.621879+00:00"
    },
    {
      "slug": "npm-slbdn-cruncher-mcp",
      "name": "@slbdn/cruncher-mcp",
      "description": "Zero-dependency scientific calculator MCP server with strict validation, worker isolation, and 43 tools across 8 categories",
      "website": "https://www.npmjs.com/package/@slbdn/cruncher-mcp",
      "github_url": "git+https://github.com/islobodan/cruncher-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@slbdn/cruncher-mcp"
        ]
      },
      "tags": [
        "mcp",
        "ai",
        "llm",
        "calculator",
        "math",
        "scientific",
        "statistics",
        "unit-conversion"
      ],
      "_version": "1.2.30",
      "_publisher": "isbdn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:46.698667+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.625004+00:00"
    },
    {
      "slug": "npm-reaatech-agent-runbook-mcp",
      "name": "@reaatech/agent-runbook-mcp",
      "description": "MCP server for agent-runbook-generator \u2014 Model Context Protocol tool registry",
      "website": "https://www.npmjs.com/package/@reaatech/agent-runbook-mcp",
      "github_url": "git+https://github.com/reaatech/agent-runbook-generator.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@reaatech/agent-runbook-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "reaatech",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.006498+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.637780+00:00"
    },
    {
      "slug": "npm-uc-mcp-server",
      "name": "uc-mcp-server",
      "description": "MCP server for UnknownCheats forum \u2014 Cloudflare bypass, thread scraping, code extraction",
      "website": "https://www.npmjs.com/package/uc-mcp-server",
      "github_url": "git+https://github.com/amaralkaff/mcp-unknowncheat.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "uc-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "unknowncheats",
        "puppeteer",
        "cloudflare",
        "scraper",
        "ai"
      ],
      "_version": "0.2.17",
      "_publisher": "amangly",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.007976+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.630571+00:00"
    },
    {
      "slug": "npm-pleasure1234-linux-do-mcp",
      "name": "@pleasure1234/linux-do-mcp",
      "description": "MCP server for accessing the Linux Do through API",
      "website": "https://www.npmjs.com/package/@pleasure1234/linux-do-mcp",
      "github_url": "git+https://github.com/Pleasurecruise/linux-do-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pleasure1234/linux-do-mcp"
        ]
      },
      "tags": [
        "linux.do",
        "mcp",
        "api",
        "cli"
      ],
      "_version": "1.0.10",
      "_publisher": "pleasure1234",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.009574+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.628169+00:00"
    },
    {
      "slug": "npm-riffcast-mcp",
      "name": "@riffcast/mcp",
      "description": "RiffCast MCP server \u2014 exposes plan/render/review as MCP tools over stdio.",
      "website": "https://www.npmjs.com/package/@riffcast/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@riffcast/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.1",
      "_publisher": "sandrinio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.012293+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.633814+00:00"
    },
    {
      "slug": "npm-cuongph-dev-jira-mcp",
      "name": "@cuongph.dev/jira-mcp",
      "description": "MCP server for internal Jira 8 via SSO session bootstrap with Playwright",
      "website": "https://www.npmjs.com/package/@cuongph.dev/jira-mcp",
      "github_url": "git+https://github.com/cuongph-dev-work/jira8_mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cuongph.dev/jira-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.12",
      "_publisher": "cuongph.dev.work",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.014558+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.642465+00:00"
    },
    {
      "slug": "npm-feldmannn-x402-mcp",
      "name": "@feldmannn/x402-mcp",
      "description": "Paywall any MCP tool with an x402 v2 payment scheme. Scheme-agnostic: works with webcash (x402-webcash), USDC (exact), or any future x402 scheme.",
      "website": "https://www.npmjs.com/package/@feldmannn/x402-mcp",
      "github_url": "git+https://github.com/feldmannn/x402-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@feldmannn/x402-mcp"
        ]
      },
      "tags": [
        "x402",
        "mcp",
        "model-context-protocol",
        "http-402",
        "agent-payments",
        "paywall",
        "micropayments"
      ],
      "_version": "0.1.1",
      "_publisher": "feldmannn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.016220+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.645357+00:00"
    },
    {
      "slug": "npm-nest-mcp-server",
      "name": "@nest-mcp/server",
      "description": "NestJS MCP Server - Build Model Context Protocol servers with NestJS",
      "website": "https://www.npmjs.com/package/@nest-mcp/server",
      "github_url": "git+https://github.com/btwld/nest-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nest-mcp/server"
        ]
      },
      "tags": [
        "nestjs",
        "nest",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "tools",
        "decorators"
      ],
      "_version": "0.6.0",
      "_publisher": "kauandotnet",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.018244+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.137075+00:00"
    },
    {
      "slug": "npm-strato-space-media-gen-mcp",
      "name": "@strato-space/media-gen-mcp",
      "description": "MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.",
      "website": "https://www.npmjs.com/package/@strato-space/media-gen-mcp",
      "github_url": "git+https://github.com/strato-space/media-gen-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@strato-space/media-gen-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.4",
      "_publisher": "iqdoctor",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.019268+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.649261+00:00"
    },
    {
      "slug": "npm-clickup-mcp-server",
      "name": "clickup-mcp-server",
      "description": "A Model Context Protocol (MCP) server that provides a standardized interface for AI assistants to interact with the ClickUp API",
      "website": "https://www.npmjs.com/package/clickup-mcp-server",
      "github_url": "git+https://github.com/nsxdavid/clickup-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "clickup-mcp-server"
        ]
      },
      "tags": [
        "clickup",
        "mcp",
        "model-context-protocol",
        "ai",
        "assistant",
        "api",
        "server"
      ],
      "_version": "1.12.0",
      "_publisher": "nsxdavid",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.020214+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.655764+00:00"
    },
    {
      "slug": "npm-rawdash-mcp",
      "name": "@rawdash/mcp",
      "description": "Rawdash MCP server \u2014 exposes dashboards, widgets, and connectors to AI agents",
      "website": "https://www.npmjs.com/package/@rawdash/mcp",
      "github_url": "git+https://github.com/rawdash/rawdash.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rawdash/mcp"
        ]
      },
      "tags": [],
      "_version": "0.15.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.021536+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.651989+00:00"
    },
    {
      "slug": "npm-maestro-core",
      "name": "maestro-core",
      "description": "Runtime kernel for the Maestro agent platform \u2014 tool envelope, tool definition factory, base context, port interfaces, and AI-SDK + MCP adapters.",
      "website": "https://www.npmjs.com/package/maestro-core",
      "github_url": "git+https://github.com/costasoftware/maestro.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "maestro-core"
        ]
      },
      "tags": [
        "ai",
        "agent",
        "tool-calling",
        "anthropic",
        "openai",
        "mcp",
        "ai-sdk",
        "llm"
      ],
      "_version": "1.3.0",
      "_publisher": "alfredaoo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.023429+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.662626+00:00"
    },
    {
      "slug": "npm-treeship-mcp",
      "name": "@treeship/mcp",
      "description": "Drop-in Treeship attestation for MCP tool calls",
      "website": "https://www.npmjs.com/package/@treeship/mcp",
      "github_url": "git+https://github.com/zerkerlabs/treeship.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@treeship/mcp"
        ]
      },
      "tags": [
        "treeship",
        "mcp",
        "attestation",
        "agents",
        "tool-calls"
      ],
      "_version": "0.10.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.024634+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.660010+00:00"
    },
    {
      "slug": "npm-lmcc-dev-mult-fetch-mcp-server",
      "name": "@lmcc-dev/mult-fetch-mcp-server",
      "description": "An MCP protocol-based web content fetching tool that supports multiple modes and formats, can be integrated with AI assistants like Claude",
      "website": "https://www.npmjs.com/package/@lmcc-dev/mult-fetch-mcp-server",
      "github_url": "git+https://github.com/lmcc-dev/mult-fetch-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lmcc-dev/mult-fetch-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "ai",
        "web-scraping",
        "fetch",
        "browser",
        "puppeteer"
      ],
      "_version": "1.3.2",
      "_publisher": "lmcc-dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.026122+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.665105+00:00"
    },
    {
      "slug": "npm-tgfmcp",
      "name": "tgfmcp",
      "description": "TypeScript stdio MCP server and CLI for Telegram bots.",
      "website": "https://www.npmjs.com/package/tgfmcp",
      "github_url": "git+https://github.com/vaibhavpandeyvpz/tgfmcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "tgfmcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "telegram",
        "telegraf",
        "bot",
        "cli",
        "typescript"
      ],
      "_version": "0.4.6",
      "_publisher": "vaibhavpandeyvpz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.028866+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.666979+00:00"
    },
    {
      "slug": "npm-reaatech-a2a-reference-mcp-bridge",
      "name": "@reaatech/a2a-reference-mcp-bridge",
      "description": "A2A \u2194 MCP bidirectional protocol adapter",
      "website": "https://www.npmjs.com/package/@reaatech/a2a-reference-mcp-bridge",
      "github_url": "git+https://github.com/reaatech/a2a-reference-ts.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@reaatech/a2a-reference-mcp-bridge"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "reaatech",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.030596+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.670413+00:00"
    },
    {
      "slug": "npm-bryan-thompson-inspector-assessment",
      "name": "@bryan-thompson/inspector-assessment",
      "description": "Enhanced MCP Inspector with comprehensive assessment capabilities for server validation",
      "website": "https://www.npmjs.com/package/@bryan-thompson/inspector-assessment",
      "github_url": "git+https://github.com/triepod-ai/inspector-assessment.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bryan-thompson/inspector-assessment"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "inspector",
        "assessment",
        "security",
        "testing",
        "validation"
      ],
      "_version": "1.43.5",
      "_publisher": "bryan-thompson",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.032256+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.678642+00:00"
    },
    {
      "slug": "npm-ipgeolocation-io-mcp",
      "name": "ipgeolocation-io-mcp",
      "description": "Official MCP server for IP geolocation, IP security, abuse contacts, ASN, timezone, astronomy, and user-agent parsing.",
      "website": "https://www.npmjs.com/package/ipgeolocation-io-mcp",
      "github_url": "git+https://github.com/IPGeolocation/ipgeolocation-io-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ipgeolocation-io-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "mcpb",
        "ipgeolocation",
        "ip-geolocation",
        "ip-lookup",
        "ip-intelligence"
      ],
      "_version": "1.0.19",
      "_publisher": "ejazahmed",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.034709+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.673336+00:00"
    },
    {
      "slug": "npm-usegrant-mcp",
      "name": "@usegrant/mcp",
      "description": "MCP server for usegrant",
      "website": "https://www.npmjs.com/package/@usegrant/mcp",
      "github_url": "git+https://github.com/usegranthq/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@usegrant/mcp"
        ]
      },
      "tags": [
        "mcp-server",
        "usegrant",
        "sdk"
      ],
      "_version": "1.3.0",
      "_publisher": "sibiraj-s",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.035900+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.682796+00:00"
    },
    {
      "slug": "npm-moralisweb3-api-mcp-server",
      "name": "@moralisweb3/api-mcp-server",
      "description": "Moralis MCP server",
      "website": "https://www.npmjs.com/package/@moralisweb3/api-mcp-server",
      "github_url": "git+https://github.com/MoralisWeb3/moralis-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@moralisweb3/api-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.8.2",
      "_publisher": "ernow",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.036957+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.778670+00:00"
    },
    {
      "slug": "npm-danielsuguimoto-readonly-server-filesystem",
      "name": "@danielsuguimoto/readonly-server-filesystem",
      "description": "MCP server for filesystem readonly access",
      "website": "https://www.npmjs.com/package/@danielsuguimoto/readonly-server-filesystem",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@danielsuguimoto/readonly-server-filesystem"
        ]
      },
      "tags": [],
      "_version": "0.6.3",
      "_publisher": "danielsuguimoto",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.038800+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.684009+00:00"
    },
    {
      "slug": "npm-therealchristhomas-gitlab-mcp-server",
      "name": "@therealchristhomas/gitlab-mcp-server",
      "description": "MCP Server for GitLab API operations",
      "website": "https://www.npmjs.com/package/@therealchristhomas/gitlab-mcp-server",
      "github_url": "git+https://github.com/therealchristhomas/gitlab-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@therealchristhomas/gitlab-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "gitlab",
        "api",
        "server",
        "model-context-protocol",
        "git",
        "repository",
        "issue-management"
      ],
      "_version": "1.5.2",
      "_publisher": "therealchristhomas",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.040386+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.691529+00:00"
    },
    {
      "slug": "npm-getvetai-cli",
      "name": "@getvetai/cli",
      "description": "Security audit CLI for AI skills and MCP servers \u2014 scan, audit, and score tools before you install them",
      "website": "https://www.npmjs.com/package/@getvetai/cli",
      "github_url": "git+https://github.com/getvetai/cli.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@getvetai/cli"
        ]
      },
      "tags": [
        "ai",
        "security",
        "audit",
        "mcp",
        "openclaw",
        "skills",
        "tools",
        "trust"
      ],
      "_version": "0.4.6",
      "_publisher": "getvet",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.041353+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.687085+00:00"
    },
    {
      "slug": "npm-jissp-nestjs-mcp-server",
      "name": "@jissp/nestjs-mcp-server",
      "description": "NestJS-based MCP Server with metadata scanning support",
      "website": "https://www.npmjs.com/package/@jissp/nestjs-mcp-server",
      "github_url": "git+https://github.com/jissp/jissp-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jissp/nestjs-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "nestjs",
        "metadata"
      ],
      "_version": "0.0.8",
      "_publisher": "jissp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.043220+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.688860+00:00"
    },
    {
      "slug": "npm-mcp-server-wsl-filesystem",
      "name": "mcp-server-wsl-filesystem",
      "description": "MCP server for wsl filesystem access",
      "website": "https://www.npmjs.com/package/mcp-server-wsl-filesystem",
      "github_url": "git+https://github.com/webconsulting/mcp-server-wsl-filesystem.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-wsl-filesystem"
        ]
      },
      "tags": [
        "mcp",
        "wsl",
        "filesystem"
      ],
      "_version": "1.3.1",
      "_publisher": "webconsulting",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.046514+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.694293+00:00"
    },
    {
      "slug": "npm-cyanheads-pixoo-mcp-server",
      "name": "@cyanheads/pixoo-mcp-server",
      "description": "Compose and push pixel art, animations, and text to Divoom Pixoo LED matrices via MCP.",
      "website": "https://www.npmjs.com/package/@cyanheads/pixoo-mcp-server",
      "github_url": "git+https://github.com/cyanheads/pixoo-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cyanheads/pixoo-mcp-server"
        ]
      },
      "tags": [
        "animation",
        "claude",
        "divoom",
        "divoom-pixoo",
        "iot",
        "led-matrix",
        "mcp",
        "mcp-server"
      ],
      "_version": "0.3.1",
      "_publisher": "cyanheads",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.048492+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.695996+00:00"
    },
    {
      "slug": "npm-arcadeai-arcade-mcp",
      "name": "@arcadeai/arcade-mcp",
      "description": "TypeScript MCP framework with secret injection, OAuth auth providers, multi-user support, worker routes, and middleware",
      "website": "https://www.npmjs.com/package/@arcadeai/arcade-mcp",
      "github_url": "git+https://github.com/ArcadeAI/arcade-mcp-ts.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@arcadeai/arcade-mcp"
        ]
      },
      "tags": [],
      "_version": "0.18.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.051506+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.698216+00:00"
    },
    {
      "slug": "npm-quillmark-mcp",
      "name": "@quillmark/mcp",
      "description": "MCP integration library for Quillmark \u2014 parse \u2192 resolve \u2192 validate \u2192 MCP-envelope pipeline.",
      "website": "https://www.npmjs.com/package/@quillmark/mcp",
      "github_url": "git+https://github.com/nibsbin/quillmark-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@quillmark/mcp"
        ]
      },
      "tags": [
        "quillmark",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "0.1.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.053126+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.699828+00:00"
    },
    {
      "slug": "npm-agent-discover",
      "name": "agent-discover",
      "description": "MCP server registry and marketplace \u2014 discover, install, activate, and manage MCP tools on demand",
      "website": "https://www.npmjs.com/package/agent-discover",
      "github_url": "git+https://github.com/keshrath/agent-discover.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agent-discover"
        ]
      },
      "tags": [
        "mcp",
        "agent",
        "registry",
        "marketplace",
        "model-context-protocol",
        "ai-agents",
        "claude-code",
        "tool-discovery"
      ],
      "_version": "1.4.0",
      "_publisher": "keshrath",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.055466+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.700610+00:00"
    },
    {
      "slug": "npm-magic5644-graph-it-live",
      "name": "@magic5644/graph-it-live",
      "description": "AI-first dependency graph & code intelligence for VS Code. Visualize file imports, symbol call hierarchies, and cross-file call graphs. Detect circular dependencies, dead code, and breaking changes. Built-in MCP Server with 21 tools for GitHub Copilot, Cu",
      "website": "https://www.npmjs.com/package/@magic5644/graph-it-live",
      "github_url": "git+https://github.com/magic5644/Graph-It-Live.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@magic5644/graph-it-live"
        ]
      },
      "tags": [
        "dependency graph",
        "dependency",
        "graph",
        "visualization",
        "import",
        "typescript",
        "javascript",
        "python"
      ],
      "_version": "1.9.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.057145+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.702012+00:00"
    },
    {
      "slug": "npm-slackxmcp",
      "name": "slackxmcp",
      "description": "TypeScript stdio MCP server and CLI for Slack Socket Mode apps.",
      "website": "https://www.npmjs.com/package/slackxmcp",
      "github_url": "git+https://github.com/vaibhavpandeyvpz/slackxmcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "slackxmcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "slack",
        "socket-mode",
        "bolt",
        "cli",
        "typescript"
      ],
      "_version": "0.4.7",
      "_publisher": "vaibhavpandeyvpz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.058492+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.704613+00:00"
    },
    {
      "slug": "npm-mcp-rubber-duck",
      "name": "mcp-rubber-duck",
      "description": "An MCP server that bridges to multiple OpenAI-compatible LLMs - your AI rubber duck debugging panel",
      "website": "https://www.npmjs.com/package/mcp-rubber-duck",
      "github_url": "git+https://github.com/nesquikm/mcp-rubber-duck.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-rubber-duck"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "llm",
        "openai",
        "ai",
        "rubber-duck"
      ],
      "_version": "1.19.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.059548+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.707444+00:00"
    },
    {
      "slug": "npm-mcpscout",
      "name": "mcpscout",
      "description": "Drop-in observability for your MCP server. Tracks tool usage, latency, client intent, and failures - all in real time.",
      "website": "https://www.npmjs.com/package/mcpscout",
      "github_url": "git+https://github.com/aadeexyz/mcpsout-js-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcpscout"
        ]
      },
      "tags": [
        "mcp",
        "server",
        "modelcontextprotocol",
        "model-context-protocol",
        "ai",
        "observability",
        "monitoring",
        "sdk"
      ],
      "_version": "0.0.1",
      "_publisher": "aadee",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.060833+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.710501+00:00"
    },
    {
      "slug": "npm-get-technology-inc-jamf-docs-mcp-server",
      "name": "@get-technology-inc/jamf-docs-mcp-server",
      "description": "MCP Server for accessing Jamf Documentation (learn.jamf.com)",
      "website": "https://www.npmjs.com/package/@get-technology-inc/jamf-docs-mcp-server",
      "github_url": "git+https://github.com/GET-Technology-Inc/jamf-docs-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@get-technology-inc/jamf-docs-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "jamf",
        "documentation",
        "model-context-protocol",
        "jamf-pro",
        "jamf-school",
        "jamf-connect",
        "jamf-protect"
      ],
      "_version": "3.0.24",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.062798+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.626773+00:00"
    },
    {
      "slug": "npm-codemill-solutions-yuki-mcp",
      "name": "@codemill-solutions/yuki-mcp",
      "description": "MCP server for the Yuki accounting SOAP API",
      "website": "https://www.npmjs.com/package/@codemill-solutions/yuki-mcp",
      "github_url": "git+https://github.com/CodeMill-Solutions/yuki-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@codemill-solutions/yuki-mcp"
        ]
      },
      "tags": [],
      "_version": "1.5.0",
      "_publisher": "codemillsolutions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.064313+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.331816+00:00"
    },
    {
      "slug": "npm-mcpprobe",
      "name": "mcpprobe",
      "description": "Probe any MCP server \u2014 tools, compatibility, score, configs",
      "website": "https://www.npmjs.com/package/mcpprobe",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcpprobe"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "claude-code",
        "cursor",
        "windsurf",
        "cline",
        "vscode",
        "copilot"
      ],
      "_version": "1.0.0",
      "_publisher": "muhammadusmangm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.065503+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.714307+00:00"
    },
    {
      "slug": "npm-wappmcp",
      "name": "wappmcp",
      "description": "TypeScript stdio MCP server and CLI for WhatsApp Web.",
      "website": "https://www.npmjs.com/package/wappmcp",
      "github_url": "git+https://github.com/vaibhavpandeyvpz/wappmcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "wappmcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "whatsapp",
        "whatsapp-web",
        "cli",
        "typescript"
      ],
      "_version": "0.3.8",
      "_publisher": "vaibhavpandeyvpz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.068157+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.717090+00:00"
    },
    {
      "slug": "npm-clampd-mcp-proxy",
      "name": "@clampd/mcp-proxy",
      "description": "Standalone MCP proxy that wraps any MCP server with Clampd's 9-stage security pipeline",
      "website": "https://www.npmjs.com/package/@clampd/mcp-proxy",
      "github_url": "git+https://github.com/clampd/clampd.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@clampd/mcp-proxy"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "agents",
        "security",
        "proxy",
        "clampd"
      ],
      "_version": "0.23.6",
      "_publisher": "clampd_dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.069763+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.716073+00:00"
    },
    {
      "slug": "npm-speakeasy-api-mcp-registry-sdk",
      "name": "@speakeasy-api/mcp-registry-sdk",
      "description": "<div align=\"center\">     <h1>MCP Registry TypeScript SDK</h1>     <img width=\"200\" height=\"200\" alt=\"image\" src=\"https://github.com/user-attachments/assets/34ba16c5-d275-45d8-9205-6319ecbb5205\" />     <p>A type safe TypeScript SDK to leverage the Official",
      "website": "https://www.npmjs.com/package/@speakeasy-api/mcp-registry-sdk",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@speakeasy-api/mcp-registry-sdk"
        ]
      },
      "tags": [],
      "_version": "0.1.4",
      "_publisher": "sheldon-speakeasy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.071253+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.720451+00:00"
    },
    {
      "slug": "npm-ee-mcp-server",
      "name": "ee-mcp-server",
      "description": "Model Context Protocol server for Evolution Engineering",
      "website": "https://www.npmjs.com/package/ee-mcp-server",
      "github_url": "git+https://github.com/EvolutionEngineering/ee-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ee-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "evolutionengineering",
        "ee",
        "falkordb",
        "graph",
        "database"
      ],
      "_version": "0.1.52",
      "_publisher": "k041k4",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.072644+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.636350+00:00"
    },
    {
      "slug": "npm-mochi-mcp-kit",
      "name": "mochi-mcp-kit",
      "description": "Local MCP server for Mochi website monitoring suite",
      "website": "https://www.npmjs.com/package/mochi-mcp-kit",
      "github_url": "git+https://github.com/AshutoshDM1/Mochi-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mochi-mcp-kit"
        ]
      },
      "tags": [],
      "_version": "1.5.3",
      "_publisher": "ashutoshdm1",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.073895+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.723382+00:00"
    },
    {
      "slug": "npm-theorionic-mcp-acp-bridge",
      "name": "@theorionic/mcp-acp-bridge",
      "description": "A stateful Model Context Protocol (MCP) server that acts as a bridge to interact with Agent Client Protocol (ACP) agents.",
      "website": "https://www.npmjs.com/package/@theorionic/mcp-acp-bridge",
      "github_url": "git+https://github.com/theorionic/mcp-acp-bridge.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@theorionic/mcp-acp-bridge"
        ]
      },
      "tags": [
        "mcp",
        "acp",
        "gemini",
        "agent-client-protocol",
        "model-context-protocol"
      ],
      "_version": "1.2.2",
      "_publisher": "thedevkumar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.075017+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.019105+00:00"
    },
    {
      "slug": "npm-onivoro-server-mcp-oauth",
      "name": "@onivoro/server-mcp-oauth",
      "description": "Embedded OAuth 2.1 authorization server for MCP \u2014 wraps the MCP SDK auth router into NestJS",
      "website": "https://www.npmjs.com/package/@onivoro/server-mcp-oauth",
      "github_url": "git+https://github.com/onivoro/monorepo.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@onivoro/server-mcp-oauth"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "modelcontextprotocol",
        "nestjs",
        "oauth",
        "oauth2",
        "authorization-server",
        "token"
      ],
      "_version": "24.38.2",
      "_publisher": "icedlee337",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.076476+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.727199+00:00"
    },
    {
      "slug": "npm-egen-guru-mcp-ollama",
      "name": "@egen-guru/mcp-ollama",
      "description": "Serveur MCP pour interroger un mod\u00e8le LLM via Ollama local (STDIO, prompt texte)",
      "website": "https://www.npmjs.com/package/@egen-guru/mcp-ollama",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@egen-guru/mcp-ollama"
        ]
      },
      "tags": [],
      "_version": "0.16.0",
      "_publisher": "loomingquokka",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.078440+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.730062+00:00"
    },
    {
      "slug": "npm-cubie-ai-solana-mcp",
      "name": "@cubie-ai/solana-mcp",
      "description": "A tiny Solana MCP framework built by Cubie AI.",
      "website": "https://www.npmjs.com/package/@cubie-ai/solana-mcp",
      "github_url": "git+https://github.com/Cubie-AI/solana-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cubie-ai/solana-mcp"
        ]
      },
      "tags": [
        "solana mcp",
        "solana mcp server",
        "solana mcp client",
        "solana mcp sdk",
        "solana-mcp"
      ],
      "_version": "1.3.2",
      "_publisher": "0xsoc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.079758+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.732907+00:00"
    },
    {
      "slug": "npm-contractspec-module-alpic",
      "name": "@contractspec/module.alpic",
      "description": "Alpic MCP and ChatGPT App hosting helpers",
      "website": "https://www.npmjs.com/package/@contractspec/module.alpic",
      "github_url": "git+https://github.com/lssm-tech/contractspec.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@contractspec/module.alpic"
        ]
      },
      "tags": [
        "contractspec",
        "alpic",
        "mcp",
        "chatgpt-app",
        "hosting",
        "typescript"
      ],
      "_version": "3.7.29",
      "_publisher": "farzim",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.080973+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.734101+00:00"
    },
    {
      "slug": "npm-zubeid-youtube-mcp-server",
      "name": "zubeid-youtube-mcp-server",
      "description": "YouTube MCP Server Implementation",
      "website": "https://www.npmjs.com/package/zubeid-youtube-mcp-server",
      "github_url": "git+https://github.com/ZubeidHendricks/youtube-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "zubeid-youtube-mcp-server"
        ]
      },
      "tags": [
        "youtube",
        "mcp",
        "model-context-protocol",
        "ai",
        "claude",
        "anthropic"
      ],
      "_version": "1.0.0",
      "_publisher": "zubeidhendricks",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.082254+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.963253+00:00"
    },
    {
      "slug": "npm-mcp-server-mcdev",
      "name": "mcp-server-mcdev",
      "description": "MCP server for mcdev: SFMC DevTools wiki search, config help, metadata checklists, mcdev types.",
      "website": "https://www.npmjs.com/package/mcp-server-mcdev",
      "github_url": "git+https://github.com/JoernBerkefeld/mcp-server-mcdev.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-mcdev"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mcdev",
        "sfmc",
        "salesforce",
        "marketing-cloud",
        "devtools"
      ],
      "_version": "0.1.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.084586+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.737989+00:00"
    },
    {
      "slug": "npm-requestly-mcp",
      "name": "@requestly/mcp",
      "description": "Requestly MCP server for rule and group management via stdio.",
      "website": "https://www.npmjs.com/package/@requestly/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@requestly/mcp"
        ]
      },
      "tags": [
        "requestly",
        "mcp",
        "server",
        "rules",
        "groups"
      ],
      "_version": "1.0.3",
      "_publisher": "sagarsoni7",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.087038+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.739460+00:00"
    },
    {
      "slug": "npm-decocms-mcp-utils",
      "name": "@decocms/mcp-utils",
      "description": "Primitives for building MCP proxies, gateways, and sandboxes",
      "website": "https://www.npmjs.com/package/@decocms/mcp-utils",
      "github_url": "git+https://github.com/decocms/studio.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@decocms/mcp-utils"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "proxy",
        "gateway",
        "sandbox",
        "quickjs"
      ],
      "_version": "1.0.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.088482+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.742870+00:00"
    },
    {
      "slug": "npm-yawlabs-mcp-compliance",
      "name": "@yawlabs/mcp-compliance",
      "description": "CLI tool and MCP server that tests MCP servers for spec compliance",
      "website": "https://www.npmjs.com/package/@yawlabs/mcp-compliance",
      "github_url": "git+https://github.com/YawLabs/mcp-compliance.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@yawlabs/mcp-compliance"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "compliance",
        "testing",
        "cli",
        "mcp-server",
        "spec",
        "validation"
      ],
      "_version": "0.14.2",
      "_publisher": "jeffyaw",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.089474+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.749761+00:00"
    },
    {
      "slug": "npm-coralstack-cmd-ipc-mcp",
      "name": "@coralstack/cmd-ipc-mcp",
      "description": "MCP (Model Context Protocol) channel implementation for @coralstack/cmd-ipc",
      "website": "https://www.npmjs.com/package/@coralstack/cmd-ipc-mcp",
      "github_url": "git+https://github.com/CoralStackCom/cmd-ipc.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@coralstack/cmd-ipc-mcp"
        ]
      },
      "tags": [],
      "_version": "0.3.0",
      "_publisher": "davidgildeh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.090612+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.746414+00:00"
    },
    {
      "slug": "npm-mcp-schema-validator",
      "name": "mcp-schema-validator",
      "description": "Runtime schema validation middleware for MCP tool inputs and outputs. Compatible with Zod, Valibot, ArkType.",
      "website": "https://www.npmjs.com/package/mcp-schema-validator",
      "github_url": "git+https://github.com/riyajath-ahamed/mcp-schema-validator.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-schema-validator"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "validation",
        "middleware",
        "zod",
        "valibot",
        "arktype",
        "typescript"
      ],
      "_version": "0.1.0",
      "_publisher": "riyajath-ahamed",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.091686+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.753657+00:00"
    },
    {
      "slug": "npm-heroitvn-mcp",
      "name": "@heroitvn/mcp",
      "description": "Model Context Protocol server and client helpers for Next.js and Node",
      "website": "https://www.npmjs.com/package/@heroitvn/mcp",
      "github_url": "git+https://github.com/lehung1109/incident-copilot.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@heroitvn/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "heroitvn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.092696+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.756184+00:00"
    },
    {
      "slug": "npm-hibson-mcp-feishu-doc",
      "name": "@hibson/mcp-feishu-doc",
      "description": "A Model Context Protocol (MCP) server for Feishu (Lark) cloud document and wiki management. Supports OAuth, Markdown upload, document reading/updating/deleting, search, and multi-app configuration.",
      "website": "https://www.npmjs.com/package/@hibson/mcp-feishu-doc",
      "github_url": "git+https://github.com/Hbin-Zhuang/mcp-feishu-doc.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hibson/mcp-feishu-doc"
        ]
      },
      "tags": [
        "feishu",
        "lark",
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "typescript",
        "wiki",
        "document"
      ],
      "_version": "2.6.8",
      "_publisher": "hibson",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.095088+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.760026+00:00"
    },
    {
      "slug": "npm-mcp-add",
      "name": "mcp-add",
      "description": "CLI tool to add MCP servers to various AI coding clients",
      "website": "https://www.npmjs.com/package/mcp-add",
      "github_url": "git+https://github.com/paoloricciuti/mcp-add.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-add"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cli",
        "claude",
        "claude-code",
        "cursor",
        "windsurf",
        "opencode"
      ],
      "_version": "0.2.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.097163+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.763991+00:00"
    },
    {
      "slug": "npm-reaatech-llm-router-mcp",
      "name": "@reaatech/llm-router-mcp",
      "description": "MCP server integration for llm-router",
      "website": "https://www.npmjs.com/package/@reaatech/llm-router-mcp",
      "github_url": "git+https://github.com/reaatech/llm-router.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@reaatech/llm-router-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "reaatech",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.098601+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.769802+00:00"
    },
    {
      "slug": "npm-mcp-server-google-search-console",
      "name": "mcp-server-google-search-console",
      "description": "Community-built MCP server for Google Search Console API",
      "website": "https://www.npmjs.com/package/mcp-server-google-search-console",
      "github_url": "git+https://github.com/thein-art/mcp-server-google-search-console.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-google-search-console"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "google-search-console",
        "gsc",
        "seo",
        "search-analytics",
        "url-inspection",
        "sitemap"
      ],
      "_version": "1.0.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.100248+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.767442+00:00"
    },
    {
      "slug": "npm-relayos-mcp-paywall",
      "name": "@relayos/mcp-paywall",
      "description": "Zero-friction x402 RLUSD payment layer for Model Context Protocol tools",
      "website": "https://www.npmjs.com/package/@relayos/mcp-paywall",
      "github_url": "git+https://github.com/timwal78/squeezeos.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@relayos/mcp-paywall"
        ]
      },
      "tags": [
        "mcp",
        "xrpl",
        "rlusd",
        "x402",
        "agent-payments",
        "model-context-protocol",
        "ai-payments",
        "micropayments"
      ],
      "_version": "0.1.0",
      "_publisher": "timothywalton",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.101661+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.771557+00:00"
    },
    {
      "slug": "npm-iflow-mcp-modelcontextprotocol-servers-whois-mcp",
      "name": "@iflow-mcp/modelcontextprotocol-servers-whois-mcp",
      "description": "MCP to lookup whois information",
      "website": "https://www.npmjs.com/package/@iflow-mcp/modelcontextprotocol-servers-whois-mcp",
      "github_url": "git+https://github.com/modelcontextprotocol-servers/whois-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/modelcontextprotocol-servers-whois-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.103081+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.772917+00:00"
    },
    {
      "slug": "npm-test-mcp-server-js",
      "name": "test-mcp-server-js",
      "description": "MCP server for getting current weather by city",
      "website": "https://www.npmjs.com/package/test-mcp-server-js",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "test-mcp-server-js"
        ]
      },
      "tags": [
        "mcp",
        "weather",
        "server"
      ],
      "_version": "1.0.8",
      "_publisher": "liyongfen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.104709+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.779034+00:00"
    },
    {
      "slug": "npm-nam088-mcp-redis",
      "name": "@nam088/mcp-redis",
      "description": "Redis plugin for MCP server",
      "website": "https://www.npmjs.com/package/@nam088/mcp-redis",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nam088/mcp-redis"
        ]
      },
      "tags": [
        "mcp",
        "plugin",
        "redis"
      ],
      "_version": "0.2.10",
      "_publisher": "nam088",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.106277+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.776028+00:00"
    },
    {
      "slug": "npm-webblackbox-mcp-server",
      "name": "@webblackbox/mcp-server",
      "description": "MCP stdio server for inspecting and analyzing WebBlackbox archives.",
      "website": "https://www.npmjs.com/package/@webblackbox/mcp-server",
      "github_url": "git+https://github.com/webllm/webblackbox.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@webblackbox/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "webblackbox",
        "session-replay",
        "debugging"
      ],
      "_version": "0.5.0",
      "_publisher": "unadlib",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.107590+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.781932+00:00"
    },
    {
      "slug": "npm-lyupro-skillforge-mcp",
      "name": "@lyupro/skillforge-mcp",
      "description": "Universal Skills MCP Server \u2014 load Markdown skills from arbitrary folders, lazy-by-design, cross-tool (Claude Code / Codex CLI / any MCP client).",
      "website": "https://www.npmjs.com/package/@lyupro/skillforge-mcp",
      "github_url": "git+https://github.com/lyupro/skillforge-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lyupro/skillforge-mcp"
        ]
      },
      "tags": [
        "mcp",
        "skills",
        "claude-code",
        "codex",
        "model-context-protocol",
        "ai-agents",
        "prompt-engineering"
      ],
      "_version": "1.9.0",
      "_publisher": "lyupro",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.109109+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.784360+00:00"
    },
    {
      "slug": "npm-bc-telemetry-buddy-mcp",
      "name": "bc-telemetry-buddy-mcp",
      "description": "Model Context Protocol server for Business Central telemetry",
      "website": "https://www.npmjs.com/package/bc-telemetry-buddy-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "bc-telemetry-buddy-mcp"
        ]
      },
      "tags": [],
      "_version": "3.3.14",
      "_publisher": "waldobc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.111580+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.827101+00:00"
    },
    {
      "slug": "npm-awarecorp-mcp-logger",
      "name": "@awarecorp/mcp-logger",
      "description": "Generic MCP-to-OTLP forwarder. Wraps any MCP server and emits OTel traces to OTEL_EXPORTER_OTLP_ENDPOINT.",
      "website": "https://www.npmjs.com/package/@awarecorp/mcp-logger",
      "github_url": "git+https://github.com/awarecorp/mcp-logger.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@awarecorp/mcp-logger"
        ]
      },
      "tags": [
        "mcp",
        "observer",
        "observability",
        "opentelemetry",
        "tracing",
        "logging",
        "cli",
        "wrapper"
      ],
      "_version": "0.1.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.113619+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.786578+00:00"
    },
    {
      "slug": "npm-onivoro-server-mcp-auth",
      "name": "@onivoro/server-mcp-auth",
      "description": "JWT authentication for MCP servers \u2014 JWKS validation, scope auto-discovery, and RFC 9728 Protected Resource Metadata",
      "website": "https://www.npmjs.com/package/@onivoro/server-mcp-auth",
      "github_url": "git+https://github.com/onivoro/monorepo.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@onivoro/server-mcp-auth"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "modelcontextprotocol",
        "nestjs",
        "jwt",
        "jwks",
        "oauth",
        "auth"
      ],
      "_version": "24.38.2",
      "_publisher": "icedlee337",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.114857+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.788488+00:00"
    },
    {
      "slug": "npm-ssh-mcp-sessions",
      "name": "ssh-mcp-sessions",
      "description": "An MCP tool to manage persistent ssh connections to a collection of hosts enabling remote development, deployment, and information gathering.",
      "website": "https://www.npmjs.com/package/ssh-mcp-sessions",
      "github_url": "git+https://github.com/fryjustinc/ssh-mcp-sessions.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ssh-mcp-sessions"
        ]
      },
      "tags": [
        "ssh",
        "mcp",
        "model-context-protocol",
        "server",
        "windows",
        "linux",
        "automation",
        "remote"
      ],
      "_version": "1.0.17",
      "_publisher": "kryonas",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.116355+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.789946+00:00"
    },
    {
      "slug": "npm-peng-shawn-mermaid-mcp-server",
      "name": "@peng-shawn/mermaid-mcp-server",
      "description": "A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images",
      "website": "https://www.npmjs.com/package/@peng-shawn/mermaid-mcp-server",
      "github_url": "git+https://github.com/peng-shawn/mermaid-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@peng-shawn/mermaid-mcp-server"
        ]
      },
      "tags": [
        "mermaid",
        "diagram",
        "mcp",
        "model-context-protocol",
        "ai",
        "visualization"
      ],
      "_version": "0.2.0",
      "_publisher": "shapeng",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.117816+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.349864+00:00"
    },
    {
      "slug": "npm-mcp-sequential-thinking",
      "name": "mcp-sequential-thinking",
      "description": "MCP server for sequential thinking and problem solving",
      "website": "https://www.npmjs.com/package/mcp-sequential-thinking",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-sequential-thinking"
        ]
      },
      "tags": [],
      "_version": "0.6.7",
      "_publisher": "wxs77577",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.118891+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.793740+00:00"
    },
    {
      "slug": "npm-unhosted-ai-mcp-server",
      "name": "@unhosted-ai/mcp-server",
      "description": "MCP server that exposes a running unhosted daemon's local-first capabilities (memory, web fetch, vram-pool status) as tools to MCP-aware clients like Claude Desktop.",
      "website": "https://www.npmjs.com/package/@unhosted-ai/mcp-server",
      "github_url": "git+https://github.com/unhosted-ai/unhosted-plugins.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@unhosted-ai/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "unhosted",
        "claude-desktop",
        "cursor",
        "zed",
        "local-first",
        "llama-cpp"
      ],
      "_version": "0.0.1",
      "_publisher": "sinhaankur",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.120798+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.798811+00:00"
    },
    {
      "slug": "npm-jarhed-server-mysql",
      "name": "@jarhed/server-mysql",
      "description": "MCP server for interacting with MySQL databases",
      "website": "https://www.npmjs.com/package/@jarhed/server-mysql",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jarhed/server-mysql"
        ]
      },
      "tags": [],
      "_version": "0.6.2",
      "_publisher": "jarhed",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.122206+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.800154+00:00"
    },
    {
      "slug": "npm-getcordon-core",
      "name": "@getcordon/core",
      "description": "Core proxy engine for Cordon for MCP \u2014 the security gateway for MCP tool calls",
      "website": "https://www.npmjs.com/package/@getcordon/core",
      "github_url": "git+https://github.com/marras0914/cordon.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@getcordon/core"
        ]
      },
      "tags": [
        "mcp",
        "security",
        "gateway",
        "proxy",
        "human-in-the-loop",
        "audit-log",
        "tool-call",
        "ai-agent"
      ],
      "_version": "0.4.0",
      "_publisher": "marras0914",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.123493+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.801128+00:00"
    },
    {
      "slug": "npm-token-tool-mcp",
      "name": "token-tool-mcp",
      "description": "Bitbond Token Tool MCP \u2014 deploy and manage ERC20 tokens via AI agents",
      "website": "https://www.npmjs.com/package/token-tool-mcp",
      "github_url": "git+https://github.com/thendrix-eng/token-tool-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "token-tool-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "token",
        "erc20",
        "blockchain",
        "bitbond",
        "rwa",
        "tokenization"
      ],
      "_version": "1.1.1",
      "_publisher": "travi3000",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.124684+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.805259+00:00"
    },
    {
      "slug": "npm-mcpspend-proxy",
      "name": "@mcpspend/proxy",
      "description": "Transparent proxy CLI for MCP servers \u2014 tracks tool calls, latency, and cost via MCPSpend.",
      "website": "https://www.npmjs.com/package/@mcpspend/proxy",
      "github_url": "git+https://github.com/andreisirbu91-lab/MCPSpend.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcpspend/proxy"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "observability",
        "cost-tracking",
        "ai",
        "proxy"
      ],
      "_version": "0.7.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.125611+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.803458+00:00"
    },
    {
      "slug": "npm-amap-weather-mcp",
      "name": "amap-weather-mcp",
      "description": "\u642d\u5efa\u4e00\u4e2a\u5929\u6c14mcp\uff0c\u4f7f\u7528\u7684\u662f\u9ad8\u5fb7\u63a5\u53e3",
      "website": "https://www.npmjs.com/package/amap-weather-mcp",
      "github_url": "git+https://github.com/yaoo5/weather-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "amap-weather-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.4",
      "_publisher": "pozhull",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.127395+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.806717+00:00"
    },
    {
      "slug": "npm-tubemind-secure-mcp",
      "name": "tubemind-secure-mcp",
      "description": "Secure Model Context Protocol server for YouTube intelligence \u2014 18 tools (search, analytics, benchmark, heuristics, competitor research) powered by YouTube Data API v3 + Analytics API, OAuth2 (Brand Account support), AES-256-GCM token encryption, OWASP To",
      "website": "https://www.npmjs.com/package/tubemind-secure-mcp",
      "github_url": "git+https://github.com/dewtech-technologies/tubemind-secure-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "tubemind-secure-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "youtube",
        "youtube-api",
        "youtube-analytics",
        "claude",
        "anthropic",
        "ai-agents"
      ],
      "_version": "0.1.3",
      "_publisher": "wleandro.oliveira",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.129802+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.810241+00:00"
    },
    {
      "slug": "npm-alchymos-mcp",
      "name": "@alchymos/mcp",
      "description": "Official Alchymos SDK plugin for MCP client and server",
      "website": "https://www.npmjs.com/package/@alchymos/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@alchymos/mcp"
        ]
      },
      "tags": [
        "alchymos",
        "sdk",
        "mcp",
        "plugin"
      ],
      "_version": "0.1.12",
      "_publisher": "alchymos-eng",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.131108+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.812077+00:00"
    },
    {
      "slug": "npm-gpt-researcher-mcp",
      "name": "gpt-researcher-mcp",
      "description": "A MCP server which can write report using gpt-researcher.",
      "website": "https://www.npmjs.com/package/gpt-researcher-mcp",
      "github_url": "git+https://github.com/markchiang/gpt-researcher-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "gpt-researcher-mcp"
        ]
      },
      "tags": [
        "mcp",
        "server",
        "gpt-researcher"
      ],
      "_version": "0.1.8",
      "_publisher": "markchiang",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.132705+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.817200+00:00"
    },
    {
      "slug": "npm-spawnpay-paywall",
      "name": "spawnpay-paywall",
      "description": "Charge AI agents per-call for any function. Drop-in wrapper for MCP tools, REST endpoints, or any async function. Settles in USDC on Base L2.",
      "website": "https://www.npmjs.com/package/spawnpay-paywall",
      "github_url": "git+https://github.com/Robocular/spawnpay.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "spawnpay-paywall"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai-agents",
        "paywall",
        "monetization",
        "usdc",
        "base-l2",
        "spawnpay"
      ],
      "_version": "0.1.0",
      "_publisher": "spawnpayai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.134258+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.814327+00:00"
    },
    {
      "slug": "npm-appsflyer-sdk-mcp-server",
      "name": "@appsflyer/sdk-mcp-server",
      "description": "Node.js MCP server for AppsFlyer SDK integration",
      "website": "https://www.npmjs.com/package/@appsflyer/sdk-mcp-server",
      "github_url": "git+https://github.com/AppsFlyerKnowledge/appsflyer-sdk-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@appsflyer/sdk-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.5.2",
      "_publisher": "liazkam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.135702+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.275361+00:00"
    },
    {
      "slug": "npm-cliniweb-mcp",
      "name": "cliniweb-mcp",
      "description": "Model Context Protocol server for the Cliniweb API. Streamable HTTP for Vercel + stdio for Claude Desktop / inspector.",
      "website": "https://www.npmjs.com/package/cliniweb-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "cliniweb-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cliniweb",
        "xmcp",
        "stdio",
        "ai-tools",
        "healthcare",
        "appointment-management"
      ],
      "_version": "0.1.0",
      "_publisher": "nivandres_",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.137667+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.819074+00:00"
    },
    {
      "slug": "npm-majkapp-majk-chat-mcp",
      "name": "@majkapp/majk-chat-mcp",
      "description": "MCP (Model Context Protocol) plugin for majk-chat",
      "website": "https://www.npmjs.com/package/@majkapp/majk-chat-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@majkapp/majk-chat-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "majk-chat",
        "ai",
        "llm",
        "tools"
      ],
      "_version": "1.0.82",
      "_publisher": "juleswhite",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.139054+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.800879+00:00"
    },
    {
      "slug": "npm-catapulta-mcp-server",
      "name": "@catapulta/mcp-server",
      "description": "Catapulta MCP Server",
      "website": "https://www.npmjs.com/package/@catapulta/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@catapulta/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.7.4",
      "_publisher": "kartojal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.140753+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.826048+00:00"
    },
    {
      "slug": "npm-civic-hook-common",
      "name": "@civic/hook-common",
      "description": "Common utilities and types for implementing MCP server hooks",
      "website": "https://www.npmjs.com/package/@civic/hook-common",
      "github_url": "git+https://github.com/civicteam/mcp-hooks.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@civic/hook-common"
        ]
      },
      "tags": [
        "mcp",
        "hooks",
        "middleware",
        "toolcall",
        "interceptor"
      ],
      "_version": "0.9.0",
      "_publisher": "dankelleher",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.141934+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.823245+00:00"
    },
    {
      "slug": "npm-syncfusion-azuredevops-mcp-server",
      "name": "@syncfusion/azuredevops-mcp-server",
      "description": "Model Context Protocol Server project for Azure Devops",
      "website": "https://www.npmjs.com/package/@syncfusion/azuredevops-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@syncfusion/azuredevops-mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.0.3",
      "_publisher": "syncfusion-javascript",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.144491+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.926291+00:00"
    },
    {
      "slug": "npm-mcp-parser",
      "name": "mcp-parser",
      "description": "Snapshot, parse, validate, and document Model Context Protocol servers.",
      "website": "https://www.npmjs.com/package/mcp-parser",
      "github_url": "git+https://github.com/sourcey/mcp-parser.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-parser"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "parser",
        "validator",
        "snapshot",
        "introspection",
        "ai",
        "llm"
      ],
      "_version": "0.4.0",
      "_publisher": "auscaster",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.146120+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.082080+00:00"
    },
    {
      "slug": "npm-carbon-copy-polymarket-mcp",
      "name": "@carbon-copy/polymarket-mcp",
      "description": "Production-grade MCP server for Polymarket APIs and trading workflows",
      "website": "https://www.npmjs.com/package/@carbon-copy/polymarket-mcp",
      "github_url": "git+https://github.com/CarbonCopyInc/polymarket-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@carbon-copy/polymarket-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "polymarket",
        "stdio",
        "trading"
      ],
      "_version": "0.2.0",
      "_publisher": "bencered",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.147362+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.833210+00:00"
    },
    {
      "slug": "npm-agimon-ai-mcp-proxy",
      "name": "@agimon-ai/mcp-proxy",
      "description": "MCP proxy server package",
      "website": "https://www.npmjs.com/package/@agimon-ai/mcp-proxy",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agimon-ai/mcp-proxy"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "typescript"
      ],
      "_version": "0.11.6",
      "_publisher": "agiflow-ai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.148662+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.836873+00:00"
    },
    {
      "slug": "npm-constellos-claude-code-kit",
      "name": "@constellos/claude-code-kit",
      "description": "TypeScript toolkit for Claude Code development \u2014 tool-integrated hook types with a runner plus a types generator for MCP tools and subagent state saving",
      "website": "https://www.npmjs.com/package/@constellos/claude-code-kit",
      "github_url": "git+https://github.com/constellos/claude-code-kit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@constellos/claude-code-kit"
        ]
      },
      "tags": [
        "claude",
        "claude-code",
        "anthropic",
        "hooks",
        "typescript",
        "mcp",
        "model-context-protocol",
        "ai"
      ],
      "_version": "0.4.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.150276+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.839487+00:00"
    },
    {
      "slug": "npm-jp-bids-mcp",
      "name": "jp-bids-mcp",
      "description": "\u65e5\u672c\u306e\u5b98\u516c\u9700\u5165\u672d\u60c5\u5831\u3092MCP\u3067\u691c\u7d22\u30fb\u5206\u6790\u3002Japan government procurement bid search and AI analysis through the Model Context Protocol.",
      "website": "https://www.npmjs.com/package/jp-bids-mcp",
      "github_url": "git+https://github.com/sugukurukabe/koko-call-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "jp-bids-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "procurement",
        "japan",
        "government",
        "bids",
        "kkj",
        "cloud-run"
      ],
      "_version": "0.7.2",
      "_publisher": "sugukuru",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.151564+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.843465+00:00"
    },
    {
      "slug": "npm-mcp-render",
      "name": "mcp-render",
      "description": "MCP server for managing services on Render.com",
      "website": "https://www.npmjs.com/package/mcp-render",
      "github_url": "git+https://github.com/shivammaurya042/mcp-render.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-render"
        ]
      },
      "tags": [
        "render",
        "mcp",
        "deployment",
        "AI",
        "ModelContextProtocol"
      ],
      "_version": "1.1.4",
      "_publisher": "shivam042",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.152771+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.850646+00:00"
    },
    {
      "slug": "npm-sendwithus-mcp",
      "name": "sendwithus-mcp",
      "description": "MCP server wrapping the Sendwithus REST API.",
      "website": "https://www.npmjs.com/package/sendwithus-mcp",
      "github_url": "git+https://github.com/sendwithus/sendwithus-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "sendwithus-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "sendwithus",
        "email",
        "templates"
      ],
      "_version": "0.0.1",
      "_publisher": "sendwithus",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.154120+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.845579+00:00"
    },
    {
      "slug": "npm-tim0-12432-hotkeyless-ahk-mcp-server",
      "name": "@tim0_12432/hotkeyless-ahk-mcp-server",
      "description": "MCP server for Hotkeyless AHK HTTP API.",
      "website": "https://www.npmjs.com/package/@tim0_12432/hotkeyless-ahk-mcp-server",
      "github_url": "git+https://github.com/tim0-12432/HotkeylessAHK-mcp-skill.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tim0_12432/hotkeyless-ahk-mcp-server"
        ]
      },
      "tags": [
        "MCP",
        "Agent Skills",
        "Auto Hotkey",
        "AHK",
        "Hotkeyless AHK"
      ],
      "_version": "1.0.3",
      "_publisher": "tim0_12432",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.156019+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.847951+00:00"
    },
    {
      "slug": "npm-leanmcp-core",
      "name": "@leanmcp/core",
      "description": "Core library implementing decorators, reflection, and MCP runtime server",
      "website": "https://www.npmjs.com/package/@leanmcp/core",
      "github_url": "git+https://github.com/LeanMCP/leanmcp-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@leanmcp/core"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "typescript",
        "decorators",
        "server",
        "runtime"
      ],
      "_version": "0.4.7",
      "_publisher": "leanmcp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.157468+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.853299+00:00"
    },
    {
      "slug": "npm-stellarwp-mcp-toolkit",
      "name": "@stellarwp/mcp-toolkit",
      "description": "A way to register your MCP Server in our framework",
      "website": "https://www.npmjs.com/package/@stellarwp/mcp-toolkit",
      "github_url": "git+https://github.com/stellarwp/mcp-monorepo.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@stellarwp/mcp-toolkit"
        ]
      },
      "tags": [],
      "_version": "2.0.0",
      "_publisher": "borkweb",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.158802+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.849521+00:00"
    },
    {
      "slug": "npm-cronmcp",
      "name": "cronmcp",
      "description": "TypeScript stdio MCP server for managing local cron prompts.",
      "website": "https://www.npmjs.com/package/cronmcp",
      "github_url": "git+https://github.com/vaibhavpandeyvpz/cronmcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "cronmcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cron",
        "scheduler",
        "cli",
        "typescript"
      ],
      "_version": "0.3.4",
      "_publisher": "vaibhavpandeyvpz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.160098+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.856430+00:00"
    },
    {
      "slug": "npm-basecoat-ui-mcp",
      "name": "basecoat-ui-mcp",
      "description": "MCP server for Basecoat UI components - provides HTML components and usage examples",
      "website": "https://www.npmjs.com/package/basecoat-ui-mcp",
      "github_url": "git+https://github.com/Sorbh/basecoat-ui-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "basecoat-ui-mcp"
        ]
      },
      "tags": [
        "mcp",
        "basecoat",
        "ui",
        "components",
        "html",
        "css",
        "framework",
        "shadcn"
      ],
      "_version": "1.0.1",
      "_publisher": "sorbh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.162313+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.855011+00:00"
    },
    {
      "slug": "npm-satyam1990-learn-mcp",
      "name": "@satyam1990/learn-mcp",
      "description": "A simple MCP server that learns from the user with Google AI SDK",
      "website": "https://www.npmjs.com/package/@satyam1990/learn-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@satyam1990/learn-mcp"
        ]
      },
      "tags": [
        "mcp",
        "server",
        "learn",
        "mcp-server",
        "mcp-client"
      ],
      "_version": "1.0.3",
      "_publisher": "satyam1990",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.163927+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.323107+00:00"
    },
    {
      "slug": "npm-economic-mcp-server-economic",
      "name": "@economic-mcp/server-economic",
      "description": "Model Context Protocol server for e-conomic API",
      "website": "https://www.npmjs.com/package/@economic-mcp/server-economic",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@economic-mcp/server-economic"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "e-conomic",
        "api",
        "invoices",
        "journals",
        "n8n"
      ],
      "_version": "1.0.0",
      "_publisher": "backurdilicios",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.165322+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.860448+00:00"
    },
    {
      "slug": "npm-mcp-schema",
      "name": "mcp-schema",
      "description": "TypeScript types and JSON Schema for MCP server specifications. Define, validate, and share static snapshots of Model Context Protocol servers.",
      "website": "https://www.npmjs.com/package/mcp-schema",
      "github_url": "git+https://github.com/sourcey/mcp-schema.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-schema"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "schema",
        "types",
        "typescript",
        "json-schema",
        "ai",
        "llm"
      ],
      "_version": "0.3.1",
      "_publisher": "auscaster",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.166908+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.864362+00:00"
    },
    {
      "slug": "npm-within-mcp-auth",
      "name": "within-mcp-auth",
      "description": "With.in MCP Auth SDK \u2014 validates With.in tokens alongside a vendor's own auth, handles quota, usage reporting, subscriber detection, and cross-vendor network discovery.",
      "website": "https://www.npmjs.com/package/within-mcp-auth",
      "github_url": "git+https://github.com/tiwanaca/within-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "within-mcp-auth"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "oauth",
        "within",
        "sdk",
        "auth"
      ],
      "_version": "0.1.0",
      "_publisher": "manefist",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.168382+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.870022+00:00"
    },
    {
      "slug": "npm-mcp-orchestrator",
      "name": "mcp-orchestrator",
      "description": "MCP Orchestrator - Discover and install MCPs with automatic OAuth support. Uses Claude CLI for OAuth MCPs (Canva, Asana, etc). 34 trusted MCPs from Claude Partners.",
      "website": "https://www.npmjs.com/package/mcp-orchestrator",
      "github_url": "git+https://github.com/yourusername/mcp-orchestrator.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-orchestrator"
        ]
      },
      "tags": [
        "mcp",
        "orchestrator",
        "model-context-protocol",
        "ai-tools",
        "claude",
        "auto-install",
        "tool-discovery"
      ],
      "_version": "0.6.1",
      "_publisher": "bkhtmm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.169687+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.877781+00:00"
    },
    {
      "slug": "npm-nest-mcp-gateway",
      "name": "@nest-mcp/gateway",
      "description": "NestJS MCP Gateway - Proxy, route, and aggregate multiple MCP servers",
      "website": "https://www.npmjs.com/package/@nest-mcp/gateway",
      "github_url": "git+https://github.com/btwld/nest-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nest-mcp/gateway"
        ]
      },
      "tags": [
        "nestjs",
        "nest",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "mcp-gateway",
        "gateway"
      ],
      "_version": "0.2.10",
      "_publisher": "kauandotnet",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.171662+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.872885+00:00"
    },
    {
      "slug": "npm-brander-mcp-tools",
      "name": "@brander/mcp-tools",
      "description": "BranderUX MCP Tools \u2014 Add branded interactive UI to any MCP server",
      "website": "https://www.npmjs.com/package/@brander/mcp-tools",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@brander/mcp-tools"
        ]
      },
      "tags": [],
      "_version": "0.2.18",
      "_publisher": "lev-branderux",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.173022+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.883379+00:00"
    },
    {
      "slug": "npm-mcx",
      "name": "mcx",
      "description": "MCP server runner",
      "website": "https://www.npmjs.com/package/mcx",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcx"
        ]
      },
      "tags": [],
      "_version": "0.2.1",
      "_publisher": "stevelacy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.174312+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.880769+00:00"
    },
    {
      "slug": "npm-kinetixarts-craft-it-mcp-server",
      "name": "@kinetixarts/craft-it-mcp-server",
      "description": "Craft IT - Model Context Protocol (MCP) compliant Server for AI-Powered Asset Generation using Gemini",
      "website": "https://www.npmjs.com/package/@kinetixarts/craft-it-mcp-server",
      "github_url": "git+https://github.com/tonykimeu/craft-it.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kinetixarts/craft-it-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "gemini",
        "image-generation",
        "ai",
        "asset-generator",
        "icon-generator"
      ],
      "_version": "1.0.1",
      "_publisher": "tonykimeu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.175490+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.887258+00:00"
    },
    {
      "slug": "npm-getmcp-generators",
      "name": "@getmcp/generators",
      "description": "Config generators that transform canonical MCP server definitions to app-specific formats",
      "website": "https://www.npmjs.com/package/@getmcp/generators",
      "github_url": "git+https://github.com/RodrigoTomeES/getmcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@getmcp/generators"
        ]
      },
      "tags": [
        "claude-desktop",
        "cline",
        "config-generator",
        "cursor",
        "goose",
        "mcp",
        "model-context-protocol",
        "opencode"
      ],
      "_version": "0.10.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.176843+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.889729+00:00"
    },
    {
      "slug": "npm-keepclaw-skill-sdk",
      "name": "@keepclaw/skill-sdk",
      "description": "Shared runtime for Keep AI agent skills and CLI: credentials, MCP client, telemetry",
      "website": "https://www.npmjs.com/package/@keepclaw/skill-sdk",
      "github_url": "https://gitlab.gotokeep.com/keepagent/npm-skills.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@keepclaw/skill-sdk"
        ]
      },
      "tags": [],
      "_version": "0.6.2",
      "_publisher": "caixiaopeng",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.179301+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.893353+00:00"
    },
    {
      "slug": "npm-mcpblox",
      "name": "mcpblox",
      "description": "A programmable MCP proxy that reshapes tools with natural language transform prompts",
      "website": "https://www.npmjs.com/package/mcpblox",
      "github_url": "git+https://github.com/vivekhaldar/mcpblox.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcpblox"
        ]
      },
      "tags": [
        "mcp",
        "proxy",
        "llm",
        "tools",
        "transform"
      ],
      "_version": "0.1.3",
      "_publisher": "vivekhaldar1",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.180380+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.896318+00:00"
    },
    {
      "slug": "npm-neonlightdev-mcp-server-filesystem-ignore",
      "name": "@neonlightdev/mcp-server-filesystem-ignore",
      "description": "Standalone MCP filesystem server fork with opt-in ignore-file filtering for listing, traversal, and search.",
      "website": "https://www.npmjs.com/package/@neonlightdev/mcp-server-filesystem-ignore",
      "github_url": "git+https://github.com/neon-light-dev/mcp-server-filesystem-ignore.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@neonlightdev/mcp-server-filesystem-ignore"
        ]
      },
      "tags": [
        "mcp",
        "filesystem",
        "ignore",
        "gitignore",
        "cursorignore",
        "claudeignore"
      ],
      "_version": "0.1.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.181272+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.899199+00:00"
    },
    {
      "slug": "npm-dearmrzhang-customs-mcp-server",
      "name": "@dearmrzhang/customs-mcp-server",
      "description": "MCP server exposing 14 customs / trade capabilities (declarations, ship info, tariff, dual-use screening, AI document maker, ...) as standard Model Context Protocol tools. Built for Claude Desktop / Claude Code / Cursor / Windsurf / Trae / Codex and any M",
      "website": "https://www.npmjs.com/package/@dearmrzhang/customs-mcp-server",
      "github_url": "git+https://github.com/yak33/customs-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dearmrzhang/customs-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "customs",
        "trade",
        "declaration",
        "tariff",
        "hs-code",
        "ai-agent"
      ],
      "_version": "1.0.0",
      "_publisher": "dearmrzhang",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.182041+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.905019+00:00"
    },
    {
      "slug": "npm-doable-mcp",
      "name": "doable-mcp",
      "description": "Doable MCP server \u2014 deploy, manage projects, and configure domains/servers from any MCP-compatible client (Claude Code, Cursor, Codex).",
      "website": "https://www.npmjs.com/package/doable-mcp",
      "github_url": "git+https://github.com/doublewltd/doable.do.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "doable-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "doable",
        "deployment",
        "claude-code"
      ],
      "_version": "0.1.0",
      "_publisher": "doable-do",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.184656+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.901582+00:00"
    },
    {
      "slug": "npm-pondlog-mcp-mushroomobserver",
      "name": "@pondlog/mcp-mushroomobserver",
      "description": "MCP server for Mushroom Observer, the largest dedicated mycology platform with 500,000+ fungal observations and expert-weighted ID confidence. Five tools: nearby/recent fungi, single observation detail, fungal name search, region discovery. No API key req",
      "website": "https://www.npmjs.com/package/@pondlog/mcp-mushroomobserver",
      "github_url": "https://github.com/andrewschristison/pondlog",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pondlog/mcp-mushroomobserver"
        ]
      },
      "tags": [
        "pondlog",
        "mcp",
        "model-context-protocol",
        "ai",
        "tools",
        "claude-desktop",
        "cursor",
        "mushrooms"
      ],
      "_version": "0.1.5",
      "_publisher": "andrewchristison",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.186746+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.908795+00:00"
    },
    {
      "slug": "npm-rcrsr-rill-ext-mcp",
      "name": "@rcrsr/rill-ext-mcp",
      "description": "rill extension for Model Context Protocol (MCP) integration",
      "website": "https://www.npmjs.com/package/@rcrsr/rill-ext-mcp",
      "github_url": "git+https://github.com/rcrsr/rill-ext.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rcrsr/rill-ext-mcp"
        ]
      },
      "tags": [
        "rill",
        "mcp",
        "model-context-protocol",
        "llm",
        "extension",
        "ai",
        "scripting"
      ],
      "_version": "0.19.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.188720+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.956585+00:00"
    },
    {
      "slug": "npm-hubspot-mcp-server",
      "name": "hubspot-mcp-server",
      "description": "A powerful Model Context Protocol (MCP) server implementation for seamless HubSpot CRM integration, enabling AI assistants to interact with your HubSpot data",
      "website": "https://www.npmjs.com/package/hubspot-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hubspot-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "hubspot",
        "crm",
        "model-context-protocol",
        "ai-assistant",
        "hubspot-api",
        "hubspot-integration",
        "crm-integration"
      ],
      "_version": "0.2.17",
      "_publisher": "eugeneboondock",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.190056+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.375808+00:00"
    },
    {
      "slug": "npm-agents-js-mcp-bridge",
      "name": "@agents-js/mcp-bridge",
      "description": "MCP server that exposes A2A agents as MCP tools. Each configured agent becomes a callable tool.",
      "website": "https://www.npmjs.com/package/@agents-js/mcp-bridge",
      "github_url": "git+https://github.com/jensbodal/agents-js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agents-js/mcp-bridge"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "bridge",
        "a2a",
        "agent"
      ],
      "_version": "0.5.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.191195+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.916589+00:00"
    },
    {
      "slug": "npm-mcp-think-tank",
      "name": "mcp-think-tank",
      "description": "Structured thinking and knowledge management tool for Model Context Protocol",
      "website": "https://www.npmjs.com/package/mcp-think-tank",
      "github_url": "git+https://github.com/modelcontext/mcp-think-tank.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-think-tank"
        ]
      },
      "tags": [
        "mcp",
        "think-tank",
        "structured-thinking",
        "knowledge-graph",
        "task-management",
        "ai",
        "fastmcp"
      ],
      "_version": "2.0.7",
      "_publisher": "flight505",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.192105+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.353119+00:00"
    },
    {
      "slug": "npm-mcp-typegen",
      "name": "mcp-typegen",
      "description": "Generate typed TypeScript from any MCP server. Filesystem-tree output for LLM code-mode agents.",
      "website": "https://www.npmjs.com/package/mcp-typegen",
      "github_url": "git+https://github.com/pontusab/mcp-typegen.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-typegen"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "codegen",
        "typescript",
        "codemode",
        "code-mode",
        "llm",
        "ai-agent"
      ],
      "_version": "0.1.0",
      "_publisher": "pontus-midday",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.195552+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.923379+00:00"
    },
    {
      "slug": "npm-jiraxmcp",
      "name": "jiraxmcp",
      "description": "TypeScript stdio MCP server and CLI for Jira Cloud.",
      "website": "https://www.npmjs.com/package/jiraxmcp",
      "github_url": "git+https://github.com/vaibhavpandeyvpz/jiraxmcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "jiraxmcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "jira",
        "atlassian",
        "webhook",
        "cli",
        "typescript"
      ],
      "_version": "0.2.5",
      "_publisher": "vaibhavpandeyvpz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.197443+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.927394+00:00"
    },
    {
      "slug": "npm-reliable-mcp",
      "name": "reliable-mcp",
      "description": "A reliable process wrapper for MCP servers on Windows that properly handles process termination and signal forwarding",
      "website": "https://www.npmjs.com/package/reliable-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "reliable-mcp"
        ]
      },
      "tags": [
        "mcp",
        "process-wrapper",
        "windows",
        "signal-handling",
        "claude",
        "model-context-protocol"
      ],
      "_version": "2.2.0",
      "_publisher": "bezalel6",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.198752+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.929431+00:00"
    },
    {
      "slug": "npm-tencentcloud-sdk-mcp",
      "name": "@tencentcloud/sdk-mcp",
      "description": "Tencent Cloud MCP Server for SDK",
      "website": "https://www.npmjs.com/package/@tencentcloud/sdk-mcp",
      "github_url": "xx",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tencentcloud/sdk-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp Server",
        "call",
        "video call",
        "audio call",
        "video",
        "audio",
        "TRTC"
      ],
      "_version": "1.4.2",
      "_publisher": "allen0809npm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.200356+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.933802+00:00"
    },
    {
      "slug": "npm-mcp-layer-attach",
      "name": "@mcp-layer/attach",
      "description": "Attach to an in-process MCP server instance and return a Session.",
      "website": "https://www.npmjs.com/package/@mcp-layer/attach",
      "github_url": "git+https://github.com/3rd-Eden/mcp-layer.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-layer/attach"
        ]
      },
      "tags": [
        "mcp",
        "attach",
        "session",
        "in-memory"
      ],
      "_version": "1.1.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.202311+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.939729+00:00"
    },
    {
      "slug": "npm-nest-mcp-client",
      "name": "@nest-mcp/client",
      "description": "NestJS MCP Client - Connect to and consume MCP servers from NestJS",
      "website": "https://www.npmjs.com/package/@nest-mcp/client",
      "github_url": "git+https://github.com/btwld/nest-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nest-mcp/client"
        ]
      },
      "tags": [
        "nestjs",
        "nest",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "mcp-client",
        "client"
      ],
      "_version": "0.2.9",
      "_publisher": "kauandotnet",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.203937+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.944151+00:00"
    },
    {
      "slug": "npm-systemprompt-mcp-gmail",
      "name": "systemprompt-mcp-gmail",
      "description": "A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation.",
      "website": "https://www.npmjs.com/package/systemprompt-mcp-gmail",
      "github_url": "git+https://github.com/Ejb503/systemprompt-mcp-gmail.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "systemprompt-mcp-gmail"
        ]
      },
      "tags": [
        "systemprompt",
        "mcp",
        "model-context-protocol",
        "google",
        "gmail",
        "oauth"
      ],
      "_version": "1.0.10",
      "_publisher": "ejb503",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.205124+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.946517+00:00"
    },
    {
      "slug": "npm-echosaw-mcp-server",
      "name": "@echosaw/mcp-server",
      "description": "Echosaw MCP Server - Media intelligence for AI assistants. Connect your LLM to Echosaw and analyze media directly within your workflow.",
      "website": "https://www.npmjs.com/package/@echosaw/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@echosaw/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "media-analysis",
        "video-analysis",
        "audio-analysis",
        "image-analysis",
        "media-intelligence"
      ],
      "_version": "2.0.1",
      "_publisher": "matthew-ossi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.207084+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.949993+00:00"
    },
    {
      "slug": "npm-mcp-probe-kit",
      "name": "mcp-probe-kit",
      "description": "AI-Powered Development Toolkit - MCP Server with 28 tools covering code quality, development efficiency, project management, and UI/UX design. Features: Structured Output, Workflow Orchestration, UI/UX Pro Max, and Requirements Interview.",
      "website": "https://www.npmjs.com/package/mcp-probe-kit",
      "github_url": "git+https://github.com/mybolide/mcp-probe-kit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-probe-kit"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cursor",
        "ai-tools",
        "development-tools",
        "code-quality",
        "code-review",
        "refactor"
      ],
      "_version": "3.0.18",
      "_publisher": "mybolide",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.208280+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.948721+00:00"
    },
    {
      "slug": "npm-coaia-memory",
      "name": "coaia-memory",
      "description": "Creative-Oriented AI Assistant Memory - MCP server with structural tension charts and advancing pattern support, based on principles by Robert Fritz",
      "website": "https://www.npmjs.com/package/coaia-memory",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "coaia-memory"
        ]
      },
      "tags": [
        "assistant",
        "memory",
        "MCP",
        "knowledge graph",
        "structural tension",
        "creative",
        "creative-orientation",
        "structural-dynamics"
      ],
      "_version": "2.3.3",
      "_publisher": "jgi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.209467+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.953195+00:00"
    },
    {
      "slug": "npm-mcp-b-mcp-iframe",
      "name": "@mcp-b/mcp-iframe",
      "description": "Custom element for exposing iframe MCP tools, resources, and prompts to parent page",
      "website": "https://www.npmjs.com/package/@mcp-b/mcp-iframe",
      "github_url": "git+https://github.com/WebMCP-org/npm-packages.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-b/mcp-iframe"
        ]
      },
      "tags": [
        "browser",
        "custom-element",
        "iframe",
        "mcp",
        "model-context-protocol",
        "web-component",
        "web-model-context"
      ],
      "_version": "2.3.2",
      "_publisher": "miguelspizza",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.211945+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.951315+00:00"
    },
    {
      "slug": "npm-co-native-ab-pimdo-ts",
      "name": "@co-native-ab/pimdo-ts",
      "description": "MCP server providing AI agents with scoped access to Microsoft Entra PIM (Privileged Identity Management)",
      "website": "https://www.npmjs.com/package/@co-native-ab/pimdo-ts",
      "github_url": "git+https://github.com/co-native-ab/pimdo-ts.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@co-native-ab/pimdo-ts"
        ]
      },
      "tags": [
        "mcp",
        "entra-pim",
        "privileged-identity-management",
        "ai-agents"
      ],
      "_version": "0.1.8",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.213947+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.954921+00:00"
    },
    {
      "slug": "npm-mcp-ansc-server",
      "name": "mcp-ansc-server",
      "description": "MCP server for Moldova's National Agency for Solving Complaints (ANSC) \u2014 appeals, decisions, hearing schedule, and multi-modal PDF extraction.",
      "website": "https://www.npmjs.com/package/mcp-ansc-server",
      "github_url": "git+ssh://git@github.com/nalyk/ansc-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-ansc-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ansc",
        "moldova",
        "public-procurement",
        "appeals"
      ],
      "_version": "1.0.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.215366+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.956431+00:00"
    },
    {
      "slug": "npm-wuhanyuhan-ks-app",
      "name": "@wuhanyuhan/ks-app",
      "description": "Keystone MCP service SDK for TypeScript/Bun",
      "website": "https://www.npmjs.com/package/@wuhanyuhan/ks-app",
      "github_url": "git+https://github.com/wuhanyuhan/ks-devkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wuhanyuhan/ks-app"
        ]
      },
      "tags": [
        "keystone",
        "mcp",
        "sdk",
        "llm",
        "agent"
      ],
      "_version": "0.4.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.217120+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.959899+00:00"
    },
    {
      "slug": "npm-xjtlumedia-context-first-mcp-server",
      "name": "@xjtlumedia/context-first-mcp-server",
      "description": "Core MCP server library \u2014 tools, state engine, and analysis for context-first conversation management",
      "website": "https://www.npmjs.com/package/@xjtlumedia/context-first-mcp-server",
      "github_url": "git+https://github.com/XJTLUmedia/Context-First-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@xjtlumedia/context-first-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "context",
        "llm",
        "conversation",
        "state",
        "orchestration",
        "unified-loop"
      ],
      "_version": "1.2.5",
      "_publisher": "xjtlumedia",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.218219+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.962128+00:00"
    },
    {
      "slug": "npm-robota-sdk-agent-transport-mcp",
      "name": "@robota-sdk/agent-transport-mcp",
      "description": "MCP transport adapter for exposing InteractiveSession as an MCP server",
      "website": "https://www.npmjs.com/package/@robota-sdk/agent-transport-mcp",
      "github_url": "git+https://github.com/woojubb/robota.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@robota-sdk/agent-transport-mcp"
        ]
      },
      "tags": [],
      "_version": "3.0.0-beta.63",
      "_publisher": "jungyoun",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.219073+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.964720+00:00"
    },
    {
      "slug": "npm-mcp-server-postgresql",
      "name": "mcp-server-postgresql",
      "description": "PostgreSQL MCP Server for LLM coding agents",
      "website": "https://www.npmjs.com/package/mcp-server-postgresql",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-postgresql"
        ]
      },
      "tags": [
        "mcp",
        "postgresql",
        "llm",
        "database",
        "ssl"
      ],
      "_version": "3.0.0",
      "_publisher": "axbalal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.220155+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.967479+00:00"
    },
    {
      "slug": "npm-davewind-mysql-mcp-server",
      "name": "@davewind/mysql-mcp-server",
      "description": "A Model Context Protocol server for MySQL",
      "website": "https://www.npmjs.com/package/@davewind/mysql-mcp-server",
      "github_url": "git+https://github.com/dave-wind/mysql-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@davewind/mysql-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mysql",
        "database",
        "cursor",
        "n8n"
      ],
      "_version": "0.2.0",
      "_publisher": "davejoins",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.221788+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.593656+00:00"
    },
    {
      "slug": "npm-gokibm-server-budget-allocator",
      "name": "@gokibm/server-budget-allocator",
      "description": "Budget allocator MCP App Server with interactive visualization",
      "website": "https://www.npmjs.com/package/@gokibm/server-budget-allocator",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gokibm/server-budget-allocator"
        ]
      },
      "tags": [],
      "_version": "0.2.0",
      "_publisher": "gokibm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.223080+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.971194+00:00"
    },
    {
      "slug": "npm-atnasetreum-descarga-material-mcp",
      "name": "@atnasetreum/descarga-material-mcp",
      "description": "Servidor MCP por stdio para consultar metricas de live-dock-api en modo solo lectura.",
      "website": "https://www.npmjs.com/package/@atnasetreum/descarga-material-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@atnasetreum/descarga-material-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.6",
      "_publisher": "atnasetreum",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.224338+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.978314+00:00"
    },
    {
      "slug": "npm-pecta-proxy",
      "name": "pecta-proxy",
      "description": "MCP proxy that runs Pecta quality gates on tool call responses",
      "website": "https://www.npmjs.com/package/pecta-proxy",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "pecta-proxy"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "darshakb",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.226115+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.983752+00:00"
    },
    {
      "slug": "npm-systemprompt-mcp-core",
      "name": "systemprompt-mcp-core",
      "description": "A specialized Model Context Protocol (MCP) server that integrates with systemprompt.io to provide powerful prompt management capabilities. This server enables seamless creation, management, and versioning of system prompts and agents through MCP. It works",
      "website": "https://www.npmjs.com/package/systemprompt-mcp-core",
      "github_url": "git+https://github.com/Ejb503/systemprompt-mcp-core.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "systemprompt-mcp-core"
        ]
      },
      "tags": [
        "systemprompt",
        "mcp",
        "model-context-protocol",
        "llm",
        "ai",
        "agent"
      ],
      "_version": "1.0.30",
      "_publisher": "ejb503",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.229764+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.980899+00:00"
    },
    {
      "slug": "npm-mcp-merchant",
      "name": "mcp-merchant",
      "description": "Search-only commerce MCP server (Stripe-backed)",
      "website": "https://www.npmjs.com/package/mcp-merchant",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-merchant"
        ]
      },
      "tags": [],
      "_version": "0.1.3",
      "_publisher": "snogfever",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.231066+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.987281+00:00"
    },
    {
      "slug": "npm-paygate-mcp",
      "name": "paygate-mcp",
      "description": "Pay-per-tool-call gating proxy for MCP servers. Wrap any MCP server with API key auth, per-tool pricing, rate limiting, and usage metering.",
      "website": "https://www.npmjs.com/package/paygate-mcp",
      "github_url": "git+https://github.com/walker77/paygate-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "paygate-mcp"
        ]
      },
      "tags": [
        "mcp",
        "paygate",
        "monetize",
        "pay-per-call",
        "api-key",
        "rate-limit",
        "model-context-protocol",
        "ai-agent"
      ],
      "_version": "10.24.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.232042+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.989802+00:00"
    },
    {
      "slug": "npm-silver886-mcp-proxy",
      "name": "@silver886/mcp-proxy",
      "description": "MCP proxy bridge: forward MCP requests across network boundaries via Cloudflare tunnel",
      "website": "https://www.npmjs.com/package/@silver886/mcp-proxy",
      "github_url": "git+https://github.com/silver886/mcp-proxy.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@silver886/mcp-proxy"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "proxy",
        "tunnel",
        "cloudflare-tunnel",
        "remote",
        "wsl",
        "docker"
      ],
      "_version": "0.2.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.233519+00:00",
      "_last_seen_at": "2026-05-25T13:59:15.999956+00:00"
    },
    {
      "slug": "npm-zuckerbot-mcp",
      "name": "zuckerbot-mcp",
      "description": "CLI + MCP server for ZuckerBot \u2014 run Facebook ad campaigns from your terminal or AI agent",
      "website": "https://www.npmjs.com/package/zuckerbot-mcp",
      "github_url": "git+https://github.com/DatalisHQ/zuckerbot.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "zuckerbot-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "zuckerbot",
        "facebook-ads",
        "meta-ads",
        "ai-agents",
        "advertising",
        "claude"
      ],
      "_version": "0.3.2",
      "_publisher": "davisgrainger",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.234760+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.004118+00:00"
    },
    {
      "slug": "npm-cuongph-dev-backlog-mcp",
      "name": "@cuongph.dev/backlog-mcp",
      "description": "MCP server for Backlog (Nulab) \u2014 read issues, comments, attachments via API Key",
      "website": "https://www.npmjs.com/package/@cuongph.dev/backlog-mcp",
      "github_url": "git+https://github.com/cuongph-dev-work/backlog_mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cuongph.dev/backlog-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.6",
      "_publisher": "cuongph.dev.work",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.235636+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.015591+00:00"
    },
    {
      "slug": "npm-climcp",
      "name": "climcp",
      "description": "An interface between you and MCP servers.",
      "website": "https://www.npmjs.com/package/climcp",
      "github_url": "git+https://github.com/aster-void/climcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "climcp"
        ]
      },
      "tags": [],
      "_version": "0.0.8",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.236290+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.011283+00:00"
    },
    {
      "slug": "npm-nirholas-servers",
      "name": "@nirholas/servers",
      "description": "Model Context Protocol servers",
      "website": "https://www.npmjs.com/package/@nirholas/servers",
      "github_url": "git+https://github.com/nirholas/servers.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nirholas/servers"
        ]
      },
      "tags": [],
      "_version": "0.6.2",
      "_publisher": "nirholas",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.237053+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.019639+00:00"
    },
    {
      "slug": "npm-mcpbolt",
      "name": "mcpbolt",
      "description": "Wire MCP servers into any AI coding tool from one paste",
      "website": "https://www.npmjs.com/package/mcpbolt",
      "github_url": "git+https://github.com/vishmathpati/mcpwire.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcpbolt"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cli",
        "installer"
      ],
      "_version": "0.3.1",
      "_publisher": "vishmathpati",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.238115+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.022461+00:00"
    },
    {
      "slug": "npm-jina-mcp-tools",
      "name": "jina-mcp-tools",
      "description": "Jina AI Model Context Protocol (MCP) server that integrates with Jina AI APIs for web reading and search",
      "website": "https://www.npmjs.com/package/jina-mcp-tools",
      "github_url": "git+https://github.com/PsychArch/jina-mcp-tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "jina-mcp-tools"
        ]
      },
      "tags": [
        "jina",
        "ai",
        "mcp",
        "model-context-protocol",
        "search",
        "web-reader",
        "cursor",
        "cursor-editor"
      ],
      "_version": "1.2.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.239378+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.026201+00:00"
    },
    {
      "slug": "npm-godaddy-mcp",
      "name": "godaddy-mcp",
      "description": "Model Context Protocol (MCP) server for GoDaddy",
      "website": "https://www.npmjs.com/package/godaddy-mcp",
      "github_url": "git+https://github.com/Harshalkatakiya/godaddy-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "godaddy-mcp"
        ]
      },
      "tags": [
        "godaddy",
        "mcp",
        "model-context-protocol",
        "server"
      ],
      "_version": "1.0.13",
      "_publisher": "harshalkatakiya",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.240597+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.029350+00:00"
    },
    {
      "slug": "npm-sowonai-nestjs-mcp-adapter",
      "name": "@sowonai/nestjs-mcp-adapter",
      "description": "This project is a library that helps you conveniently develop NestJS MCP (Model Context Protocol) servers. It supports both STDIO and HTTP protocols, and allows you to use all features of NestJS such as AuthGuard and Interceptor regardless of the protocol",
      "website": "https://www.npmjs.com/package/@sowonai/nestjs-mcp-adapter",
      "github_url": "git+https://github.com/sowonlabs/nestjs-mcp-adapter.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sowonai/nestjs-mcp-adapter"
        ]
      },
      "tags": [
        "nestjs",
        "mcp",
        "adapter",
        "modelcontextprotocol"
      ],
      "_version": "0.1.3",
      "_publisher": "dohapark81",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.241640+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.032045+00:00"
    },
    {
      "slug": "npm-bensenescu-mcp-handler",
      "name": "@bensenescu/mcp-handler",
      "description": "MCP adapter for Next.js, Nuxt, TanStack Start, and other frameworks",
      "website": "https://www.npmjs.com/package/@bensenescu/mcp-handler",
      "github_url": "git+https://github.com/bensenescu/mcp-handler.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bensenescu/mcp-handler"
        ]
      },
      "tags": [
        "mcp",
        "vercel",
        "next.js",
        "ai"
      ],
      "_version": "1.1.0",
      "_publisher": "bensenescu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.243617+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.033124+00:00"
    },
    {
      "slug": "npm-visoai-genkit-mcp",
      "name": "@visoai/genkit-mcp",
      "description": "A Genkit plugin that provides interoperability between Genkit and Model Context Protocol (MCP) with custom timeout configuration. Both client and server use cases are supported.",
      "website": "https://www.npmjs.com/package/@visoai/genkit-mcp",
      "github_url": "git+https://github.com/firebase/genkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@visoai/genkit-mcp"
        ]
      },
      "tags": [
        "genkit",
        "genkit-plugin",
        "mcp",
        "model-context-protocol",
        "ai",
        "genai",
        "generative-ai",
        "visoai"
      ],
      "_version": "1.0.0",
      "_publisher": "viso.ai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.246716+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.047028+00:00"
    },
    {
      "slug": "npm-dynmcp",
      "name": "dynmcp",
      "description": "Dynamic MCP context management tool for AI MCP-enabled agents and clients.",
      "website": "https://www.npmjs.com/package/dynmcp",
      "github_url": "git+https://github.com/brandonburrus/dynamic-discovery-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "dynmcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "agent",
        "proxy",
        "dynamic",
        "discovery",
        "tools"
      ],
      "_version": "0.6.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.248938+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.036096+00:00"
    },
    {
      "slug": "npm-thirdstrandstudio-mcp-tool-chainer",
      "name": "@thirdstrandstudio/mcp-tool-chainer",
      "description": "MCP server for cross MCP communication",
      "website": "https://www.npmjs.com/package/@thirdstrandstudio/mcp-tool-chainer",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@thirdstrandstudio/mcp-tool-chainer"
        ]
      },
      "tags": [],
      "_version": "0.7.9",
      "_publisher": "jayarrowz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.250836+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.039978+00:00"
    },
    {
      "slug": "npm-agent-format-mcp",
      "name": "@agent-format/mcp",
      "description": "MCP Apps server that renders .agent files as interactive dashboards inline in Claude / ChatGPT / Cursor / VS Code Copilot.",
      "website": "https://www.npmjs.com/package/@agent-format/mcp",
      "github_url": "git+https://github.com/knorq-ai/agent-format.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agent-format/mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-apps",
        "agent-format",
        "dashboard",
        "visualization",
        "llm"
      ],
      "_version": "0.2.3",
      "_publisher": "knorq",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.252234+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.044096+00:00"
    },
    {
      "slug": "npm-issmirnov-ynab-mcp-server",
      "name": "@issmirnov/ynab-mcp-server",
      "description": "Comprehensive MCP server for YNAB with 18 AI-powered tools for budget management, automation, and analytics",
      "website": "https://www.npmjs.com/package/@issmirnov/ynab-mcp-server",
      "github_url": "git+https://github.com/issmirnov/ynab-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@issmirnov/ynab-mcp-server"
        ]
      },
      "tags": [
        "ynab",
        "mcp",
        "model-context-protocol",
        "budget",
        "finance",
        "ai",
        "automation",
        "claude"
      ],
      "_version": "1.1.7",
      "_publisher": "issmirnov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.253339+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.049379+00:00"
    },
    {
      "slug": "npm-noya-ai-mcp",
      "name": "@noya-ai/mcp",
      "description": "[Model Context Protocol](https://modelcontextprotocol.io) server for [Noya](https://noya.ai) \u2014 exposes the full Noya tool surface (crypto data, on-chain operations, prediction markets, account management) to MCP-compatible AI clients.",
      "website": "https://www.npmjs.com/package/@noya-ai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@noya-ai/mcp"
        ]
      },
      "tags": [],
      "_version": "0.6.1",
      "_publisher": "ali-hajeh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.254301+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.053368+00:00"
    },
    {
      "slug": "npm-reaatech-agents-markdown-mcp-server",
      "name": "@reaatech/agents-markdown-mcp-server",
      "description": "MCP server exposing agents-markdown tools via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@reaatech/agents-markdown-mcp-server",
      "github_url": "git+https://github.com/reaatech/agents-md-kit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@reaatech/agents-markdown-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "reaatech",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.256151+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.056748+00:00"
    },
    {
      "slug": "npm-tooleval",
      "name": "tooleval",
      "description": "npm audit for MCP servers \u2014 zero-config heuristic testing that discovers tools and runs 21 automated security & quality checks per tool",
      "website": "https://www.npmjs.com/package/tooleval",
      "github_url": "git+https://github.com/iamtouchskyer/tooleval-spike.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "tooleval"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "testing",
        "security",
        "audit",
        "cli",
        "tool-testing",
        "path-traversal"
      ],
      "_version": "0.1.0",
      "_publisher": "touchskyer",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.257399+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.060760+00:00"
    },
    {
      "slug": "npm-miguelzapata-mcp-testing",
      "name": "@miguelzapata/mcp-testing",
      "description": "MCP testing server",
      "website": "https://www.npmjs.com/package/@miguelzapata/mcp-testing",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@miguelzapata/mcp-testing"
        ]
      },
      "tags": [],
      "_version": "1.0.2",
      "_publisher": "miguelzapata",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.258508+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.062827+00:00"
    },
    {
      "slug": "npm-nbrt-mcp",
      "name": "nbrt-mcp",
      "description": "MCP tool for NBRT.",
      "website": "https://www.npmjs.com/package/nbrt-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "nbrt-mcp"
        ]
      },
      "tags": [],
      "_version": "0.3.0",
      "_publisher": "buduan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.262554+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.064986+00:00"
    },
    {
      "slug": "npm-sugukuru-agriops-mcp",
      "name": "@sugukuru/agriops-mcp",
      "description": "AgriOps MCP server \u2014 Japanese agricultural land + weather + pesticide data for SSW workforce dispatching. Reference implementation of MCP Spec 2025-11-25 + MCP Apps Extension 2026-01-26.",
      "website": "https://www.npmjs.com/package/@sugukuru/agriops-mcp",
      "github_url": "git+https://github.com/WIN-kagoshima/agriops-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sugukuru/agriops-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "agriculture",
        "japan",
        "weather",
        "pesticide",
        "farmland",
        "ssw"
      ],
      "_version": "1.11.0",
      "_publisher": "sugukuru",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.264602+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.066006+00:00"
    },
    {
      "slug": "npm-nullshot-mcp",
      "name": "@nullshot/mcp",
      "description": "Model Context Protocol (MCP) server implementation for Cloudflare Workers",
      "website": "https://www.npmjs.com/package/@nullshot/mcp",
      "github_url": "git+https://github.com/xava-labs/typescript-agent-framework.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nullshot/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cloudflare",
        "workers",
        "hono",
        "ai",
        "llm"
      ],
      "_version": "0.3.6",
      "_publisher": "xavalabs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.266323+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.268434+00:00"
    },
    {
      "slug": "npm-find-duns-number-mcp-server",
      "name": "find-duns-number-mcp-server",
      "description": "Find Duns Number MCP Server",
      "website": "https://www.npmjs.com/package/find-duns-number-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "find-duns-number-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "kys0213",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.267669+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.077944+00:00"
    },
    {
      "slug": "npm-mcp-b-ext-apps",
      "name": "@mcp-b/ext-apps",
      "description": "MCP Apps SDK \u2014 Enable MCP servers to display interactive user interfaces in conversational clients.",
      "website": "https://www.npmjs.com/package/@mcp-b/ext-apps",
      "github_url": "git+https://github.com/modelcontextprotocol/ext-apps.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-b/ext-apps"
        ]
      },
      "tags": [],
      "_version": "1.1.0-http-adapter.0",
      "_publisher": "miguelspizza",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.268733+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.072185+00:00"
    },
    {
      "slug": "npm-mcereal-mcp-check",
      "name": "@mcereal/mcp-check",
      "description": "A CLI test runner + conformance suite for Model Context Protocol (MCP) compliance",
      "website": "https://www.npmjs.com/package/@mcereal/mcp-check",
      "github_url": "git+https://github.com/mcereal/mcp-check.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcereal/mcp-check"
        ]
      },
      "tags": [
        "MCP",
        "Model Context Protocol",
        "CLI",
        "Test",
        "Validation",
        "Compliance",
        "Conformance"
      ],
      "_version": "1.0.10",
      "_publisher": "mcereal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.269579+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.081475+00:00"
    },
    {
      "slug": "npm-git-mob-mcp-server",
      "name": "git-mob-mcp-server",
      "description": "MCP Server for git-mob CLI app",
      "website": "https://www.npmjs.com/package/git-mob-mcp-server",
      "github_url": "git+https://github.com/Mubashwer/git-mob-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "git-mob-mcp-server"
        ]
      },
      "tags": [
        "git-mob",
        "mcp-server",
        "git-pair",
        "pair-programming"
      ],
      "_version": "1.0.13",
      "_publisher": "mubashwer",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.270416+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.094000+00:00"
    },
    {
      "slug": "npm-colgonics-finance-calc-mcp",
      "name": "@colgonics/finance-calc-mcp",
      "description": "Local MCP server for basic arithmetic and common finance calculations (loans, interest, depreciation, dividend MTM). Uses decimal.js for precision-safe money math \u2014 no float drift.",
      "website": "https://www.npmjs.com/package/@colgonics/finance-calc-mcp",
      "github_url": "git+https://github.com/colgonics/finance-calc-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@colgonics/finance-calc-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "calculator",
        "finance",
        "loan",
        "interest",
        "depreciation"
      ],
      "_version": "1.0.0",
      "_publisher": "colgonics",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.271624+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.086648+00:00"
    },
    {
      "slug": "npm-x12i-agentx",
      "name": "@x12i/agentx",
      "description": "AgentX \u2014 MCP-first agent runtime over FuncX, NxFunc, Tavily, and custom MCP servers.",
      "website": "https://www.npmjs.com/package/@x12i/agentx",
      "github_url": "git+https://github.com/x12i/agentx.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@x12i/agentx"
        ]
      },
      "tags": [
        "agentx",
        "mcp",
        "funcx",
        "nxfunc",
        "tavily",
        "llm",
        "x12i"
      ],
      "_version": "1.0.0",
      "_publisher": "x12i",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.272986+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.089663+00:00"
    },
    {
      "slug": "npm-johangorter-mcp-pdf-server",
      "name": "@johangorter/mcp-pdf-server",
      "description": "Model Context Protocol (MCP) server for PDF text extraction operations",
      "website": "https://www.npmjs.com/package/@johangorter/mcp-pdf-server",
      "github_url": "git+https://github.com/johan-gorter/mcp-pdf-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@johangorter/mcp-pdf-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "pdf",
        "text-extraction",
        "claude-desktop",
        "typescript",
        "nodejs"
      ],
      "_version": "0.4.2",
      "_publisher": "johangorter",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.274276+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.096317+00:00"
    },
    {
      "slug": "npm-aurracloud-mcp-cli",
      "name": "@aurracloud/mcp-cli",
      "description": "A command-line tool to install, manage, and setup MCP (Model Context Protocol) servers with Docker support",
      "website": "https://www.npmjs.com/package/@aurracloud/mcp-cli",
      "github_url": "git+https://github.com/aurracloud/mcp-cli.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aurracloud/mcp-cli"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cli",
        "installer",
        "docker",
        "ai",
        "claude",
        "cursor"
      ],
      "_version": "1.4.2",
      "_publisher": "yahya_aurracloud",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.275353+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.099477+00:00"
    },
    {
      "slug": "npm-cybertheory-mcpkit",
      "name": "@cybertheory/mcpkit",
      "description": "Lightweight UI console to detect MCP-capable coding agents and install MCP servers",
      "website": "https://www.npmjs.com/package/@cybertheory/mcpkit",
      "github_url": "git+https://github.com/cybertheory/mcpkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cybertheory/mcpkit"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cursor",
        "windsurf",
        "ai",
        "development",
        "cli"
      ],
      "_version": "0.3.1",
      "_publisher": "cybertheory",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.277538+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.102048+00:00"
    },
    {
      "slug": "npm-ithena-one-mcp-governance",
      "name": "@ithena-one/mcp-governance",
      "description": "Governance layer (Identity, RBAC, Credentials, Audit, Logging, Tracing) for Model Context Protocol (MCP) servers.",
      "website": "https://www.npmjs.com/package/@ithena-one/mcp-governance",
      "github_url": "git+https://github.com/ithena-one/mcp-governance-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ithena-one/mcp-governance"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "governance",
        "rbac",
        "audit",
        "identity",
        "typescript",
        "sdk"
      ],
      "_version": "1.0.1",
      "_publisher": "ithena-one",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.281194+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.110038+00:00"
    },
    {
      "slug": "npm-pondlog-mcp-usgs",
      "name": "@pondlog/mcp-usgs",
      "description": "MCP server for USGS Water Services (NWIS). Four tools: real-time streamflow, daily statistics, site metadata, and site search. No API key required.",
      "website": "https://www.npmjs.com/package/@pondlog/mcp-usgs",
      "github_url": "https://github.com/andrewschristison/pondlog",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pondlog/mcp-usgs"
        ]
      },
      "tags": [
        "pondlog",
        "mcp",
        "model-context-protocol",
        "ai",
        "tools",
        "claude-desktop",
        "cursor",
        "usgs"
      ],
      "_version": "0.1.6",
      "_publisher": "andrewchristison",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.284300+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.105821+00:00"
    },
    {
      "slug": "npm-dura-mcp",
      "name": "dura-mcp",
      "description": "MCP server for DURA - Dependency Update Risk Analyzer. Integrates with Cline and other AI assistants.",
      "website": "https://www.npmjs.com/package/dura-mcp",
      "github_url": "git+https://github.com/ArchieTansaria/dura.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "dura-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "dura",
        "dependencies",
        "security",
        "cline",
        "claude",
        "ai-tools"
      ],
      "_version": "2.0.1",
      "_publisher": "archietans",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.285649+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.115079+00:00"
    },
    {
      "slug": "npm-pondlog-mcp-npn",
      "name": "@pondlog/mcp-npn",
      "description": "MCP server for the USA National Phenology Network (NPN). Eight tools for phenology data: species, stations, observations, site-level phenometrics, and a place-aware 'active phenology' helper. No API key required.",
      "website": "https://www.npmjs.com/package/@pondlog/mcp-npn",
      "github_url": "https://github.com/andrewschristison/pondlog",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pondlog/mcp-npn"
        ]
      },
      "tags": [
        "pondlog",
        "mcp",
        "model-context-protocol",
        "ai",
        "tools",
        "claude-desktop",
        "cursor",
        "phenology"
      ],
      "_version": "0.1.5",
      "_publisher": "andrewchristison",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.286512+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.120287+00:00"
    },
    {
      "slug": "npm-vitus-labs-tools-mcp",
      "name": "@vitus-labs/tools-mcp",
      "description": "MCP (Model Context Protocol) server for AI assistants to scaffold, configure, and diagnose @vitus-labs/tools projects.",
      "website": "https://www.npmjs.com/package/@vitus-labs/tools-mcp",
      "github_url": "git+https://github.com/vitus-labs/tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vitus-labs/tools-mcp"
        ]
      },
      "tags": [],
      "_version": "2.4.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.287798+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.432086+00:00"
    },
    {
      "slug": "npm-qasphere-mcp",
      "name": "qasphere-mcp",
      "description": "MCP server for QA Sphere integration",
      "website": "https://www.npmjs.com/package/qasphere-mcp",
      "github_url": "git+https://github.com/Hypersequent/qasphere-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "qasphere-mcp"
        ]
      },
      "tags": [
        "mcp",
        "qasphere",
        "tms"
      ],
      "_version": "0.4.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.289549+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.123463+00:00"
    },
    {
      "slug": "npm-panchopoliti-mcp-server-asana",
      "name": "@panchopoliti/mcp-server-asana",
      "description": "MCP Server for Asana (fork with transaction logging, rollback, and safety guards)",
      "website": "https://www.npmjs.com/package/@panchopoliti/mcp-server-asana",
      "github_url": "git+https://github.com/panchopoliti/mcp-server-asana.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@panchopoliti/mcp-server-asana"
        ]
      },
      "tags": [
        "asana",
        "mcp",
        "anthropic"
      ],
      "_version": "1.8.8",
      "_publisher": "panchopoliti",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.290736+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.127971+00:00"
    },
    {
      "slug": "npm-kargnas-mcp-inspector",
      "name": "kargnas-mcp-inspector",
      "description": "Model Context Protocol inspector",
      "website": "https://www.npmjs.com/package/kargnas-mcp-inspector",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kargnas-mcp-inspector"
        ]
      },
      "tags": [],
      "_version": "0.23.0",
      "_publisher": "kargnas",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.291485+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.132101+00:00"
    },
    {
      "slug": "npm-actionfence",
      "name": "actionfence",
      "description": "Embeddable AI action firewall for MCP servers and APIs with JSON policies, signed receipts, spend caps, and simulation mode",
      "website": "https://www.npmjs.com/package/actionfence",
      "github_url": "git+https://github.com/saifeldeen911/actionfence.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "actionfence"
        ]
      },
      "tags": [
        "ai",
        "agent",
        "mcp",
        "firewall",
        "action-firewall",
        "ai-security",
        "actionfence",
        "policy"
      ],
      "_version": "0.2.0",
      "_publisher": "ofes911",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.293588+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.135313+00:00"
    },
    {
      "slug": "npm-middy-mcp-adapter",
      "name": "middy-mcp-adapter",
      "description": "Middleware to adapt mcp server interface to aws lambda",
      "website": "https://www.npmjs.com/package/middy-mcp-adapter",
      "github_url": "git+https://github.com/tiagoguatierri/middy-mcp-adapter.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "middy-mcp-adapter"
        ]
      },
      "tags": [
        "Middy",
        "Lambda",
        "Middleware",
        "Serverless",
        "Node.js",
        "AWS",
        "AWS Lambda",
        "MCP"
      ],
      "_version": "0.1.3",
      "_publisher": "tiagoguatierri",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.296794+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.139603+00:00"
    },
    {
      "slug": "npm-shinganeai-appledoor-mcpsvc",
      "name": "@shinganeai/appledoor-mcpsvc",
      "description": "Appledoor MCP Server",
      "website": "https://www.npmjs.com/package/@shinganeai/appledoor-mcpsvc",
      "github_url": "git+https://github.com/shinganeai/appledoor-mcpsvc.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@shinganeai/appledoor-mcpsvc"
        ]
      },
      "tags": [
        "mcp",
        "server",
        "appledoor",
        "typescript",
        "vector",
        "hello"
      ],
      "_version": "1.0.8",
      "_publisher": "alirezag",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.298453+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.137988+00:00"
    },
    {
      "slug": "npm-luxia-agent-claude-code",
      "name": "@luxia/agent-claude-code",
      "description": "Agnos strategy plugin for Claude Code",
      "website": "https://www.npmjs.com/package/@luxia/agent-claude-code",
      "github_url": "git+https://github.com/rgdevme/luxia.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@luxia/agent-claude-code"
        ]
      },
      "tags": [],
      "_version": "0.0.8",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.301534+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.149144+00:00"
    },
    {
      "slug": "npm-idletoaster-ssh-mcp-server",
      "name": "@idletoaster/ssh-mcp-server",
      "description": "SSH MCP Server v2.1.0 - Enhanced with token-efficient file operations for remote development",
      "website": "https://www.npmjs.com/package/@idletoaster/ssh-mcp-server",
      "github_url": "git+https://github.com/idletoaster/ssh-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@idletoaster/ssh-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "ssh",
        "ai",
        "claude",
        "remote",
        "server",
        "automation",
        "nodejs"
      ],
      "_version": "2.1.9",
      "_publisher": "idletoaster",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.304062+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.146176+00:00"
    },
    {
      "slug": "npm-kentcdodds-modelcontextprotocol-inspector",
      "name": "@kentcdodds/modelcontextprotocol_inspector",
      "description": "Model Context Protocol inspector",
      "website": "https://www.npmjs.com/package/@kentcdodds/modelcontextprotocol_inspector",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kentcdodds/modelcontextprotocol_inspector"
        ]
      },
      "tags": [],
      "_version": "0.17.0-alpha.0",
      "_publisher": "kentcdodds",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.306309+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.151386+00:00"
    },
    {
      "slug": "npm-bitcoin-mcp",
      "name": "bitcoin-mcp",
      "description": "A Model Context Protocol server for interacting with Bitcoin.",
      "website": "https://www.npmjs.com/package/bitcoin-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "bitcoin-mcp"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "server",
        "nostr",
        "claude"
      ],
      "_version": "0.0.6",
      "_publisher": "abdelhamid-bakhta",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.307574+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.002649+00:00"
    },
    {
      "slug": "npm-create-mcp-boilerplate",
      "name": "create-mcp-boilerplate",
      "description": "A lightweight CLI to instantly bootstrap a new [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server.",
      "website": "https://www.npmjs.com/package/create-mcp-boilerplate",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "create-mcp-boilerplate"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cli",
        "generator",
        "scaffold"
      ],
      "_version": "0.2.0",
      "_publisher": "ffai90",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.308542+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.156784+00:00"
    },
    {
      "slug": "npm-toolkittest",
      "name": "toolkittest",
      "description": "A Model Context Protocol server learning lab",
      "website": "https://www.npmjs.com/package/toolkittest",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "toolkittest"
        ]
      },
      "tags": [],
      "_version": "0.1.3",
      "_publisher": "lt4425",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.312781+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.154579+00:00"
    },
    {
      "slug": "npm-luxia-domain-mcp",
      "name": "@luxia/domain-mcp",
      "description": "Agnos MCP servers domain plugin",
      "website": "https://www.npmjs.com/package/@luxia/domain-mcp",
      "github_url": "git+https://github.com/rgdevme/luxia.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@luxia/domain-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.8",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.314607+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.167164+00:00"
    },
    {
      "slug": "npm-polkadot-agent-kit-mcp",
      "name": "@polkadot-agent-kit/mcp",
      "description": "Model Context Protocol server for Polkadot Agent Kit",
      "website": "https://www.npmjs.com/package/@polkadot-agent-kit/mcp",
      "github_url": "git+https://github.com/elasticlabs-org/polkadot-agent-kit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@polkadot-agent-kit/mcp"
        ]
      },
      "tags": [],
      "_version": "2.1.0",
      "_publisher": "cocdap",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.317930+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.170316+00:00"
    },
    {
      "slug": "npm-cloudbase-mcp",
      "name": "@cloudbase/mcp",
      "description": "`@cloudbase/mcp` \u63d0\u4f9b\u4e86\u4e00\u7cfb\u5217\u6784\u5efa MCP \u7684\u5de5\u5177\u3002\u5305\u62ec",
      "website": "https://www.npmjs.com/package/@cloudbase/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cloudbase/mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.0-beta.30",
      "_publisher": "areo-joe",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.321232+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.172571+00:00"
    },
    {
      "slug": "npm-altais-mcp",
      "name": "altais-mcp",
      "description": "Modular, open-source MCP server providing comprehensive security analysis for AI coding agents.",
      "website": "https://www.npmjs.com/package/altais-mcp",
      "github_url": "git+https://github.com/gl-tches/altais-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "altais-mcp"
        ]
      },
      "tags": [],
      "_version": "1.1.1",
      "_publisher": "alexndr-vega",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.322939+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.175215+00:00"
    },
    {
      "slug": "npm-orc8",
      "name": "orc8",
      "description": "A dynamic orchestration library for A2A enabled AI agents that can call MCP servers.",
      "website": "https://www.npmjs.com/package/orc8",
      "github_url": "git+https://github.com/the-artinet-project/artinet.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "orc8"
        ]
      },
      "tags": [
        "artinet",
        "orc8",
        "agent",
        "a2a",
        "agent2agent",
        "ai",
        "artificial intelligence",
        "mcp"
      ],
      "_version": "0.1.5",
      "_publisher": "human01",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.323974+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.176984+00:00"
    },
    {
      "slug": "npm-klasto-cli",
      "name": "klasto-cli",
      "description": "CLI and runtime library for building Clastines MCP toolkits",
      "website": "https://www.npmjs.com/package/klasto-cli",
      "github_url": "git+https://github.com/clastines/klasto-cli.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "klasto-cli"
        ]
      },
      "tags": [
        "clastines",
        "mcp",
        "toolkit",
        "cli"
      ],
      "_version": "0.2.15",
      "_publisher": "clastine",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.324716+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.183026+00:00"
    },
    {
      "slug": "npm-tamago-labs-babyclaw-mcp-server",
      "name": "@tamago-labs/babyclaw-mcp-server",
      "description": "Model Context Protocol (MCP) server for BabyClaw agent using Tether Wallet Development Kit (WDK).",
      "website": "https://www.npmjs.com/package/@tamago-labs/babyclaw-mcp-server",
      "github_url": "git+https://github.com/tamago-labs/babyclaw-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tamago-labs/babyclaw-mcp-server"
        ]
      },
      "tags": [
        "wdk",
        "mcp",
        "wallet",
        "blockchain",
        "model-context-protocol"
      ],
      "_version": "0.1.7",
      "_publisher": "pisuthd",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.325872+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.187136+00:00"
    },
    {
      "slug": "npm-mcp-test-sdk",
      "name": "mcp-test-sdk",
      "description": "Model Context Protocol implementation for TypeScript",
      "website": "https://www.npmjs.com/package/mcp-test-sdk",
      "github_url": "git+https://github.com/modelcontextprotocol/typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-test-sdk"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "1.10.3",
      "_publisher": "rinormaloku",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.329808+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.192723+00:00"
    },
    {
      "slug": "npm-joai-warps-mcp",
      "name": "@joai/warps-mcp",
      "description": "MCP adapter for Warps SDK",
      "website": "https://www.npmjs.com/package/@joai/warps-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@joai/warps-mcp"
        ]
      },
      "tags": [],
      "_version": "12.1.0",
      "_publisher": "michavie",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.331504+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.189849+00:00"
    },
    {
      "slug": "npm-vibebase-mcp-client",
      "name": "@vibebase/mcp-client",
      "description": "MCP server for VibeBase database tools (official MCP SDK, Claude Desktop compatible)",
      "website": "https://www.npmjs.com/package/@vibebase/mcp-client",
      "github_url": "git+https://github.com/vibebase/vibebase-mono.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vibebase/mcp-client"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "vibebase",
        "claude",
        "ai",
        "database",
        "baas"
      ],
      "_version": "2.0.3",
      "_publisher": "vibebase-dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.334126+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.194077+00:00"
    },
    {
      "slug": "npm-attest-dev-mcp-server",
      "name": "@attest-dev/mcp-server",
      "description": "A stdio MCP server for Attest that exposes credential, approval, audit, and evidence tools",
      "website": "https://www.npmjs.com/package/@attest-dev/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@attest-dev/mcp-server"
        ]
      },
      "tags": [
        "attest",
        "mcp",
        "model-context-protocol",
        "stdio",
        "tools",
        "agent",
        "credentials",
        "security"
      ],
      "_version": "0.1.1",
      "_publisher": "chudah",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.336326+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.195479+00:00"
    },
    {
      "slug": "npm-100xpercent-mcp-server-pop-pay",
      "name": "@100xpercent/mcp-server-pop-pay",
      "description": "MCP-convention alias for pop-pay. Runtime security for AI agent commerce \u2014 CLI + MCP server.",
      "website": "https://www.npmjs.com/package/@100xpercent/mcp-server-pop-pay",
      "github_url": "git+https://github.com/100xPercent/pop-pay.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@100xpercent/mcp-server-pop-pay"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "ai",
        "agent",
        "payment",
        "guardrail",
        "security"
      ],
      "_version": "0.5.10",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.338237+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.196719+00:00"
    },
    {
      "slug": "npm-iflow-mcp-systemprompt-mcp-gmail",
      "name": "@iflow-mcp/systemprompt-mcp-gmail",
      "description": "A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation.",
      "website": "https://www.npmjs.com/package/@iflow-mcp/systemprompt-mcp-gmail",
      "github_url": "git+https://github.com/Ejb503/systemprompt-mcp-gmail.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/systemprompt-mcp-gmail"
        ]
      },
      "tags": [
        "systemprompt",
        "mcp",
        "model-context-protocol",
        "google",
        "gmail",
        "oauth"
      ],
      "_version": "1.0.11",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.340269+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.198151+00:00"
    },
    {
      "slug": "npm-reaatech-hybrid-rag-mcp-server",
      "name": "@reaatech/hybrid-rag-mcp-server",
      "description": "MCP server with 41+ tools for hybrid RAG integration with agent-mesh",
      "website": "https://www.npmjs.com/package/@reaatech/hybrid-rag-mcp-server",
      "github_url": "git+https://github.com/reaatech/hybrid-rag-qdrant.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@reaatech/hybrid-rag-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "reaatech",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.341469+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.199479+00:00"
    },
    {
      "slug": "npm-togethercrew-dev-mcp-server",
      "name": "@togethercrew.dev/mcp-server",
      "description": "MCP Server for accessing TogetherCrew's data and agents.",
      "website": "https://www.npmjs.com/package/@togethercrew.dev/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@togethercrew.dev/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.6",
      "_publisher": "cr3a1",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.347239+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.200990+00:00"
    },
    {
      "slug": "npm-mcp-chilegob-dataset",
      "name": "mcp-chilegob-dataset",
      "description": "MCP server exposing Chile's open government dataset portal (datos.gob.cl / CKAN API v3)",
      "website": "https://www.npmjs.com/package/mcp-chilegob-dataset",
      "github_url": "git+https://github.com/gerardbourguett/mcp-chilegob-dataset.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-chilegob-dataset"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "chile",
        "open-data",
        "datos-gob-cl",
        "ckan",
        "hono"
      ],
      "_version": "0.3.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.348865+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.204064+00:00"
    },
    {
      "slug": "npm-clastines-klasto",
      "name": "@clastines/klasto",
      "description": "CLI and runtime library for building Clastines MCP toolkits",
      "website": "https://www.npmjs.com/package/@clastines/klasto",
      "github_url": "git+https://github.com/clastines/klasto-cli.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@clastines/klasto"
        ]
      },
      "tags": [
        "clastines",
        "mcp",
        "toolkit",
        "cli"
      ],
      "_version": "0.2.2",
      "_publisher": "clastine",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.351181+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.206406+00:00"
    },
    {
      "slug": "npm-satgate-proxy",
      "name": "satgate-proxy",
      "description": "Budget-enforced MCP proxy \u2014 hard-cap your AI agent tool spend",
      "website": "https://www.npmjs.com/package/satgate-proxy",
      "github_url": "git+https://github.com/SatGate-io/satgate-proxy.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "satgate-proxy"
        ]
      },
      "tags": [
        "mcp",
        "ai",
        "agent",
        "budget",
        "l402",
        "satgate",
        "proxy",
        "claude"
      ],
      "_version": "0.3.0",
      "_publisher": "satgate",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.352415+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.209493+00:00"
    },
    {
      "slug": "npm-poc-mcp-server-wttr",
      "name": "poc-mcp-server-wttr",
      "description": "This MCP server is a playground to understand how MCP is working, using wttr.in.",
      "website": "https://www.npmjs.com/package/poc-mcp-server-wttr",
      "github_url": "git+https://github.com/marcusbaer/poc-mcp-server-wttr.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "poc-mcp-server-wttr"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "marcusbaer",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.353399+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.211738+00:00"
    },
    {
      "slug": "npm-create-mcp-i-app",
      "name": "create-mcp-i-app",
      "description": "Bootstrap MCP applications with identity features (temporary - use create-mcpi-app after Oct 7)",
      "website": "https://www.npmjs.com/package/create-mcp-i-app",
      "github_url": "git+https://github.com/modelcontextprotocol-identity/mcp-i.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "create-mcp-i-app"
        ]
      },
      "tags": [
        "mcp",
        "mcp-i",
        "create-app",
        "cli",
        "bootstrap",
        "identity",
        "mcpi"
      ],
      "_version": "1.2.4",
      "_publisher": "h0bb5",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.354228+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.214125+00:00"
    },
    {
      "slug": "npm-cmiretf-pattern-police-mcp",
      "name": "@cmiretf/pattern-police-mcp",
      "description": "MCP Server para validaci\u00f3n de patrones de dise\u00f1o en TypeScript/JavaScript",
      "website": "https://www.npmjs.com/package/@cmiretf/pattern-police-mcp",
      "github_url": "git+https://github.com/cmiretf/pattern-police-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cmiretf/pattern-police-mcp"
        ]
      },
      "tags": [
        "mcp",
        "design-patterns",
        "code-quality",
        "linting",
        "typescript"
      ],
      "_version": "1.1.2",
      "_publisher": "cmiretf",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.355019+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.214991+00:00"
    },
    {
      "slug": "npm-mseep-hyperchatmcp",
      "name": "@mseep/hyperchatmcp",
      "description": "\u5982\u4e0b\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u4f8b\u5b50\uff0c\u6b22\u8fce\u63d0\u4ea4\u4ee3\u7801\uff0c\u5408\u5e76\u540e\u4f1a\u81ea\u52a8\u53d1\u5e03HyperChat MCP Extension\u5217\u8868",
      "website": "https://www.npmjs.com/package/@mseep/hyperchatmcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mseep/hyperchatmcp"
        ]
      },
      "tags": [
        "mseep",
        "mcp-server"
      ],
      "_version": "1.0.1",
      "_publisher": "skydeckai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.356428+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.215812+00:00"
    },
    {
      "slug": "npm-lambda-cloud-cli",
      "name": "lambda-cloud-cli",
      "description": "Lambda Cloud CLI tool with interactive TUI and MCP server for GPU instance management",
      "website": "https://www.npmjs.com/package/lambda-cloud-cli",
      "github_url": "git+https://github.com/jwjohns/Lambda-Cloud-CLI.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "lambda-cloud-cli"
        ]
      },
      "tags": [
        "lambda",
        "gpu",
        "cloud",
        "cli",
        "mcp",
        "tui",
        "ai",
        "h100"
      ],
      "_version": "0.2.3",
      "_publisher": "justinwjohns",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.357708+00:00",
      "_last_seen_at": "2026-05-25T13:37:58.825481+00:00"
    },
    {
      "slug": "npm-mseep-systemprompt-mcp-gmail",
      "name": "@mseep/systemprompt-mcp-gmail",
      "description": "A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation.",
      "website": "https://www.npmjs.com/package/@mseep/systemprompt-mcp-gmail",
      "github_url": "git+https://github.com/Ejb503/systemprompt-mcp-gmail.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mseep/systemprompt-mcp-gmail"
        ]
      },
      "tags": [
        "systemprompt",
        "mcp",
        "model-context-protocol",
        "google",
        "gmail",
        "oauth",
        "mseep",
        "mcp-server"
      ],
      "_version": "1.0.10",
      "_publisher": "skydeckai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.358830+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.216939+00:00"
    },
    {
      "slug": "npm-chr33s-mcpdoc",
      "name": "@chr33s/mcpdoc",
      "description": "Server llms-txt documentation over MCP (Node.js/TypeScript)",
      "website": "https://www.npmjs.com/package/@chr33s/mcpdoc",
      "github_url": "git+https://github.com/chr33s/mcpdoc.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@chr33s/mcpdoc"
        ]
      },
      "tags": [
        "mcpdoc"
      ],
      "_version": "0.3.0",
      "_publisher": "chr33s",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.363250+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.222278+00:00"
    },
    {
      "slug": "npm-vividcodeai-embedded-serial-mcp",
      "name": "@vividcodeai/embedded-serial-mcp",
      "description": "MCP server for serial port communication",
      "website": "https://www.npmjs.com/package/@vividcodeai/embedded-serial-mcp",
      "github_url": "git+https://github.com/vividcode-ai/embedded-serial-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vividcodeai/embedded-serial-mcp"
        ]
      },
      "tags": [
        "mcp",
        "serial",
        "embedded",
        "uart"
      ],
      "_version": "0.0.7",
      "_publisher": "vividcode-ai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.364656+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.219810+00:00"
    },
    {
      "slug": "npm-whoop-ai-mcp",
      "name": "whoop-ai-mcp",
      "description": "MCP server wrapping the WHOOP REST API for AI assistant access to health and fitness data",
      "website": "https://www.npmjs.com/package/whoop-ai-mcp",
      "github_url": "git+https://github.com/shashankswe2020-ux/whoop-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "whoop-ai-mcp"
        ]
      },
      "tags": [
        "whoop",
        "mcp",
        "model-context-protocol",
        "health",
        "fitness",
        "recovery",
        "sleep",
        "ai"
      ],
      "_version": "0.2.1",
      "_publisher": "shashank-mishra-007",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.366359+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.226550+00:00"
    },
    {
      "slug": "npm-mcpskillsio-server",
      "name": "@mcpskillsio/server",
      "description": "Trust-score any AI skill or MCP server from inside Claude Code, Cursor, or any MCP client. Accepts GitHub repos, npm packages, Smithery URLs, and OpenClaw skills. 15 signals (incl. OSV/KEV/EPSS vulnerability intelligence), safety scanning, OpenClaw frontm",
      "website": "https://www.npmjs.com/package/@mcpskillsio/server",
      "github_url": "git+https://github.com/BeBraveBeKind/mcpskills.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcpskillsio/server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "trust-score",
        "ai-skills",
        "security",
        "safety-scanner",
        "claude-code",
        "cursor"
      ],
      "_version": "2.4.2",
      "_publisher": "riseabovepartners",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.367732+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.224827+00:00"
    },
    {
      "slug": "npm-anydocs-mcp",
      "name": "@anydocs/mcp",
      "description": "Model Context Protocol (MCP) server for [Anydocs](https://github.com/cregis-dev/anydocs) \u2014 exposes project authoring operations (pages, navigation, build, preview, templates) to MCP-aware AI agents such as Claude Desktop, Cursor, and Cline.",
      "website": "https://www.npmjs.com/package/@anydocs/mcp",
      "github_url": "git+https://github.com/cregis-dev/anydocs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@anydocs/mcp"
        ]
      },
      "tags": [],
      "_version": "1.3.5",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.368803+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.227558+00:00"
    },
    {
      "slug": "npm-github-slim",
      "name": "github-slim",
      "description": "github MCP (56% less tokens). Quick setup: npx github-slim --setup",
      "website": "https://www.npmjs.com/package/github-slim",
      "github_url": "git+https://github.com/mcpslim/github-slim.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "github-slim"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "gemini",
        "chatgpt",
        "github",
        "slim",
        "token-reduction"
      ],
      "_version": "2025.4.8-slim.1.10",
      "_publisher": "naegeon",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.369635+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.228505+00:00"
    },
    {
      "slug": "npm-appledoor-mcpsvc",
      "name": "appledoor-mcpsvc",
      "description": "This project implements an MCP server for the \"appledoor\" service. It accepts user queries, looks them up in a vector database, and returns the relevant context.",
      "website": "https://www.npmjs.com/package/appledoor-mcpsvc",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "appledoor-mcpsvc"
        ]
      },
      "tags": [],
      "_version": "1.0.2",
      "_publisher": "alirezag",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.370433+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.230969+00:00"
    },
    {
      "slug": "npm-atbash-mcp",
      "name": "@atbash/mcp",
      "description": "Atbash safety judge exposed as a standalone MCP server",
      "website": "https://www.npmjs.com/package/@atbash/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@atbash/mcp"
        ]
      },
      "tags": [
        "atbash",
        "mcp",
        "ai-safety",
        "agent-safety",
        "model-context-protocol",
        "judge",
        "policy"
      ],
      "_version": "0.1.3",
      "_publisher": "amanuelmr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.371601+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.232009+00:00"
    },
    {
      "slug": "npm-mobitru-mcp-server",
      "name": "mobitru-mcp-server",
      "description": "Mobitru MCP Server - Bundled distribution for mobile device automation and web browser testing with Mobitru cloud platform",
      "website": "https://www.npmjs.com/package/mobitru-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mobitru-mcp-server"
        ]
      },
      "tags": [
        "mobitru",
        "mcp",
        "mobile",
        "automation",
        "testing",
        "playwright",
        "appium",
        "webdriver"
      ],
      "_version": "1.3.0",
      "_publisher": "mobitru",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.373385+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.232631+00:00"
    },
    {
      "slug": "npm-mcp-inspector",
      "name": "mcp-inspector",
      "description": "An MCP client for Node.js",
      "website": "https://www.npmjs.com/package/mcp-inspector",
      "github_url": "git+https://github.com/punkpeye/mcp-client.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-inspector"
        ]
      },
      "tags": [
        "MCP",
        "Client",
        "EventSource",
        "SSE"
      ],
      "_version": "1.0.0",
      "_publisher": "punkpeye",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.374632+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.233284+00:00"
    },
    {
      "slug": "npm-mcpc-tech-core",
      "name": "@mcpc-tech/core",
      "description": "[![NPM Version](https://img.shields.io/npm/v/@mcpc-tech/core)](https://www.npmjs.com/package/@mcpc-tech/core) [![JSR](https://jsr.io/badges/@mcpc/core)](https://jsr.io/@mcpc/core)",
      "website": "https://www.npmjs.com/package/@mcpc-tech/core",
      "github_url": "git+https://github.com/mcpc-tech/mcpc.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcpc-tech/core"
        ]
      },
      "tags": [],
      "_version": "0.3.46",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.378526+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.234612+00:00"
    },
    {
      "slug": "npm-slim-mcp",
      "name": "slim-mcp",
      "description": "MCP proxy that gives agents their context window back. Schema compression, lazy loading, response caching.",
      "website": "https://www.npmjs.com/package/slim-mcp",
      "github_url": "git+https://github.com/Joncik91/slim-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "slim-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "proxy",
        "context-window",
        "token-optimization",
        "lazy-loading",
        "schema-compression",
        "claude-code"
      ],
      "_version": "0.3.1",
      "_publisher": "joncik91",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.381109+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.235792+00:00"
    },
    {
      "slug": "npm-shopops-mcp-server",
      "name": "shopops-mcp-server",
      "description": "AI e-commerce operations manager for MCP. Inventory forecasting, pricing optimization, customer segmentation, and order anomaly detection for Shopify and WooCommerce.",
      "website": "https://www.npmjs.com/package/shopops-mcp-server",
      "github_url": "git+https://github.com/enzoemir1/shopops-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "shopops-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "ecommerce",
        "shopify",
        "woocommerce",
        "inventory",
        "forecasting",
        "pricing",
        "rfm"
      ],
      "_version": "1.2.4",
      "_publisher": "eneseserkan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.383144+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.237553+00:00"
    },
    {
      "slug": "npm-rakhaxor-mcp-installer",
      "name": "@rakhaxor/mcp-installer",
      "description": "A MCP server to install other MCP servers",
      "website": "https://www.npmjs.com/package/@rakhaxor/mcp-installer",
      "github_url": "git+https://github.com/rakhaxor/mcp-installer.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rakhaxor/mcp-installer"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "installer",
        "claude"
      ],
      "_version": "1.0.3",
      "_publisher": "rakhaxor",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.384735+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.247536+00:00"
    },
    {
      "slug": "npm-modesty-fluent-mcp",
      "name": "@modesty/fluent-mcp",
      "description": "MCP server for Fluent (ServiceNow SDK)",
      "website": "https://www.npmjs.com/package/@modesty/fluent-mcp",
      "github_url": "git://github.com/modesty/fluent-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@modesty/fluent-mcp"
        ]
      },
      "tags": [
        "Servicenow SDK",
        "Fluent",
        "mcp",
        "MCP Server",
        "sdk",
        "model-context-protocol",
        "DSL",
        "domain specific language MCP"
      ],
      "_version": "0.2.0",
      "_publisher": "modesty",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.386047+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.239108+00:00"
    },
    {
      "slug": "npm-agiflowai-one-mcp",
      "name": "@agiflowai/one-mcp",
      "description": "One MCP server package",
      "website": "https://www.npmjs.com/package/@agiflowai/one-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agiflowai/one-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "typescript"
      ],
      "_version": "0.4.0",
      "_publisher": "agiflow-ai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.386958+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.241281+00:00"
    },
    {
      "slug": "npm-cookbook-mcp-postmessage",
      "name": "cookbook-mcp-postmessage",
      "description": "Browser-ready Model Context Protocol (MCP) SDK with PostMessage transport for client and server implementations",
      "website": "https://www.npmjs.com/package/cookbook-mcp-postmessage",
      "github_url": "git+https://github.com/steventsao/mcp-postmessage.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "cookbook-mcp-postmessage"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "postmessage",
        "browser",
        "sdk",
        "client",
        "server",
        "iframe"
      ],
      "_version": "0.1.3",
      "_publisher": "steventsao713",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.388205+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.243441+00:00"
    },
    {
      "slug": "npm-mcp-server",
      "name": "mcp-server",
      "description": "mcp server",
      "website": "https://www.npmjs.com/package/mcp-server",
      "github_url": "git+https://github.com/sandy-mount/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server"
        ]
      },
      "tags": [
        "mcp"
      ],
      "_version": "0.0.9",
      "_publisher": "melvincarvalho",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.812342+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.334385+00:00"
    },
    {
      "slug": "npm-upstash-context7-mcp",
      "name": "@upstash/context7-mcp",
      "description": "MCP server for Context7",
      "website": "https://www.npmjs.com/package/@upstash/context7-mcp",
      "github_url": "git+https://github.com/upstash/context7.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@upstash/context7-mcp"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "context7",
        "vibe-coding",
        "developer tools",
        "documentation",
        "context"
      ],
      "_version": "3.0.0",
      "_publisher": "fahreddin.ozcan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.814426+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.338055+00:00"
    },
    {
      "slug": "npm-apify-actors-mcp-server",
      "name": "@apify/actors-mcp-server",
      "description": "Apify MCP Server",
      "website": "https://www.npmjs.com/package/@apify/actors-mcp-server",
      "github_url": "https://github.com/apify/apify-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@apify/actors-mcp-server"
        ]
      },
      "tags": [
        "apify",
        "mcp",
        "server",
        "actors",
        "model context protocol"
      ],
      "_version": "0.10.8",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.816979+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.340081+00:00"
    },
    {
      "slug": "npm-notionhq-notion-mcp-server",
      "name": "@notionhq/notion-mcp-server",
      "description": "Official MCP server for Notion API",
      "website": "https://www.npmjs.com/package/@notionhq/notion-mcp-server",
      "github_url": "git+ssh://git@github.com/makenotion/notion-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@notionhq/notion-mcp-server"
        ]
      },
      "tags": [
        "notion",
        "api",
        "mcp",
        "server"
      ],
      "_version": "2.2.1",
      "_publisher": "quan-notion",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.818805+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.344038+00:00"
    },
    {
      "slug": "npm-chrome-devtools-mcp",
      "name": "chrome-devtools-mcp",
      "description": "MCP server for Chrome DevTools",
      "website": "https://www.npmjs.com/package/chrome-devtools-mcp",
      "github_url": "git+https://github.com/ChromeDevTools/chrome-devtools-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "chrome-devtools-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.820684+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.346065+00:00"
    },
    {
      "slug": "npm-sentry-mcp-server",
      "name": "@sentry/mcp-server",
      "description": "Sentry MCP Server",
      "website": "https://www.npmjs.com/package/@sentry/mcp-server",
      "github_url": "git+ssh://git@github.com/getsentry/sentry-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sentry/mcp-server"
        ]
      },
      "tags": [
        "sentry",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.35.0",
      "_publisher": "sentry-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.822105+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.349701+00:00"
    },
    {
      "slug": "npm-ui5-mcp-server",
      "name": "@ui5/mcp-server",
      "description": "MCP server for SAPUI5/OpenUI5 development",
      "website": "https://www.npmjs.com/package/@ui5/mcp-server",
      "github_url": "git+https://github.com/UI5/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ui5/mcp-server"
        ]
      },
      "tags": [
        "openui5",
        "sapui5",
        "ui5",
        "development",
        "mcp"
      ],
      "_version": "0.2.11",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.823338+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.353239+00:00"
    },
    {
      "slug": "npm-phantom-mcp-server",
      "name": "@phantom/mcp-server",
      "description": "MCP Server for Phantom Wallet",
      "website": "https://www.npmjs.com/package/@phantom/mcp-server",
      "github_url": "git+https://github.com/phantom/phantom-connect-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@phantom/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.2.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.824667+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.356519+00:00"
    },
    {
      "slug": "npm-mcp-server-kubernetes",
      "name": "mcp-server-kubernetes",
      "description": "MCP server for interacting with Kubernetes clusters via kubectl",
      "website": "https://www.npmjs.com/package/mcp-server-kubernetes",
      "github_url": "git+https://github.com/Flux159/mcp-server-kubernetes.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-kubernetes"
        ]
      },
      "tags": [
        "mcp",
        "kubernetes",
        "claude",
        "anthropic",
        "kubectl"
      ],
      "_version": "3.8.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.829137+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.371992+00:00"
    },
    {
      "slug": "npm-heroku-mcp-server",
      "name": "@heroku/mcp-server",
      "description": "Heroku Platform MCP Server",
      "website": "https://www.npmjs.com/package/@heroku/mcp-server",
      "github_url": "git+https://github.com/heroku/heroku-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@heroku/mcp-server"
        ]
      },
      "tags": [
        "heroku",
        "mcp"
      ],
      "_version": "1.2.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.831661+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.379751+00:00"
    },
    {
      "slug": "npm-mapbox-mcp-server",
      "name": "@mapbox/mcp-server",
      "description": "Mapbox MCP server.",
      "website": "https://www.npmjs.com/package/@mapbox/mcp-server",
      "github_url": "git+https://github.com/mapbox/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mapbox/mcp-server"
        ]
      },
      "tags": [
        "mapbox",
        "mcp"
      ],
      "_version": "0.11.0",
      "_publisher": "mbx-npm-02-production",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.834649+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.383190+00:00"
    },
    {
      "slug": "npm-sap-ux-fiori-mcp-server",
      "name": "@sap-ux/fiori-mcp-server",
      "description": "SAP Fiori - Model Context Protocol (MCP) server",
      "website": "https://www.npmjs.com/package/@sap-ux/fiori-mcp-server",
      "github_url": "https://github.com/SAP/open-ux-tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sap-ux/fiori-mcp-server"
        ]
      },
      "tags": [
        "SAP Fiori tools",
        "SAP Fiori elements",
        "SAP Fiori freestyle",
        "MCP",
        "AI"
      ],
      "_version": "0.7.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.837081+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.178437+00:00"
    },
    {
      "slug": "npm-dynatrace-oss-dynatrace-mcp-server",
      "name": "@dynatrace-oss/dynatrace-mcp-server",
      "description": "Model Context Protocol (MCP) server for Dynatrace",
      "website": "https://www.npmjs.com/package/@dynatrace-oss/dynatrace-mcp-server",
      "github_url": "git+https://github.com/dynatrace-oss/dynatrace-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dynatrace-oss/dynatrace-mcp-server"
        ]
      },
      "tags": [
        "Dynatrace",
        "mcp",
        "model-context-protocol",
        "server"
      ],
      "_version": "1.8.5",
      "_publisher": "christian-kreuzberger-dtx",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.840653+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.201235+00:00"
    },
    {
      "slug": "npm-supabase-mcp-server-supabase",
      "name": "@supabase/mcp-server-supabase",
      "description": "MCP server for interacting with Supabase",
      "website": "https://www.npmjs.com/package/@supabase/mcp-server-supabase",
      "github_url": "git+https://github.com/supabase-community/supabase-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@supabase/mcp-server-supabase"
        ]
      },
      "tags": [],
      "_version": "0.8.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.841628+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.394749+00:00"
    },
    {
      "slug": "npm-browserstack-mcp-server",
      "name": "@browserstack/mcp-server",
      "description": "BrowserStack's Official MCP Server",
      "website": "https://www.npmjs.com/package/@browserstack/mcp-server",
      "github_url": "git+https://github.com/browserstack/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@browserstack/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "browserstack",
        "testing",
        "automation"
      ],
      "_version": "1.2.17",
      "_publisher": "browserstack-admin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.844393+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.398912+00:00"
    },
    {
      "slug": "npm-motiffcom-motiff-mcp-server",
      "name": "@motiffcom/motiff-mcp-server",
      "description": "MCP server for motiff",
      "website": "https://www.npmjs.com/package/@motiffcom/motiff-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@motiffcom/motiff-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.19",
      "_publisher": "fjswhlin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.846475+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.400948+00:00"
    },
    {
      "slug": "npm-coinbase-cds-mcp-server",
      "name": "@coinbase/cds-mcp-server",
      "description": "Coinbase Design System - MCP Server",
      "website": "https://www.npmjs.com/package/@coinbase/cds-mcp-server",
      "github_url": "git+ssh://git@github.com/coinbase/cds.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@coinbase/cds-mcp-server"
        ]
      },
      "tags": [],
      "_version": "9.0.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.847812+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.403759+00:00"
    },
    {
      "slug": "npm-azure-devops-mcp",
      "name": "@azure-devops/mcp",
      "description": "MCP server for interacting with Azure DevOps",
      "website": "https://www.npmjs.com/package/@azure-devops/mcp",
      "github_url": "git+https://github.com/microsoft/azure-devops-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure-devops/mcp"
        ]
      },
      "tags": [],
      "_version": "2.7.0",
      "_publisher": "novaes",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.849042+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.406369+00:00"
    },
    {
      "slug": "npm-ivotoby-openapi-mcp-server",
      "name": "@ivotoby/openapi-mcp-server",
      "description": "An MCP server that exposes OpenAPI endpoints as resources",
      "website": "https://www.npmjs.com/package/@ivotoby/openapi-mcp-server",
      "github_url": "git+https://github.com/ivo-toby/mcp-openapi-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ivotoby/openapi-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.14.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.852092+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.410337+00:00"
    },
    {
      "slug": "npm-transcend-io-mcp-server-dsr",
      "name": "@transcend-io/mcp-server-dsr",
      "description": "Transcend MCP Server \u2014 DSR Automation tools.",
      "website": "https://www.npmjs.com/package/@transcend-io/mcp-server-dsr",
      "github_url": "git+https://github.com/transcend-io/tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@transcend-io/mcp-server-dsr"
        ]
      },
      "tags": [],
      "_version": "0.3.8",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.853481+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.415830+00:00"
    },
    {
      "slug": "npm-transcend-io-mcp-server-assessment",
      "name": "@transcend-io/mcp-server-assessment",
      "description": "Transcend MCP Server \u2014 Assessments tools.",
      "website": "https://www.npmjs.com/package/@transcend-io/mcp-server-assessment",
      "github_url": "git+https://github.com/transcend-io/tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@transcend-io/mcp-server-assessment"
        ]
      },
      "tags": [],
      "_version": "0.3.8",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.855937+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.413817+00:00"
    },
    {
      "slug": "npm-transcend-io-mcp-server-inventory",
      "name": "@transcend-io/mcp-server-inventory",
      "description": "Transcend MCP Server \u2014 Data Inventory tools.",
      "website": "https://www.npmjs.com/package/@transcend-io/mcp-server-inventory",
      "github_url": "git+https://github.com/transcend-io/tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@transcend-io/mcp-server-inventory"
        ]
      },
      "tags": [],
      "_version": "0.3.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.857708+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.420527+00:00"
    },
    {
      "slug": "npm-transcend-io-mcp-server-consent",
      "name": "@transcend-io/mcp-server-consent",
      "description": "Transcend MCP Server \u2014 Consent Management tools.",
      "website": "https://www.npmjs.com/package/@transcend-io/mcp-server-consent",
      "github_url": "git+https://github.com/transcend-io/tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@transcend-io/mcp-server-consent"
        ]
      },
      "tags": [],
      "_version": "0.2.10",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.860292+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.431184+00:00"
    },
    {
      "slug": "npm-kubernetes-mcp-server",
      "name": "kubernetes-mcp-server",
      "description": "Model Context Protocol (MCP) server for Kubernetes and OpenShift",
      "website": "https://www.npmjs.com/package/kubernetes-mcp-server",
      "github_url": "git+https://github.com/containers/kubernetes-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kubernetes-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "kubernetes",
        "openshift",
        "model context protocol",
        "model",
        "context",
        "protocol"
      ],
      "_version": "0.0.62",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.862716+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.198033+00:00"
    },
    {
      "slug": "npm-transcend-io-mcp-server-workflows",
      "name": "@transcend-io/mcp-server-workflows",
      "description": "Transcend MCP Server \u2014 Workflows tools.",
      "website": "https://www.npmjs.com/package/@transcend-io/mcp-server-workflows",
      "github_url": "git+https://github.com/transcend-io/tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@transcend-io/mcp-server-workflows"
        ]
      },
      "tags": [],
      "_version": "0.3.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.864164+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.434946+00:00"
    },
    {
      "slug": "npm-transcend-io-mcp-server-admin",
      "name": "@transcend-io/mcp-server-admin",
      "description": "Transcend MCP Server \u2014 Admin tools.",
      "website": "https://www.npmjs.com/package/@transcend-io/mcp-server-admin",
      "github_url": "git+https://github.com/transcend-io/tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@transcend-io/mcp-server-admin"
        ]
      },
      "tags": [],
      "_version": "0.3.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.865411+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.439088+00:00"
    },
    {
      "slug": "npm-penpot-mcp",
      "name": "@penpot/mcp",
      "description": "MCP server for Penpot integration",
      "website": "https://www.npmjs.com/package/@penpot/mcp",
      "github_url": "git+https://github.com/penpot/penpot.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@penpot/mcp"
        ]
      },
      "tags": [],
      "_version": "2.15.0",
      "_publisher": "alotor",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.869200+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.443334+00:00"
    },
    {
      "slug": "npm-shortcut-mcp",
      "name": "@shortcut/mcp",
      "description": "Shortcut MCP Server",
      "website": "https://www.npmjs.com/package/@shortcut/mcp",
      "github_url": "git+https://github.com/useshortcut/mcp-server-shortcut.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@shortcut/mcp"
        ]
      },
      "tags": [
        "shortcut",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "0.24.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.872120+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.445837+00:00"
    },
    {
      "slug": "npm-currents-mcp",
      "name": "@currents/mcp",
      "description": "Currents MCP server",
      "website": "https://www.npmjs.com/package/@currents/mcp",
      "github_url": "git+https://github.com/currents-dev/currents-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@currents/mcp"
        ]
      },
      "tags": [
        "currents",
        "mcp-server",
        "playwright",
        "dashboard",
        "reporting"
      ],
      "_version": "2.3.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.873772+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.448853+00:00"
    },
    {
      "slug": "npm-z-ai-mcp-server",
      "name": "@z_ai/mcp-server",
      "description": "MCP Server for Z.AI - A Model Context Protocol server that provides AI capabilities",
      "website": "https://www.npmjs.com/package/@z_ai/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@z_ai/mcp-server"
        ]
      },
      "tags": [
        "zai",
        "mcp",
        "vision"
      ],
      "_version": "0.1.4",
      "_publisher": "tomsun28",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.875077+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.230735+00:00"
    },
    {
      "slug": "npm-theia-ai-mcp-server",
      "name": "@theia/ai-mcp-server",
      "description": "Theia - MCP Server",
      "website": "https://www.npmjs.com/package/@theia/ai-mcp-server",
      "github_url": "git+https://github.com/eclipse-theia/theia.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@theia/ai-mcp-server"
        ]
      },
      "tags": [
        "theia-extension"
      ],
      "_version": "1.71.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.876179+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.450243+00:00"
    },
    {
      "slug": "npm-aikidosec-mcp",
      "name": "@aikidosec/mcp",
      "description": "Aikido MCP server",
      "website": "https://www.npmjs.com/package/@aikidosec/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aikidosec/mcp"
        ]
      },
      "tags": [
        "aikido",
        "mcp",
        "server",
        "security"
      ],
      "_version": "1.0.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.878538+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.454091+00:00"
    },
    {
      "slug": "npm-eslint-mcp",
      "name": "@eslint/mcp",
      "description": "MCP server for ESLint",
      "website": "https://www.npmjs.com/package/@eslint/mcp",
      "github_url": "git+https://github.com/eslint/rewrite.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@eslint/mcp"
        ]
      },
      "tags": [
        "eslint",
        "mcp"
      ],
      "_version": "0.3.5",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.880053+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.455771+00:00"
    },
    {
      "slug": "npm-transcend-io-mcp-server-discovery",
      "name": "@transcend-io/mcp-server-discovery",
      "description": "Transcend MCP Server \u2014 Data Discovery tools.",
      "website": "https://www.npmjs.com/package/@transcend-io/mcp-server-discovery",
      "github_url": "git+https://github.com/transcend-io/tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@transcend-io/mcp-server-discovery"
        ]
      },
      "tags": [],
      "_version": "0.3.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.881299+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.458654+00:00"
    },
    {
      "slug": "npm-transcend-io-mcp-server-preferences",
      "name": "@transcend-io/mcp-server-preferences",
      "description": "Transcend MCP Server \u2014 Preference Management tools.",
      "website": "https://www.npmjs.com/package/@transcend-io/mcp-server-preferences",
      "github_url": "git+https://github.com/transcend-io/tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@transcend-io/mcp-server-preferences"
        ]
      },
      "tags": [],
      "_version": "0.3.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.884091+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.461378+00:00"
    },
    {
      "slug": "npm-onozaty-redmine-mcp-server",
      "name": "@onozaty/redmine-mcp-server",
      "description": "MCP server for Redmine",
      "website": "https://www.npmjs.com/package/@onozaty/redmine-mcp-server",
      "github_url": "git+https://github.com/onozaty/redmine-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@onozaty/redmine-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "redmine"
      ],
      "_version": "1.2.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.886104+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.463782+00:00"
    },
    {
      "slug": "npm-argocd-mcp",
      "name": "argocd-mcp",
      "description": "Argo CD MCP Server",
      "website": "https://www.npmjs.com/package/argocd-mcp",
      "github_url": "git+https://github.com/argoproj-labs/mcp-for-argocd.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "argocd-mcp"
        ]
      },
      "tags": [
        "mcp",
        "argocd",
        "argocd-mcp",
        "argocd-mcp-server",
        "argo-cd",
        "argo-cd-mcp",
        "argo-cd-mcp-server",
        "cicd"
      ],
      "_version": "0.7.0",
      "_publisher": "alexander-akuity",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.888066+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.465917+00:00"
    },
    {
      "slug": "npm-taazkareem-clickup-mcp-server",
      "name": "@taazkareem/clickup-mcp-server",
      "description": "ClickUp MCP Server - Powering AI Agents with full ClickUp task, document, and chat management capabilities.",
      "website": "https://www.npmjs.com/package/@taazkareem/clickup-mcp-server",
      "github_url": "git+https://github.com/taazkareem/clickup-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@taazkareem/clickup-mcp-server"
        ]
      },
      "tags": [
        "clickup",
        "mcp",
        "ai",
        "tasks",
        "project-management",
        "model-context-protocol",
        "mcp-server",
        "claude"
      ],
      "_version": "0.14.4",
      "_publisher": "taazkareem",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.889467+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.467091+00:00"
    },
    {
      "slug": "npm-transcend-io-mcp-server-base",
      "name": "@transcend-io/mcp-server-base",
      "description": "Shared infrastructure for Transcend MCP Server packages.",
      "website": "https://www.npmjs.com/package/@transcend-io/mcp-server-base",
      "github_url": "git+https://github.com/transcend-io/tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@transcend-io/mcp-server-base"
        ]
      },
      "tags": [],
      "_version": "0.4.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.890838+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.469714+00:00"
    },
    {
      "slug": "npm-gongrzhe-server-gmail-autoauth-mcp",
      "name": "@gongrzhe/server-gmail-autoauth-mcp",
      "description": "Gmail MCP server with auto authentication support",
      "website": "https://www.npmjs.com/package/@gongrzhe/server-gmail-autoauth-mcp",
      "github_url": "git+https://github.com/gongrzhe/server-gmail-autoauth-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gongrzhe/server-gmail-autoauth-mcp"
        ]
      },
      "tags": [
        "gmail",
        "mcp",
        "cursor",
        "ai",
        "oauth",
        "model-context-protocol",
        "google-gmail",
        "claude"
      ],
      "_version": "1.1.11",
      "_publisher": "gongrzhe",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.891883+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.473189+00:00"
    },
    {
      "slug": "npm-mcp-hello-world",
      "name": "mcp-hello-world",
      "description": "A simple Hello World MCP server",
      "website": "https://www.npmjs.com/package/mcp-hello-world",
      "github_url": "git+https://github.com/lobehub/mcp-hello-world.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-hello-world"
        ]
      },
      "tags": [
        "lobehub",
        "model-context-protocol",
        "sdk"
      ],
      "_version": "1.1.2",
      "_publisher": "arvinxx",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.893050+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.478630+00:00"
    },
    {
      "slug": "npm-cap-js-mcp-server",
      "name": "@cap-js/mcp-server",
      "description": "Model Context Protocol (MCP) server for AI-assisted development of CAP applications.",
      "website": "https://www.npmjs.com/package/@cap-js/mcp-server",
      "github_url": "git+https://github.com/cap-js/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cap-js/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.5",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.895380+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.227832+00:00"
    },
    {
      "slug": "npm-salesforce-mcp",
      "name": "@salesforce/mcp",
      "description": "MCP Server for interacting with Salesforce instances",
      "website": "https://www.npmjs.com/package/@salesforce/mcp",
      "github_url": "git+https://github.com/salesforcecli/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@salesforce/mcp"
        ]
      },
      "tags": [],
      "_version": "0.30.12",
      "_publisher": "salesforce-releases",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.896563+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.486645+00:00"
    },
    {
      "slug": "npm-benborla29-mcp-server-mysql",
      "name": "@benborla29/mcp-server-mysql",
      "description": "MCP server for interacting with MySQL databases with write operations support",
      "website": "https://www.npmjs.com/package/@benborla29/mcp-server-mysql",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@benborla29/mcp-server-mysql"
        ]
      },
      "tags": [
        "node",
        "mcp",
        "ai",
        "cursor",
        "mcp-server",
        "modelcontextprotocol",
        "smithery",
        "mcp-get"
      ],
      "_version": "2.0.8",
      "_publisher": "benborla29",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.897739+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.496855+00:00"
    },
    {
      "slug": "npm-esaio-esa-mcp-server",
      "name": "@esaio/esa-mcp-server",
      "description": "Official MCP server for esa.io - STDIO transport version",
      "website": "https://www.npmjs.com/package/@esaio/esa-mcp-server",
      "github_url": "git+https://github.com/esaio/esa-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@esaio/esa-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "esa",
        "esa.io",
        "documentation",
        "knowledge-base"
      ],
      "_version": "0.10.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.898823+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.491424+00:00"
    },
    {
      "slug": "npm-github-computer-use-mcp",
      "name": "@github/computer-use-mcp",
      "description": "Computer Use MCP Server",
      "website": "https://www.npmjs.com/package/@github/computer-use-mcp",
      "github_url": "git+https://github.com/github/computer-use-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@github/computer-use-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.28",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.901924+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.500491+00:00"
    },
    {
      "slug": "npm-negokaz-excel-mcp-server",
      "name": "@negokaz/excel-mcp-server",
      "description": "An MCP server that reads and writes spreadsheet data to MS Excel file",
      "website": "https://www.npmjs.com/package/@negokaz/excel-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@negokaz/excel-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.12.0",
      "_publisher": "negokaz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.903363+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.504585+00:00"
    },
    {
      "slug": "npm-tavily-mcp",
      "name": "tavily-mcp",
      "description": "MCP server for advanced web search using Tavily",
      "website": "https://www.npmjs.com/package/tavily-mcp",
      "github_url": "git+https://github.com/tavily-ai/tavily-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "tavily-mcp"
        ]
      },
      "tags": [
        "tavily-mcp",
        "tavily",
        "mcp",
        "crawl",
        "model-context-protocol",
        "websearch",
        "claude",
        "claude-desktop"
      ],
      "_version": "0.2.19",
      "_publisher": "dustinpulver",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.905292+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.506265+00:00"
    },
    {
      "slug": "npm-superblocksteam-mcp-server",
      "name": "@superblocksteam/mcp-server",
      "description": "Superblocks MCP server",
      "website": "https://www.npmjs.com/package/@superblocksteam/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@superblocksteam/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.0.101-next.1",
      "_publisher": "superblocksteam-admin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.906599+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.508963+00:00"
    },
    {
      "slug": "npm-tocharianou-mcp-server-kibana",
      "name": "@tocharianou/mcp-server-kibana",
      "description": "Kibana MCP Server",
      "website": "https://www.npmjs.com/package/@tocharianou/mcp-server-kibana",
      "github_url": "git+https://github.com/TocharianOU/mcp-server-kibana.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tocharianou/mcp-server-kibana"
        ]
      },
      "tags": [
        "kibana",
        "mcp",
        "mcp-server",
        "elasticsearch",
        "model-context-protocol",
        "elastic-stack",
        "observability",
        "monitoring"
      ],
      "_version": "0.8.0",
      "_publisher": "tocharian",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.907682+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.512361+00:00"
    },
    {
      "slug": "npm-mantine-mcp-server",
      "name": "@mantine/mcp-server",
      "description": "MCP server for Mantine documentation",
      "website": "https://www.npmjs.com/package/@mantine/mcp-server",
      "github_url": "git+https://github.com/mantinedev/mantine.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mantine/mcp-server"
        ]
      },
      "tags": [
        "ai",
        "docs",
        "mantine",
        "mcp",
        "model-context-protocol",
        "react"
      ],
      "_version": "9.2.1",
      "_publisher": "rtivital",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.908593+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.515857+00:00"
    },
    {
      "slug": "npm-upstash-mcp-server",
      "name": "@upstash/mcp-server",
      "description": "MCP server for Upstash",
      "website": "https://www.npmjs.com/package/@upstash/mcp-server",
      "github_url": "git+https://github.com/upstash/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@upstash/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.2.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.912889+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.595134+00:00"
    },
    {
      "slug": "npm-polaris-mcp-server",
      "name": "polaris-mcp-server",
      "description": "Shopify Polaris UI Components MCP Server for AI assistants",
      "website": "https://www.npmjs.com/package/polaris-mcp-server",
      "github_url": "git+https://github.com/shramiknakarmi/polaris-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "polaris-mcp-server"
        ]
      },
      "tags": [
        "shopify",
        "polaris",
        "mcp",
        "ui",
        "components"
      ],
      "_version": "1.0.0",
      "_publisher": "shramiknakarmi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.914932+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.522535+00:00"
    },
    {
      "slug": "npm-datadog-mcp-server",
      "name": "datadog-mcp-server",
      "description": "MCP Server for Datadog API",
      "website": "https://www.npmjs.com/package/datadog-mcp-server",
      "github_url": "git+https://github.com/GeLi2001/datadog-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "datadog-mcp-server"
        ]
      },
      "tags": [
        "datadog",
        "mcp",
        "model-context-protocol",
        "observability",
        "api"
      ],
      "_version": "1.0.9",
      "_publisher": "geli2001",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.919366+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.529139+00:00"
    },
    {
      "slug": "npm-cloudflare-mcp-server-cloudflare",
      "name": "@cloudflare/mcp-server-cloudflare",
      "description": "MCP server for interacting with Cloudflare API",
      "website": "https://www.npmjs.com/package/@cloudflare/mcp-server-cloudflare",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cloudflare/mcp-server-cloudflare"
        ]
      },
      "tags": [],
      "_version": "0.2.0",
      "_publisher": "geelen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.922903+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.537340+00:00"
    },
    {
      "slug": "npm-terraform-mcp-server",
      "name": "terraform-mcp-server",
      "description": "MCP server for Terraform Registry operations",
      "website": "https://www.npmjs.com/package/terraform-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "terraform-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.13.0",
      "_publisher": "thrashr888",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.924161+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.541898+00:00"
    },
    {
      "slug": "npm-circleci-mcp-server-circleci",
      "name": "@circleci/mcp-server-circleci",
      "description": "A Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clients",
      "website": "https://www.npmjs.com/package/@circleci/mcp-server-circleci",
      "github_url": "git+https://github.com/CircleCI-Public/mcp-server-circleci.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@circleci/mcp-server-circleci"
        ]
      },
      "tags": [],
      "_version": "0.15.1",
      "_publisher": "circleci-deploy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.925135+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.401078+00:00"
    },
    {
      "slug": "npm-azure-mcp",
      "name": "@azure/mcp",
      "description": "Azure MCP Server - Model Context Protocol implementation for Azure",
      "website": "https://www.npmjs.com/package/@azure/mcp",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "3.0.0-beta.11",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.926519+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.184643+00:00"
    },
    {
      "slug": "npm-next-devtools-mcp",
      "name": "next-devtools-mcp",
      "description": "Next.js development tools MCP server with stdio transport",
      "website": "https://www.npmjs.com/package/next-devtools-mcp",
      "github_url": "git+https://github.com/vercel/next-devtools-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "next-devtools-mcp"
        ]
      },
      "tags": [],
      "_version": "0.3.10",
      "_publisher": "vercel-release-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.929088+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.550104+00:00"
    },
    {
      "slug": "npm-xeroapi-xero-mcp-server",
      "name": "@xeroapi/xero-mcp-server",
      "description": "MCP server implementation for Xero integration",
      "website": "https://www.npmjs.com/package/@xeroapi/xero-mcp-server",
      "github_url": "git://github.com/XeroAPI/xero-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@xeroapi/xero-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.16",
      "_publisher": "aasimqureshi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.930704+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.553913+00:00"
    },
    {
      "slug": "npm-slite-mcp-server",
      "name": "slite-mcp-server",
      "description": "'Slite MCP server'",
      "website": "https://www.npmjs.com/package/slite-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "slite-mcp-server"
        ]
      },
      "tags": [
        "slite",
        "mcp",
        "llm",
        "nodejs",
        "client",
        "search"
      ],
      "_version": "1.3.0",
      "_publisher": "prenaudin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.931640+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.556664+00:00"
    },
    {
      "slug": "npm-amap-amap-maps-mcp-server",
      "name": "@amap/amap-maps-mcp-server",
      "description": "MCP server for using the AMap Maps API",
      "website": "https://www.npmjs.com/package/@amap/amap-maps-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@amap/amap-maps-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.8",
      "_publisher": "duxiaohui",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.934574+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.561184+00:00"
    },
    {
      "slug": "npm-playwright-mcp-server",
      "name": "playwright-mcp-server",
      "description": "MCP server for generating Playwright tests",
      "website": "https://www.npmjs.com/package/playwright-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "playwright-mcp-server"
        ]
      },
      "tags": [
        "playwright",
        "testing",
        "mcp",
        "cursor",
        "automation"
      ],
      "_version": "1.0.0",
      "_publisher": "siadiur",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.936165+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.564060+00:00"
    },
    {
      "slug": "npm-postman-postman-mcp-server",
      "name": "@postman/postman-mcp-server",
      "description": "A simple MCP server to operate on the Postman API",
      "website": "https://www.npmjs.com/package/@postman/postman-mcp-server",
      "github_url": "git+https://github.com/postmanlabs/postman-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@postman/postman-mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.8.9",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.937533+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.566293+00:00"
    },
    {
      "slug": "npm-tsmztech-mcp-server-salesforce",
      "name": "@tsmztech/mcp-server-salesforce",
      "description": "A Salesforce connector MCP Server.",
      "website": "https://www.npmjs.com/package/@tsmztech/mcp-server-salesforce",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tsmztech/mcp-server-salesforce"
        ]
      },
      "tags": [
        "mcp",
        "salesforce",
        "claude",
        "ai"
      ],
      "_version": "0.0.6",
      "_publisher": "tsmz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.939137+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.569147+00:00"
    },
    {
      "slug": "npm-supabase-mcp-server-postgrest",
      "name": "@supabase/mcp-server-postgrest",
      "description": "MCP server for PostgREST",
      "website": "https://www.npmjs.com/package/@supabase/mcp-server-postgrest",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@supabase/mcp-server-postgrest"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "gregnr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.940403+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.571928+00:00"
    },
    {
      "slug": "npm-mcp-server-code-runner",
      "name": "mcp-server-code-runner",
      "description": "Code Runner MCP Server",
      "website": "https://www.npmjs.com/package/mcp-server-code-runner",
      "github_url": "git+https://github.com/formulahendry/mcp-server-code-runner.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-code-runner"
        ]
      },
      "tags": [
        "mcp",
        "code-runner",
        "server"
      ],
      "_version": "0.1.8",
      "_publisher": "formulahendry",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.941372+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.575102+00:00"
    },
    {
      "slug": "npm-brave-brave-search-mcp-server",
      "name": "@brave/brave-search-mcp-server",
      "description": "Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.",
      "website": "https://www.npmjs.com/package/@brave/brave-search-mcp-server",
      "github_url": "git+https://github.com/brave/brave-search-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@brave/brave-search-mcp-server"
        ]
      },
      "tags": [
        "api",
        "brave",
        "mcp",
        "search"
      ],
      "_version": "2.0.82",
      "_publisher": "brave.com",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.943126+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.578251+00:00"
    },
    {
      "slug": "npm-contentful-mcp-server",
      "name": "@contentful/mcp-server",
      "description": "Contentful MCP Server - Model Context Protocol server for Contentful",
      "website": "https://www.npmjs.com/package/@contentful/mcp-server",
      "github_url": "git+https://github.com/contentful/contentful-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@contentful/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.7.16",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.944976+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.359386+00:00"
    },
    {
      "slug": "npm-socketsecurity-mcp",
      "name": "@socketsecurity/mcp",
      "description": "Socket MCP server for scanning dependencies",
      "website": "https://www.npmjs.com/package/@socketsecurity/mcp",
      "github_url": "git+https://github.com/SocketDev/socket-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@socketsecurity/mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.17",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.950043+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.584423+00:00"
    },
    {
      "slug": "npm-gleanwork-mcp-server-utils",
      "name": "@gleanwork/mcp-server-utils",
      "description": "Shared utilities for MCP server packages",
      "website": "https://www.npmjs.com/package/@gleanwork/mcp-server-utils",
      "github_url": "git+ssh://git@github.com/gleanwork/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gleanwork/mcp-server-utils"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server"
      ],
      "_version": "0.10.1",
      "_publisher": "rwjblue-glean",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.951864+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.588157+00:00"
    },
    {
      "slug": "npm-hostinger-api-mcp",
      "name": "hostinger-api-mcp",
      "description": "MCP server for Hostinger API",
      "website": "https://www.npmjs.com/package/hostinger-api-mcp",
      "github_url": "git+https://github.com/hostinger/api-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hostinger-api-mcp"
        ]
      },
      "tags": [
        "hostinger",
        "mcp",
        "server",
        "rest",
        "api"
      ],
      "_version": "0.2.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.953942+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.592065+00:00"
    },
    {
      "slug": "npm-siemens-element-mcp",
      "name": "@siemens/element-mcp",
      "description": "Element MCP server",
      "website": "https://www.npmjs.com/package/@siemens/element-mcp",
      "github_url": "https://code.siemens.com/ux/sdl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@siemens/element-mcp"
        ]
      },
      "tags": [
        "element",
        "mcp",
        "ai"
      ],
      "_version": "49.9.0-v.1.10.5",
      "_publisher": "siemens-element-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.956190+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.597894+00:00"
    },
    {
      "slug": "npm-codex-mcp-server",
      "name": "codex-mcp-server",
      "description": "MCP server wrapper for OpenAI Codex CLI",
      "website": "https://www.npmjs.com/package/codex-mcp-server",
      "github_url": "git+https://github.com/tuannvm/codex-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "codex-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "codex",
        "openai",
        "claude",
        "ai",
        "cli"
      ],
      "_version": "1.4.10",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.957698+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.599708+00:00"
    },
    {
      "slug": "npm-kernlang-mcp-server",
      "name": "@kernlang/mcp-server",
      "description": "KERN MCP server \u2014 compile, review, and analyze .kern files via MCP",
      "website": "https://www.npmjs.com/package/@kernlang/mcp-server",
      "github_url": "git+https://github.com/KERNlang/kern.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kernlang/mcp-server"
        ]
      },
      "tags": [
        "kern",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "dsl",
        "compiler",
        "transpiler"
      ],
      "_version": "3.5.4",
      "_publisher": "cukasn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.958821+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.603211+00:00"
    },
    {
      "slug": "npm-agentation-mcp",
      "name": "agentation-mcp",
      "description": "MCP server for Agentation - visual feedback for AI coding agents",
      "website": "https://www.npmjs.com/package/agentation-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agentation-mcp"
        ]
      },
      "tags": [],
      "_version": "1.2.0",
      "_publisher": "benjitaylor",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.960940+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.607179+00:00"
    },
    {
      "slug": "npm-hostsmith-mcp-server",
      "name": "@hostsmith/mcp-server",
      "description": "MCP server for the Hostsmith hosting platform",
      "website": "https://www.npmjs.com/package/@hostsmith/mcp-server",
      "github_url": "git+https://github.com/hostsmith/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hostsmith/mcp-server"
        ]
      },
      "tags": [
        "hostsmith",
        "mcp",
        "model-context-protocol",
        "hosting",
        "deploy"
      ],
      "_version": "1.5.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.964285+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.612330+00:00"
    },
    {
      "slug": "npm-regle-mcp-server",
      "name": "@regle/mcp-server",
      "description": "MCP Server for Regle",
      "website": "https://www.npmjs.com/package/@regle/mcp-server",
      "github_url": "git+https://github.com/victorgarciaesgi/regle.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@regle/mcp-server"
        ]
      },
      "tags": [
        "ai",
        "forms",
        "mcp",
        "model-context-protocol",
        "regle",
        "validation",
        "vue"
      ],
      "_version": "1.26.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.966134+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.616187+00:00"
    },
    {
      "slug": "npm-malicious-mcp-server",
      "name": "malicious-mcp-server",
      "description": "A deliberately malicious MCP server for E2E testing purposes",
      "website": "https://www.npmjs.com/package/malicious-mcp-server",
      "github_url": "git+https://github.com/anysource-AI/malicious-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "malicious-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "testing",
        "e2e"
      ],
      "_version": "1.5.0",
      "_publisher": "rwilinski",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.968398+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.621595+00:00"
    },
    {
      "slug": "npm-nexus2520-bitbucket-mcp-server",
      "name": "@nexus2520/bitbucket-mcp-server",
      "description": "MCP server for Bitbucket API integration - supports both Cloud and Server",
      "website": "https://www.npmjs.com/package/@nexus2520/bitbucket-mcp-server",
      "github_url": "git+https://github.com/pdogra1299/bitbucket-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nexus2520/bitbucket-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "bitbucket",
        "api",
        "model-context-protocol",
        "bitbucket-server",
        "bitbucket-cloud",
        "pull-request",
        "code-review"
      ],
      "_version": "2.1.0",
      "_publisher": "pdogra",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.969656+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.625498+00:00"
    },
    {
      "slug": "npm-mcp-apps-kusto-mcp-server",
      "name": "@mcp-apps/kusto-mcp-server",
      "description": "MCP server for interacting with Kusto databases",
      "website": "https://www.npmjs.com/package/@mcp-apps/kusto-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-apps/kusto-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "kusto",
        "azure-data-explorer",
        "model-context-protocol",
        "adx",
        "database",
        "query",
        "analytics"
      ],
      "_version": "1.0.47",
      "_publisher": "aditya.vaish",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.971928+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.629533+00:00"
    },
    {
      "slug": "npm-microsoft-clarity-mcp-server",
      "name": "@microsoft/clarity-mcp-server",
      "description": "MCP Server for Microsoft Clarity based on data export API",
      "website": "https://www.npmjs.com/package/@microsoft/clarity-mcp-server",
      "github_url": "git+https://github.com/microsoft/clarity-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/clarity-mcp-server"
        ]
      },
      "tags": [
        "clarity",
        "behavior-analytics-tools",
        "heatmaps",
        "session-recordings",
        "insights",
        "analytics",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "2.0.1",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.973801+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.634470+00:00"
    },
    {
      "slug": "npm-openapi-mcp-generator",
      "name": "openapi-mcp-generator",
      "description": "Generates MCP server code from OpenAPI specifications",
      "website": "https://www.npmjs.com/package/openapi-mcp-generator",
      "github_url": "git+https://github.com/harsha-iiiv/openapi-mcp-generator.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "openapi-mcp-generator"
        ]
      },
      "tags": [
        "openapi",
        "mcp",
        "model-context-protocol",
        "generator",
        "llm",
        "ai",
        "api"
      ],
      "_version": "3.3.0",
      "_publisher": "harshasurisetty",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.974867+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.638024+00:00"
    },
    {
      "slug": "npm-alchemy-mcp-server",
      "name": "@alchemy/mcp-server",
      "description": "MCP server for using Alchemy APIs",
      "website": "https://www.npmjs.com/package/@alchemy/mcp-server",
      "github_url": "git+https://github.com/alchemyplatform/alchemy-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@alchemy/mcp-server"
        ]
      },
      "tags": [
        "alchemy",
        "mcp",
        "model-context-protocol",
        "blockchain"
      ],
      "_version": "0.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.977164+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.642483+00:00"
    },
    {
      "slug": "npm-shadcn-ui-mcp-server",
      "name": "shadcn-ui-mcp-server",
      "description": "MCP server for shadcn/ui component references",
      "website": "https://www.npmjs.com/package/shadcn-ui-mcp-server",
      "github_url": "git+https://github.com/ymadd/shadcn-ui-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "shadcn-ui-mcp-server"
        ]
      },
      "tags": [
        "shadcn/ui",
        "MCP",
        "model context protocol",
        "component references"
      ],
      "_version": "0.1.2",
      "_publisher": "ymadd",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.980573+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.646395+00:00"
    },
    {
      "slug": "npm-softeria-ms-365-mcp-server",
      "name": "@softeria/ms-365-mcp-server",
      "description": "A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API",
      "website": "https://www.npmjs.com/package/@softeria/ms-365-mcp-server",
      "github_url": "git+https://github.com/Softeria/ms-365-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@softeria/ms-365-mcp-server"
        ]
      },
      "tags": [
        "microsoft",
        "365",
        "mcp",
        "server"
      ],
      "_version": "0.113.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.982434+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.455557+00:00"
    },
    {
      "slug": "npm-vendure-mcp-server",
      "name": "@vendure/mcp-server",
      "description": "The official Vendure MCP server",
      "website": "https://www.npmjs.com/package/@vendure/mcp-server",
      "github_url": "git+https://github.com/vendure-ecommerce/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vendure/mcp-server"
        ]
      },
      "tags": [
        "vendure",
        "mcp",
        "cli",
        "orchestration",
        "server"
      ],
      "_version": "1.0.4-alpha",
      "_publisher": "housein_is_programming",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.985084+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.651797+00:00"
    },
    {
      "slug": "npm-microsoft-workiq",
      "name": "@microsoft/workiq",
      "description": "MCP server for Microsoft 365 Copilot",
      "website": "https://www.npmjs.com/package/@microsoft/workiq",
      "github_url": "git+https://github.com/microsoft/work-iq.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/workiq"
        ]
      },
      "tags": [
        "copilot",
        "m365",
        "mcp",
        "mcp-server",
        "ai",
        "agents",
        "workiq"
      ],
      "_version": "0.4.1",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.986354+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.659989+00:00"
    },
    {
      "slug": "npm-extentos-mcp-server",
      "name": "@extentos/mcp-server",
      "description": "Extentos MCP server \u2014 deterministic tools for building Meta-glasses apps.",
      "website": "https://www.npmjs.com/package/@extentos/mcp-server",
      "github_url": "git+https://github.com/Asgermolgaard/vibe-hardware.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@extentos/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "meta-glasses",
        "ray-ban",
        "extentos",
        "ai-agents",
        "claude-code"
      ],
      "_version": "0.1.0",
      "_publisher": "extentosasger",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.987691+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.655599+00:00"
    },
    {
      "slug": "npm-storybook-mcp-server",
      "name": "storybook-mcp-server",
      "description": "MCP server for Storybook - provides AI assistants access to components, stories, properties and screenshots",
      "website": "https://www.npmjs.com/package/storybook-mcp-server",
      "github_url": "git+https://github.com/stefanoamorelli/storybook-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "storybook-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "storybook",
        "model-context-protocol",
        "claude",
        "claude-desktop",
        "anthropic",
        "puppeteer"
      ],
      "_version": "0.1.3",
      "_publisher": "stefano.amorelli",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.989420+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.663605+00:00"
    },
    {
      "slug": "npm-gezhe-mcp-server",
      "name": "gezhe-mcp-server",
      "description": "gezhe ppt mcp server",
      "website": "https://www.npmjs.com/package/gezhe-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "gezhe-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.9",
      "_publisher": "guangfei",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.990678+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.665691+00:00"
    },
    {
      "slug": "npm-gleanwork-local-mcp-server",
      "name": "@gleanwork/local-mcp-server",
      "description": "MCP server for Glean API integration",
      "website": "https://www.npmjs.com/package/@gleanwork/local-mcp-server",
      "github_url": "git+ssh://git@github.com/gleanwork/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gleanwork/local-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server"
      ],
      "_version": "0.10.1",
      "_publisher": "rwjblue-glean",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.991577+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.669165+00:00"
    },
    {
      "slug": "npm-knip-mcp",
      "name": "@knip/mcp",
      "description": "Knip MCP Server",
      "website": "https://www.npmjs.com/package/@knip/mcp",
      "github_url": "git+https://github.com/webpro-nl/knip.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@knip/mcp"
        ]
      },
      "tags": [
        "knip",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.0.29",
      "_publisher": "webpro",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.993814+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.672547+00:00"
    },
    {
      "slug": "npm-bitwarden-mcp-server",
      "name": "@bitwarden/mcp-server",
      "description": "Bitwarden MCP Server",
      "website": "https://www.npmjs.com/package/@bitwarden/mcp-server",
      "github_url": "git+https://github.com/bitwarden/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bitwarden/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2026.5.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:47.998340+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.675794+00:00"
    },
    {
      "slug": "npm-ragieai-mcp-server",
      "name": "@ragieai/mcp-server",
      "description": "A Model Context Protocol (MCP) server for Ragie",
      "website": "https://www.npmjs.com/package/@ragieai/mcp-server",
      "github_url": "git+https://github.com/ragieai/ragie-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ragieai/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ragie",
        "knowledge-base",
        "retrieval",
        "ai",
        "claude",
        "anthropic"
      ],
      "_version": "1.0.0",
      "_publisher": "foobarfighter",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.001861+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.252691+00:00"
    },
    {
      "slug": "npm-growthbook-mcp",
      "name": "@growthbook/mcp",
      "description": "MCP Server for interacting with GrowthBook",
      "website": "https://www.npmjs.com/package/@growthbook/mcp",
      "github_url": "git+https://github.com/growthbook/growthbook-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@growthbook/mcp"
        ]
      },
      "tags": [
        "growthbook",
        "mcp",
        "modelcontextprotocol",
        "featureflags",
        "experiments"
      ],
      "_version": "1.8.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.004496+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.680964+00:00"
    },
    {
      "slug": "npm-zereight-mcp-gitlab",
      "name": "@zereight/mcp-gitlab",
      "description": "GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more",
      "website": "https://www.npmjs.com/package/@zereight/mcp-gitlab",
      "github_url": "git+https://github.com/zereight/gitlab-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zereight/mcp-gitlab"
        ]
      },
      "tags": [
        "gitlab",
        "gitlab-mcp",
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "gitlab-api",
        "claude",
        "cursor"
      ],
      "_version": "2.1.15",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.007275+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.683479+00:00"
    },
    {
      "slug": "npm-ehrocks-fe-mcp-server",
      "name": "@ehrocks/fe-mcp-server",
      "description": "MCP server for searching Hero Design System components",
      "website": "https://www.npmjs.com/package/@ehrocks/fe-mcp-server",
      "github_url": "git+https://github.com/thinkei/fe-mcp-service.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ehrocks/fe-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "hero-design",
        "components",
        "search"
      ],
      "_version": "1.0.6",
      "_publisher": "ehrocks-dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.009551+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.687466+00:00"
    },
    {
      "slug": "npm-mcp-searxng",
      "name": "mcp-searxng",
      "description": "MCP server for SearXNG integration",
      "website": "https://www.npmjs.com/package/mcp-searxng",
      "github_url": "git+https://github.com/ihor-sokoliuk/mcp-searxng.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-searxng"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "searxng",
        "search",
        "web-search",
        "claude",
        "ai",
        "pagination"
      ],
      "_version": "1.0.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.011867+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.689793+00:00"
    },
    {
      "slug": "npm-vibeframe-mcp-server",
      "name": "@vibeframe/mcp-server",
      "description": "VibeFrame MCP Server - AI-native video editing via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@vibeframe/mcp-server",
      "github_url": "git+https://github.com/vericontext/vibeframe.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vibeframe/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "vibeframe",
        "video-editing",
        "ai",
        "claude-desktop",
        "cursor"
      ],
      "_version": "0.106.0",
      "_publisher": "kiyeonjeon21",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.014044+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.473193+00:00"
    },
    {
      "slug": "npm-elixium-ai-mcp-server",
      "name": "@elixium.ai/mcp-server",
      "description": "MCP Server for Elixium.ai",
      "website": "https://www.npmjs.com/package/@elixium.ai/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@elixium.ai/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.14.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.016759+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.697259+00:00"
    },
    {
      "slug": "npm-variflight-ai-variflight-mcp",
      "name": "@variflight-ai/variflight-mcp",
      "description": "Variflight MCP Server",
      "website": "https://www.npmjs.com/package/@variflight-ai/variflight-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@variflight-ai/variflight-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.3",
      "_publisher": "liyuanzheng",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.019542+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.699542+00:00"
    },
    {
      "slug": "npm-angelogiacco-elevenlabs-mcp-server",
      "name": "@angelogiacco/elevenlabs-mcp-server",
      "description": "An ElevenLabs MCP server",
      "website": "https://www.npmjs.com/package/@angelogiacco/elevenlabs-mcp-server",
      "github_url": "git+https://github.com/angelogiacco/elevenlabs-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@angelogiacco/elevenlabs-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.4",
      "_publisher": "angelogiacco",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.022178+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.700840+00:00"
    },
    {
      "slug": "npm-storybook-mcp",
      "name": "@storybook/mcp",
      "description": "MCP server that serves knowledge about your components based on your Storybook stories and documentation",
      "website": "https://www.npmjs.com/package/@storybook/mcp",
      "github_url": "git+https://github.com/storybookjs/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@storybook/mcp"
        ]
      },
      "tags": [
        "mcp",
        "storybook"
      ],
      "_version": "0.7.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.023778+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.575728+00:00"
    },
    {
      "slug": "npm-fdic-mcp-server",
      "name": "fdic-mcp-server",
      "description": "MCP server for the FDIC BankFind Suite API",
      "website": "https://www.npmjs.com/package/fdic-mcp-server",
      "github_url": "git+https://github.com/jflamb/fdic-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "fdic-mcp-server"
        ]
      },
      "tags": [
        "fdic",
        "bankfind",
        "mcp",
        "model-context-protocol",
        "banking"
      ],
      "_version": "1.30.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.024816+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.705693+00:00"
    },
    {
      "slug": "npm-qase-mcp-server",
      "name": "@qase/mcp-server",
      "description": "Official MCP server for Qase Test Management Platform",
      "website": "https://www.npmjs.com/package/@qase/mcp-server",
      "github_url": "git+https://github.com/qase-tms/qase-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@qase/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "qase",
        "testing",
        "test-management",
        "model-context-protocol",
        "test-automation",
        "qa",
        "quality-assurance"
      ],
      "_version": "1.1.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.026306+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.708696+00:00"
    },
    {
      "slug": "npm-voltagent-mcp-server",
      "name": "@voltagent/mcp-server",
      "description": "VoltAgent MCP server implementation for exposing agents, tools, and workflows via the Model Context Protocol.",
      "website": "https://www.npmjs.com/package/@voltagent/mcp-server",
      "github_url": "git+https://github.com/VoltAgent/voltagent.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@voltagent/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.0.2",
      "_publisher": "omerfarukaplak",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.030264+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.445241+00:00"
    },
    {
      "slug": "npm-graphlit-mcp-server",
      "name": "graphlit-mcp-server",
      "description": "Graphlit MCP Server",
      "website": "https://www.npmjs.com/package/graphlit-mcp-server",
      "github_url": "git+https://github.com/graphlit/graphlit-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "graphlit-mcp-server"
        ]
      },
      "tags": [
        "Graphlit",
        "API",
        "LLM",
        "AI",
        "RAG",
        "OpenAI",
        "PDF",
        "parsing"
      ],
      "_version": "1.0.20260112001",
      "_publisher": "kirkmarple",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.032764+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.713663+00:00"
    },
    {
      "slug": "npm-firefly-iii-mcp-server",
      "name": "@firefly-iii-mcp/server",
      "description": "Host Firefly III MCP server as a service.",
      "website": "https://www.npmjs.com/package/@firefly-iii-mcp/server",
      "github_url": "git+https://github.com/etnperlong/firefly-iii-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@firefly-iii-mcp/server"
        ]
      },
      "tags": [
        "firefly-iii",
        "mcp",
        "model-context-protocol",
        "personal-finance",
        "server"
      ],
      "_version": "1.4.0",
      "_publisher": "etnperlong",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.040054+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.715750+00:00"
    },
    {
      "slug": "npm-transloadit-mcp-server",
      "name": "@transloadit/mcp-server",
      "description": "Transloadit MCP server",
      "website": "https://www.npmjs.com/package/@transloadit/mcp-server",
      "github_url": "git+https://github.com/transloadit/node-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@transloadit/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "ai",
        "agent",
        "llm",
        "claude",
        "transloadit"
      ],
      "_version": "0.3.23",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.041844+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.717016+00:00"
    },
    {
      "slug": "npm-lsp-mcp-server",
      "name": "lsp-mcp-server",
      "description": "MCP server bridging Claude Code to Language Server Protocol servers",
      "website": "https://www.npmjs.com/package/lsp-mcp-server",
      "github_url": "git+https://github.com/ProfessioneIT/lsp-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "lsp-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "lsp",
        "language-server",
        "claude",
        "code-intelligence"
      ],
      "_version": "1.1.17",
      "_publisher": "ivan.iraci",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.044004+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.718039+00:00"
    },
    {
      "slug": "npm-obsidian-mcp-server",
      "name": "obsidian-mcp-server",
      "description": "MCP server for Obsidian vaults \u2014 read, write, search, and surgically edit notes, tags, and frontmatter via the Local REST API plugin. STDIO or Streamable HTTP.",
      "website": "https://www.npmjs.com/package/obsidian-mcp-server",
      "github_url": "git+https://github.com/cyanheads/obsidian-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "obsidian-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "obsidian",
        "obsidian-vault",
        "knowledge-base",
        "note-taking",
        "llm"
      ],
      "_version": "3.2.2",
      "_publisher": "cyanheads",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.047451+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.723078+00:00"
    },
    {
      "slug": "npm-driflyte-mcp-server",
      "name": "@driflyte/mcp-server",
      "description": "MCP Server for Driflyte",
      "website": "https://www.npmjs.com/package/@driflyte/mcp-server",
      "github_url": "git+https://github.com/serkan-ozal/driflyte-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@driflyte/mcp-server"
        ]
      },
      "tags": [
        "mcp-server",
        "web-crawler",
        "ai",
        "llm"
      ],
      "_version": "0.1.15",
      "_publisher": "serkan-ozal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.048826+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.726668+00:00"
    },
    {
      "slug": "npm-targetprocess-mcp-server",
      "name": "targetprocess-mcp-server",
      "description": "MCP server for Tartget Process",
      "website": "https://www.npmjs.com/package/targetprocess-mcp-server",
      "github_url": "git+https://github.com/SerhiiMaksymiv/targetprocess-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "targetprocess-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "tp",
        "mcp-server",
        "targetprocess",
        "targetprocess-server"
      ],
      "_version": "2.2.7-a",
      "_publisher": "s.mcsymiv",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.051395+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.729034+00:00"
    },
    {
      "slug": "npm-henkey-postgres-mcp-server",
      "name": "@henkey/postgres-mcp-server",
      "description": "A Model Context Protocol (MCP) server that provides comprehensive PostgreSQL database management capabilities for AI assistants",
      "website": "https://www.npmjs.com/package/@henkey/postgres-mcp-server",
      "github_url": "git+https://github.com/HenkDz/postgresql-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@henkey/postgres-mcp-server"
        ]
      },
      "tags": [
        "postgresql",
        "postgres",
        "mcp",
        "database",
        "model-context-protocol",
        "ai",
        "claude",
        "database-management"
      ],
      "_version": "1.0.5",
      "_publisher": "henkey",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.053119+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.596145+00:00"
    },
    {
      "slug": "npm-smartbear-mcp",
      "name": "@smartbear/mcp",
      "description": "MCP server for interacting SmartBear Products",
      "website": "https://www.npmjs.com/package/@smartbear/mcp",
      "github_url": "git+ssh://git@github.com/SmartBear/smartbear-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@smartbear/mcp"
        ]
      },
      "tags": [
        "smartbear",
        "mcp",
        "bugsnag",
        "reflect",
        "swagger",
        "pactflow",
        "zephyr",
        "qtm4j"
      ],
      "_version": "0.23.0",
      "_publisher": "smartbear_devops",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.055227+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.733735+00:00"
    },
    {
      "slug": "npm-deepl-mcp-server",
      "name": "deepl-mcp-server",
      "description": "MCP server for DeepL translation API",
      "website": "https://www.npmjs.com/package/deepl-mcp-server",
      "github_url": "git+https://github.com/DeepLcom/deepl-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "deepl-mcp-server"
        ]
      },
      "tags": [
        "deepl",
        "mcp",
        "translation",
        "claude",
        "ai"
      ],
      "_version": "1.1.0",
      "_publisher": "deepl-com",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.056524+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.732014+00:00"
    },
    {
      "slug": "npm-agentmail-mcp",
      "name": "agentmail-mcp",
      "description": "AgentMail MCP Server",
      "website": "https://www.npmjs.com/package/agentmail-mcp",
      "github_url": "git+https://github.com/agentmail-to/agentmail-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agentmail-mcp"
        ]
      },
      "tags": [
        "agentmail",
        "mcp",
        "server",
        "tools"
      ],
      "_version": "0.2.2",
      "_publisher": "agentmail-admin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.057822+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.737801+00:00"
    },
    {
      "slug": "npm-langsmith-mcp-server",
      "name": "langsmith-mcp-server",
      "description": "LangSmith MCP Server - TypeScript implementation",
      "website": "https://www.npmjs.com/package/langsmith-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "langsmith-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.7",
      "_publisher": "amitrechavia",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.058922+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.739596+00:00"
    },
    {
      "slug": "npm-nexus2520-jira-mcp-server",
      "name": "@nexus2520/jira-mcp-server",
      "description": "MCP server for Jira API integration - supports Jira Cloud",
      "website": "https://www.npmjs.com/package/@nexus2520/jira-mcp-server",
      "github_url": "git+https://github.com/pdogra1299/jira-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nexus2520/jira-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "jira",
        "api",
        "model-context-protocol",
        "jira-cloud",
        "issue-tracking",
        "atlassian"
      ],
      "_version": "1.2.0",
      "_publisher": "pdogra",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.061266+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.744645+00:00"
    },
    {
      "slug": "npm-unclick-mcp-server",
      "name": "@unclick/mcp-server",
      "description": "MCP server for the UnClick tool marketplace \u2014 lets AI agents discover and use every UnClick tool",
      "website": "https://www.npmjs.com/package/@unclick/mcp-server",
      "github_url": "git+https://github.com/malamutemayhem/unclick.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@unclick/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "unclick",
        "ai",
        "tools",
        "utilities"
      ],
      "_version": "0.3.99",
      "_publisher": "malamutemayhem",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.063270+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.748889+00:00"
    },
    {
      "slug": "npm-professional-wiki-mediawiki-mcp-server",
      "name": "@professional-wiki/mediawiki-mcp-server",
      "description": "Model Context Protocol (MCP) server for MediaWiki",
      "website": "https://www.npmjs.com/package/@professional-wiki/mediawiki-mcp-server",
      "github_url": "git+https://github.com/ProfessionalWiki/MediaWiki-MCP-Server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@professional-wiki/mediawiki-mcp-server"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "mediawiki",
        "wiki",
        "wikipedia",
        "wikimedia",
        "knowledge",
        "wikibase"
      ],
      "_version": "0.9.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.064697+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.344615+00:00"
    },
    {
      "slug": "npm-agent-infra-mcp-server-browser",
      "name": "@agent-infra/mcp-server-browser",
      "description": "MCP server for browser use access",
      "website": "https://www.npmjs.com/package/@agent-infra/mcp-server-browser",
      "github_url": "git+https://github.com/bytedance/UI-TARS-desktop.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agent-infra/mcp-server-browser"
        ]
      },
      "tags": [],
      "_version": "1.2.29",
      "_publisher": "oanakiaja",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.066333+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.753881+00:00"
    },
    {
      "slug": "npm-geunoh-s3-mcp-server",
      "name": "@geunoh/s3-mcp-server",
      "description": "MCP Server for accessing S3 bucket",
      "website": "https://www.npmjs.com/package/@geunoh/s3-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@geunoh/s3-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "s3",
        "aws",
        "server"
      ],
      "_version": "1.3.1",
      "_publisher": "geunoh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.069579+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.758358+00:00"
    },
    {
      "slug": "npm-agent-orchestrator-mcp-server",
      "name": "agent-orchestrator-mcp-server",
      "description": "Local implementation of agent-orchestrator MCP server",
      "website": "https://www.npmjs.com/package/agent-orchestrator-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agent-orchestrator-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude-code",
        "agent-orchestrator",
        "pulsemcp"
      ],
      "_version": "0.8.3",
      "_publisher": "tadasant",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.071956+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.762511+00:00"
    },
    {
      "slug": "npm-hovecapital-read-only-mysql-mcp-server",
      "name": "@hovecapital/read-only-mysql-mcp-server",
      "description": "A Model Context Protocol (MCP) server that enables Claude Desktop to interact with MySQL databases through read-only queries",
      "website": "https://www.npmjs.com/package/@hovecapital/read-only-mysql-mcp-server",
      "github_url": "git+https://github.com/hovecapital/read-only-local-mysql-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hovecapital/read-only-mysql-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mysql",
        "database",
        "claude",
        "claude-desktop",
        "ai",
        "read-only"
      ],
      "_version": "0.1.1",
      "_publisher": "xwj30",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.073655+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.570279+00:00"
    },
    {
      "slug": "npm-pandacss-mcp",
      "name": "@pandacss/mcp",
      "description": "MCP server for Panda CSS AI assistants",
      "website": "https://www.npmjs.com/package/@pandacss/mcp",
      "github_url": "git+https://github.com/chakra-ui/panda.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pandacss/mcp"
        ]
      },
      "tags": [],
      "_version": "1.11.1",
      "_publisher": "segunadebayo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.074899+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.766480+00:00"
    },
    {
      "slug": "npm-delorenj-mcp-server-trello",
      "name": "@delorenj/mcp-server-trello",
      "description": "An MCP server for Trello boards, powered by Bun for maximum performance.",
      "website": "https://www.npmjs.com/package/@delorenj/mcp-server-trello",
      "github_url": "git+https://github.com/delorenj/mcp-server-trello.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@delorenj/mcp-server-trello"
        ]
      },
      "tags": [
        "mcp",
        "trello",
        "bun",
        "automation",
        "productivity",
        "model-context-protocol",
        "api",
        "integration"
      ],
      "_version": "1.7.1",
      "_publisher": "lasertoast",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.077455+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.771928+00:00"
    },
    {
      "slug": "npm-milaboratories-pl-mcp-server",
      "name": "@milaboratories/pl-mcp-server",
      "description": "MCP server for Platforma Desktop",
      "website": "https://www.npmjs.com/package/@milaboratories/pl-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@milaboratories/pl-mcp-server"
        ]
      },
      "tags": [],
      "_version": "14.0.0",
      "_publisher": "mike-ainsel",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.079231+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.773899+00:00"
    },
    {
      "slug": "npm-agent-infra-mcp-server-filesystem",
      "name": "@agent-infra/mcp-server-filesystem",
      "description": "MCP server for filesystem access",
      "website": "https://www.npmjs.com/package/@agent-infra/mcp-server-filesystem",
      "github_url": "git+https://github.com/bytedance/UI-TARS-desktop.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agent-infra/mcp-server-filesystem"
        ]
      },
      "tags": [],
      "_version": "1.2.29",
      "_publisher": "oanakiaja",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.081702+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.782568+00:00"
    },
    {
      "slug": "npm-codeloop-mcp-server",
      "name": "codeloop-mcp-server",
      "description": "CodeLoop MCP server - verification, self-repair, and recommendation layer for AI coding agents",
      "website": "https://www.npmjs.com/package/codeloop-mcp-server",
      "github_url": "git+https://github.com/OrienjoJi/codeloop-internal.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "codeloop-mcp-server"
        ]
      },
      "tags": [
        "codeloop",
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "cursor",
        "cursor-ide",
        "claude-code",
        "testing"
      ],
      "_version": "0.1.51",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.084625+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.783912+00:00"
    },
    {
      "slug": "npm-linkup-mcp-server",
      "name": "linkup-mcp-server",
      "description": "Linkup MCP server for web search",
      "website": "https://www.npmjs.com/package/linkup-mcp-server",
      "github_url": "git+https://github.com/LinkupPlatform/linkup-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "linkup-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "search mcp",
        "modelcontextprotocol",
        "linkup",
        "workflow",
        "websearch",
        "search",
        "ai"
      ],
      "_version": "3.2.0",
      "_publisher": "will-linkup",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.087624+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.785699+00:00"
    },
    {
      "slug": "npm-godot-mcp-server",
      "name": "godot-mcp-server",
      "description": "MCP server for Godot game engine integration",
      "website": "https://www.npmjs.com/package/godot-mcp-server",
      "github_url": "git+https://github.com/tomyud1/godot-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "godot-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "godot",
        "game-development",
        "ai-assistant"
      ],
      "_version": "0.5.0",
      "_publisher": "tomyud",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.090277+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.788516+00:00"
    },
    {
      "slug": "npm-cls-mcp-server",
      "name": "cls-mcp-server",
      "description": "[![npm version](https://img.shields.io/npm/v/cls-mcp-server)](https://www.npmjs.com/package/cls-mcp-server) [![license](https://img.shields.io/npm/l/cls-mcp-server)](https://github.com/Tencent/cls-mcp-server/blob/v1.1.0/LICENSE)",
      "website": "https://www.npmjs.com/package/cls-mcp-server",
      "github_url": "git+https://github.com/Tencent/cls-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "cls-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.1.0",
      "_publisher": "ianhu92",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.093859+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.790574+00:00"
    },
    {
      "slug": "npm-mastra-mcp-docs-server",
      "name": "@mastra/mcp-docs-server",
      "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
      "website": "https://www.npmjs.com/package/@mastra/mcp-docs-server",
      "github_url": "git+https://github.com/mastra-ai/mastra.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mastra/mcp-docs-server"
        ]
      },
      "tags": [],
      "_version": "1.1.39",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.096531+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.794648+00:00"
    },
    {
      "slug": "npm-contextlint-mcp-server",
      "name": "@contextlint/mcp-server",
      "description": "MCP server for contextlint",
      "website": "https://www.npmjs.com/package/@contextlint/mcp-server",
      "github_url": "https://github.com/nozomi-koborinai/contextlint.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@contextlint/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.1.1",
      "_publisher": "nozomi-koborinai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.098111+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.798127+00:00"
    },
    {
      "slug": "npm-rewind-mcp-server",
      "name": "rewind-mcp-server",
      "description": "MCP server for the Rewind personal data API",
      "website": "https://www.npmjs.com/package/rewind-mcp-server",
      "github_url": "git+https://github.com/pdugan20/rewind.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "rewind-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "rewind",
        "personal-data",
        "lastfm",
        "strava",
        "plex",
        "discogs"
      ],
      "_version": "0.10.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.100965+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.799789+00:00"
    },
    {
      "slug": "npm-wonderwhy-er-desktop-commander",
      "name": "@wonderwhy-er/desktop-commander",
      "description": "MCP server for terminal operations and file editing",
      "website": "https://www.npmjs.com/package/@wonderwhy-er/desktop-commander",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wonderwhy-er/desktop-commander"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "terminal",
        "claude",
        "ai",
        "command-line",
        "process-management",
        "file-editing"
      ],
      "_version": "0.2.41",
      "_publisher": "wonderwhy-er",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.102840+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.800624+00:00"
    },
    {
      "slug": "npm-0xmonaco-mcp-server",
      "name": "@0xmonaco/mcp-server",
      "description": "MCP server for the Monaco SDK",
      "website": "https://www.npmjs.com/package/@0xmonaco/mcp-server",
      "github_url": "git+https://github.com/Monaco-Research/monaco-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@0xmonaco/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.8.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.104107+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.802249+00:00"
    },
    {
      "slug": "npm-zapier-zapier-sdk-mcp",
      "name": "@zapier/zapier-sdk-mcp",
      "description": "MCP server for Zapier SDK",
      "website": "https://www.npmjs.com/package/@zapier/zapier-sdk-mcp",
      "github_url": "git+https://gitlab.com/zapier/zapier-sdk/zapier-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zapier/zapier-sdk-mcp"
        ]
      },
      "tags": [
        "zapier",
        "sdk",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.13.13",
      "_publisher": "GitLab CI/CD",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.105147+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.804897+00:00"
    },
    {
      "slug": "npm-openapi-mcp-server",
      "name": "openapi-mcp-server",
      "description": "MCP server for interacting with openapisearch.com API",
      "website": "https://www.npmjs.com/package/openapi-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "openapi-mcp-server"
        ]
      },
      "tags": [
        "openapi",
        "mcp",
        "server",
        "proxy"
      ],
      "_version": "2.1.0",
      "_publisher": "janwilmake",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.106976+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.806628+00:00"
    },
    {
      "slug": "npm-duckduckgo-mcp-server",
      "name": "duckduckgo-mcp-server",
      "description": "A TypeScript-based MCP server that provides DuckDuckGo search functionality.",
      "website": "https://www.npmjs.com/package/duckduckgo-mcp-server",
      "github_url": "git+https://github.com/zhsama/duckduckgo-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "duckduckgo-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "zhsama",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.108679+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.810415+00:00"
    },
    {
      "slug": "npm-yjzf-mcp-server-yjzf",
      "name": "@yjzf/mcp-server-yjzf",
      "description": "MCP Server for YJZF",
      "website": "https://www.npmjs.com/package/@yjzf/mcp-server-yjzf",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@yjzf/mcp-server-yjzf"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "yjzf"
      ],
      "_version": "0.3.0",
      "_publisher": "xring",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.110012+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.812512+00:00"
    },
    {
      "slug": "npm-hugeicons-mcp-server",
      "name": "@hugeicons/mcp-server",
      "description": "MCP server for Hugeicons search and usage documentation",
      "website": "https://www.npmjs.com/package/@hugeicons/mcp-server",
      "github_url": "git+https://github.com/hugeicons/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hugeicons/mcp-server"
        ]
      },
      "tags": [
        "hugeicons",
        "mcp",
        "icons",
        "model-context-protocol",
        "icon-search",
        "unicode",
        "glyphs",
        "icon-fonts"
      ],
      "_version": "0.2.1",
      "_publisher": "hugeicons",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.111829+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.815600+00:00"
    },
    {
      "slug": "npm-slack-mcp-server",
      "name": "slack-mcp-server",
      "description": "Model Context Protocol (MCP) server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins",
      "website": "https://www.npmjs.com/package/slack-mcp-server",
      "github_url": "git+https://github.com/korotovsky/slack-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "slack-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "slack",
        "slack-api",
        "model context protocol",
        "model",
        "context",
        "protocol"
      ],
      "_version": "1.3.0",
      "_publisher": "korotovsky",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.114176+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.427981+00:00"
    },
    {
      "slug": "npm-ohah-react-native-mcp-server",
      "name": "@ohah/react-native-mcp-server",
      "description": "MCP server for React Native app automation and monitoring",
      "website": "https://www.npmjs.com/package/@ohah/react-native-mcp-server",
      "github_url": "git+https://github.com/ohah/react-native-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ohah/react-native-mcp-server"
        ]
      },
      "tags": [
        "automation",
        "mcp",
        "model-context-protocol",
        "monitoring",
        "react-native"
      ],
      "_version": "0.1.0-rc.14",
      "_publisher": "ohah",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.115715+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.819116+00:00"
    },
    {
      "slug": "npm-stripe-mcp",
      "name": "@stripe/mcp",
      "description": "A command line tool for setting up Stripe MCP server",
      "website": "https://www.npmjs.com/package/@stripe/mcp",
      "github_url": "git+https://github.com/stripe/ai.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@stripe/mcp"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "stripe"
      ],
      "_version": "0.3.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.117604+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.821398+00:00"
    },
    {
      "slug": "npm-efficient-gitlab-mcp-server",
      "name": "efficient-gitlab-mcp-server",
      "description": "Production-ready GitLab MCP Server with progressive disclosure pattern",
      "website": "https://www.npmjs.com/package/efficient-gitlab-mcp-server",
      "github_url": "git+https://github.com/detailobsessed/efficient-gitlab-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "efficient-gitlab-mcp-server"
        ]
      },
      "tags": [
        "gitlab",
        "mcp",
        "model-context-protocol",
        "ai",
        "api"
      ],
      "_version": "2.33.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.118824+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.823382+00:00"
    },
    {
      "slug": "npm-wundervault-mcp-server",
      "name": "@wundervault/mcp-server",
      "description": "MCP server for Wundervault zero-knowledge secret management",
      "website": "https://www.npmjs.com/package/@wundervault/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wundervault/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.6.4",
      "_publisher": "byteclawmail",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.119805+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.829675+00:00"
    },
    {
      "slug": "npm-mysql-mcp-server",
      "name": "mysql-mcp-server",
      "description": "An MCP server that provides read-only access to MySQL databases.",
      "website": "https://www.npmjs.com/package/mysql-mcp-server",
      "github_url": "git+https://github.com/dpflucas/mysql-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mysql-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mysql",
        "database",
        "model-context-protocol",
        "ai",
        "llm"
      ],
      "_version": "0.1.3",
      "_publisher": "dpflucas",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.121016+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.833345+00:00"
    },
    {
      "slug": "npm-mcp-evals",
      "name": "mcp-evals",
      "description": "GitHub Action for evaluating MCP server tool calls using LLM-based scoring",
      "website": "https://www.npmjs.com/package/mcp-evals",
      "github_url": "git+https://github.com/mclenhard/mcp-evals.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-evals"
        ]
      },
      "tags": [
        "mcp",
        "evaluation",
        "github-actions",
        "llm"
      ],
      "_version": "2.0.1",
      "_publisher": "mclenhard",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.124259+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.835925+00:00"
    },
    {
      "slug": "npm-vapi-ai-mcp-server",
      "name": "@vapi-ai/mcp-server",
      "description": "Vapi MCP Server",
      "website": "https://www.npmjs.com/package/@vapi-ai/mcp-server",
      "github_url": "git+https://github.com/VapiAI/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vapi-ai/mcp-server"
        ]
      },
      "tags": [
        "vapi",
        "mcp",
        "model-context-protocol",
        "ai",
        "claude",
        "voice-api",
        "tool-calling"
      ],
      "_version": "0.0.9",
      "_publisher": "sriram_vapi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.125252+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.844104+00:00"
    },
    {
      "slug": "npm-langwatch-mcp-server",
      "name": "@langwatch/mcp-server",
      "description": "An MCP server for Langwatch.",
      "website": "https://www.npmjs.com/package/@langwatch/mcp-server",
      "github_url": "git+https://github.com/langwatch/langwatch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@langwatch/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.9.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.126577+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.847655+00:00"
    },
    {
      "slug": "npm-touchdesigner-mcp-server",
      "name": "touchdesigner-mcp-server",
      "description": "MCP server for TouchDesigner",
      "website": "https://www.npmjs.com/package/touchdesigner-mcp-server",
      "github_url": "git+https://github.com/8beeeaaat/touchdesigner-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "touchdesigner-mcp-server"
        ]
      },
      "tags": [
        "MCP Server",
        "TouchDesigner"
      ],
      "_version": "1.4.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.128178+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.852691+00:00"
    },
    {
      "slug": "npm-azure-mcp-linux-x64",
      "name": "@azure/mcp-linux-x64",
      "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for linux on x64",
      "website": "https://www.npmjs.com/package/@azure/mcp-linux-x64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-linux-x64"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "3.0.0-beta.11",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.130748+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.266909+00:00"
    },
    {
      "slug": "npm-automatalabs-mcp-server-playwright",
      "name": "@automatalabs/mcp-server-playwright",
      "description": "MCP server for browser automation using Playwright",
      "website": "https://www.npmjs.com/package/@automatalabs/mcp-server-playwright",
      "github_url": "git+https://github.com/Automata-Labs-team/MCP-Server-Playwright.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@automatalabs/mcp-server-playwright"
        ]
      },
      "tags": [],
      "_version": "1.2.1",
      "_publisher": "automatalabsteam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.132140+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.861837+00:00"
    },
    {
      "slug": "npm-tankpkg-mcp-server",
      "name": "@tankpkg/mcp-server",
      "description": "MCP server for Tank - scan and publish AI agent skills from your editor",
      "website": "https://www.npmjs.com/package/@tankpkg/mcp-server",
      "github_url": "git+https://github.com/tankpkg/tank.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tankpkg/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "tank",
        "ai",
        "skills",
        "claude",
        "cursor",
        "copilot"
      ],
      "_version": "0.16.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.134101+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.865925+00:00"
    },
    {
      "slug": "npm-browsermcp-mcp",
      "name": "@browsermcp/mcp",
      "description": "MCP server for browser automation using Browser MCP",
      "website": "https://www.npmjs.com/package/@browsermcp/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@browsermcp/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.3",
      "_publisher": "namukang",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.135615+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.871269+00:00"
    },
    {
      "slug": "npm-capivv-mcp-server",
      "name": "@capivv/mcp-server",
      "description": "MCP server for managing Capivv subscription platform via AI assistants",
      "website": "https://www.npmjs.com/package/@capivv/mcp-server",
      "github_url": "git+https://github.com/capivv/capivv.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@capivv/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "capivv",
        "subscriptions",
        "in-app-purchases"
      ],
      "_version": "0.5.26",
      "_publisher": "lspecian",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.136697+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.875235+00:00"
    },
    {
      "slug": "npm-mcp-server-docker",
      "name": "mcp-server-docker",
      "description": "MCP server for executing commands in Docker containers",
      "website": "https://www.npmjs.com/package/mcp-server-docker",
      "github_url": "git+https://github.com/adamdude828/mcp-server-docker.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-docker"
        ]
      },
      "tags": [
        "mcp",
        "docker",
        "model-context-protocol",
        "cli",
        "container"
      ],
      "_version": "1.0.0",
      "_publisher": "aholsinger",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.139759+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.883135+00:00"
    },
    {
      "slug": "npm-diviops-mcp-server",
      "name": "@diviops/mcp-server",
      "description": "MCP server exposing Divi 5 Visual Builder as tools for Claude",
      "website": "https://www.npmjs.com/package/@diviops/mcp-server",
      "github_url": "git+https://github.com/oaris-dev/diviops.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@diviops/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "divi",
        "wordpress",
        "claude",
        "visual-builder",
        "model-context-protocol"
      ],
      "_version": "1.5.14",
      "_publisher": "oaris",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.141367+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.890116+00:00"
    },
    {
      "slug": "npm-azure-mcp-win32-x64",
      "name": "@azure/mcp-win32-x64",
      "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on x64",
      "website": "https://www.npmjs.com/package/@azure/mcp-win32-x64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-win32-x64"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "3.0.0-beta.11",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.142203+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.302266+00:00"
    },
    {
      "slug": "npm-unthread-io-mcp-server",
      "name": "@unthread-io/mcp-server",
      "description": "Unthread MCP Server",
      "website": "https://www.npmjs.com/package/@unthread-io/mcp-server",
      "github_url": "git+https://github.com/unthread-io/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@unthread-io/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "unthread"
      ],
      "_version": "1.3.1",
      "_publisher": "jake-unthread",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.144111+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.904890+00:00"
    },
    {
      "slug": "npm-model-graph-tools-mcp-server",
      "name": "@model-graph-tools/mcp-server",
      "description": "MCP server for querying the WildFly management model graph",
      "website": "https://www.npmjs.com/package/@model-graph-tools/mcp-server",
      "github_url": "git+https://github.com/model-graph-tools/claude-plugin.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@model-graph-tools/mcp-server"
        ]
      },
      "tags": [
        "wildfly",
        "jboss",
        "management-model",
        "mcp",
        "model-context-protocol",
        "neo4j"
      ],
      "_version": "0.10.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.146640+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.907899+00:00"
    },
    {
      "slug": "npm-vantagestack-mcp-server",
      "name": "@vantagestack/mcp-server",
      "description": "VantagePipe MCP server \u2014 send signals, read positions, monitor connections via AI coding agents",
      "website": "https://www.npmjs.com/package/@vantagestack/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vantagestack/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.50",
      "_publisher": "vantage-stack",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.148318+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.910418+00:00"
    },
    {
      "slug": "npm-daileyos-mcp-server",
      "name": "@daileyos/mcp-server",
      "description": "Dailey OS MCP server for Claude Code and AI assistants",
      "website": "https://www.npmjs.com/package/@daileyos/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@daileyos/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.13.1",
      "_publisher": "daileyos",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.150094+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.913500+00:00"
    },
    {
      "slug": "npm-youtube-data-mcp-server",
      "name": "youtube-data-mcp-server",
      "description": "YouTube MCP Server Implementation",
      "website": "https://www.npmjs.com/package/youtube-data-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "youtube-data-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "youtube",
        "claude",
        "modelcontextprotocol"
      ],
      "_version": "1.0.16",
      "_publisher": "player_hero",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.151519+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.915270+00:00"
    },
    {
      "slug": "npm-serper-search-scrape-mcp-server",
      "name": "serper-search-scrape-mcp-server",
      "description": "Serper MCP Server supporting search and webpage scraping",
      "website": "https://www.npmjs.com/package/serper-search-scrape-mcp-server",
      "github_url": "git+https://github.com/marcopesani/mcp-server-serper.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "serper-search-scrape-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "serper",
        "search",
        "scrape",
        "claude",
        "claude-desktop",
        "modelcontextprotocol"
      ],
      "_version": "0.1.2",
      "_publisher": "marcopesani",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.152572+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.916081+00:00"
    },
    {
      "slug": "npm-mcp-echo-server",
      "name": "mcp-echo-server",
      "description": "A minimal MCP server template that echoes messages",
      "website": "https://www.npmjs.com/package/mcp-echo-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-echo-server"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "server",
        "echo",
        "template"
      ],
      "_version": "1.0.0",
      "_publisher": "aholsinger",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.153639+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.929338+00:00"
    },
    {
      "slug": "npm-cocal-google-calendar-mcp",
      "name": "@cocal/google-calendar-mcp",
      "description": "Google Calendar MCP Server with extensive support for calendar management",
      "website": "https://www.npmjs.com/package/@cocal/google-calendar-mcp",
      "github_url": "git+https://github.com/nspady/google-calendar-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cocal/google-calendar-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "google-calendar",
        "calendar",
        "ai",
        "llm",
        "integration"
      ],
      "_version": "2.6.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.155757+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.918017+00:00"
    },
    {
      "slug": "npm-yoda-digital-gitlab-mcp-server",
      "name": "@yoda.digital/gitlab-mcp-server",
      "description": "GitLab MCP Server - A Model Context Protocol server for GitLab integration",
      "website": "https://www.npmjs.com/package/@yoda.digital/gitlab-mcp-server",
      "github_url": "git+https://github.com/yoda-digital/mcp-gitlab-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@yoda.digital/gitlab-mcp-server"
        ]
      },
      "tags": [
        "gitlab",
        "mcp",
        "model-context-protocol",
        "llm",
        "ai",
        "integration"
      ],
      "_version": "0.8.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.156861+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.567339+00:00"
    },
    {
      "slug": "npm-abhaybabbar-retellai-mcp-server",
      "name": "@abhaybabbar/retellai-mcp-server",
      "description": "RetellAi MCP Server",
      "website": "https://www.npmjs.com/package/@abhaybabbar/retellai-mcp-server",
      "github_url": "git+https://github.com/abhaybabbar/retellai-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@abhaybabbar/retellai-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.4",
      "_publisher": "abhaybabbar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.157778+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.932036+00:00"
    },
    {
      "slug": "npm-cclsp",
      "name": "cclsp",
      "description": "MCP server for accessing LSP functionality",
      "website": "https://www.npmjs.com/package/cclsp",
      "github_url": "git+https://github.com/ktnyt/cclsp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "cclsp"
        ]
      },
      "tags": [
        "mcp",
        "lsp",
        "language-server",
        "model-context-protocol",
        "claude-code"
      ],
      "_version": "0.7.0",
      "_publisher": "ktnyt",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.159236+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.934728+00:00"
    },
    {
      "slug": "npm-openbnb-mcp-server-airbnb",
      "name": "@openbnb/mcp-server-airbnb",
      "description": "MCP server for Airbnb search and listing details",
      "website": "https://www.npmjs.com/package/@openbnb/mcp-server-airbnb",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@openbnb/mcp-server-airbnb"
        ]
      },
      "tags": [
        "airbnb",
        "vacation rental",
        "travel"
      ],
      "_version": "0.1.4",
      "_publisher": "aniket-obnb",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.161214+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.937359+00:00"
    },
    {
      "slug": "npm-dataforseo-mcp-server",
      "name": "dataforseo-mcp-server",
      "description": "A Model Context Protocol (MCP) server for the DataForSEO API, enabling modular and extensible integration of DataForSEO endpoints with support for both HTTP and SSE transports.",
      "website": "https://www.npmjs.com/package/dataforseo-mcp-server",
      "github_url": "git+https://github.com/dataforseo/mcp-server-typescript.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "dataforseo-mcp-server"
        ]
      },
      "tags": [
        "dataforseo",
        "mcp",
        "modelcontextprotocol",
        "api",
        "server",
        "seo",
        "sse",
        "streaming"
      ],
      "_version": "2.9.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.163789+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.402036+00:00"
    },
    {
      "slug": "npm-arabold-docs-mcp-server",
      "name": "@arabold/docs-mcp-server",
      "description": "MCP server for fetching and searching documentation",
      "website": "https://www.npmjs.com/package/@arabold/docs-mcp-server",
      "github_url": "git+https://github.com/arabold/docs-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@arabold/docs-mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.4.0",
      "_publisher": "arabold",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.165026+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.947552+00:00"
    },
    {
      "slug": "npm-diskd-ai-email-mcp",
      "name": "@diskd-ai/email-mcp",
      "description": "Email MCP server with IMAP + SMTP support",
      "website": "https://www.npmjs.com/package/@diskd-ai/email-mcp",
      "github_url": "git+https://github.com/codefuturist/email-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@diskd-ai/email-mcp"
        ]
      },
      "tags": [
        "email",
        "mcp",
        "imap",
        "smtp",
        "model-context-protocol",
        "mcp-server",
        "claude",
        "anthropic"
      ],
      "_version": "0.3.8",
      "_publisher": "duckerbrother",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.166887+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.949342+00:00"
    },
    {
      "slug": "npm-fangjunjie-ssh-mcp-server",
      "name": "@fangjunjie/ssh-mcp-server",
      "description": "SSH-based MCP Server (\u57fa\u4e8e SSH \u7684 MCP \u670d\u52a1\u5668)",
      "website": "https://www.npmjs.com/package/@fangjunjie/ssh-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@fangjunjie/ssh-mcp-server"
        ]
      },
      "tags": [
        "ssh",
        "mcp",
        "server",
        "cli"
      ],
      "_version": "1.8.2",
      "_publisher": "fangjunjie",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.168299+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.951469+00:00"
    },
    {
      "slug": "npm-last9-mcp-server",
      "name": "@last9/mcp-server",
      "description": "Last9 MCP Server - Model Context Protocol server implementation for Last9",
      "website": "https://www.npmjs.com/package/@last9/mcp-server",
      "github_url": "git+https://github.com/last9/last9-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@last9/mcp-server"
        ]
      },
      "tags": [
        "last9",
        "mcp",
        "ai",
        "claude"
      ],
      "_version": "0.7.2",
      "_publisher": "prathamesh-sonpatki",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.169377+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.127326+00:00"
    },
    {
      "slug": "npm-r-huijts-strava-mcp-server",
      "name": "@r-huijts/strava-mcp-server",
      "description": "MCP server for Strava API",
      "website": "https://www.npmjs.com/package/@r-huijts/strava-mcp-server",
      "github_url": "git+https://github.com/r-huijts/strava-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@r-huijts/strava-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "strava",
        "llm",
        "ai"
      ],
      "_version": "1.2.1",
      "_publisher": "r-huijts",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.170539+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.959104+00:00"
    },
    {
      "slug": "npm-fsb-mcp-server",
      "name": "fsb-mcp-server",
      "description": "FSB Browser Automation MCP Server",
      "website": "https://www.npmjs.com/package/fsb-mcp-server",
      "github_url": "git+https://github.com/lakshmanturlapati/FSB.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "fsb-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "browser-automation",
        "chrome",
        "fsb",
        "model-context-protocol",
        "ai-agent"
      ],
      "_version": "0.9.2",
      "_publisher": "parzival1213",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.172289+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.956582+00:00"
    },
    {
      "slug": "npm-clipform-mcp-server",
      "name": "@clipform/mcp-server",
      "description": "MCP server for building and managing Clipform video forms",
      "website": "https://www.npmjs.com/package/@clipform/mcp-server",
      "github_url": "git+https://github.com/andy-cb-smith/vid-master.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@clipform/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.22.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.173339+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.960400+00:00"
    },
    {
      "slug": "npm-bit2me-mcp-server",
      "name": "@bit2me/mcp-server",
      "description": "Bit2Me MCP Server",
      "website": "https://www.npmjs.com/package/@bit2me/mcp-server",
      "github_url": "git+https://github.com/bit2me-devs/bit2me-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bit2me/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "bit2me",
        "server"
      ],
      "_version": "4.3.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.174498+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.961373+00:00"
    },
    {
      "slug": "npm-caffeineai-mcp",
      "name": "@caffeineai/mcp",
      "description": "Caffeine MCP server",
      "website": "https://www.npmjs.com/package/@caffeineai/mcp",
      "github_url": "git+https://github.com/caffeinelabs/caffeine-cli.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@caffeineai/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.0-dev.28",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.175992+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.962342+00:00"
    },
    {
      "slug": "npm-jira-mcp-server",
      "name": "jira-mcp-server",
      "description": "jira-mcp-server MCP server",
      "website": "https://www.npmjs.com/package/jira-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "jira-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.1",
      "_publisher": "t.leaux",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.180558+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.964061+00:00"
    },
    {
      "slug": "npm-kubernetes-mcp-server-linux-amd64",
      "name": "kubernetes-mcp-server-linux-amd64",
      "description": "Model Context Protocol (MCP) server for Kubernetes and OpenShift",
      "website": "https://www.npmjs.com/package/kubernetes-mcp-server-linux-amd64",
      "github_url": "git+https://github.com/containers/kubernetes-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kubernetes-mcp-server-linux-amd64"
        ]
      },
      "tags": [],
      "_version": "0.0.62",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.184467+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.380272+00:00"
    },
    {
      "slug": "npm-recruitcrm-mcp-server",
      "name": "recruitcrm-mcp-server",
      "description": "Recruit CRM MCP Server",
      "website": "https://www.npmjs.com/package/recruitcrm-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "recruitcrm-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "recruitcrm",
        "recruit-crm"
      ],
      "_version": "0.7.0",
      "_publisher": "saurav-rcrm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.186222+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.967613+00:00"
    },
    {
      "slug": "npm-doitintl-doit-mcp-server",
      "name": "@doitintl/doit-mcp-server",
      "description": "DoiT official MCP Server",
      "website": "https://www.npmjs.com/package/@doitintl/doit-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@doitintl/doit-mcp-server"
        ]
      },
      "tags": [
        "doit",
        "mcp",
        "mcp-server"
      ],
      "_version": "0.13.0",
      "_publisher": "farzadatdointl",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.187979+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.969786+00:00"
    },
    {
      "slug": "npm-retell-ai-mcp-server",
      "name": "@retell-ai/mcp-server",
      "description": "The official MCP Server for the Retell API",
      "website": "https://www.npmjs.com/package/@retell-ai/mcp-server",
      "github_url": "git+https://github.com/RetellAI/retell-typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@retell-ai/mcp-server"
        ]
      },
      "tags": [],
      "_version": "5.27.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.190661+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.972306+00:00"
    },
    {
      "slug": "npm-supabase-mcp",
      "name": "supabase-mcp",
      "description": "MCP server for Supabase CRUD operations",
      "website": "https://www.npmjs.com/package/supabase-mcp",
      "github_url": "git+https://github.com/Cappahccino/SB-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "supabase-mcp"
        ]
      },
      "tags": [
        "supabase",
        "mcp",
        "model-context-protocol",
        "claude",
        "anthropic"
      ],
      "_version": "1.5.0",
      "_publisher": "cappahccino",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.191632+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.973456+00:00"
    },
    {
      "slug": "npm-tailwindcss-mcp-server",
      "name": "tailwindcss-mcp-server",
      "description": "MCP server for TailwindCSS utility classes, documentation, and project assistance",
      "website": "https://www.npmjs.com/package/tailwindcss-mcp-server",
      "github_url": "git+https://github.com/CarbonoDev/tailwindcss-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "tailwindcss-mcp-server"
        ]
      },
      "tags": [
        "tailwindcss",
        "css",
        "utility-first",
        "MCP",
        "model context protocol",
        "css-framework",
        "design-system",
        "responsive-design"
      ],
      "_version": "0.1.1",
      "_publisher": "marcorivm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.192958+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.975579+00:00"
    },
    {
      "slug": "npm-dev-flow-tech-mcp-server",
      "name": "@dev-flow-tech/mcp-server",
      "description": "MCP Server for DevFlow - Claude Code Integration",
      "website": "https://www.npmjs.com/package/@dev-flow-tech/mcp-server",
      "github_url": "git+https://github.com/KlausFreiberufler/devflow-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dev-flow-tech/mcp-server"
        ]
      },
      "tags": [
        "devflow",
        "mcp",
        "claude-code",
        "ai-development"
      ],
      "_version": "4.35.0",
      "_publisher": "klausfaerber",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.194917+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.976717+00:00"
    },
    {
      "slug": "npm-enfyra-mcp-server",
      "name": "@enfyra/mcp-server",
      "description": "MCP server for Enfyra - manage your Enfyra instance via Claude Code",
      "website": "https://www.npmjs.com/package/@enfyra/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@enfyra/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.51",
      "_publisher": "dothinh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.197543+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.977661+00:00"
    },
    {
      "slug": "npm-abhiz123-todoist-mcp-server",
      "name": "@abhiz123/todoist-mcp-server",
      "description": "MCP server for Todoist API integration",
      "website": "https://www.npmjs.com/package/@abhiz123/todoist-mcp-server",
      "github_url": "git+https://github.com/abhiz123/todoist-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@abhiz123/todoist-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "todoist",
        "claude",
        "ai",
        "task-management"
      ],
      "_version": "0.1.0",
      "_publisher": "abhiz123",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.199482+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.978635+00:00"
    },
    {
      "slug": "npm-findtime-mcp-server",
      "name": "@findtime/mcp-server",
      "description": "Production-parity MCP server for the findtime.io Time API",
      "website": "https://www.npmjs.com/package/@findtime/mcp-server",
      "github_url": "git+https://github.com/hkchao/findtime-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@findtime/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "time",
        "timezone",
        "dst",
        "meeting-planner",
        "findtime.io"
      ],
      "_version": "3.27.1",
      "_publisher": "hkchao",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.201166+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.979719+00:00"
    },
    {
      "slug": "npm-memberjunction-ai-mcp-server",
      "name": "@memberjunction/ai-mcp-server",
      "description": "MemberJunction: Model Context Protocol (MCP) - Server Implementation",
      "website": "https://www.npmjs.com/package/@memberjunction/ai-mcp-server",
      "github_url": "git+https://github.com/MemberJunction/MJ.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@memberjunction/ai-mcp-server"
        ]
      },
      "tags": [],
      "_version": "5.37.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.205109+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.544572+00:00"
    },
    {
      "slug": "npm-remixhq-mcp",
      "name": "@remixhq/mcp",
      "description": "Remix MCP server",
      "website": "https://www.npmjs.com/package/@remixhq/mcp",
      "github_url": "git+https://github.com/RemixDotOne/remix-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@remixhq/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.36",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.207124+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.981568+00:00"
    },
    {
      "slug": "npm-easyink-mcp-server",
      "name": "@easyink/mcp-server",
      "description": "MCP server for EasyInk template generation via LLM",
      "website": "https://www.npmjs.com/package/@easyink/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@easyink/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.16",
      "_publisher": "hackycy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.208257+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.982252+00:00"
    },
    {
      "slug": "npm-structured-world-gitlab-mcp",
      "name": "@structured-world/gitlab-mcp",
      "description": "Advanced GitLab MCP server",
      "website": "https://www.npmjs.com/package/@structured-world/gitlab-mcp",
      "github_url": "git+https://github.com/structured-world/gitlab-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@structured-world/gitlab-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "gitlab",
        "gitlab-api",
        "ai",
        "llm",
        "claude"
      ],
      "_version": "7.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.210844+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.983123+00:00"
    },
    {
      "slug": "npm-occam-scaly-mcp-server",
      "name": "@occam-scaly/mcp-server",
      "description": "MCP server for Scaly - connect AI assistants to your cloud infrastructure",
      "website": "https://www.npmjs.com/package/@occam-scaly/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@occam-scaly/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "scaly",
        "ai",
        "claude",
        "infrastructure"
      ],
      "_version": "0.1.43",
      "_publisher": "altamont",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.214082+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.985008+00:00"
    },
    {
      "slug": "npm-moneyforward-i-admina-mcp-server",
      "name": "@moneyforward_i/admina-mcp-server",
      "description": "An MCP server for Admina",
      "website": "https://www.npmjs.com/package/@moneyforward_i/admina-mcp-server",
      "github_url": "git+https://github.com/moneyforward-i/admina-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@moneyforward_i/admina-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server"
      ],
      "_version": "1.0.5",
      "_publisher": "priyanshbalyan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.215518+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.986761+00:00"
    },
    {
      "slug": "npm-siemens-ix-mcp-angular",
      "name": "@siemens/ix-mcp-angular",
      "description": "iX MCP server for Angular",
      "website": "https://www.npmjs.com/package/@siemens/ix-mcp-angular",
      "github_url": "https://code.siemens.com/ux/sdl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@siemens/ix-mcp-angular"
        ]
      },
      "tags": [
        "ix",
        "mcp",
        "ai"
      ],
      "_version": "5.0.0-v.1.10.5",
      "_publisher": "siemens-element-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.217253+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.989219+00:00"
    },
    {
      "slug": "npm-nocobase-plugin-mcp-server",
      "name": "@nocobase/plugin-mcp-server",
      "description": "An MCP server for building NocoBase systems and supporting business workflows.",
      "website": "https://www.npmjs.com/package/@nocobase/plugin-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nocobase/plugin-mcp-server"
        ]
      },
      "tags": [
        "AI"
      ],
      "_version": "2.1.0-alpha.9",
      "_publisher": "chenos",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.218561+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.988181+00:00"
    },
    {
      "slug": "npm-openjiuwen-relay-mcp-server",
      "name": "@openjiuwen/relay-mcp-server",
      "description": "OfficeClaw MCP server package.",
      "website": "https://www.npmjs.com/package/@openjiuwen/relay-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@openjiuwen/relay-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "cloong",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.219581+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.990034+00:00"
    },
    {
      "slug": "npm-google-cloud-observability-mcp",
      "name": "@google-cloud/observability-mcp",
      "description": "MCP Server for GCP environment for interacting with various Observability APIs.",
      "website": "https://www.npmjs.com/package/@google-cloud/observability-mcp",
      "github_url": "git+https://github.com/googleapis/gcloud-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@google-cloud/observability-mcp"
        ]
      },
      "tags": [
        "gcp",
        "google cloud",
        "mcp",
        "mcp server",
        "observability"
      ],
      "_version": "0.2.3",
      "_publisher": "google-wombot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.221361+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.992691+00:00"
    },
    {
      "slug": "npm-assistant-ui-mcp-docs-server",
      "name": "@assistant-ui/mcp-docs-server",
      "description": "MCP server for assistant-ui documentation and examples",
      "website": "https://www.npmjs.com/package/@assistant-ui/mcp-docs-server",
      "github_url": "git+https://github.com/assistant-ui/assistant-ui.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@assistant-ui/mcp-docs-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "assistant-ui",
        "documentation",
        "ai",
        "claude"
      ],
      "_version": "0.1.32",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.223211+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.993894+00:00"
    },
    {
      "slug": "npm-ollama-mcp-server",
      "name": "ollama-mcp-server",
      "description": "Modern MCP server for Ollama \u2013 rebooted and actively maintained.",
      "website": "https://www.npmjs.com/package/ollama-mcp-server",
      "github_url": "git+https://github.com/hyzhak/ollama-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ollama-mcp-server"
        ]
      },
      "tags": [
        "ollama",
        "mcp",
        "ai",
        "chatbot"
      ],
      "_version": "1.1.0",
      "_publisher": "hyzhak",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.224231+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.996792+00:00"
    },
    {
      "slug": "npm-agent-infra-mcp-server-commands",
      "name": "@agent-infra/mcp-server-commands",
      "description": "An MCP server to run arbitrary commands",
      "website": "https://www.npmjs.com/package/@agent-infra/mcp-server-commands",
      "github_url": "git+https://github.com/bytedance/UI-TARS-desktop.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agent-infra/mcp-server-commands"
        ]
      },
      "tags": [],
      "_version": "1.2.29",
      "_publisher": "oanakiaja",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.225365+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.998673+00:00"
    },
    {
      "slug": "npm-mondaydotcomorg-monday-api-mcp",
      "name": "@mondaydotcomorg/monday-api-mcp",
      "description": "MCP server for using the monday.com API",
      "website": "https://www.npmjs.com/package/@mondaydotcomorg/monday-api-mcp",
      "github_url": "https://github.com/mondaycom/monday-ai/tree/master/packages/monday-api-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mondaydotcomorg/monday-api-mcp"
        ]
      },
      "tags": [],
      "_version": "3.1.2",
      "_publisher": "sergeyts4",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.230145+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.005105+00:00"
    },
    {
      "slug": "npm-bugsnag-mcp-server",
      "name": "bugsnag-mcp-server",
      "description": "A Bugsnag MCP server for interacting with Bugsnag API",
      "website": "https://www.npmjs.com/package/bugsnag-mcp-server",
      "github_url": "git+https://github.com/yourusername/bugsnag-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "bugsnag-mcp-server"
        ]
      },
      "tags": [
        "bugsnag",
        "mcp",
        "model-context-protocol",
        "llm",
        "cursor",
        "claude"
      ],
      "_version": "1.1.0",
      "_publisher": "tgeselle",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.231716+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.007892+00:00"
    },
    {
      "slug": "npm-kintone-mcp-server",
      "name": "@kintone/mcp-server",
      "description": "The official MCP Server for kintone",
      "website": "https://www.npmjs.com/package/@kintone/mcp-server",
      "github_url": "git+https://github.com/kintone/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kintone/mcp-server"
        ]
      },
      "tags": [
        "kintone",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "1.3.14",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.233898+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.009962+00:00"
    },
    {
      "slug": "npm-coda-mcp",
      "name": "coda-mcp",
      "description": "MCP Server for Coda",
      "website": "https://www.npmjs.com/package/coda-mcp",
      "github_url": "git+https://github.com/orellazri/coda-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "coda-mcp"
        ]
      },
      "tags": [],
      "_version": "1.7.1",
      "_publisher": "orellazri",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.235233+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.010960+00:00"
    },
    {
      "slug": "npm-peekview-mcp-server",
      "name": "@peekview/mcp-server",
      "description": "MCP Server for PeekView - AI Agent integration (SSE transport)",
      "website": "https://www.npmjs.com/package/@peekview/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@peekview/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "peekview",
        "ai",
        "agent",
        "claude",
        "sse"
      ],
      "_version": "0.6.0",
      "_publisher": "xizhiabc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.236200+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.011777+00:00"
    },
    {
      "slug": "npm-todoist-mcp",
      "name": "todoist-mcp",
      "description": "Todoist MCP Server",
      "website": "https://www.npmjs.com/package/todoist-mcp",
      "github_url": "git+https://github.com/stanislavlysenko0912/todoist-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "todoist-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "todoist"
      ],
      "_version": "1.3.4",
      "_publisher": "stanislavlysenko",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.237139+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.012536+00:00"
    },
    {
      "slug": "npm-mcp-grafana-npx",
      "name": "mcp-grafana-npx",
      "description": "Grafana MCP server wrapper for running via npx",
      "website": "https://www.npmjs.com/package/mcp-grafana-npx",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-grafana-npx"
        ]
      },
      "tags": [
        "mcp",
        "grafana",
        "server"
      ],
      "_version": "1.0.1",
      "_publisher": "animalnots",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.238927+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.013544+00:00"
    },
    {
      "slug": "npm-scrapeless-mcp-server",
      "name": "scrapeless-mcp-server",
      "description": "Scrapeless Mcp Server",
      "website": "https://www.npmjs.com/package/scrapeless-mcp-server",
      "github_url": "git+https://github.com/scrapeless-ai/scrapeless-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "scrapeless-mcp-server"
        ]
      },
      "tags": [
        "scrapeless",
        "mcp",
        "google",
        "google search",
        "serpapi",
        "cursor",
        "claude",
        "ai"
      ],
      "_version": "0.4.9",
      "_publisher": "scrapeless_team",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.240437+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.014626+00:00"
    },
    {
      "slug": "npm-loopops-mcp-server",
      "name": "@loopops/mcp-server",
      "description": "Loop Operations MCP Server \u2014 AI skills for RevOps",
      "website": "https://www.npmjs.com/package/@loopops/mcp-server",
      "github_url": "git+https://github.com/Loop-Operations/loop.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@loopops/mcp-server"
        ]
      },
      "tags": [],
      "_version": "3.59.0",
      "_publisher": "arstraus",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.241419+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.015956+00:00"
    },
    {
      "slug": "npm-withpica-mcp-server",
      "name": "@withpica/mcp-server",
      "description": "MCP Server for withPICA \u2014 enables AI assistants to interact with your withPICA music catalog",
      "website": "https://www.npmjs.com/package/@withpica/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@withpica/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "withpica",
        "pica",
        "music-catalog",
        "music-rights",
        "ai",
        "assistant"
      ],
      "_version": "2.63.1",
      "_publisher": "withpicamcp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.243411+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.018152+00:00"
    },
    {
      "slug": "npm-mui-mcp",
      "name": "@mui/mcp",
      "description": "MUI MCP Server",
      "website": "https://www.npmjs.com/package/@mui/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mui/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "barcash",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.246880+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.021557+00:00"
    },
    {
      "slug": "npm-kirkdeam-puppeteer-mcp-server",
      "name": "@kirkdeam/puppeteer-mcp-server",
      "description": "Puppeteer MCP Server for browser automation via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@kirkdeam/puppeteer-mcp-server",
      "github_url": "git+https://github.com/kirkdeam/puppeteer-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kirkdeam/puppeteer-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "puppeteer",
        "browser",
        "automation",
        "model-context-protocol",
        "claude",
        "ai",
        "web-scraping"
      ],
      "_version": "1.1.0",
      "_publisher": "kirkdeam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.248765+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.612534+00:00"
    },
    {
      "slug": "npm-decodo-mcp-server",
      "name": "@decodo/mcp-server",
      "description": "Decodo MCP Server",
      "website": "https://www.npmjs.com/package/@decodo/mcp-server",
      "github_url": "git+https://github.com/Decodo/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@decodo/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.2.3",
      "_publisher": "decodo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.251181+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.026875+00:00"
    },
    {
      "slug": "npm-google-cloud-gcloud-mcp",
      "name": "@google-cloud/gcloud-mcp",
      "description": "Model Context Protocol (MCP) Server for interacting with GCP APIs",
      "website": "https://www.npmjs.com/package/@google-cloud/gcloud-mcp",
      "github_url": "git+https://github.com/googleapis/gcloud-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@google-cloud/gcloud-mcp"
        ]
      },
      "tags": [
        "gcloud",
        "gcp",
        "google cloud",
        "mcp",
        "mcp server"
      ],
      "_version": "0.5.3",
      "_publisher": "google-wombot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.252833+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.255926+00:00"
    },
    {
      "slug": "npm-figma-mcp-server",
      "name": "figma-mcp-server",
      "description": "A comprehensive local MCP server for Figma. Connect Figma with the Gemini CLI, Cursor, and Claude Desktop.",
      "website": "https://www.npmjs.com/package/figma-mcp-server",
      "github_url": "git+https://github.com/planetabhi/figma-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "figma-mcp-server"
        ]
      },
      "tags": [
        "figma",
        "mcp",
        "model-context-protocol",
        "server"
      ],
      "_version": "2.1.1",
      "_publisher": "planetabhi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.255847+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.031220+00:00"
    },
    {
      "slug": "npm-cariot-labs-cariot-mcp-server",
      "name": "@cariot-labs/cariot-mcp-server",
      "description": "MCP server for Cariot",
      "website": "https://www.npmjs.com/package/@cariot-labs/cariot-mcp-server",
      "github_url": "git+https://github.com/CariotInc/cariot-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cariot-labs/cariot-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "cariot"
      ],
      "_version": "1.2.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.256843+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.032300+00:00"
    },
    {
      "slug": "npm-vizejs-musea-mcp-server",
      "name": "@vizejs/musea-mcp-server",
      "description": "MCP server for building Vue.js design systems - component analysis, documentation, variant generation, and design tokens",
      "website": "https://www.npmjs.com/package/@vizejs/musea-mcp-server",
      "github_url": "git+https://github.com/ubugeeei/vize.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vizejs/musea-mcp-server"
        ]
      },
      "tags": [
        "ai",
        "component-analysis",
        "design-system",
        "mcp",
        "model-context-protocol",
        "musea",
        "vue"
      ],
      "_version": "0.130.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.257899+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.033171+00:00"
    },
    {
      "slug": "npm-mastra-mcp-registry-registry",
      "name": "@mastra/mcp-registry-registry",
      "description": "MCP server for registry registry services.",
      "website": "https://www.npmjs.com/package/@mastra/mcp-registry-registry",
      "github_url": "git+https://github.com/mastra-ai/mastra.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mastra/mcp-registry-registry"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.259752+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.037771+00:00"
    },
    {
      "slug": "npm-leonardsellem-n8n-mcp-server",
      "name": "@leonardsellem/n8n-mcp-server",
      "description": "Model Context Protocol (MCP) server for n8n workflow automation",
      "website": "https://www.npmjs.com/package/@leonardsellem/n8n-mcp-server",
      "github_url": "git+https://github.com/leonardsellem/n8n-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@leonardsellem/n8n-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "n8n",
        "workflow",
        "automation",
        "ai"
      ],
      "_version": "0.1.8",
      "_publisher": "leonardsellem",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.262664+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.606281+00:00"
    },
    {
      "slug": "npm-skillsmith-mcp-server",
      "name": "@skillsmith/mcp-server",
      "description": "MCP server for Skillsmith skill discovery",
      "website": "https://www.npmjs.com/package/@skillsmith/mcp-server",
      "github_url": "git+https://github.com/smith-horn/skillsmith.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@skillsmith/mcp-server"
        ]
      },
      "tags": [
        "skillsmith",
        "ai",
        "skills",
        "mcp",
        "llm",
        "model-context-protocol",
        "claude-code",
        "agent-skills"
      ],
      "_version": "0.5.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.264848+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.044310+00:00"
    },
    {
      "slug": "npm-kubernetes-mcp-server-darwin-arm64",
      "name": "kubernetes-mcp-server-darwin-arm64",
      "description": "Model Context Protocol (MCP) server for Kubernetes and OpenShift",
      "website": "https://www.npmjs.com/package/kubernetes-mcp-server-darwin-arm64",
      "github_url": "git+https://github.com/containers/kubernetes-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kubernetes-mcp-server-darwin-arm64"
        ]
      },
      "tags": [],
      "_version": "0.0.62",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.266553+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.462740+00:00"
    },
    {
      "slug": "npm-crscreditapi-finstack-mcp-server",
      "name": "@crscreditapi/finstack-mcp-server",
      "description": "MCP server for Finstack",
      "website": "https://www.npmjs.com/package/@crscreditapi/finstack-mcp-server",
      "github_url": "git+https://github.com/StitchCredit/finstack-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@crscreditapi/finstack-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.2.0-cbc96e9",
      "_publisher": "crs-mcp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.721325+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.046392+00:00"
    },
    {
      "slug": "npm-gitee-mcp-gitee",
      "name": "@gitee/mcp-gitee",
      "description": "Model Context Protocol (MCP) server for Gitee",
      "website": "https://www.npmjs.com/package/@gitee/mcp-gitee",
      "github_url": "git+https://gitee.com/oschina/mcp-gitee.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gitee/mcp-gitee"
        ]
      },
      "tags": [
        "mcp",
        "gitee",
        "model context protocol",
        "model",
        "context",
        "protocol"
      ],
      "_version": "1.0.0",
      "_publisher": "jj-h",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.723761+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.241989+00:00"
    },
    {
      "slug": "npm-drawio-mcp",
      "name": "@drawio/mcp",
      "description": "Official draw.io MCP server for LLMs - Open diagrams in draw.io editor",
      "website": "https://www.npmjs.com/package/@drawio/mcp",
      "github_url": "git+https://github.com/jgraph/drawio-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@drawio/mcp"
        ]
      },
      "tags": [
        "mcp",
        "drawio",
        "draw.io",
        "diagrams",
        "mermaid",
        "csv",
        "xml",
        "llm"
      ],
      "_version": "1.2.7",
      "_publisher": "drawio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.725939+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.117219+00:00"
    },
    {
      "slug": "npm-mcp-atlassian",
      "name": "mcp-atlassian",
      "description": "MCP server for Atlassian (Confluence and Jira) integration",
      "website": "https://www.npmjs.com/package/mcp-atlassian",
      "github_url": "git+https://github.com/Vijay-Duke/mcp-atlassian.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-atlassian"
        ]
      },
      "tags": [
        "mcp",
        "atlassian",
        "confluence",
        "jira",
        "model-context-protocol",
        "ai-assistant",
        "claude"
      ],
      "_version": "2.1.0",
      "_publisher": "vijay_duke",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.729692+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.127701+00:00"
    },
    {
      "slug": "npm-sellable-mcp",
      "name": "@sellable/mcp",
      "description": "Sellable MCP server for Claude Code and Codex campaign workflows",
      "website": "https://www.npmjs.com/package/@sellable/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sellable/mcp"
        ]
      },
      "tags": [
        "mcp",
        "claude-code",
        "codex",
        "sellable",
        "linkedin",
        "outreach"
      ],
      "_version": "0.1.292",
      "_publisher": "sellabledeveloper",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.731338+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.135629+00:00"
    },
    {
      "slug": "npm-wuying-agentbay-mcp-server",
      "name": "wuying-agentbay-mcp-server",
      "description": "Wuying AgentBay MCP Server is a Node.js package that provides seamless integration with Alibaba Cloud's Wuying AgentBay",
      "website": "https://www.npmjs.com/package/wuying-agentbay-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "wuying-agentbay-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.3",
      "_publisher": "littlegrace",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.733739+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.139576+00:00"
    },
    {
      "slug": "npm-siemens-ix-mcp-react",
      "name": "@siemens/ix-mcp-react",
      "description": "iX MCP server for React",
      "website": "https://www.npmjs.com/package/@siemens/ix-mcp-react",
      "github_url": "https://code.siemens.com/ux/sdl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@siemens/ix-mcp-react"
        ]
      },
      "tags": [
        "ix",
        "mcp",
        "ai"
      ],
      "_version": "5.0.0-v.1.10.5",
      "_publisher": "siemens-element-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.735386+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.145981+00:00"
    },
    {
      "slug": "npm-suekou-mcp-notion-server",
      "name": "@suekou/mcp-notion-server",
      "description": "AI-friendly MCP server for the Notion API",
      "website": "https://www.npmjs.com/package/@suekou/mcp-notion-server",
      "github_url": "git+https://github.com/suekou/mcp-notion-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@suekou/mcp-notion-server"
        ]
      },
      "tags": [],
      "_version": "2.0.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.736932+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.155797+00:00"
    },
    {
      "slug": "npm-gleanwork-configure-mcp-server",
      "name": "@gleanwork/configure-mcp-server",
      "description": "MCP server configurator for Glean",
      "website": "https://www.npmjs.com/package/@gleanwork/configure-mcp-server",
      "github_url": "git+ssh://git@github.com/gleanwork/configure-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gleanwork/configure-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server"
      ],
      "_version": "3.2.0",
      "_publisher": "steve-calvert-glean",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.738862+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.149884+00:00"
    },
    {
      "slug": "npm-mcp-server-linear",
      "name": "mcp-server-linear",
      "description": "An MCP server for interacting with Linear's API, providing tools for managing issues, projects, and teams",
      "website": "https://www.npmjs.com/package/mcp-server-linear",
      "github_url": "git+https://github.com/dvcrn/mcp-server-linear.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-linear"
        ]
      },
      "tags": [
        "linear",
        "mcp",
        "model-context-protocol",
        "cline",
        "issue-tracking",
        "project-management"
      ],
      "_version": "1.6.0",
      "_publisher": "dvcrn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.740473+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.161126+00:00"
    },
    {
      "slug": "npm-eventcatalog-mcp-server",
      "name": "@eventcatalog/mcp-server",
      "description": "MCP server for EventCatalog",
      "website": "https://www.npmjs.com/package/@eventcatalog/mcp-server",
      "github_url": "git+https://github.com/event-catalog/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@eventcatalog/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.1.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.741339+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.178290+00:00"
    },
    {
      "slug": "npm-tradingview-mcp-server",
      "name": "tradingview-mcp-server",
      "description": "Unofficial MCP server and CLI for TradingView stock screener API",
      "website": "https://www.npmjs.com/package/tradingview-mcp-server",
      "github_url": "git+https://github.com/fiale-plus/tradingview-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "tradingview-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "tradingview",
        "cli",
        "stock-screener",
        "model-context-protocol",
        "claude",
        "claude-desktop",
        "stock-analysis"
      ],
      "_version": "0.6.1",
      "_publisher": "bearmug",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.746836+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.165307+00:00"
    },
    {
      "slug": "npm-socialneuron-mcp-server",
      "name": "@socialneuron/mcp-server",
      "description": "MCP server for Social Neuron - AI content creation platform",
      "website": "https://www.npmjs.com/package/@socialneuron/mcp-server",
      "github_url": "git+https://github.com/socialneuron/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@socialneuron/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "ai",
        "social-media",
        "social-media-management",
        "content-creation",
        "content-scheduling"
      ],
      "_version": "1.7.12",
      "_publisher": "socialneuronteam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.749095+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.170628+00:00"
    },
    {
      "slug": "npm-transcend-io-mcp",
      "name": "@transcend-io/mcp",
      "description": "Transcend MCP Server \u2014 unified server with all domain tools.",
      "website": "https://www.npmjs.com/package/@transcend-io/mcp",
      "github_url": "git+https://github.com/transcend-io/tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@transcend-io/mcp"
        ]
      },
      "tags": [],
      "_version": "0.4.9",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.751713+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.174058+00:00"
    },
    {
      "slug": "npm-gemini-mcp-tool",
      "name": "gemini-mcp-tool",
      "description": "MCP server for Gemini CLI integration",
      "website": "https://www.npmjs.com/package/gemini-mcp-tool",
      "github_url": "git+https://github.com/jamubc/gemini-mcp-tool.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "gemini-mcp-tool"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "gemini",
        "cli",
        "ai",
        "llm"
      ],
      "_version": "1.1.4",
      "_publisher": "filecrop",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.753120+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.182095+00:00"
    },
    {
      "slug": "npm-outline-mcp-server",
      "name": "outline-mcp-server",
      "description": "An MCP server for interacting with Outline's API",
      "website": "https://www.npmjs.com/package/outline-mcp-server",
      "github_url": "git+https://github.com/mmmeff/outline-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "outline-mcp-server"
        ]
      },
      "tags": [
        "outline",
        "mcp",
        "getoutline.com",
        "model-context-protocol"
      ],
      "_version": "5.8.5",
      "_publisher": "mfrey",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.754486+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.183790+00:00"
    },
    {
      "slug": "npm-runpod-mcp-server",
      "name": "@runpod/mcp-server",
      "description": "MCP server for interacting with RunPod API",
      "website": "https://www.npmjs.com/package/@runpod/mcp-server",
      "github_url": "git+https://github.com/runpod/runpod-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@runpod/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "runpod",
        "server",
        "api"
      ],
      "_version": "1.1.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.756219+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.188339+00:00"
    },
    {
      "slug": "npm-asgcard-mcp-server",
      "name": "@asgcard/mcp-server",
      "description": "MCP Server for ASG Card \u2014 give AI agents autonomous virtual card management via x402",
      "website": "https://www.npmjs.com/package/@asgcard/mcp-server",
      "github_url": "git+https://github.com/ASGCompute/asgcard-public.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@asgcard/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "asgcard",
        "virtual-card",
        "ai-agent",
        "x402",
        "stellar",
        "usdc"
      ],
      "_version": "0.6.3",
      "_publisher": "asgcard",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.757622+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.193865+00:00"
    },
    {
      "slug": "npm-posterly-mcp-server",
      "name": "posterly-mcp-server",
      "description": "MCP server for posterly \u2014 schedule social media posts from Claude Desktop",
      "website": "https://www.npmjs.com/package/posterly-mcp-server",
      "github_url": "git+https://github.com/awpthorp/posterly.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "posterly-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "posterly",
        "social-media",
        "scheduling",
        "claude",
        "cursor",
        "chatgpt"
      ],
      "_version": "0.19.8",
      "_publisher": "awpthorp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.763258+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.204964+00:00"
    },
    {
      "slug": "npm-goke-mcp",
      "name": "@goke/mcp",
      "description": "Dynamically generate CLI commands from MCP server tools",
      "website": "https://www.npmjs.com/package/@goke/mcp",
      "github_url": "git+https://github.com/remorses/goke.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@goke/mcp"
        ]
      },
      "tags": [
        "mcp",
        "cli",
        "goke",
        "model-context-protocol"
      ],
      "_version": "0.0.10",
      "_publisher": "xmorse",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.765191+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.207907+00:00"
    },
    {
      "slug": "npm-mcp-server-mysql",
      "name": "mcp-server-mysql",
      "description": "MCP server for interacting with MySQL databases (READ-ONLY) with optimized caching",
      "website": "https://www.npmjs.com/package/mcp-server-mysql",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-mysql"
        ]
      },
      "tags": [
        "node",
        "mcp",
        "ai",
        "cursor",
        "mcp-server",
        "modelcontextprotocol",
        "smithery",
        "mcp-get"
      ],
      "_version": "1.0.42",
      "_publisher": "lokesh14v25",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.767549+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.211361+00:00"
    },
    {
      "slug": "npm-xiedada-nodemw-mcp-server",
      "name": "@xiedada/nodemw-mcp-server",
      "description": "MCP server for nodemw - MediaWiki API client",
      "website": "https://www.npmjs.com/package/@xiedada/nodemw-mcp-server",
      "github_url": "git+https://github.com/TimXiedada/nodemw-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@xiedada/nodemw-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mediawiki",
        "nodemw",
        "wiki"
      ],
      "_version": "0.1.2",
      "_publisher": "xiedada",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.769063+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.210041+00:00"
    },
    {
      "slug": "npm-ios-simulator-mcp",
      "name": "ios-simulator-mcp",
      "description": "MCP server for interacting with the iOS simulator",
      "website": "https://www.npmjs.com/package/ios-simulator-mcp",
      "github_url": "git+https://github.com/joshuayoes/ios-simulator-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ios-simulator-mcp"
        ]
      },
      "tags": [
        "ios",
        "simulator",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "1.6.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.770125+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.213573+00:00"
    },
    {
      "slug": "npm-firehydrant-mcp",
      "name": "firehydrant-mcp",
      "description": "Model Context Protocol (MCP) Server for the *FireHydrant* API.",
      "website": "https://www.npmjs.com/package/firehydrant-mcp",
      "github_url": "git+https://github.com/firehydrant/firehydrant-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "firehydrant-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.771709+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.296059+00:00"
    },
    {
      "slug": "npm-clinicaltrialsgov-mcp-server",
      "name": "clinicaltrialsgov-mcp-server",
      "description": "MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.",
      "website": "https://www.npmjs.com/package/clinicaltrialsgov-mcp-server",
      "github_url": "git+https://github.com/cyanheads/clinicaltrialsgov-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "clinicaltrialsgov-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "ai-agent",
        "llm",
        "llm-agent",
        "typescript",
        "clinical-trials"
      ],
      "_version": "2.4.12",
      "_publisher": "cyanheads",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.773415+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.217704+00:00"
    },
    {
      "slug": "npm-trustpager-mcp-server",
      "name": "@trustpager/mcp-server",
      "description": "MCP server for TrustPager \u00e2\u20ac\u201d connect Claude to your CRM",
      "website": "https://www.npmjs.com/package/@trustpager/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@trustpager/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "trustpager",
        "crm",
        "ai",
        "claude"
      ],
      "_version": "1.8.33",
      "_publisher": "esscay",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.774585+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.215963+00:00"
    },
    {
      "slug": "npm-docusaurus-plugin-mcp-server",
      "name": "docusaurus-plugin-mcp-server",
      "description": "A Docusaurus plugin that exposes an MCP server endpoint for AI agents to search and retrieve documentation",
      "website": "https://www.npmjs.com/package/docusaurus-plugin-mcp-server",
      "github_url": "git+https://github.com/scalvert/docusaurus-plugin-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "docusaurus-plugin-mcp-server"
        ]
      },
      "tags": [
        "docusaurus",
        "docusaurus-plugin",
        "mcp",
        "model-context-protocol",
        "documentation",
        "ai",
        "search",
        "llm"
      ],
      "_version": "0.12.0",
      "_publisher": "scalvert",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.776613+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.220938+00:00"
    },
    {
      "slug": "npm-opsee-mcp-server",
      "name": "@opsee/mcp-server",
      "description": "Opsee MCP server \u2014 manage projects, tasks, docs, and cycles from AI coding environments",
      "website": "https://www.npmjs.com/package/@opsee/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@opsee/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.6.6",
      "_publisher": "opsee",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.779805+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.223897+00:00"
    },
    {
      "slug": "npm-deerdawn-mcp-server",
      "name": "@deerdawn/mcp-server",
      "description": "MCP server for DeerDawn context sync",
      "website": "https://www.npmjs.com/package/@deerdawn/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@deerdawn/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "deerdawn",
        "context-sync",
        "ai-context",
        "ai-agents",
        "claude",
        "cursor"
      ],
      "_version": "1.0.15",
      "_publisher": "johngilbert",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.781710+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.226225+00:00"
    },
    {
      "slug": "npm-confluence-mcp-server",
      "name": "confluence-mcp-server",
      "description": "Confluence MCP server for Cloud/Server/Data Center search/read/create/update",
      "website": "https://www.npmjs.com/package/confluence-mcp-server",
      "github_url": "git+https://github.com/qihaze123/confluence-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "confluence-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "confluence",
        "atlassian",
        "cloud",
        "server",
        "datacenter"
      ],
      "_version": "1.3.1",
      "_publisher": "qihaze",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.784150+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.227939+00:00"
    },
    {
      "slug": "npm-x0333-bitrix24-mcp-server",
      "name": "@x0333/bitrix24-mcp-server",
      "description": "Bitrix24 MCP Server for AI Agent Integration.",
      "website": "https://www.npmjs.com/package/@x0333/bitrix24-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@x0333/bitrix24-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "bitrix24",
        "crm",
        "ai",
        "automation"
      ],
      "_version": "2.5.1",
      "_publisher": "x0333",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.785643+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.231441+00:00"
    },
    {
      "slug": "npm-databricks-mcp-server",
      "name": "databricks-mcp-server",
      "description": "Model Context Protocol (MCP) server for interacting with Databricks",
      "website": "https://www.npmjs.com/package/databricks-mcp-server",
      "github_url": "git+https://github.com/characat0/databricks-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "databricks-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "databricks",
        "model context protocol"
      ],
      "_version": "0.0.10",
      "_publisher": "characat0",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.786670+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.631978+00:00"
    },
    {
      "slug": "npm-unifi-network-mcp",
      "name": "unifi-network-mcp",
      "description": "Read-only MCP server for UniFi Network controllers",
      "website": "https://www.npmjs.com/package/unifi-network-mcp",
      "github_url": "git+https://github.com/ryanbehan/unifi-network-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "unifi-network-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "unifi",
        "ubiquiti",
        "network",
        "ai",
        "llm"
      ],
      "_version": "0.1.3",
      "_publisher": "secondsense_labs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.788165+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.232344+00:00"
    },
    {
      "slug": "npm-openape-apes",
      "name": "@openape/apes",
      "description": "Unified CLI + MCP Server for OpenApe",
      "website": "https://www.npmjs.com/package/@openape/apes",
      "github_url": "git+https://github.com/openape-ai/openape.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@openape/apes"
        ]
      },
      "tags": [],
      "_version": "1.28.11",
      "_publisher": "patrick-hofmann",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.789613+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.233188+00:00"
    },
    {
      "slug": "npm-gleanwork-mcp-server",
      "name": "@gleanwork/mcp-server",
      "description": "MCP server for Glean API integration",
      "website": "https://www.npmjs.com/package/@gleanwork/mcp-server",
      "github_url": "git+ssh://git@github.com/gleanwork/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gleanwork/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server"
      ],
      "_version": "0.7.1",
      "_publisher": "steve-calvert-glean",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.790835+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.235546+00:00"
    },
    {
      "slug": "npm-azure-mcp-darwin-arm64",
      "name": "@azure/mcp-darwin-arm64",
      "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on arm64",
      "website": "https://www.npmjs.com/package/@azure/mcp-darwin-arm64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-darwin-arm64"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "3.0.0-beta.11",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.791707+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.435863+00:00"
    },
    {
      "slug": "npm-brilliant-directories-mcp",
      "name": "brilliant-directories-mcp",
      "description": "Official MCP server for Brilliant Directories \u2014 manage members, posts, leads, reviews, and more.",
      "website": "https://www.npmjs.com/package/brilliant-directories-mcp",
      "github_url": "git+https://github.com/brilliantdirectories/brilliant-directories-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "brilliant-directories-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "brilliant-directories",
        "brilliantdirectories",
        "online-directory",
        "onlinedirectory",
        "online-directories",
        "onlinedirectories"
      ],
      "_version": "6.55.34",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.797749+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.239174+00:00"
    },
    {
      "slug": "npm-dopplerhq-mcp-server",
      "name": "@dopplerhq/mcp-server",
      "description": "MCP server for Doppler API with auto-generated tools from OpenAPI specification",
      "website": "https://www.npmjs.com/package/@dopplerhq/mcp-server",
      "github_url": "git+https://github.com/DopplerHQ/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dopplerhq/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "doppler",
        "secrets",
        "api",
        "openapi",
        "model-context-protocol"
      ],
      "_version": "1.0.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.799196+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.240226+00:00"
    },
    {
      "slug": "npm-lodd-mcp-server",
      "name": "@lodd/mcp-server",
      "description": "MCP server for Lodd \u2014 headless web analytics for agents",
      "website": "https://www.npmjs.com/package/@lodd/mcp-server",
      "github_url": "https://lodd.dev",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lodd/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "analytics",
        "web-analytics",
        "headless-analytics",
        "ai-agent",
        "model-context-protocol",
        "claude",
        "cursor"
      ],
      "_version": "0.1.14",
      "_publisher": "hholen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.801614+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.244573+00:00"
    },
    {
      "slug": "npm-vite-plugin-mcp",
      "name": "vite-plugin-mcp",
      "description": "MCP server helping models to understand your Vite app better.",
      "website": "https://www.npmjs.com/package/vite-plugin-mcp",
      "github_url": "git+https://github.com/antfu/nuxt-mcp-dev.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "vite-plugin-mcp"
        ]
      },
      "tags": [
        "vite-plugin",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "0.3.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.802859+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.247004+00:00"
    },
    {
      "slug": "npm-ironbee-ai-devtools",
      "name": "@ironbee-ai/devtools",
      "description": "MCP Server and CLI for IronBee DevTools",
      "website": "https://www.npmjs.com/package/@ironbee-ai/devtools",
      "github_url": "git+https://github.com/ironbee-ai/ironbee-devtools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ironbee-ai/devtools"
        ]
      },
      "tags": [
        "ai",
        "mcp",
        "mcp-server",
        "browser",
        "dev-tools",
        "debug"
      ],
      "_version": "0.10.1",
      "_publisher": "serkan-ozal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.803942+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.249100+00:00"
    },
    {
      "slug": "npm-kuwo-mcp-server",
      "name": "kuwo-mcp-server",
      "description": "kuwo-mcp-server (placeholder)",
      "website": "https://www.npmjs.com/package/kuwo-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kuwo-mcp-server"
        ]
      },
      "tags": [],
      "_version": "3.0.8",
      "_publisher": "cclaw",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.805858+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.252156+00:00"
    },
    {
      "slug": "npm-translated-lara-mcp",
      "name": "@translated/lara-mcp",
      "description": "Lara API official MCP server",
      "website": "https://www.npmjs.com/package/@translated/lara-mcp",
      "github_url": "git+https://github.com/translated/lara-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@translated/lara-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcpserver",
        "laratranslate",
        "lara",
        "translate",
        "translation",
        "ai",
        "translate"
      ],
      "_version": "1.0.3",
      "_publisher": "translatedteam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.807448+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.254226+00:00"
    },
    {
      "slug": "npm-oneuptime-mcp-server",
      "name": "@oneuptime/mcp-server",
      "description": "OneUptime MCP Server",
      "website": "https://www.npmjs.com/package/@oneuptime/mcp-server",
      "github_url": "git+https://github.com/OneUptime/oneuptime.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@oneuptime/mcp-server"
        ]
      },
      "tags": [],
      "_version": "9.2.22",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.808698+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.258276+00:00"
    },
    {
      "slug": "npm-skyreels-ai-skyreels-mcp-server",
      "name": "@skyreels-ai/skyreels-mcp-server",
      "description": "SkyReels MCP server for AI tool integrations.",
      "website": "https://www.npmjs.com/package/@skyreels-ai/skyreels-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@skyreels-ai/skyreels-mcp-server"
        ]
      },
      "tags": [
        "skyreels",
        "mcp",
        "model-context-protocol",
        "ai-video",
        "text-to-video",
        "image-to-video"
      ],
      "_version": "0.1.14",
      "_publisher": "peng.jiang",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.810244+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.256064+00:00"
    },
    {
      "slug": "npm-excalidraw-mcp",
      "name": "excalidraw-mcp",
      "description": "MCP server for Excalidraw",
      "website": "https://www.npmjs.com/package/excalidraw-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "excalidraw-mcp"
        ]
      },
      "tags": [
        "mcp",
        "excalidraw",
        "model-context-protocol",
        "ai",
        "drawing"
      ],
      "_version": "1.0.0",
      "_publisher": "yctimlin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.812475+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.259658+00:00"
    },
    {
      "slug": "npm-freee-mcp",
      "name": "freee-mcp",
      "description": "Model Context Protocol (MCP) server for freee API integration",
      "website": "https://www.npmjs.com/package/freee-mcp",
      "github_url": "git+https://github.com/freee/freee-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "freee-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "freee",
        "api",
        "accounting",
        "claude"
      ],
      "_version": "0.26.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.814168+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.330613+00:00"
    },
    {
      "slug": "npm-mcp-server-sqlite",
      "name": "mcp-server-sqlite",
      "description": "Model Context Protocol (MCP) server for SQLite database operations",
      "website": "https://www.npmjs.com/package/mcp-server-sqlite",
      "github_url": "git+https://github.com/madnh/mcp-server-sqlite.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-sqlite"
        ]
      },
      "tags": [
        "mcp",
        "sqlite",
        "database",
        "model-context-protocol"
      ],
      "_version": "0.0.2",
      "_publisher": "madnh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.815559+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.813104+00:00"
    },
    {
      "slug": "npm-noditlabs-nodit-mcp-server",
      "name": "@noditlabs/nodit-mcp-server",
      "description": "nodit-mcp-server",
      "website": "https://www.npmjs.com/package/@noditlabs/nodit-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@noditlabs/nodit-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.1.1",
      "_publisher": "nodit_developers",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.820114+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.261984+00:00"
    },
    {
      "slug": "npm-renseiai-agentfactory-mcp-server",
      "name": "@renseiai/agentfactory-mcp-server",
      "description": "MCP server exposing AgentFactory fleet capabilities to MCP-aware clients",
      "website": "https://www.npmjs.com/package/@renseiai/agentfactory-mcp-server",
      "github_url": "git+https://github.com/RenseiAI/agentfactory.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@renseiai/agentfactory-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.8.66",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.822599+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.265029+00:00"
    },
    {
      "slug": "npm-mssql-mcp-server",
      "name": "mssql-mcp-server",
      "description": "MCP server for Microsoft SQL Server database access and comprehensive schema exploration using tedious. Includes enhanced stored procedure tools for complete SQL source code access.",
      "website": "https://www.npmjs.com/package/mssql-mcp-server",
      "github_url": "git+https://github.com/vicagbasi/mssql-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mssql-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mssql",
        "sql-server",
        "database",
        "tedious",
        "microsoft-sql-server"
      ],
      "_version": "1.2.2",
      "_publisher": "vic0790",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.824294+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.266402+00:00"
    },
    {
      "slug": "npm-mzxrai-mcp-webresearch",
      "name": "@mzxrai/mcp-webresearch",
      "description": "MCP server for web research",
      "website": "https://www.npmjs.com/package/@mzxrai/mcp-webresearch",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mzxrai/mcp-webresearch"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "web-research",
        "ai",
        "web-scraping"
      ],
      "_version": "0.1.7",
      "_publisher": "mzxrai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.825519+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.268333+00:00"
    },
    {
      "slug": "npm-hypertrack-mcp-server",
      "name": "@hypertrack/mcp-server",
      "description": "HyperTrack MCP Server - Query your HyperTrack account through AI assistants",
      "website": "https://www.npmjs.com/package/@hypertrack/mcp-server",
      "github_url": "git+https://github.com/hypertrack/feature-foundation.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hypertrack/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "hypertrack",
        "model-context-protocol",
        "ai",
        "claude",
        "chatgpt",
        "gemini"
      ],
      "_version": "0.1.60",
      "_publisher": "hypertrack_devops",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.827596+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.270417+00:00"
    },
    {
      "slug": "npm-skanda-yutori-mcp-send-email",
      "name": "@skanda-yutori/mcp-send-email",
      "description": "MCP server for sending emails via Resend API",
      "website": "https://www.npmjs.com/package/@skanda-yutori/mcp-send-email",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@skanda-yutori/mcp-send-email"
        ]
      },
      "tags": [
        "mcp",
        "email",
        "resend",
        "model-context-protocol"
      ],
      "_version": "1.0.0",
      "_publisher": "skanda-yutori",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.829571+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.272118+00:00"
    },
    {
      "slug": "npm-kevinwatt-mcp-server-searxng",
      "name": "@kevinwatt/mcp-server-searxng",
      "description": "MCP server for SearXNG meta search integration",
      "website": "https://www.npmjs.com/package/@kevinwatt/mcp-server-searxng",
      "github_url": "git+https://github.com/kevinwatt/mcp-server-searxng.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kevinwatt/mcp-server-searxng"
        ]
      },
      "tags": [
        "mcp",
        "searxng",
        "search",
        "meta-search",
        "claude",
        "dive",
        "ai"
      ],
      "_version": "0.3.9",
      "_publisher": "kevinwatt",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.830887+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.273128+00:00"
    },
    {
      "slug": "npm-etoro-mcp-server",
      "name": "etoro-mcp-server",
      "description": "MCP server wrapping the eToro public API",
      "website": "https://www.npmjs.com/package/etoro-mcp-server",
      "github_url": "git+https://github.com/gabrielcerutti/etoro-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "etoro-mcp-server"
        ]
      },
      "tags": [
        "etoro",
        "trading",
        "finance",
        "portfolio",
        "crypto",
        "stocks",
        "ETFs",
        "MCP"
      ],
      "_version": "1.1.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.834825+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.619316+00:00"
    },
    {
      "slug": "npm-auth0-auth0-mcp-server",
      "name": "@auth0/auth0-mcp-server",
      "description": "Auth0 Model Context Protocol (MCP) Server (Beta) \u2014 A secure and extendable implementation of an MCP server that provides AI assistants with controlled access to the Auth0 Management API through natural language. This project is in beta and not intended fo",
      "website": "https://www.npmjs.com/package/@auth0/auth0-mcp-server",
      "github_url": "git+https://github.com/auth0/auth0-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@auth0/auth0-mcp-server"
        ]
      },
      "tags": [
        "auth0",
        "mcp",
        "model context protocol",
        "experimental",
        "beta",
        "claude"
      ],
      "_version": "0.1.0-beta.13",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.837189+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.276616+00:00"
    },
    {
      "slug": "npm-remnote-mcp-server",
      "name": "remnote-mcp-server",
      "description": "MCP server bridge for RemNote knowledge base",
      "website": "https://www.npmjs.com/package/remnote-mcp-server",
      "github_url": "git+https://github.com/robert7/remnote-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "remnote-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "remnote",
        "model-context-protocol",
        "knowledge-base",
        "note-taking",
        "ai",
        "assistant",
        "websocket"
      ],
      "_version": "0.15.0",
      "_publisher": "robert-vii",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.838727+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.277697+00:00"
    },
    {
      "slug": "npm-anyproto-anytype-mcp",
      "name": "@anyproto/anytype-mcp",
      "description": "Official MCP server for Anytype API",
      "website": "https://www.npmjs.com/package/@anyproto/anytype-mcp",
      "github_url": "git+https://github.com/anyproto/anytype-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@anyproto/anytype-mcp"
        ]
      },
      "tags": [
        "anytype",
        "api",
        "mcp",
        "server"
      ],
      "_version": "1.2.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.840015+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.278644+00:00"
    },
    {
      "slug": "npm-wechat-mcp-server",
      "name": "wechat-mcp-server",
      "description": "MCP Server for WeChat Video Automation",
      "website": "https://www.npmjs.com/package/wechat-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "wechat-mcp-server"
        ]
      },
      "tags": [],
      "_version": "13.0.0",
      "_publisher": "wudidi-idea",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.841224+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.279981+00:00"
    },
    {
      "slug": "npm-codefuturist-email-mcp",
      "name": "@codefuturist/email-mcp",
      "description": "Email MCP server with IMAP + SMTP support",
      "website": "https://www.npmjs.com/package/@codefuturist/email-mcp",
      "github_url": "git+https://github.com/codefuturist/email-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@codefuturist/email-mcp"
        ]
      },
      "tags": [
        "email",
        "mcp",
        "imap",
        "smtp",
        "model-context-protocol",
        "mcp-server",
        "claude",
        "anthropic"
      ],
      "_version": "0.2.3",
      "_publisher": "codefuturist",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.843426+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.281251+00:00"
    },
    {
      "slug": "npm-react-aria-mcp",
      "name": "@react-aria/mcp",
      "description": "MCP server for React Aria documentation",
      "website": "https://www.npmjs.com/package/@react-aria/mcp",
      "github_url": "git+https://github.com/adobe/react-spectrum.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@react-aria/mcp"
        ]
      },
      "tags": [],
      "_version": "1.1.0",
      "_publisher": "devongovett",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.845551+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.287497+00:00"
    },
    {
      "slug": "npm-bps-mcp-server",
      "name": "bps-mcp-server",
      "description": "MCP server for BPS (Badan Pusat Statistik) Indonesia statistics data",
      "website": "https://www.npmjs.com/package/bps-mcp-server",
      "github_url": "git+https://github.com/setiapam/bps-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "bps-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "bps",
        "statistics",
        "indonesia",
        "model-context-protocol",
        "ai",
        "claude",
        "data"
      ],
      "_version": "0.15.2",
      "_publisher": "setiapam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.847081+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.282673+00:00"
    },
    {
      "slug": "npm-sharedmemory-mcp-server",
      "name": "@sharedmemory/mcp-server",
      "description": "MCP server for SharedMemory \u2014 persistent AI memory for any tool",
      "website": "https://www.npmjs.com/package/@sharedmemory/mcp-server",
      "github_url": "git+https://github.com/sharedmemoryai/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sharedmemory/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "sharedmemory",
        "ai",
        "memory",
        "knowledge-graph",
        "model-context-protocol",
        "llm"
      ],
      "_version": "2.8.0",
      "_publisher": "sharedmemoryai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.848385+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.285345+00:00"
    },
    {
      "slug": "npm-phrase-phrase-mcp-server",
      "name": "@phrase/phrase-mcp-server",
      "description": "MCP server for Phrase localization API",
      "website": "https://www.npmjs.com/package/@phrase/phrase-mcp-server",
      "github_url": "git+https://github.com/phrase/phrase-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@phrase/phrase-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.9.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.851290+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.289129+00:00"
    },
    {
      "slug": "npm-lynx-js-docs-mcp-server-canary",
      "name": "@lynx-js/docs-mcp-server-canary",
      "description": "A MCP Server providing Lynx documentation resources for LLMs, with carefully designed prompting.",
      "website": "https://www.npmjs.com/package/@lynx-js/docs-mcp-server-canary",
      "github_url": "git+https://github.com/lynx-family/lynx-stack.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lynx-js/docs-mcp-server-canary"
        ]
      },
      "tags": [],
      "_version": "0.2.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.852915+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.290870+00:00"
    },
    {
      "slug": "npm-jinzcdev-markmap-mcp-server",
      "name": "@jinzcdev/markmap-mcp-server",
      "description": "MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG)",
      "website": "https://www.npmjs.com/package/@jinzcdev/markmap-mcp-server",
      "github_url": "git+https://github.com/jinzcdev/markmap-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jinzcdev/markmap-mcp-server"
        ]
      },
      "tags": [
        "markmap",
        "mindmap",
        "mindnode",
        "xmind",
        "mcp"
      ],
      "_version": "0.1.1",
      "_publisher": "jinzcdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.853968+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.292787+00:00"
    },
    {
      "slug": "npm-mcp-firebird",
      "name": "mcp-firebird",
      "description": "MCP server for Firebird database",
      "website": "https://www.npmjs.com/package/mcp-firebird",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-firebird"
        ]
      },
      "tags": [],
      "_version": "2.6.0",
      "_publisher": "asistentesautonomos",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.854951+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.294418+00:00"
    },
    {
      "slug": "npm-isiahw1-mcp-server-bing-webmaster",
      "name": "@isiahw1/mcp-server-bing-webmaster",
      "description": "MCP server for Bing Webmaster Tools integration",
      "website": "https://www.npmjs.com/package/@isiahw1/mcp-server-bing-webmaster",
      "github_url": "git+https://github.com/isiahw1/mcp-server-bing-webmaster.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@isiahw1/mcp-server-bing-webmaster"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "bing",
        "bing-webmaster",
        "webmaster-tools",
        "seo",
        "api"
      ],
      "_version": "1.0.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.856898+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.296884+00:00"
    },
    {
      "slug": "npm-boondmanager-mcp-server",
      "name": "boondmanager-mcp-server",
      "description": "MCP Server for BoondManager API - 167 tools, 11 prompts, 21 resources (ERP/CRM)",
      "website": "https://www.npmjs.com/package/boondmanager-mcp-server",
      "github_url": "git+https://github.com/fauguste/boondmanager-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "boondmanager-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "boondmanager",
        "esn",
        "crm",
        "candidates",
        "resources"
      ],
      "_version": "2.0.0",
      "_publisher": "fauguste",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.858236+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.295678+00:00"
    },
    {
      "slug": "npm-mcp-server-apple-shortcuts",
      "name": "mcp-server-apple-shortcuts",
      "description": "MCP server for automation using Apple Shortcuts",
      "website": "https://www.npmjs.com/package/mcp-server-apple-shortcuts",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-apple-shortcuts"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "xyc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.859376+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.298563+00:00"
    },
    {
      "slug": "npm-twelvelabs-mcp",
      "name": "twelvelabs-mcp",
      "description": "TwelveLabs MCP Server",
      "website": "https://www.npmjs.com/package/twelvelabs-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "twelvelabs-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "will-teraflop",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.860977+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.305519+00:00"
    },
    {
      "slug": "npm-prometheus-mcp",
      "name": "prometheus-mcp",
      "description": "Prometheus MCP Server",
      "website": "https://www.npmjs.com/package/prometheus-mcp",
      "github_url": "git+https://github.com/idanfishman/prometheus-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "prometheus-mcp"
        ]
      },
      "tags": [
        "mcp",
        "prometheus",
        "prometheus-mcp",
        "prometheus-mcp-server",
        "metrics",
        "metrics-mcp",
        "metrics-mcp-server"
      ],
      "_version": "1.1.3",
      "_publisher": "idanfishman",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.863031+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.309949+00:00"
    },
    {
      "slug": "npm-43world-43chat-mcp-server",
      "name": "@43world/43chat-mcp-server",
      "description": "43Chat MCP Server",
      "website": "https://www.npmjs.com/package/@43world/43chat-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@43world/43chat-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.4",
      "_publisher": "joglex",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.864294+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.312842+00:00"
    },
    {
      "slug": "npm-j0hanz-fetch-url-mcp",
      "name": "@j0hanz/fetch-url-mcp",
      "description": "An MCP server that fetches web pages and converts them to clean, readable Markdown.",
      "website": "https://www.npmjs.com/package/@j0hanz/fetch-url-mcp",
      "github_url": "git+https://github.com/j0hanz/fetch-url-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@j0hanz/fetch-url-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "web-fetching",
        "content-extraction",
        "readability",
        "markdown",
        "html-to-markdown"
      ],
      "_version": "2.0.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.869283+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.319998+00:00"
    },
    {
      "slug": "npm-microsoft-powerbi-modeling-mcp",
      "name": "@microsoft/powerbi-modeling-mcp",
      "description": "Power BI Modeling MCP Server - Node.js client package for installing and running the Power BI Modeling MCP server",
      "website": "https://www.npmjs.com/package/@microsoft/powerbi-modeling-mcp",
      "github_url": "git+https://github.com/microsoft/powerbi-modeling-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/powerbi-modeling-mcp"
        ]
      },
      "tags": [
        "powerbi",
        "modeling",
        "mcp",
        "model-context-protocol",
        "semantic-model",
        "tabular",
        "analysis-services"
      ],
      "_version": "0.5.0-beta.8",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.871471+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.324879+00:00"
    },
    {
      "slug": "npm-memlab-mcp-server",
      "name": "@memlab/mcp-server",
      "description": "MCP server for MemLab heap snapshot analysis \u2014 gives AI coding assistants tools to explore JavaScript heap snapshots, find memory leaks, and identify optimization opportunities",
      "website": "https://www.npmjs.com/package/@memlab/mcp-server",
      "github_url": "git+https://github.com/facebook/memlab.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@memlab/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "memlab",
        "memory",
        "leak",
        "heap",
        "snapshot",
        "analysis",
        "claude"
      ],
      "_version": "2.1.0",
      "_publisher": "jacksongl",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.872939+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.332328+00:00"
    },
    {
      "slug": "npm-mcp-server-fear-greed",
      "name": "mcp-server-fear-greed",
      "description": "An MCP server for mcp-server-fear-greed",
      "website": "https://www.npmjs.com/package/mcp-server-fear-greed",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-fear-greed"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "ycjcl868",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.874435+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.328650+00:00"
    },
    {
      "slug": "npm-ttpears-gitlab-mcp-server",
      "name": "@ttpears/gitlab-mcp-server",
      "description": "GitLab MCP Server with GraphQL discovery",
      "website": "https://www.npmjs.com/package/@ttpears/gitlab-mcp-server",
      "github_url": "git+https://github.com/ttpears/gitlab-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ttpears/gitlab-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "gitlab",
        "graphql",
        "model-context-protocol"
      ],
      "_version": "1.19.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.879205+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.335543+00:00"
    },
    {
      "slug": "npm-suthio-redash-mcp",
      "name": "@suthio/redash-mcp",
      "description": "MCP server for Redash integration",
      "website": "https://www.npmjs.com/package/@suthio/redash-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@suthio/redash-mcp"
        ]
      },
      "tags": [
        "redash",
        "mcp",
        "ai",
        "claude"
      ],
      "_version": "0.0.13",
      "_publisher": "suthio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.881299+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.339389+00:00"
    },
    {
      "slug": "npm-replicate-mcp",
      "name": "replicate-mcp",
      "description": "Official MCP server for Replicate's HTTP API",
      "website": "https://www.npmjs.com/package/replicate-mcp",
      "github_url": "git+https://github.com/replicate/replicate-typescript-stainless.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "replicate-mcp"
        ]
      },
      "tags": [],
      "_version": "0.9.0",
      "_publisher": "replicatebot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.884417+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.345860+00:00"
    },
    {
      "slug": "npm-richard-stovall-opnsense-mcp-server",
      "name": "@richard-stovall/opnsense-mcp-server",
      "description": "Modular MCP server for OPNsense firewall management - 88 tools providing access to 2000+ methods",
      "website": "https://www.npmjs.com/package/@richard-stovall/opnsense-mcp-server",
      "github_url": "git+https://github.com/richard-stovall/opnsense-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@richard-stovall/opnsense-mcp-server"
        ]
      },
      "tags": [
        "opnsense",
        "mcp",
        "model-context-protocol",
        "firewall",
        "api",
        "automation",
        "typescript"
      ],
      "_version": "0.5.3",
      "_publisher": "richard-stovall",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.886402+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.359611+00:00"
    },
    {
      "slug": "npm-mcp-server-commands",
      "name": "mcp-server-commands",
      "description": "An MCP server to run arbitrary commands",
      "website": "https://www.npmjs.com/package/mcp-server-commands",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-commands"
        ]
      },
      "tags": [],
      "_version": "0.8.2",
      "_publisher": "weshigbee",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.887708+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.353964+00:00"
    },
    {
      "slug": "npm-antv-mcp-server-chart",
      "name": "@antv/mcp-server-chart",
      "description": "A Model Context Protocol server for generating charts using AntV. This is a TypeScript-based MCP server that provides chart generation capabilities. It allows you to create various types of charts through MCP tools.",
      "website": "https://www.npmjs.com/package/@antv/mcp-server-chart",
      "github_url": "git+https://github.com/antvis/mcp-server-chart.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@antv/mcp-server-chart"
        ]
      },
      "tags": [
        "antv",
        "mcp",
        "data-visualization",
        "chart",
        "graph",
        "map"
      ],
      "_version": "0.9.10",
      "_publisher": "atool",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.889854+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.315977+00:00"
    },
    {
      "slug": "npm-airweave-mcp-search",
      "name": "airweave-mcp-search",
      "description": "MCP server for searching Airweave collections",
      "website": "https://www.npmjs.com/package/airweave-mcp-search",
      "github_url": "git+https://github.com/airweave-ai/airweave.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "airweave-mcp-search"
        ]
      },
      "tags": [
        "mcp",
        "airweave",
        "search",
        "model-context-protocol",
        "ai",
        "vector-search",
        "claude",
        "cursor"
      ],
      "_version": "0.9.62",
      "_publisher": "felixschmetz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.892858+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.364530+00:00"
    },
    {
      "slug": "npm-time-mcp",
      "name": "time-mcp",
      "description": "Time MCP Server, giving LLMs time awareness capabilities.",
      "website": "https://www.npmjs.com/package/time-mcp",
      "github_url": "git+https://github.com/yokingma/time-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "time-mcp"
        ]
      },
      "tags": [
        "AI",
        "LLM",
        "MCP",
        "ModelContextProtocol",
        "Time MCP Server",
        "LLM Tool",
        "dayjs"
      ],
      "_version": "1.0.6",
      "_publisher": "zac_ma",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.895763+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.370782+00:00"
    },
    {
      "slug": "npm-sylphx-pdf-reader-mcp",
      "name": "@sylphx/pdf-reader-mcp",
      "description": "An MCP server providing tools to read PDF files.",
      "website": "https://www.npmjs.com/package/@sylphx/pdf-reader-mcp",
      "github_url": "git+https://github.com/SylphxAI/pdf-reader-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sylphx/pdf-reader-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "pdf",
        "reader",
        "parser",
        "typescript",
        "node",
        "ai"
      ],
      "_version": "2.4.2",
      "_publisher": "shtse8",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.897812+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.380598+00:00"
    },
    {
      "slug": "npm-exergynet-mcp-server",
      "name": "exergynet-mcp-server",
      "description": "MCP server for ExergyNet LNES-04 Base Mainnet autonomous compute settlement.",
      "website": "https://www.npmjs.com/package/exergynet-mcp-server",
      "github_url": "git+https://github.com/ezumba/exergynet-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "exergynet-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai-agent",
        "autonomous-agent",
        "solana",
        "usdc",
        "machine-to-machine",
        "compute-settlement"
      ],
      "_version": "0.2.2",
      "_publisher": "lnes",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.899302+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.383442+00:00"
    },
    {
      "slug": "npm-aibtc-mcp-server",
      "name": "@aibtc/mcp-server",
      "description": "Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, and x402 payments.",
      "website": "https://www.npmjs.com/package/@aibtc/mcp-server",
      "github_url": "git+https://github.com/aibtcdev/aibtc-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aibtc/mcp-server"
        ]
      },
      "tags": [
        "claude",
        "claude-code",
        "mcp",
        "model-context-protocol",
        "x402",
        "stacks",
        "blockchain",
        "crypto"
      ],
      "_version": "1.55.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.901926+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.387912+00:00"
    },
    {
      "slug": "npm-centia-io-mcp-server",
      "name": "@centia-io/mcp-server",
      "description": "Centia MCP Server",
      "website": "https://www.npmjs.com/package/@centia-io/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@centia-io/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.9",
      "_publisher": "centia",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.904122+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.393558+00:00"
    },
    {
      "slug": "npm-lindoai-mcp-server",
      "name": "@lindoai/mcp-server",
      "description": "Lindo AI MCP server for Claude Desktop \u2014 create websites, pages, and blogs with AI",
      "website": "https://www.npmjs.com/package/@lindoai/mcp-server",
      "github_url": "git+https://github.com/lindoai/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lindoai/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "lindo",
        "ai",
        "website-builder",
        "agency"
      ],
      "_version": "1.0.17",
      "_publisher": "saeedmshdi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.914514+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.397195+00:00"
    },
    {
      "slug": "npm-functype-mcp-server",
      "name": "functype-mcp-server",
      "description": "MCP server for functype documentation lookup and TypeScript code validation",
      "website": "https://www.npmjs.com/package/functype-mcp-server",
      "github_url": "git+https://github.com/jordanburke/functype.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "functype-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "functype",
        "typescript",
        "functional-programming",
        "model-context-protocol",
        "claude",
        "ai-assistant",
        "fastmcp"
      ],
      "_version": "0.60.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.928480+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.399439+00:00"
    },
    {
      "slug": "npm-mcp-server-axiom",
      "name": "mcp-server-axiom",
      "description": "An MCP server implementation for Axiom that enables AI agents to query data using Axiom Processing Language (APL)",
      "website": "https://www.npmjs.com/package/mcp-server-axiom",
      "github_url": "git+https://github.com/ThetaBird/mcp-server-axiom-js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-axiom"
        ]
      },
      "tags": [
        "axiom",
        "mcp",
        "apl",
        "ai",
        "agent",
        "query"
      ],
      "_version": "1.1.0",
      "_publisher": "thetabird",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.940953+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.406721+00:00"
    },
    {
      "slug": "npm-mcp-lite",
      "name": "mcp-lite",
      "description": "A small, fetch-first implementation of the Model Context Protocol (MCP) server APIs.",
      "website": "https://www.npmjs.com/package/mcp-lite",
      "github_url": "git+https://github.com/fiberplane/mcp-lite.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-lite"
        ]
      },
      "tags": [],
      "_version": "0.10.0",
      "_publisher": "fiberplane-admin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.944833+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.340093+00:00"
    },
    {
      "slug": "npm-mcp-server-filesystem",
      "name": "mcp-server-filesystem",
      "description": "MCP server for filesystem access",
      "website": "https://www.npmjs.com/package/mcp-server-filesystem",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-filesystem"
        ]
      },
      "tags": [],
      "_version": "0.6.2",
      "_publisher": "snaggle",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.948188+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.411935+00:00"
    },
    {
      "slug": "npm-angiejones-mcp-selenium",
      "name": "@angiejones/mcp-selenium",
      "description": "Selenium WebDriver MCP Server",
      "website": "https://www.npmjs.com/package/@angiejones/mcp-selenium",
      "github_url": "git+https://github.com/angiejones/mcp-selenium.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@angiejones/mcp-selenium"
        ]
      },
      "tags": [],
      "_version": "0.2.3",
      "_publisher": "angiejones",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.952546+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.415731+00:00"
    },
    {
      "slug": "npm-a-bonus-google-docs-mcp",
      "name": "@a-bonus/google-docs-mcp",
      "description": "MCP server for Google Docs, Sheets, Drive, Gmail, and Calendar",
      "website": "https://www.npmjs.com/package/@a-bonus/google-docs-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@a-bonus/google-docs-mcp"
        ]
      },
      "tags": [
        "mcp",
        "google-docs",
        "google-sheets",
        "google-drive"
      ],
      "_version": "1.10.0",
      "_publisher": "a-bonus",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.955542+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.419102+00:00"
    },
    {
      "slug": "npm-mneme-ai-mcp",
      "name": "@mneme-ai/mcp",
      "description": "MCP server that exposes Mneme to Claude Code, Cursor, Continue, and other AI clients",
      "website": "https://www.npmjs.com/package/@mneme-ai/mcp",
      "github_url": "git+https://github.com/patsa2561-art/mneme-ai.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mneme-ai/mcp"
        ]
      },
      "tags": [],
      "_version": "2.53.0",
      "_publisher": "mneme_npm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.957903+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.423455+00:00"
    },
    {
      "slug": "npm-alibabacloud-devops-mcp-server",
      "name": "alibabacloud-devops-mcp-server",
      "description": "MCP Server for using the alibabacloud-devops API: allows AI assistants to directly participate in development collaboration, helping teams optimize development processes and improve efficiency.",
      "website": "https://www.npmjs.com/package/alibabacloud-devops-mcp-server",
      "github_url": "git+ssh://git@github.com/aliyun/alibabacloud-devops-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "alibabacloud-devops-mcp-server"
        ]
      },
      "tags": [
        "alibaba-cloud",
        "aliyun",
        "devops",
        "mcp",
        "ai",
        "open api",
        "devops-mcp"
      ],
      "_version": "0.3.38",
      "_publisher": "bowenhuang0926",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.959612+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.429602+00:00"
    },
    {
      "slug": "npm-pulsemcp-cms-admin-mcp-server",
      "name": "pulsemcp-cms-admin-mcp-server",
      "description": "Local implementation of PulseMCP CMS Admin MCP server",
      "website": "https://www.npmjs.com/package/pulsemcp-cms-admin-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "pulsemcp-cms-admin-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.9.28",
      "_publisher": "tadasant",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.962046+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.432820+00:00"
    },
    {
      "slug": "npm-pmxt-mcp",
      "name": "@pmxt/mcp",
      "description": "MCP server for PMXT - the unified prediction market API",
      "website": "https://www.npmjs.com/package/@pmxt/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pmxt/mcp"
        ]
      },
      "tags": [
        "mcp",
        "prediction-markets",
        "polymarket",
        "kalshi",
        "trading",
        "ai-agent",
        "llm",
        "model-context-protocol"
      ],
      "_version": "2.44.5",
      "_publisher": "realfishsam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.963919+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.436015+00:00"
    },
    {
      "slug": "npm-florentine-ai-mcp",
      "name": "@florentine-ai/mcp",
      "description": "Florentine.ai MCP server \u2013 query MongoDB & MySQL databases in natural language",
      "website": "https://www.npmjs.com/package/@florentine-ai/mcp",
      "github_url": "git+https://github.com/florentine-ai/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@florentine-ai/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mongodb",
        "aggregation",
        "mysql",
        "query",
        "natural-language",
        "ai"
      ],
      "_version": "1.0.0",
      "_publisher": "jrl84",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.965135+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.439961+00:00"
    },
    {
      "slug": "npm-rededis-dataverse-mcp-server",
      "name": "@rededis/dataverse-mcp-server",
      "description": "MCP server for Microsoft Dataverse API",
      "website": "https://www.npmjs.com/package/@rededis/dataverse-mcp-server",
      "github_url": "git+https://github.com/rededis/dataverse-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rededis/dataverse-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "dataverse",
        "dynamics365",
        "power-platform",
        "microsoft",
        "claude"
      ],
      "_version": "0.4.0",
      "_publisher": "rededis",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.966777+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.446596+00:00"
    },
    {
      "slug": "npm-zeph-to-mcp-server",
      "name": "@zeph-to/mcp-server",
      "description": "Zeph MCP server \u2014 AI agent notifications, prompts, and input via MCP protocol",
      "website": "https://www.npmjs.com/package/@zeph-to/mcp-server",
      "github_url": "git+https://github.com/zeph-to/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zeph-to/mcp-server"
        ]
      },
      "tags": [
        "zeph",
        "mcp",
        "ai",
        "notification",
        "prompt",
        "model-context-protocol",
        "claude",
        "ai-agent"
      ],
      "_version": "1.11.1",
      "_publisher": "louis-jin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.968473+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.449962+00:00"
    },
    {
      "slug": "npm-vibe-forge-mcp",
      "name": "@vibe-forge/mcp",
      "description": "Vibe Forge MCP server",
      "website": "https://www.npmjs.com/package/@vibe-forge/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vibe-forge/mcp"
        ]
      },
      "tags": [],
      "_version": "3.4.0",
      "_publisher": "yijie4188",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.969815+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.454160+00:00"
    },
    {
      "slug": "npm-mcp-image",
      "name": "mcp-image",
      "description": "MCP server for AI image generation",
      "website": "https://www.npmjs.com/package/mcp-image",
      "github_url": "git+https://github.com/shinpr/mcp-image.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-image"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "image-generation",
        "generative-ai",
        "image-editing",
        "prompt-enhancement",
        "gemini"
      ],
      "_version": "0.11.1",
      "_publisher": "shinpr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.971693+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.458299+00:00"
    },
    {
      "slug": "npm-google-cloud-storage-mcp",
      "name": "@google-cloud/storage-mcp",
      "description": "Model Context Protocol (MCP) Server for interacting with GCS APIs",
      "website": "https://www.npmjs.com/package/@google-cloud/storage-mcp",
      "github_url": "git+https://github.com/googleapis/gcloud-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@google-cloud/storage-mcp"
        ]
      },
      "tags": [
        "storage",
        "gcp",
        "google cloud",
        "mcp",
        "mcp server"
      ],
      "_version": "0.6.0",
      "_publisher": "google-wombot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.973097+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.362626+00:00"
    },
    {
      "slug": "npm-square-mcp-server",
      "name": "square-mcp-server",
      "description": "MCP Server for Square API",
      "website": "https://www.npmjs.com/package/square-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "square-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "block-oss-releases",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.974450+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.464408+00:00"
    },
    {
      "slug": "npm-fetcher-mcp",
      "name": "fetcher-mcp",
      "description": "MCP server for fetching web content using Playwright browser",
      "website": "https://www.npmjs.com/package/fetcher-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "fetcher-mcp"
        ]
      },
      "tags": [
        "mcp",
        "playwright",
        "web-scraping",
        "readability",
        "content-extraction"
      ],
      "_version": "0.3.9",
      "_publisher": "jaeger",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.975896+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.468452+00:00"
    },
    {
      "slug": "npm-uniformdev-uniform-mcp",
      "name": "@uniformdev/uniform-mcp",
      "description": "Uniform MCP Server",
      "website": "https://www.npmjs.com/package/@uniformdev/uniform-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@uniformdev/uniform-mcp"
        ]
      },
      "tags": [],
      "_version": "20.63.0",
      "_publisher": "originalexe",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.978405+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.475129+00:00"
    },
    {
      "slug": "npm-umbraco-cms-create-umbraco-mcp-server",
      "name": "@umbraco-cms/create-umbraco-mcp-server",
      "description": "Create a new Umbraco MCP server project",
      "website": "https://www.npmjs.com/package/@umbraco-cms/create-umbraco-mcp-server",
      "github_url": "git+https://github.com/umbraco/Umbraco-MCP-Base.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@umbraco-cms/create-umbraco-mcp-server"
        ]
      },
      "tags": [
        "Umbraco",
        "MCP",
        "Model Context Protocol",
        "scaffolding",
        "create"
      ],
      "_version": "17.0.0-beta.28",
      "_publisher": "umbraco-publish",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.980383+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.376430+00:00"
    },
    {
      "slug": "npm-newsnow-mcp-server",
      "name": "newsnow-mcp-server",
      "description": "NewsNow MCP Server",
      "website": "https://www.npmjs.com/package/newsnow-mcp-server",
      "github_url": "git+https://github.com/ourongxing/newsnow-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "newsnow-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "newsnow",
        "mcp-server",
        "hot-news"
      ],
      "_version": "0.0.11",
      "_publisher": "ourongxing",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.981790+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.478910+00:00"
    },
    {
      "slug": "npm-logosdb-mcp-server",
      "name": "logosdb-mcp-server",
      "description": "MCP server exposing LogosDB semantic search to Claude Code and other MCP clients",
      "website": "https://www.npmjs.com/package/logosdb-mcp-server",
      "github_url": "git+https://github.com/jose-compu/logosdb.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "logosdb-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "logosdb",
        "vector-database",
        "semantic-search",
        "claude-code",
        "embeddings",
        "rag"
      ],
      "_version": "1.0.0",
      "_publisher": "jose-blockchain",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.983700+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.483195+00:00"
    },
    {
      "slug": "npm-aliyun-supabase-mcp-server-supabase",
      "name": "@aliyun-supabase/mcp-server-supabase",
      "description": "MCP server for interacting with Supabase",
      "website": "https://www.npmjs.com/package/@aliyun-supabase/mcp-server-supabase",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aliyun-supabase/mcp-server-supabase"
        ]
      },
      "tags": [],
      "_version": "1.5.4",
      "_publisher": "aliyun-supabase",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.985354+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.487545+00:00"
    },
    {
      "slug": "npm-arizeai-phoenix-mcp",
      "name": "@arizeai/phoenix-mcp",
      "description": "A MCP server for Arize Phoenix",
      "website": "https://www.npmjs.com/package/@arizeai/phoenix-mcp",
      "github_url": "git+https://github.com/Arize-ai/phoenix.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@arizeai/phoenix-mcp"
        ]
      },
      "tags": [
        "arize-phoenix",
        "mcp"
      ],
      "_version": "4.0.13",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.987271+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.492341+00:00"
    },
    {
      "slug": "npm-mcp-apps-azure-devops-mcp-server",
      "name": "@mcp-apps/azure-devops-mcp-server",
      "description": "A Model Context Protocol (MCP) server for Azure DevOps integration",
      "website": "https://www.npmjs.com/package/@mcp-apps/azure-devops-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-apps/azure-devops-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "azure-devops",
        "model-context-protocol",
        "devops",
        "ado",
        "vsts",
        "visual-studio",
        "copilot"
      ],
      "_version": "1.0.47",
      "_publisher": "aditya.vaish",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.988806+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.734504+00:00"
    },
    {
      "slug": "npm-midscene-ios-mcp",
      "name": "@midscene/ios-mcp",
      "description": "Midscene MCP Server for iOS automation",
      "website": "https://www.npmjs.com/package/@midscene/ios-mcp",
      "github_url": "git+https://github.com/web-infra-dev/midscene.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@midscene/ios-mcp"
        ]
      },
      "tags": [],
      "_version": "1.8.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.989918+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.505138+00:00"
    },
    {
      "slug": "npm-ha-mcp-server",
      "name": "ha-mcp-server",
      "description": "MCP server for controlling Home Assistant lights and managing scenes. Lights only by design for safety.",
      "website": "https://www.npmjs.com/package/ha-mcp-server",
      "github_url": "git+https://github.com/Koneisto/HomeAssistant-Light-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ha-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "home-assistant",
        "lights",
        "scenes",
        "smart-home",
        "model-context-protocol"
      ],
      "_version": "0.7.2",
      "_publisher": "koneisto",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.991053+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.501017+00:00"
    },
    {
      "slug": "npm-midscene-android-mcp",
      "name": "@midscene/android-mcp",
      "description": "Midscene MCP Server for Android automation",
      "website": "https://www.npmjs.com/package/@midscene/android-mcp",
      "github_url": "git+https://github.com/web-infra-dev/midscene.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@midscene/android-mcp"
        ]
      },
      "tags": [],
      "_version": "1.8.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.991804+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.509653+00:00"
    },
    {
      "slug": "npm-chakra-ui-react-mcp",
      "name": "@chakra-ui/react-mcp",
      "description": "The official MCP server for Chakra UI",
      "website": "https://www.npmjs.com/package/@chakra-ui/react-mcp",
      "github_url": "git+https://github.com/chakra-ui/chakra-ui.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@chakra-ui/react-mcp"
        ]
      },
      "tags": [
        "chakra-ui",
        "mcp-server",
        "chat",
        "chatgpt",
        "mcp"
      ],
      "_version": "2.1.1",
      "_publisher": "segunadebayo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.993333+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.513385+00:00"
    },
    {
      "slug": "npm-mcp-server-postgres-multi-schema",
      "name": "mcp-server-postgres-multi-schema",
      "description": "MCP server for interacting with PostgreSQL databases, with support for multiple schemas",
      "website": "https://www.npmjs.com/package/mcp-server-postgres-multi-schema",
      "github_url": "git+https://github.com/HarjjotSinghh/mcp-server-postgres-multi-schema.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-postgres-multi-schema"
        ]
      },
      "tags": [],
      "_version": "0.1.3",
      "_publisher": "harjjotsinghh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.996497+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.517736+00:00"
    },
    {
      "slug": "npm-kickflow-mcp-server",
      "name": "@kickflow/mcp-server",
      "description": "MCP Server for kickflow API",
      "website": "https://www.npmjs.com/package/@kickflow/mcp-server",
      "github_url": "git+https://github.com/kickflow/kickflow-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kickflow/mcp-server"
        ]
      },
      "tags": [
        "kickflow",
        "api",
        "mcp",
        "server"
      ],
      "_version": "1.1.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:48.998271+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.522350+00:00"
    },
    {
      "slug": "npm-android-mcp-server",
      "name": "android-mcp-server",
      "description": "MCP server for controlling Android emulators via ADB",
      "website": "https://www.npmjs.com/package/android-mcp-server",
      "github_url": "git+https://github.com/martingeidobler/android-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "android-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "android",
        "adb",
        "emulator",
        "claude",
        "testing",
        "model-context-protocol",
        "ui-testing"
      ],
      "_version": "1.3.0",
      "_publisher": "martingeidobler",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.000829+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.527073+00:00"
    },
    {
      "slug": "npm-caelo-cms-mcp-server",
      "name": "@caelo-cms/mcp-server",
      "description": "MCP server exposing the Caelo CMS chat-runner as a `caelo_chat` tool. Lets Claude Code (or any MCP-aware client) drive a Caelo install from outside the browser.",
      "website": "https://www.npmjs.com/package/@caelo-cms/mcp-server",
      "github_url": "git+https://github.com/caelo-cms/caelo-cms.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@caelo-cms/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.10.22",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.003310+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.531113+00:00"
    },
    {
      "slug": "npm-mcp-server-semgrep",
      "name": "mcp-server-semgrep",
      "description": "MCP Server for Semgrep Integration - static code analysis with AI",
      "website": "https://www.npmjs.com/package/mcp-server-semgrep",
      "github_url": "git+https://github.com/VetCoders/mcp-server-semgrep.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-semgrep"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "semgrep",
        "static-analysis",
        "security",
        "code-quality",
        "ai",
        "claude"
      ],
      "_version": "1.0.1",
      "_publisher": "div0.space",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.005544+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.535602+00:00"
    },
    {
      "slug": "npm-ivelin-web-tempo-mcp-server",
      "name": "@ivelin-web/tempo-mcp-server",
      "description": "MCP server for managing Tempo worklogs in Jira",
      "website": "https://www.npmjs.com/package/@ivelin-web/tempo-mcp-server",
      "github_url": "git+https://github.com/ivelin-web/tempo-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ivelin-web/tempo-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "tempo",
        "jira",
        "worklogs",
        "time-tracking",
        "claude",
        "cursor",
        "windsurf"
      ],
      "_version": "1.7.0",
      "_publisher": "ivelin-web",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.007007+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.541649+00:00"
    },
    {
      "slug": "npm-mermaid-mcp-server",
      "name": "mermaid-mcp-server",
      "description": "Mermaid diagram MCP server",
      "website": "https://www.npmjs.com/package/mermaid-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mermaid-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.8",
      "_publisher": "~myxvisual",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.008046+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.545348+00:00"
    },
    {
      "slug": "npm-next-ai-drawio-mcp-server",
      "name": "@next-ai-drawio/mcp-server",
      "description": "MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview",
      "website": "https://www.npmjs.com/package/@next-ai-drawio/mcp-server",
      "github_url": "git+https://github.com/DayuanJiang/next-ai-draw-io.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@next-ai-drawio/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "drawio",
        "diagram",
        "ai",
        "claude",
        "model-context-protocol"
      ],
      "_version": "0.2.0",
      "_publisher": "dayuanjiang",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.009986+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.549370+00:00"
    },
    {
      "slug": "npm-plantuml-mcp-server",
      "name": "plantuml-mcp-server",
      "description": "MCP server for generating PlantUML diagrams",
      "website": "https://www.npmjs.com/package/plantuml-mcp-server",
      "github_url": "git+https://github.com/infobip/plantuml-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "plantuml-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "plantuml",
        "diagrams",
        "claude"
      ],
      "_version": "0.2.4",
      "_publisher": "mzagar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.012752+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.550746+00:00"
    },
    {
      "slug": "npm-myapihq-mcp",
      "name": "@myapihq/mcp",
      "description": "MCP server for the MyAPI ecosystem",
      "website": "https://www.npmjs.com/package/@myapihq/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@myapihq/mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.41",
      "_publisher": "ric_mat",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.014575+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.553204+00:00"
    },
    {
      "slug": "npm-mcpcentral-mcp-time",
      "name": "@mcpcentral/mcp-time",
      "description": "Time MCP server via HTTP",
      "website": "https://www.npmjs.com/package/@mcpcentral/mcp-time",
      "github_url": "git+https://github.com/mcpcentral-io/mcp-time.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcpcentral/mcp-time"
        ]
      },
      "tags": [
        "mcp",
        "time",
        "date",
        "date and time",
        "model context protocol",
        "day",
        "week",
        "year"
      ],
      "_version": "0.0.5",
      "_publisher": "cbuk100011",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.016252+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.555303+00:00"
    },
    {
      "slug": "npm-obsidian-mcp",
      "name": "obsidian-mcp",
      "description": "MCP server for AI assistants to interact with Obsidian vaults",
      "website": "https://www.npmjs.com/package/obsidian-mcp",
      "github_url": "git+https://github.com/StevenStavrakis/obsidian-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "obsidian-mcp"
        ]
      },
      "tags": [
        "obsidian",
        "mcp",
        "ai",
        "notes",
        "knowledge-management"
      ],
      "_version": "1.0.6",
      "_publisher": "steve_s",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.019131+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.558366+00:00"
    },
    {
      "slug": "npm-siemens-ix-mcp",
      "name": "@siemens/ix-mcp",
      "description": "iX MCP server",
      "website": "https://www.npmjs.com/package/@siemens/ix-mcp",
      "github_url": "https://code.siemens.com/ux/sdl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@siemens/ix-mcp"
        ]
      },
      "tags": [
        "ix",
        "mcp",
        "ai"
      ],
      "_version": "5.0.0-v.1.10.5",
      "_publisher": "siemens-element-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.020637+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.563763+00:00"
    },
    {
      "slug": "npm-ynab-mcp-server",
      "name": "ynab-mcp-server",
      "description": "ynab-mcp-server MCP server",
      "website": "https://www.npmjs.com/package/ynab-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ynab-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "calebl",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.023995+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.573937+00:00"
    },
    {
      "slug": "npm-hetzner-mcp-server",
      "name": "hetzner-mcp-server",
      "description": "MCP server for managing Hetzner Cloud infrastructure from Claude Code",
      "website": "https://www.npmjs.com/package/hetzner-mcp-server",
      "github_url": "git+https://github.com/nityeshaga/hetzner-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hetzner-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "hetzner",
        "cloud",
        "claude",
        "ai",
        "server-management"
      ],
      "_version": "1.0.0",
      "_publisher": "nityesh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.024956+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.565972+00:00"
    },
    {
      "slug": "npm-creatrip-mcp-server",
      "name": "@creatrip/mcp-server",
      "description": "Creatrip internal MCP server for Jira, Notion, and Slack integrations",
      "website": "https://www.npmjs.com/package/@creatrip/mcp-server",
      "github_url": "git+https://github.com/creatrip/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@creatrip/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "jira",
        "notion",
        "slack",
        "creatrip"
      ],
      "_version": "1.1.0",
      "_publisher": "jonghakseo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.027058+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.571661+00:00"
    },
    {
      "slug": "npm-zeroheight-mcp-server",
      "name": "@zeroheight/mcp-server",
      "description": "MCP server for zeroheight",
      "website": "https://www.npmjs.com/package/@zeroheight/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zeroheight/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.8.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.029670+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.567807+00:00"
    },
    {
      "slug": "npm-a11y-mcp-server",
      "name": "a11y-mcp-server",
      "description": "An MCP server for accessibility testing using Axe-core",
      "website": "https://www.npmjs.com/package/a11y-mcp-server",
      "github_url": "git+https://github.com/ronantakizawa/a11ymcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "a11y-mcp-server"
        ]
      },
      "tags": [
        "accessibility",
        "a11y",
        "axe",
        "axe-core",
        "mcp",
        "wcag",
        "claude",
        "ai"
      ],
      "_version": "1.1.0",
      "_publisher": "ronantakizawa",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.031413+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.577156+00:00"
    },
    {
      "slug": "npm-rabbitmq-mcp",
      "name": "rabbitmq-mcp",
      "description": "RabbitMQ MCP Server",
      "website": "https://www.npmjs.com/package/rabbitmq-mcp",
      "github_url": "git+https://github.com/kmitchell/rabbitmq-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "rabbitmq-mcp"
        ]
      },
      "tags": [
        "amqp",
        "cloudamqp",
        "rabbitmq",
        "mcp",
        "modelcontextprotocol",
        "rabbitmq-mcp"
      ],
      "_version": "0.2.0",
      "_publisher": "kmitch",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.034063+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.579617+00:00"
    },
    {
      "slug": "npm-ergut-mcp-bigquery-server",
      "name": "@ergut/mcp-bigquery-server",
      "description": "MCP server for interacting with BigQuery databases",
      "website": "https://www.npmjs.com/package/@ergut/mcp-bigquery-server",
      "github_url": "git+https://github.com/ergut/mcp-bigquery-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ergut/mcp-bigquery-server"
        ]
      },
      "tags": [],
      "_version": "1.0.4",
      "_publisher": "ergut",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.035768+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.582968+00:00"
    },
    {
      "slug": "npm-florexlabs-docs-to-mcp-server",
      "name": "@florexlabs/docs-to-mcp-server",
      "description": "MCP server that exposes documentation search tools for AI assistants",
      "website": "https://www.npmjs.com/package/@florexlabs/docs-to-mcp-server",
      "github_url": "git+https://github.com/florextech/docs-to-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@florexlabs/docs-to-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "documentation",
        "ai",
        "llm",
        "rag",
        "mcp-server",
        "claude"
      ],
      "_version": "0.2.2",
      "_publisher": "florex",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.036929+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.586580+00:00"
    },
    {
      "slug": "npm-panproto-mcp-server",
      "name": "@panproto/mcp-server",
      "description": "MCP server exposing panproto schema migration operations",
      "website": "https://www.npmjs.com/package/@panproto/mcp-server",
      "github_url": "git+https://github.com/panproto/panproto-toolkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@panproto/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.13.0",
      "_publisher": "aaronstevenwhite",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.038956+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.589976+00:00"
    },
    {
      "slug": "npm-codacy-codacy-mcp",
      "name": "@codacy/codacy-mcp",
      "description": "Codacy MCP server",
      "website": "https://www.npmjs.com/package/@codacy/codacy-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@codacy/codacy-mcp"
        ]
      },
      "tags": [
        "codacy",
        "mcp",
        "mcp-server",
        "ai"
      ],
      "_version": "0.6.21",
      "_publisher": "codacy-ci",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.039923+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.594508+00:00"
    },
    {
      "slug": "npm-kimtaeyoon83-mcp-server-youtube-transcript",
      "name": "@kimtaeyoon83/mcp-server-youtube-transcript",
      "description": "This is an MCP server that allows you to directly download transcripts of YouTube videos.",
      "website": "https://www.npmjs.com/package/@kimtaeyoon83/mcp-server-youtube-transcript",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kimtaeyoon83/mcp-server-youtube-transcript"
        ]
      },
      "tags": [],
      "_version": "0.1.1",
      "_publisher": "kimtaeyoon83",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.041104+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.597885+00:00"
    },
    {
      "slug": "npm-tiny-stdio-mcp-server",
      "name": "tiny-stdio-mcp-server",
      "description": "Minimal MCP server over stdio with typed tools and rich content helpers",
      "website": "https://www.npmjs.com/package/tiny-stdio-mcp-server",
      "github_url": "git+https://github.com/poe-platform/poe-code.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "tiny-stdio-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "stdio",
        "server"
      ],
      "_version": "0.1.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.042375+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.599851+00:00"
    },
    {
      "slug": "npm-letsrunit-mcp-server",
      "name": "@letsrunit/mcp-server",
      "description": "MCP server for letsrunit \u2014 AI-agent browser test generation and execution",
      "website": "https://www.npmjs.com/package/@letsrunit/mcp-server",
      "github_url": "https://github.com/letsrunit-hq/letsrunit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@letsrunit/mcp-server"
        ]
      },
      "tags": [
        "testing",
        "automation",
        "mcp",
        "playwright",
        "letsrunit"
      ],
      "_version": "0.22.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.044123+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.603608+00:00"
    },
    {
      "slug": "npm-slack-workspace-mcp-server",
      "name": "slack-workspace-mcp-server",
      "description": "MCP server for Slack workspace integration",
      "website": "https://www.npmjs.com/package/slack-workspace-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "slack-workspace-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "slack",
        "model-context-protocol"
      ],
      "_version": "0.0.6",
      "_publisher": "tadasant",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.048289+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.609741+00:00"
    },
    {
      "slug": "npm-excalidraw-mcp-server",
      "name": "excalidraw-mcp-server",
      "description": "Security-hardened MCP server for Excalidraw with API key auth, rate limiting, and real-time canvas sync",
      "website": "https://www.npmjs.com/package/excalidraw-mcp-server",
      "github_url": "git+https://github.com/debu-sinha/excalidraw-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "excalidraw-mcp-server"
        ]
      },
      "tags": [
        "excalidraw",
        "mcp",
        "model-context-protocol",
        "diagramming",
        "security",
        "websocket",
        "real-time"
      ],
      "_version": "2.0.0",
      "_publisher": "debu-sinha",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.051202+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.622704+00:00"
    },
    {
      "slug": "npm-microsoft-powerbi-modeling-mcp-win32-x64",
      "name": "@microsoft/powerbi-modeling-mcp-win32-x64",
      "description": "Power BI Modeling MCP Server - Node.js client package for installing and running the Power BI Modeling MCP server, for win32 on x64",
      "website": "https://www.npmjs.com/package/@microsoft/powerbi-modeling-mcp-win32-x64",
      "github_url": "git+https://github.com/microsoft/powerbi-modeling-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/powerbi-modeling-mcp-win32-x64"
        ]
      },
      "tags": [
        "powerbi",
        "modeling",
        "mcp",
        "model-context-protocol",
        "semantic-model",
        "tabular",
        "analysis-services"
      ],
      "_version": "0.5.0-beta.8",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.053918+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.631042+00:00"
    },
    {
      "slug": "npm-burger-editor-mcp-server",
      "name": "@burger-editor/mcp-server",
      "description": "MCP Server for BurgerEditor",
      "website": "https://www.npmjs.com/package/@burger-editor/mcp-server",
      "github_url": "git+https://github.com/d-zero-dev/BurgerEditor.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@burger-editor/mcp-server"
        ]
      },
      "tags": [],
      "_version": "4.0.0-alpha.65",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.055756+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.634293+00:00"
    },
    {
      "slug": "npm-llmindset-hf-mcp-server",
      "name": "@llmindset/hf-mcp-server",
      "description": "Official Hugging Face MCP Server",
      "website": "https://www.npmjs.com/package/@llmindset/hf-mcp-server",
      "github_url": "git+https://github.com/evalstate/hf-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@llmindset/hf-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "huggingface",
        "ai",
        "model-context-protocol"
      ],
      "_version": "0.3.13",
      "_publisher": "evalstate",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.057373+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.638142+00:00"
    },
    {
      "slug": "npm-dokploy-mcp",
      "name": "@dokploy/mcp",
      "description": "MCP Server for Dokploy API",
      "website": "https://www.npmjs.com/package/@dokploy/mcp",
      "github_url": "git+https://github.com/Dokploy/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dokploy/mcp"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "dokploy"
      ],
      "_version": "0.29.3",
      "_publisher": "siumauricio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.058398+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.647304+00:00"
    },
    {
      "slug": "npm-avallon-labs-mcp",
      "name": "@avallon-labs/mcp",
      "description": "Avallon API MCP server - generated from OpenAPI",
      "website": "https://www.npmjs.com/package/@avallon-labs/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@avallon-labs/mcp"
        ]
      },
      "tags": [
        "avallon",
        "mcp",
        "model-context-protocol",
        "api"
      ],
      "_version": "23.19.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.059777+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.642670+00:00"
    },
    {
      "slug": "npm-makeplane-plane-mcp-server",
      "name": "@makeplane/plane-mcp-server",
      "description": "The Plane MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Plane APIs, enabling projects, work items, and automations capabilities for develops and AI interfaces.",
      "website": "https://www.npmjs.com/package/@makeplane/plane-mcp-server",
      "github_url": "git+https://github.com/makeplane/plane-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@makeplane/plane-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.5",
      "_publisher": "plane-engineering",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.063549+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.650606+00:00"
    },
    {
      "slug": "npm-supermodeltools-mcp-server",
      "name": "@supermodeltools/mcp-server",
      "description": "MCP server for Supermodel API - code graph generation for AI agents",
      "website": "https://www.npmjs.com/package/@supermodeltools/mcp-server",
      "github_url": "git+https://github.com/supermodeltools/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@supermodeltools/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "supermodel",
        "ai-agent",
        "code-analysis",
        "cursor",
        "claude"
      ],
      "_version": "1.1.9",
      "_publisher": "supermodeltools",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.065902+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.654594+00:00"
    },
    {
      "slug": "npm-xctrace-analyzer-mcp-server",
      "name": "@xctrace-analyzer/mcp-server",
      "description": "MCP server for Xcode Instruments trace analysis",
      "website": "https://www.npmjs.com/package/@xctrace-analyzer/mcp-server",
      "github_url": "git+https://github.com/jamesrochabrun/XcodeTraceMCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@xctrace-analyzer/mcp-server"
        ]
      },
      "tags": [
        "xcode",
        "instruments",
        "mcp",
        "ai",
        "claude"
      ],
      "_version": "0.1.7",
      "_publisher": "james_rochabrun",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.067890+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.659453+00:00"
    },
    {
      "slug": "npm-brevitaz-mcp-server",
      "name": "@brevitaz/mcp-server",
      "description": "MCP server for UnleashTeams \u2014 exposes HR & Performance data to AI assistants",
      "website": "https://www.npmjs.com/package/@brevitaz/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@brevitaz/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "unleashteams",
        "ai",
        "hr",
        "performance-management"
      ],
      "_version": "0.7.11",
      "_publisher": "bhaveshbtz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.069283+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.663419+00:00"
    },
    {
      "slug": "npm-rushdb-mcp-server",
      "name": "@rushdb/mcp-server",
      "description": "RushDB MCP Server - Model Context Protocol server for RushDB",
      "website": "https://www.npmjs.com/package/@rushdb/mcp-server",
      "github_url": "git+https://github.com/rush-db/rushdb.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rushdb/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "rushdb",
        "ai-platform",
        "knowledge-engine",
        "application-platform",
        "llm"
      ],
      "_version": "2.1.0",
      "_publisher": "1px.one",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.070951+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.634867+00:00"
    },
    {
      "slug": "npm-onepassword-mcp-server",
      "name": "onepassword-mcp-server",
      "description": "MCP server for interacting with 1Password via the CLI",
      "website": "https://www.npmjs.com/package/onepassword-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "onepassword-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "1password",
        "password-manager",
        "secrets"
      ],
      "_version": "0.5.3",
      "_publisher": "tadasant",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.072871+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.670646+00:00"
    },
    {
      "slug": "npm-playwright-stealth-mcp-server",
      "name": "playwright-stealth-mcp-server",
      "description": "Local implementation of Playwright Stealth MCP server",
      "website": "https://www.npmjs.com/package/playwright-stealth-mcp-server",
      "github_url": "git+https://github.com/pulsemcp/mcp-servers.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "playwright-stealth-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "playwright",
        "stealth",
        "browser",
        "automation"
      ],
      "_version": "0.2.2",
      "_publisher": "tadasant",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.074236+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.674886+00:00"
    },
    {
      "slug": "npm-mcp-apps-pdf-tools-mcp-server",
      "name": "@mcp-apps/pdf-tools-mcp-server",
      "description": "MCP server for interacting with PDF documents",
      "website": "https://www.npmjs.com/package/@mcp-apps/pdf-tools-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-apps/pdf-tools-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "document",
        "document-analysis",
        "query",
        "analytics",
        "data-analysis",
        "copilot"
      ],
      "_version": "1.0.47",
      "_publisher": "aditya.vaish",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.075414+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.678392+00:00"
    },
    {
      "slug": "npm-usevyre-mcp-server",
      "name": "@usevyre/mcp-server",
      "description": "useVyre MCP server \u2014 gives Claude Desktop real-time access to component context",
      "website": "https://www.npmjs.com/package/@usevyre/mcp-server",
      "github_url": "git+https://github.com/gapra/usevyre.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@usevyre/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "design-system",
        "claude",
        "ai",
        "vyre"
      ],
      "_version": "1.0.11",
      "_publisher": "gapra",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.077742+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.681422+00:00"
    },
    {
      "slug": "npm-efimchik-aa-bitbucket-mcp-server",
      "name": "@efimchik.aa/bitbucket-mcp-server",
      "description": "Bitbucket MCP server",
      "website": "https://www.npmjs.com/package/@efimchik.aa/bitbucket-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@efimchik.aa/bitbucket-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "typescript",
        "claude",
        "anthropic",
        "ai",
        "atlassian",
        "bitbucket",
        "repository"
      ],
      "_version": "1.0.2",
      "_publisher": "efimchik.aa",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.080437+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.687554+00:00"
    },
    {
      "slug": "npm-wikipedia-mcp",
      "name": "wikipedia-mcp",
      "description": "MCP server for Wikipedia",
      "website": "https://www.npmjs.com/package/wikipedia-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "wikipedia-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.3",
      "_publisher": "tjuenemann",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.082078+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.682869+00:00"
    },
    {
      "slug": "npm-mcp-ripgrep",
      "name": "mcp-ripgrep",
      "description": "An MCP server to wrap ripgrep",
      "website": "https://www.npmjs.com/package/mcp-ripgrep",
      "github_url": "git+https://github.com/mcollina/mcp-ripgrep.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-ripgrep"
        ]
      },
      "tags": [
        "mcp",
        "model",
        "context",
        "protocol",
        "ripgrep",
        "rg"
      ],
      "_version": "0.4.0",
      "_publisher": "matteo.collina",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.084027+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.692335+00:00"
    },
    {
      "slug": "npm-agentvalet-mcp-server",
      "name": "@agentvalet/mcp-server",
      "description": "AgentValet MCP server \u2014 lets AI agents call approved platforms via the AgentValet proxy",
      "website": "https://www.npmjs.com/package/@agentvalet/mcp-server",
      "github_url": "git+https://github.com/MCSEdwin/agentvalet.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agentvalet/mcp-server"
        ]
      },
      "tags": [
        "ai",
        "agents",
        "mcp",
        "agentvalet"
      ],
      "_version": "0.3.10",
      "_publisher": "edwinashdown",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.085943+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.695940+00:00"
    },
    {
      "slug": "npm-autopayos-mcp-server",
      "name": "autopayos-mcp-server",
      "description": "Model Context Protocol (MCP) server exposing AutoPayOS payment capabilities as MCP tools",
      "website": "https://www.npmjs.com/package/autopayos-mcp-server",
      "github_url": "git+https://github.com/Nourfarrag1/autopayos.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "autopayos-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai-agents",
        "payments",
        "autopayos",
        "stripe",
        "fintech"
      ],
      "_version": "1.0.12",
      "_publisher": "bashark211",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.088062+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.345793+00:00"
    },
    {
      "slug": "npm-ponch-mcp-server",
      "name": "ponch-mcp-server",
      "description": "Ponch MCP Server \u2014 connector between Cowork/Claude Desktop and Firestore",
      "website": "https://www.npmjs.com/package/ponch-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ponch-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.95",
      "_publisher": "danielh525",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.089970+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.699545+00:00"
    },
    {
      "slug": "npm-sassoftware-sas-score-mcp-serverjs",
      "name": "@sassoftware/sas-score-mcp-serverjs",
      "description": "A mcp server for SAS Viya",
      "website": "https://www.npmjs.com/package/@sassoftware/sas-score-mcp-serverjs",
      "github_url": "git+https://github.com/sassoftware/sas-score-mcp-serverjs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sassoftware/sas-score-mcp-serverjs"
        ]
      },
      "tags": [
        "SAS Viya",
        "mcp-serverjs",
        "Agentic AI",
        "Viya actions",
        "restaf",
        "restafedit",
        "restaflib",
        "model context protocol"
      ],
      "_version": "1.0.1-30",
      "_publisher": "devakumaraswamy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.091226+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.704971+00:00"
    },
    {
      "slug": "npm-doist-todoist-mcp",
      "name": "@doist/todoist-mcp",
      "description": "The official Todoist MCP server",
      "website": "https://www.npmjs.com/package/@doist/todoist-mcp",
      "github_url": "git+https://github.com/Doist/todoist-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@doist/todoist-mcp"
        ]
      },
      "tags": [
        "todoist",
        "mcp",
        "ai",
        "tools"
      ],
      "_version": "10.1.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.094147+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.706763+00:00"
    },
    {
      "slug": "npm-peaka-mcp-server-peaka",
      "name": "@peaka/mcp-server-peaka",
      "description": "MCP Server for Peaka",
      "website": "https://www.npmjs.com/package/@peaka/mcp-server-peaka",
      "github_url": "git+https://github.com/peakacom/peaka-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@peaka/mcp-server-peaka"
        ]
      },
      "tags": [
        "peaka",
        "mcp",
        "ai"
      ],
      "_version": "0.9.0",
      "_publisher": "salihpeakacom",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.097657+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.710904+00:00"
    },
    {
      "slug": "npm-primevue-mcp",
      "name": "@primevue/mcp",
      "description": "Model Context Protocol (MCP) server for PrimeVue component library",
      "website": "https://www.npmjs.com/package/@primevue/mcp",
      "github_url": "git+https://github.com/primefaces/primevue.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@primevue/mcp"
        ]
      },
      "tags": [
        "primevue",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "vue",
        "components"
      ],
      "_version": "4.5.5",
      "_publisher": "tugcekucukoglu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.099493+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.332661+00:00"
    },
    {
      "slug": "npm-mieubrisse-notion-mcp-server",
      "name": "@mieubrisse/notion-mcp-server",
      "description": "A maintained fork of the official Notion MCP server",
      "website": "https://www.npmjs.com/package/@mieubrisse/notion-mcp-server",
      "github_url": "git+https://github.com/mieubrisse/notion-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mieubrisse/notion-mcp-server"
        ]
      },
      "tags": [
        "notion",
        "api",
        "mcp",
        "server"
      ],
      "_version": "2.1.2",
      "_publisher": "mieubrisse",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.101270+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.713539+00:00"
    },
    {
      "slug": "npm-crscreditapi-b2c-mcp-server",
      "name": "@crscreditapi/b2c-mcp-server",
      "description": "MCP server for B2C ECM - live queries, diagnostics, user management, and documentation lookups",
      "website": "https://www.npmjs.com/package/@crscreditapi/b2c-mcp-server",
      "github_url": "git+https://github.com/StitchCredit/b2c-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@crscreditapi/b2c-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.0-0d49a2d",
      "_publisher": "crs-mcp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.102481+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.717143+00:00"
    },
    {
      "slug": "npm-mcp-bitbucket-server",
      "name": "mcp-bitbucket-server",
      "description": "MCP server for Bitbucket Server",
      "website": "https://www.npmjs.com/package/mcp-bitbucket-server",
      "github_url": "git+https://github.com/evrimalacan/mcp-bitbucket-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-bitbucket-server"
        ]
      },
      "tags": [
        "mcp",
        "bitbucket",
        "bitbucket-server",
        "model-context-protocol"
      ],
      "_version": "1.10.8",
      "_publisher": "evrimalacan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.103525+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.722493+00:00"
    },
    {
      "slug": "npm-zd-mcp-server",
      "name": "zd-mcp-server",
      "description": "Zendesk MCP Server - Model Context Protocol server for Zendesk Support integration",
      "website": "https://www.npmjs.com/package/zd-mcp-server",
      "github_url": "git+https://github.com/koundinya/zd-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "zd-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "zendesk",
        "ai",
        "claude",
        "support",
        "tickets"
      ],
      "_version": "0.5.0",
      "_publisher": "girish-koundinya",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.104564+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.279483+00:00"
    },
    {
      "slug": "npm-kapture-mcp",
      "name": "kapture-mcp",
      "description": "MCP server for Kapture browser automation",
      "website": "https://www.npmjs.com/package/kapture-mcp",
      "github_url": "git+https://github.com/williamkapke/kapture.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kapture-mcp"
        ]
      },
      "tags": [
        "mcp",
        "browser-automation",
        "chrome-extension",
        "kapture",
        "devtools"
      ],
      "_version": "2.1.2",
      "_publisher": "williamkapke",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.105754+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.729515+00:00"
    },
    {
      "slug": "npm-worldbank-mcp",
      "name": "worldbank-mcp",
      "description": "World Bank Open Data MCP Server",
      "website": "https://www.npmjs.com/package/worldbank-mcp",
      "github_url": "git+https://github.com/tianyuio/worldbank-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "worldbank-mcp"
        ]
      },
      "tags": [
        "mcp",
        "worldbank",
        "economics",
        "data",
        "api",
        "development"
      ],
      "_version": "1.0.1",
      "_publisher": "tianyuio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.107684+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.733600+00:00"
    },
    {
      "slug": "npm-appsignal-mcp-server",
      "name": "appsignal-mcp-server",
      "description": "Local implementation of AppSignal MCP server",
      "website": "https://www.npmjs.com/package/appsignal-mcp-server",
      "github_url": "git+https://github.com/pulsemcp/mcp-servers.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "appsignal-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "appsignal",
        "monitoring",
        "apm"
      ],
      "_version": "0.5.3",
      "_publisher": "tadasant",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.110380+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.736353+00:00"
    },
    {
      "slug": "npm-jungho-dev-fs-mcp",
      "name": "@jungho-dev/fs-mcp",
      "description": "MCP server for file system operations",
      "website": "https://www.npmjs.com/package/@jungho-dev/fs-mcp",
      "github_url": "git+https://github.com/jungho-dev/fs-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jungho-dev/fs-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "terminal",
        "claude",
        "ai",
        "command-line",
        "process-management",
        "file-editing"
      ],
      "_version": "1.7.4",
      "_publisher": "jungho-dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.113393+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.738823+00:00"
    },
    {
      "slug": "npm-mcp-bigquery-server",
      "name": "mcp-bigquery-server",
      "description": "MCP server for BigQuery database operations",
      "website": "https://www.npmjs.com/package/mcp-bigquery-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-bigquery-server"
        ]
      },
      "tags": [],
      "_version": "1.0.5",
      "_publisher": "few9229999",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.115519+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.745910+00:00"
    },
    {
      "slug": "npm-koi-mcp-server",
      "name": "koi-mcp-server",
      "description": "MCP Server for KOI Security Platform API",
      "website": "https://www.npmjs.com/package/koi-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "koi-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "koi",
        "security",
        "mcp-server"
      ],
      "_version": "1.0.9",
      "_publisher": "ethanzhi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.117370+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.741911+00:00"
    },
    {
      "slug": "npm-ralph-hero-mcp-server",
      "name": "ralph-hero-mcp-server",
      "description": "MCP server for GitHub Projects V2 - Ralph workflow automation",
      "website": "https://www.npmjs.com/package/ralph-hero-mcp-server",
      "github_url": "git+https://github.com/cdubiel08/ralph-hero.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ralph-hero-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "github-projects",
        "claude-code",
        "ralph-hero"
      ],
      "_version": "2.5.183",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.118706+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.751452+00:00"
    },
    {
      "slug": "npm-newsapi-mcp",
      "name": "newsapi-mcp",
      "description": "MCP server for NewsAPI.ai (Event Registry)",
      "website": "https://www.npmjs.com/package/newsapi-mcp",
      "github_url": "git+https://github.com/EventRegistry/newsapi-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "newsapi-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "newsapi"
      ],
      "_version": "1.3.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.119746+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.755262+00:00"
    },
    {
      "slug": "npm-vitaltrends-mcp-server",
      "name": "@vitaltrends/mcp-server",
      "description": "MCP server for VitalTrends \u2014 query your health data from Claude",
      "website": "https://www.npmjs.com/package/@vitaltrends/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vitaltrends/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.2.0",
      "_publisher": "spillere",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.122809+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.776205+00:00"
    },
    {
      "slug": "npm-primeng-mcp",
      "name": "@primeng/mcp",
      "description": "Model Context Protocol (MCP) server for PrimeNg component library",
      "website": "https://www.npmjs.com/package/@primeng/mcp",
      "github_url": "git+https://github.com/primefaces/primeng.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@primeng/mcp"
        ]
      },
      "tags": [
        "primeng",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "angular",
        "components"
      ],
      "_version": "21.1.8",
      "_publisher": "mehmetcetin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.124299+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.299374+00:00"
    },
    {
      "slug": "npm-mcp-server-scf",
      "name": "mcp-server-scf",
      "description": "MCP server for the SCF Controls Platform \u2014 security compliance controls, frameworks, evidence, and risk management for AI agents",
      "website": "https://www.npmjs.com/package/mcp-server-scf",
      "github_url": "git+https://github.com/MarkAC007/mcp-server-scf.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-scf"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "compliance",
        "security",
        "scf",
        "grc",
        "nist",
        "iso-27001"
      ],
      "_version": "1.4.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.126409+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.766947+00:00"
    },
    {
      "slug": "npm-junobuild-mcp-server",
      "name": "junobuild-mcp-server",
      "description": "MCP server for Juno (junobuild) - manage satellites, hosting, functions, snapshots and more",
      "website": "https://www.npmjs.com/package/junobuild-mcp-server",
      "github_url": "git+https://github.com/nami2111/junobuild-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "junobuild-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "juno",
        "junobuild",
        "serverless",
        "internet-computer",
        "satellite",
        "hosting"
      ],
      "_version": "1.3.2",
      "_publisher": "nami2111",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.128977+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.772889+00:00"
    },
    {
      "slug": "npm-boostifai-mcp-server",
      "name": "boostifai-mcp-server",
      "description": "MCP server for Boostifai. AI powered SEO blog generation and CMS publishing",
      "website": "https://www.npmjs.com/package/boostifai-mcp-server",
      "github_url": "git+https://github.com/boostifai/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "boostifai-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "boostifai",
        "seo",
        "blog-generation",
        "ai",
        "claude",
        "wordpress"
      ],
      "_version": "1.0.15",
      "_publisher": "boostifai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.132000+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.770103+00:00"
    },
    {
      "slug": "npm-mcp-server-trello",
      "name": "mcp-server-trello",
      "description": "A Model Context Protocol (MCP) server for interacting with Trello boards",
      "website": "https://www.npmjs.com/package/mcp-server-trello",
      "github_url": "git+https://github.com/Infall-Insurance/mcp-server-trello.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-trello"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "trello",
        "api",
        "integration",
        "automation",
        "typescript",
        "board-management"
      ],
      "_version": "1.0.4",
      "_publisher": "dev.ezin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.134036+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.163430+00:00"
    },
    {
      "slug": "npm-builtwith-mcp-server",
      "name": "@builtwith/mcp-server",
      "description": "MCP server for BuiltWith API integration",
      "website": "https://www.npmjs.com/package/@builtwith/mcp-server",
      "github_url": "git+https://github.com/builtwith/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@builtwith/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "builtwith",
        "model-context-protocol",
        "api"
      ],
      "_version": "1.6.4",
      "_publisher": "garazy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.135524+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.783480+00:00"
    },
    {
      "slug": "npm-narrarium-mcp-server",
      "name": "narrarium-mcp-server",
      "description": "Local MCP server for Narrarium book repositories.",
      "website": "https://www.npmjs.com/package/narrarium-mcp-server",
      "github_url": "git+https://github.com/KeyserDSoze/GhostWriterFramework.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "narrarium-mcp-server"
        ]
      },
      "tags": [
        "narrarium",
        "mcp",
        "model-context-protocol",
        "books",
        "writing"
      ],
      "_version": "0.1.52",
      "_publisher": "keyserdsoze",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.136673+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.785385+00:00"
    },
    {
      "slug": "npm-mongodb3-mcp-server",
      "name": "mongodb3-mcp-server",
      "description": "MCP Server for MongoDB 3.6.x compatible instances",
      "website": "https://www.npmjs.com/package/mongodb3-mcp-server",
      "github_url": "git+https://github.com/chenfukun/mongodb3-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mongodb3-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mongodb",
        "mongodb3",
        "model-context-protocol"
      ],
      "_version": "1.3.2",
      "_publisher": "john.chen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.138392+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.788177+00:00"
    },
    {
      "slug": "npm-vygruppen-spor-mcp-server",
      "name": "@vygruppen/spor-mcp-server",
      "description": "MCP server for Spor Design System",
      "website": "https://www.npmjs.com/package/@vygruppen/spor-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vygruppen/spor-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "spor",
        "design-system"
      ],
      "_version": "2.1.6",
      "_publisher": "leiferikbjorkli",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.140162+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.789965+00:00"
    },
    {
      "slug": "npm-baidumap-mcp-server-baidu-map",
      "name": "@baidumap/mcp-server-baidu-map",
      "description": "MCP server for using the Baidu Map API",
      "website": "https://www.npmjs.com/package/@baidumap/mcp-server-baidu-map",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@baidumap/mcp-server-baidu-map"
        ]
      },
      "tags": [],
      "_version": "1.0.5",
      "_publisher": "ligaofeng0901",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.141355+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.794865+00:00"
    },
    {
      "slug": "npm-semiotic",
      "name": "semiotic",
      "description": "React data visualization library with built-in MCP server for AI-assisted chart generation",
      "website": "https://www.npmjs.com/package/semiotic",
      "github_url": "git+https://github.com/nteract/semiotic.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "semiotic"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "data-visualization",
        "charts",
        "react",
        "d3",
        "canvas"
      ],
      "_version": "3.5.4",
      "_publisher": "emeeks",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.144979+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.799195+00:00"
    },
    {
      "slug": "npm-openai-mcp-server",
      "name": "openai-mcp-server",
      "description": "MCP server for interacting with OpenAI",
      "website": "https://www.npmjs.com/package/openai-mcp-server",
      "github_url": "git+https://github.com/cjinghong/openai-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "openai-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.6",
      "_publisher": "jhhedged",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.147744+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.801430+00:00"
    },
    {
      "slug": "npm-scoutagent-mcp-server",
      "name": "@scoutagent/mcp-server",
      "description": "MCP Server for ScoutAgent - AI Scout prediction market on X Layer",
      "website": "https://www.npmjs.com/package/@scoutagent/mcp-server",
      "github_url": "git+https://github.com/0xCaptain888/scout-agent.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@scoutagent/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "scoutagent",
        "prediction-market",
        "xlayer",
        "ai-agent",
        "nft",
        "okb"
      ],
      "_version": "1.8.0",
      "_publisher": "0xcaptain",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.149833+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.806326+00:00"
    },
    {
      "slug": "npm-remnux-mcp-server",
      "name": "@remnux/mcp-server",
      "description": "MCP server for using the REMnux malware analysis toolkit via AI assistants",
      "website": "https://www.npmjs.com/package/@remnux/mcp-server",
      "github_url": "git+https://github.com/REMnux/remnux-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@remnux/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "remnux",
        "malware-analysis",
        "reverse-engineering",
        "security"
      ],
      "_version": "0.1.41",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.151372+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.804397+00:00"
    },
    {
      "slug": "npm-coolify-mcp-server",
      "name": "coolify-mcp-server",
      "description": "MCP server for Coolify API integration",
      "website": "https://www.npmjs.com/package/coolify-mcp-server",
      "github_url": "git+https://github.com/wrediam/coolify-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "coolify-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "coolify",
        "api",
        "server",
        "modelcontextprotocol"
      ],
      "_version": "0.1.11",
      "_publisher": "wrediaco",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.152536+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.812593+00:00"
    },
    {
      "slug": "npm-solapi-mcp-server",
      "name": "@solapi/mcp-server",
      "description": "MCP server for SOLAPI document search and integration",
      "website": "https://www.npmjs.com/package/@solapi/mcp-server",
      "github_url": "git+https://github.com/solapi/solapi-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@solapi/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "cursor",
        "solapi",
        "sms",
        "alimtalk",
        "document-search"
      ],
      "_version": "1.10.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.153557+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.809696+00:00"
    },
    {
      "slug": "npm-telnyx-mcp",
      "name": "telnyx-mcp",
      "description": "The official MCP Server for the Telnyx API",
      "website": "https://www.npmjs.com/package/telnyx-mcp",
      "github_url": "git+https://github.com/team-telnyx/telnyx-node.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "telnyx-mcp"
        ]
      },
      "tags": [],
      "_version": "6.68.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.155555+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.815594+00:00"
    },
    {
      "slug": "npm-converse-mcp-server",
      "name": "converse-mcp-server",
      "description": "Converse MCP Server - Converse with other LLMs with chat and consensus tools",
      "website": "https://www.npmjs.com/package/converse-mcp-server",
      "github_url": "git+https://github.com/FallDownTheSystem/converse.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "converse-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "server",
        "ai",
        "chat",
        "consensus",
        "openai",
        "google",
        "gemini"
      ],
      "_version": "2.22.8",
      "_publisher": "falldownthesystem",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.157205+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.817453+00:00"
    },
    {
      "slug": "npm-cexll-codex-mcp-server",
      "name": "@cexll/codex-mcp-server",
      "description": "MCP server for Codex CLI integration",
      "website": "https://www.npmjs.com/package/@cexll/codex-mcp-server",
      "github_url": "git+https://github.com/cexll/codex-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cexll/codex-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "codex",
        "cli",
        "ai",
        "llm",
        "server",
        "tool"
      ],
      "_version": "1.2.5",
      "_publisher": "cexll",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.158230+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.821264+00:00"
    },
    {
      "slug": "npm-snokam-mcp-salesforce",
      "name": "@snokam/mcp-salesforce",
      "description": "MCP server for Salesforce CRM integration with Claude Code",
      "website": "https://www.npmjs.com/package/@snokam/mcp-salesforce",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@snokam/mcp-salesforce"
        ]
      },
      "tags": [],
      "_version": "1.83.1",
      "_publisher": "mjansrud",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.162232+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.826290+00:00"
    },
    {
      "slug": "npm-keenable-mcp-server",
      "name": "@keenable/mcp-server",
      "description": "MCP server for Keenable AI search, fetch, and feedback APIs",
      "website": "https://www.npmjs.com/package/@keenable/mcp-server",
      "github_url": "git+https://github.com/keenableai/keenable-mcp-ts.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@keenable/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "keenable",
        "search",
        "web-search",
        "ai",
        "llm"
      ],
      "_version": "0.1.11",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.165409+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.829453+00:00"
    },
    {
      "slug": "npm-akcanetwork-mcp-server",
      "name": "@akcanetwork/mcp-server",
      "description": "Akca x402 MCP Server - Proxy and VPN tools for AI agents",
      "website": "https://www.npmjs.com/package/@akcanetwork/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@akcanetwork/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "x402",
        "proxy",
        "vpn",
        "ai-agent",
        "solana"
      ],
      "_version": "0.9.0",
      "_publisher": "akcanetwork",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.167369+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.833091+00:00"
    },
    {
      "slug": "npm-snokam-mcp-cvpartner",
      "name": "@snokam/mcp-cvpartner",
      "description": "MCP server for CVPartner CV management with Claude Code",
      "website": "https://www.npmjs.com/package/@snokam/mcp-cvpartner",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@snokam/mcp-cvpartner"
        ]
      },
      "tags": [],
      "_version": "1.86.1",
      "_publisher": "mjansrud",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.168705+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.837031+00:00"
    },
    {
      "slug": "npm-agentled-mcp-server",
      "name": "@agentled/mcp-server",
      "description": "MCP server for Agentled \u2014 intelligent AI workflow orchestration with long-term memory, 100+ integrations, and unified credits.",
      "website": "https://www.npmjs.com/package/@agentled/mcp-server",
      "github_url": "git+https://github.com/agentled/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agentled/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "agentled",
        "workflows",
        "claude-code",
        "codex",
        "cursor",
        "automation",
        "ai-agents"
      ],
      "_version": "0.15.20",
      "_publisher": "ouadie-agentled",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.169823+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.841616+00:00"
    },
    {
      "slug": "npm-jpisnice-shadcn-ui-mcp-server",
      "name": "@jpisnice/shadcn-ui-mcp-server",
      "description": "A Model Context Protocol (MCP) server for shadcn/ui components, providing AI assistants with access to component source code, demos, blocks, and metadata.",
      "website": "https://www.npmjs.com/package/@jpisnice/shadcn-ui-mcp-server",
      "github_url": "git+https://github.com/Jpisnice/shadcn-ui-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jpisnice/shadcn-ui-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "shadcn",
        "shadcn-ui",
        "ui-components",
        "react",
        "typescript",
        "ai-tools"
      ],
      "_version": "2.0.0",
      "_publisher": "jpisnice",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.171790+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.806597+00:00"
    },
    {
      "slug": "npm-kud-mcp-datadog",
      "name": "@kud/mcp-datadog",
      "description": "Datadog MCP server for monitoring, metrics, logs, and dashboards",
      "website": "https://www.npmjs.com/package/@kud/mcp-datadog",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kud/mcp-datadog"
        ]
      },
      "tags": [
        "datadog",
        "mcp",
        "mcp-server",
        "monitoring",
        "metrics",
        "logs",
        "observability"
      ],
      "_version": "0.2.0",
      "_publisher": "kud",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.173205+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.848263+00:00"
    },
    {
      "slug": "npm-hlims-mcp",
      "name": "hlims-mcp",
      "description": "HLIMS Agent MCP Server - stdio proxy for remote HLIMS MCP service (\u786c\u4ef6\u4e2d\u5fc3\u5b9e\u9a8c\u5ba4\u4fe1\u606f\u7ba1\u7406\u7cfb\u7edf)",
      "website": "https://www.npmjs.com/package/hlims-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hlims-mcp"
        ]
      },
      "tags": [
        "mcp",
        "hlims",
        "model-context-protocol",
        "feishu",
        "claude",
        "cursor"
      ],
      "_version": "1.0.0",
      "_publisher": "weipeng11",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.174380+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.850014+00:00"
    },
    {
      "slug": "npm-gengqq-molt-mcp-server",
      "name": "@gengqq/molt-mcp-server",
      "description": "Molt \u5b98\u65b9 MCP Server\u3002",
      "website": "https://www.npmjs.com/package/@gengqq/molt-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gengqq/molt-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.8",
      "_publisher": "gengq",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.177924+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.855053+00:00"
    },
    {
      "slug": "npm-hawkeye-mcp-server",
      "name": "hawkeye-mcp-server",
      "description": "This package has been renamed to @neubirdai/mcp-server-neubird. Install @neubirdai/mcp-server-neubird instead.",
      "website": "https://www.npmjs.com/package/hawkeye-mcp-server",
      "github_url": "git+https://github.com/neubirdai/mcp-server-neubird.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hawkeye-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "neubird",
        "hawkeye",
        "deprecated"
      ],
      "_version": "3.1.0",
      "_publisher": "francois_neubird",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.181132+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.852564+00:00"
    },
    {
      "slug": "npm-bytebase-dbhub",
      "name": "@bytebase/dbhub",
      "description": "Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB",
      "website": "https://www.npmjs.com/package/@bytebase/dbhub",
      "github_url": "git+https://github.com/bytebase/dbhub.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bytebase/dbhub"
        ]
      },
      "tags": [],
      "_version": "0.21.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.184106+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.856844+00:00"
    },
    {
      "slug": "npm-kjob-mcp-server",
      "name": "@kjob/mcp-server",
      "description": "MCP server for launching kjob offer scans from a local device.",
      "website": "https://www.npmjs.com/package/@kjob/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kjob/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.2.0",
      "_publisher": "faroke",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.185673+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.862479+00:00"
    },
    {
      "slug": "npm-mnemo-mcp-server",
      "name": "@mnemo-mcp/server",
      "description": "Mnemo MCP server \u2014 exposes persistent memory tools to Claude Code",
      "website": "https://www.npmjs.com/package/@mnemo-mcp/server",
      "github_url": "git+https://github.com/omermaksutii/mnemo.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mnemo-mcp/server"
        ]
      },
      "tags": [
        "mnemo",
        "mcp",
        "mcp-server",
        "claude-code",
        "memory",
        "anthropic",
        "model-context-protocol"
      ],
      "_version": "2.0.0",
      "_publisher": "omermaksutii",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.186896+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.869029+00:00"
    },
    {
      "slug": "npm-citely-mcp-server",
      "name": "@citely/mcp-server",
      "description": "MCP server for Citely \u2014 give your AI agent access to what other agents have learned.",
      "website": "https://www.npmjs.com/package/@citely/mcp-server",
      "github_url": "git+https://github.com/TixDK/citely.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@citely/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "agent",
        "claude",
        "anthropic",
        "citely",
        "registry"
      ],
      "_version": "0.10.0",
      "_publisher": "marvin1812",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.188010+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.872443+00:00"
    },
    {
      "slug": "npm-mcp-gsheets",
      "name": "mcp-gsheets",
      "description": "Model Context Protocol (MCP) server for Google Sheets API integration",
      "website": "https://www.npmjs.com/package/mcp-gsheets",
      "github_url": "git+https://github.com/freema/mcp-gsheets.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-gsheets"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "google-sheets",
        "spreadsheet",
        "api",
        "claude",
        "ai"
      ],
      "_version": "1.8.1",
      "_publisher": "freema",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.189849+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.376102+00:00"
    },
    {
      "slug": "npm-monsoft-mcp-gmail",
      "name": "@monsoft/mcp-gmail",
      "description": "Gmail MCP server with auto authentication support",
      "website": "https://www.npmjs.com/package/@monsoft/mcp-gmail",
      "github_url": "git+https://github.com/monsoft-solutions/model-context-protocols.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@monsoft/mcp-gmail"
        ]
      },
      "tags": [
        "gmail",
        "mcp",
        "cursor",
        "ai",
        "oauth",
        "model-context-protocol",
        "google-gmail",
        "claude"
      ],
      "_version": "0.4.0",
      "_publisher": "adriano_flechilla",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.192879+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.880746+00:00"
    },
    {
      "slug": "npm-localsbnb-mcp-server",
      "name": "localsbnb-mcp-server",
      "description": "LocalsBnb MCP Server",
      "website": "https://www.npmjs.com/package/localsbnb-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "localsbnb-mcp-server"
        ]
      },
      "tags": [
        "localsbnb",
        "mcp",
        "model-context-protocol",
        "lukeyun",
        "pms",
        "hotel-management",
        "cursor",
        "claude"
      ],
      "_version": "1.0.13",
      "_publisher": "localhome_localsbnb",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.195699+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.884525+00:00"
    },
    {
      "slug": "npm-niroai-mcp-server",
      "name": "@niroai/mcp-server",
      "description": "Niro MCP Server \u2014 code intelligence for AI coding assistants",
      "website": "https://www.npmjs.com/package/@niroai/mcp-server",
      "github_url": "git+https://github.com/niroai/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@niroai/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "code-intelligence",
        "claude",
        "cursor",
        "windsurf",
        "niro"
      ],
      "_version": "2.2.3",
      "_publisher": "esniro",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.197563+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.888486+00:00"
    },
    {
      "slug": "npm-code-engine-mcp-server",
      "name": "code-engine-mcp-server",
      "description": "MCP server for IBM Code Engine and Docker/Podman integration",
      "website": "https://www.npmjs.com/package/code-engine-mcp-server",
      "github_url": "git+https://github.com/markusvankempen/code-engine-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "code-engine-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "ibm-cloud",
        "ibm-code-engine",
        "code-engine",
        "docker",
        "podman"
      ],
      "_version": "1.1.0",
      "_publisher": "markusvankempen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.198788+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.893108+00:00"
    },
    {
      "slug": "npm-kernlang-review-mcp",
      "name": "@kernlang/review-mcp",
      "description": "MCP server security scanner \u2014 static analysis for Model Context Protocol implementations",
      "website": "https://www.npmjs.com/package/@kernlang/review-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kernlang/review-mcp"
        ]
      },
      "tags": [
        "kern",
        "llm",
        "mcp",
        "security",
        "static-analysis",
        "owasp",
        "ai"
      ],
      "_version": "3.5.4",
      "_publisher": "cukasn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.203620+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.316560+00:00"
    },
    {
      "slug": "npm-jina-ai-mcp-server",
      "name": "jina-ai-mcp-server",
      "description": "MCP server for Jina AI services",
      "website": "https://www.npmjs.com/package/jina-ai-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "jina-ai-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.4",
      "_publisher": "joedoesstuff",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.207895+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.909224+00:00"
    },
    {
      "slug": "npm-zeplin-mcp-server",
      "name": "@zeplin/mcp-server",
      "description": "Zeplin\u2019s official MCP server for AI-assisted UI development",
      "website": "https://www.npmjs.com/package/@zeplin/mcp-server",
      "github_url": "git+https://github.com/zeplin/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zeplin/mcp-server"
        ]
      },
      "tags": [
        "zeplin",
        "design",
        "mcp",
        "model context protocol",
        "ai"
      ],
      "_version": "1.0.5",
      "_publisher": "zeplin-npm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.210028+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.904176+00:00"
    },
    {
      "slug": "npm-hourei-mcp-server",
      "name": "hourei-mcp-server",
      "description": "MCP server for Japanese law information using e-Gov API",
      "website": "https://www.npmjs.com/package/hourei-mcp-server",
      "github_url": "git+https://github.com/groundcobra009/hourei-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hourei-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "law",
        "japan",
        "e-gov",
        "japanese-law",
        "legal",
        "model-context-protocol"
      ],
      "_version": "1.0.6",
      "_publisher": "keitaro_aigc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.213783+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.918744+00:00"
    },
    {
      "slug": "npm-thirdstrandstudio-mcp-figma",
      "name": "@thirdstrandstudio/mcp-figma",
      "description": "MCP server for figma",
      "website": "https://www.npmjs.com/package/@thirdstrandstudio/mcp-figma",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@thirdstrandstudio/mcp-figma"
        ]
      },
      "tags": [],
      "_version": "0.7.0",
      "_publisher": "jayarrowz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.215405+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.913749+00:00"
    },
    {
      "slug": "npm-firfi-huly-mcp",
      "name": "@firfi/huly-mcp",
      "description": "MCP server for Huly integration",
      "website": "https://www.npmjs.com/package/@firfi/huly-mcp",
      "github_url": "git+https://github.com/dearlordylord/huly-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@firfi/huly-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "huly",
        "project-management",
        "issue-tracker",
        "ai-tools",
        "claude",
        "llm"
      ],
      "_version": "0.14.0",
      "_publisher": "firfi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.217434+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.922965+00:00"
    },
    {
      "slug": "npm-infineon-design-system-mcp",
      "name": "@infineon/design-system-mcp",
      "description": "MCP server for the Infineon Design System (DDS)",
      "website": "https://www.npmjs.com/package/@infineon/design-system-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@infineon/design-system-mcp"
        ]
      },
      "tags": [],
      "_version": "39.32.1",
      "_publisher": "mathewre",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.219063+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.928298+00:00"
    },
    {
      "slug": "npm-discogs-mcp-server",
      "name": "discogs-mcp-server",
      "description": "MCP server for Discogs",
      "website": "https://www.npmjs.com/package/discogs-mcp-server",
      "github_url": "git+https://github.com/cswkim/discogs-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "discogs-mcp-server"
        ]
      },
      "tags": [
        "Discogs",
        "MCP"
      ],
      "_version": "0.5.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.220222+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.932207+00:00"
    },
    {
      "slug": "npm-mcp-server-devonthink",
      "name": "mcp-server-devonthink",
      "description": "MCP server that provides access to DEVONthink",
      "website": "https://www.npmjs.com/package/mcp-server-devonthink",
      "github_url": "git+https://github.com/dvcrn/mcp-server-devonthink.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-devonthink"
        ]
      },
      "tags": [],
      "_version": "1.10.0",
      "_publisher": "dvcrn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.221490+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.937067+00:00"
    },
    {
      "slug": "npm-appium-mcp",
      "name": "appium-mcp",
      "description": "Intelligent MCP server providing AI assistants with powerful tools and resources for Appium mobile automation",
      "website": "https://www.npmjs.com/package/appium-mcp",
      "github_url": "git+https://github.com/appium/appium-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "appium-mcp"
        ]
      },
      "tags": [],
      "_version": "1.76.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.223680+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.943361+00:00"
    },
    {
      "slug": "npm-resend-mcp-server",
      "name": "resend-mcp-server",
      "description": "Complete MCP server for Resend API with all endpoints - send emails, manage domains, contacts, broadcasts, and more",
      "website": "https://www.npmjs.com/package/resend-mcp-server",
      "github_url": "git+https://github.com/199-biotechnologies/mcp-send-email.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "resend-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "resend",
        "email",
        "api",
        "claude",
        "modelcontextprotocol"
      ],
      "_version": "2.0.1",
      "_publisher": "199bio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.224822+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.947987+00:00"
    },
    {
      "slug": "npm-mseep-linear-mcp",
      "name": "@mseep/linear-mcp",
      "description": "A Linear MCP server for interacting with Linear's API",
      "website": "https://www.npmjs.com/package/@mseep/linear-mcp",
      "github_url": "git+https://github.com/ibraheem4/linear-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mseep/linear-mcp"
        ]
      },
      "tags": [
        "linear",
        "mcp",
        "model-context-protocol",
        "cli",
        "roo",
        "cline",
        "cursor",
        "windsurf"
      ],
      "_version": "78.0.1",
      "_publisher": "skydeckai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.228126+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.954554+00:00"
    },
    {
      "slug": "npm-karakeep-mcp",
      "name": "@karakeep/mcp",
      "description": "MCP server for Karakeep",
      "website": "https://www.npmjs.com/package/@karakeep/mcp",
      "github_url": "git+https://github.com/karakeep-app/karakeep.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@karakeep/mcp"
        ]
      },
      "tags": [
        "hoarder",
        "karakeep",
        "mcp"
      ],
      "_version": "0.32.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.230674+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.976925+00:00"
    },
    {
      "slug": "npm-some-useful-agents-mcp-server",
      "name": "@some-useful-agents/mcp-server",
      "description": "MCP server for some-useful-agents",
      "website": "https://www.npmjs.com/package/@some-useful-agents/mcp-server",
      "github_url": "git+https://github.com/gregmeyer/some-useful-agents.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@some-useful-agents/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.21.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.232386+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.959423+00:00"
    },
    {
      "slug": "npm-aot-tech-jira-mcp-server",
      "name": "@aot-tech/jira-mcp-server",
      "description": "JIRA MCP Server",
      "website": "https://www.npmjs.com/package/@aot-tech/jira-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aot-tech/jira-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "jira",
        "typescript"
      ],
      "_version": "1.0.9",
      "_publisher": "syama.sundara",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.234852+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.962761+00:00"
    },
    {
      "slug": "npm-dicomweb-mcp-server",
      "name": "dicomweb-mcp-server",
      "description": "DICOMweb Model Context Protocol (MCP) server implementation",
      "website": "https://www.npmjs.com/package/dicomweb-mcp-server",
      "github_url": "git+https://github.com/PantelisGeorgiadis/dicomweb-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "dicomweb-mcp-server"
        ]
      },
      "tags": [
        "DICOM",
        "DICOMweb",
        "MCP"
      ],
      "_version": "0.0.4",
      "_publisher": "pantelisgeorgiadis",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.236271+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.170968+00:00"
    },
    {
      "slug": "npm-gengqq-mcp-server",
      "name": "@gengqq/mcp-server",
      "description": "Molt \u5b98\u65b9 MCP Server\u3002",
      "website": "https://www.npmjs.com/package/@gengqq/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gengqq/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.5",
      "_publisher": "gengq",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.237639+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.971357+00:00"
    },
    {
      "slug": "npm-processon-mcp-server-processon-node",
      "name": "@processon/mcp-server-processon-node",
      "description": "ProcessOn MCP Server - create mind maps from markdown",
      "website": "https://www.npmjs.com/package/@processon/mcp-server-processon-node",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@processon/mcp-server-processon-node"
        ]
      },
      "tags": [],
      "_version": "1.0.10",
      "_publisher": "liqi3611",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.239694+00:00",
      "_last_seen_at": "2026-05-25T13:59:17.981589+00:00"
    },
    {
      "slug": "npm-kosyak-evm-mcp-server",
      "name": "kosyak-evm-mcp-server",
      "description": "MCP server for EVM blockchains \u2014 43 tools, 10 prompts, 70+ networks",
      "website": "https://www.npmjs.com/package/kosyak-evm-mcp-server",
      "github_url": "git+https://github.com/kosyakdev/evm-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kosyak-evm-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "evm",
        "blockchain",
        "ethereum",
        "web3",
        "smart-contracts",
        "ai"
      ],
      "_version": "2.23.3",
      "_publisher": "maximpiragov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.572432+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.056050+00:00"
    },
    {
      "slug": "npm-apollo-mcp-server",
      "name": "apollo-mcp-server",
      "description": "MCP server for Apollo.io \u2014 people search, contact management, sequences, and organization enrichment via the Model Context Protocol",
      "website": "https://www.npmjs.com/package/apollo-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "apollo-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "apollo",
        "apollo.io",
        "sales",
        "outreach",
        "crm",
        "mcp-server",
        "prospecting"
      ],
      "_version": "1.0.0",
      "_publisher": "zleventer",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.573986+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.269131+00:00"
    },
    {
      "slug": "npm-vscode-mcp-vscode-mcp-server",
      "name": "@vscode-mcp/vscode-mcp-server",
      "description": "MCP Server that connects to VSCode Extension via Unix Socket",
      "website": "https://www.npmjs.com/package/@vscode-mcp/vscode-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vscode-mcp/vscode-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "vscode",
        "server",
        "model-context-protocol"
      ],
      "_version": "4.7.6",
      "_publisher": "yutengjing",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.575489+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.065840+00:00"
    },
    {
      "slug": "npm-igniteui-mcp-server",
      "name": "@igniteui/mcp-server",
      "description": "Unified MCP server for Ignite UI \u2014 documentation, GitHub API, and CLI scaffolding",
      "website": "https://www.npmjs.com/package/@igniteui/mcp-server",
      "github_url": "git+https://github.com/IgniteUI/igniteui-cli.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@igniteui/mcp-server"
        ]
      },
      "tags": [],
      "_version": "15.2.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.578333+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.070721+00:00"
    },
    {
      "slug": "npm-2kw-ai-mcp-server",
      "name": "@2kw/ai-mcp-server",
      "description": "MCP server for the 2kw.ai platform (engineering name: Backbone)",
      "website": "https://www.npmjs.com/package/@2kw/ai-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@2kw/ai-mcp-server"
        ]
      },
      "tags": [],
      "_version": "5.0.3",
      "_publisher": "veith0711",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.581419+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.076010+00:00"
    },
    {
      "slug": "npm-agentmemory-mcp",
      "name": "@agentmemory/mcp",
      "description": "Standalone MCP server for agentmemory \u2014 thin shim that re-exposes @agentmemory/agentmemory's MCP entrypoint",
      "website": "https://www.npmjs.com/package/@agentmemory/mcp",
      "github_url": "git+https://github.com/rohitg00/agentmemory.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agentmemory/mcp"
        ]
      },
      "tags": [
        "ai",
        "agent",
        "memory",
        "mcp",
        "agentmemory"
      ],
      "_version": "0.9.21",
      "_publisher": "rohitghumare",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.583220+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.079435+00:00"
    },
    {
      "slug": "npm-o3r-mcp",
      "name": "@o3r/mcp",
      "description": "Experimental package \u2014 This module provides a MCP Server",
      "website": "https://www.npmjs.com/package/@o3r/mcp",
      "github_url": "git+https://github.com/AmadeusITGroup/otter.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@o3r/mcp"
        ]
      },
      "tags": [
        "mcp",
        "otter",
        "otter-module"
      ],
      "_version": "14.3.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.585069+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.087335+00:00"
    },
    {
      "slug": "npm-mcp-server-zapsign",
      "name": "mcp-server-zapsign",
      "description": "MCP Server for ZapSign API Integration - Complete electronic signature solution",
      "website": "https://www.npmjs.com/package/mcp-server-zapsign",
      "github_url": "git+https://github.com/ZapSign/api-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-zapsign"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "zapsign",
        "api",
        "electronic-signature",
        "documents",
        "esignature",
        "digital-signature"
      ],
      "_version": "1.0.4",
      "_publisher": "zapsign-private",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.587446+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.083068+00:00"
    },
    {
      "slug": "npm-elnora-ai-mcp-server",
      "name": "@elnora-ai/mcp-server",
      "description": "MCP server for Elnora Platform \u2014 AI-powered bioprotocol optimization",
      "website": "https://www.npmjs.com/package/@elnora-ai/mcp-server",
      "github_url": "git+https://github.com/Elnora-AI/elnora-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@elnora-ai/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "elnora",
        "bioprotocol",
        "ai-agent",
        "lab-protocol"
      ],
      "_version": "1.1.0",
      "_publisher": "risto.jamul",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.589146+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.095425+00:00"
    },
    {
      "slug": "npm-commercetools-nimbus-mcp",
      "name": "@commercetools/nimbus-mcp",
      "description": "MCP server for the Nimbus design system",
      "website": "https://www.npmjs.com/package/@commercetools/nimbus-mcp",
      "github_url": "git+https://github.com/commercetools/nimbus.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@commercetools/nimbus-mcp"
        ]
      },
      "tags": [],
      "_version": "3.0.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.590743+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.099689+00:00"
    },
    {
      "slug": "npm-way-marks-server",
      "name": "@way_marks/server",
      "description": "Waymark MCP server and dashboard",
      "website": "https://www.npmjs.com/package/@way_marks/server",
      "github_url": "git+https://github.com/waymarks/waymark.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@way_marks/server"
        ]
      },
      "tags": [
        "ai-agents",
        "claude-code",
        "mcp",
        "security",
        "developer-tools",
        "llm",
        "agent-control"
      ],
      "_version": "4.8.0",
      "_publisher": "shaifulshabuj",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.592543+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.109511+00:00"
    },
    {
      "slug": "npm-mcp-server-madeonsol",
      "name": "mcp-server-madeonsol",
      "description": "MCP server for MadeOnSol Solana KOL intelligence API \u2014 use from Claude, Cursor, or any MCP client",
      "website": "https://www.npmjs.com/package/mcp-server-madeonsol",
      "github_url": "git+https://github.com/LamboPoewert/mcp-server-madeonsol.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-madeonsol"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "solana",
        "x402",
        "kol",
        "kol-tracker",
        "trading"
      ],
      "_version": "1.9.0",
      "_publisher": "madeonsol",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.595278+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.114822+00:00"
    },
    {
      "slug": "npm-retrograde-labs-lune-mcp-server",
      "name": "@retrograde-labs/lune-mcp-server",
      "description": "Lune Research MCP server (stdio + Streamable HTTP) proxying api.luneresearch.com",
      "website": "https://www.npmjs.com/package/@retrograde-labs/lune-mcp-server",
      "github_url": "git+https://github.com/RetrogradeLabs/lune-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@retrograde-labs/lune-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "lune",
        "research",
        "academic-papers"
      ],
      "_version": "1.2.4",
      "_publisher": "helipeng",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.597185+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.120897+00:00"
    },
    {
      "slug": "npm-h4shed-mcp-core",
      "name": "@h4shed/mcp-core",
      "description": "Core MCP server and skill registry for Fused Gaming",
      "website": "https://www.npmjs.com/package/@h4shed/mcp-core",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@h4shed/mcp-core"
        ]
      },
      "tags": [],
      "_version": "1.0.23",
      "_publisher": "h4shed",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.598552+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.126163+00:00"
    },
    {
      "slug": "npm-fre4x-github",
      "name": "@fre4x/github",
      "description": "GitHub MCP server",
      "website": "https://www.npmjs.com/package/@fre4x/github",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@fre4x/github"
        ]
      },
      "tags": [],
      "_version": "1.1.0",
      "_publisher": "fritzprix",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.600339+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.138278+00:00"
    },
    {
      "slug": "npm-projectsflow-mcp-server",
      "name": "@projectsflow/mcp-server",
      "description": "MCP server for ProjectsFlow \u2014 gives Claude Code access to your project credentials and kanban tasks",
      "website": "https://www.npmjs.com/package/@projectsflow/mcp-server",
      "github_url": "git+https://github.com/djdes/ProjectsFlow.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@projectsflow/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "claude-code",
        "projectsflow",
        "credentials",
        "vault",
        "kanban"
      ],
      "_version": "0.20.0",
      "_publisher": "n1ghtmare-dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.602148+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.130662+00:00"
    },
    {
      "slug": "npm-my-mcp-server",
      "name": "my-mcp-server",
      "description": "my-mcp-server MCP server",
      "website": "https://www.npmjs.com/package/my-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "my-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.1",
      "_publisher": "umaruzdanov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.604080+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.134269+00:00"
    },
    {
      "slug": "npm-midscene-web-bridge-mcp",
      "name": "@midscene/web-bridge-mcp",
      "description": "Midscene MCP Server for Web automation (Bridge mode)",
      "website": "https://www.npmjs.com/package/@midscene/web-bridge-mcp",
      "github_url": "git+https://github.com/web-infra-dev/midscene.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@midscene/web-bridge-mcp"
        ]
      },
      "tags": [],
      "_version": "1.8.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.605523+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.143390+00:00"
    },
    {
      "slug": "npm-vinayblitz-blackhole-mcp-server",
      "name": "@vinayblitz/blackhole-mcp-server",
      "description": "MCP Server for Blackhole DEX Skills",
      "website": "https://www.npmjs.com/package/@vinayblitz/blackhole-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vinayblitz/blackhole-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.7",
      "_publisher": "vinayblitz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.608021+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.147723+00:00"
    },
    {
      "slug": "npm-ahmad-soliman-mcp-n8n-server",
      "name": "@ahmad.soliman/mcp-n8n-server",
      "description": "MCP server for n8n API integration",
      "website": "https://www.npmjs.com/package/@ahmad.soliman/mcp-n8n-server",
      "github_url": "git+https://github.com/ahmadsoliman/mcp-n8n-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ahmad.soliman/mcp-n8n-server"
        ]
      },
      "tags": [
        "mcp",
        "n8n",
        "api",
        "automation",
        "claude",
        "llm",
        "model-context-protocol"
      ],
      "_version": "1.0.3",
      "_publisher": "ahmadsoliman",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.608926+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.166920+00:00"
    },
    {
      "slug": "npm-whop-mcp",
      "name": "@whop/mcp",
      "description": "The official MCP Server for the Whop API",
      "website": "https://www.npmjs.com/package/@whop/mcp",
      "github_url": "git+https://github.com/whopio/whopsdk-typescript.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@whop/mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.17",
      "_publisher": "jjantschulev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.609840+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.154723+00:00"
    },
    {
      "slug": "npm-rsdoctor-mcp-server",
      "name": "@rsdoctor/mcp-server",
      "description": "@rsdoctor/mcp-server \u662f\u4e00\u4e2a MCP Server\uff0c\u65e8\u5728\u5e2e\u52a9\u7528\u6237\u66f4\u4fbf\u6377\u5730\u4f7f\u7528 Rsdoctor \u7684\u6784\u5efa\u6570\u636e\u3002\u5b83\u53ef\u4ee5\u4e0e Rsdoctor \u7684\u672c\u5730\u6784\u5efa\u5206\u6790\u6570\u636e\u914d\u5408\u4f7f\u7528\uff0c\u901a\u8fc7\u95ee\u7b54\u7684\u5f62\u5f0f\uff0c\u5e2e\u52a9\u4f60\u5feb\u901f\u83b7\u53d6\u6784\u5efa\u5206\u6790\u7ed3\u679c\u3002",
      "website": "https://www.npmjs.com/package/@rsdoctor/mcp-server",
      "github_url": "git+https://github.com/web-infra-dev/rsdoctor.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rsdoctor/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.612260+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.163982+00:00"
    },
    {
      "slug": "npm-testdino-mcp",
      "name": "testdino-mcp",
      "description": "A MCP server for TestDino.",
      "website": "https://www.npmjs.com/package/testdino-mcp",
      "github_url": "git+https://github.com/testdino-hq/testdino-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "testdino-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cursor",
        "ai"
      ],
      "_version": "1.0.10",
      "_publisher": "testdino.npm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.613828+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.171940+00:00"
    },
    {
      "slug": "npm-gitlab-mcp",
      "name": "gitlab-mcp",
      "description": "A MCP server for GitLab",
      "website": "https://www.npmjs.com/package/gitlab-mcp",
      "github_url": "git+https://github.com/mcpland/gitlab-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "gitlab-mcp"
        ]
      },
      "tags": [
        "gitlab",
        "mcp",
        "ai",
        "agent",
        "tool",
        "automation"
      ],
      "_version": "1.4.1",
      "_publisher": "unadlib",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.615250+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.176528+00:00"
    },
    {
      "slug": "npm-mcpfun-mcp-server-ccxt",
      "name": "@mcpfun/mcp-server-ccxt",
      "description": "High-performance CCXT MCP server for cryptocurrency exchange integration",
      "website": "https://www.npmjs.com/package/@mcpfun/mcp-server-ccxt",
      "github_url": "git+https://github.com/doggybee/mcp-server-ccxt.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcpfun/mcp-server-ccxt"
        ]
      },
      "tags": [
        "cryptocurrency",
        "exchange",
        "ccxt",
        "trading",
        "llm",
        "mcp",
        "language-model"
      ],
      "_version": "1.2.1",
      "_publisher": "shuhaozhang95",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.617028+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.182714+00:00"
    },
    {
      "slug": "npm-backlog-mcp-server",
      "name": "backlog-mcp-server",
      "description": "![MIT License](https://img.shields.io/badge/license-MIT-green.svg) ![Build](https://github.com/nulab/backlog-mcp-server/actions/workflows/ci.yml/badge.svg) ![Last Commit](https://img.shields.io/github/last-commit/nulab/backlog-mcp-server.svg)",
      "website": "https://www.npmjs.com/package/backlog-mcp-server",
      "github_url": "git+https://github.com/nulab/backlog-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "backlog-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.11.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.618807+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.179591+00:00"
    },
    {
      "slug": "npm-aidemd-mcp-server",
      "name": "@aidemd-mcp/server",
      "description": "MCP server that teaches any agent the AIDE methodology through tool descriptions and progressive disclosure tooling",
      "website": "https://www.npmjs.com/package/@aidemd-mcp/server",
      "github_url": "git+https://github.com/aidemd-mcp/server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aidemd-mcp/server"
        ]
      },
      "tags": [
        "mcp",
        "aide",
        "progressive-disclosure",
        "ai-agents",
        "spec-documents"
      ],
      "_version": "0.9.0",
      "_publisher": "tetsukodaigroupllc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.620578+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.186766+00:00"
    },
    {
      "slug": "npm-promptx-mcp-server",
      "name": "@promptx/mcp-server",
      "description": "MCP Server implementation for PromptX",
      "website": "https://www.npmjs.com/package/@promptx/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@promptx/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.2.1",
      "_publisher": "deepracticexnpm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.621862+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.190080+00:00"
    },
    {
      "slug": "npm-beepflow-mcp",
      "name": "@beepflow/mcp",
      "description": "Beepflow MCP server (stdio).",
      "website": "https://www.npmjs.com/package/@beepflow/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@beepflow/mcp"
        ]
      },
      "tags": [],
      "_version": "2026.5.4",
      "_publisher": "javioverflow",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.623391+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.195344+00:00"
    },
    {
      "slug": "npm-sylphlab-pdf-reader-mcp",
      "name": "@sylphlab/pdf-reader-mcp",
      "description": "An MCP server providing tools to read PDF files.",
      "website": "https://www.npmjs.com/package/@sylphlab/pdf-reader-mcp",
      "github_url": "git+https://github.com/sylphlab/pdf-reader-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sylphlab/pdf-reader-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "pdf",
        "reader",
        "parser",
        "typescript",
        "node",
        "ai"
      ],
      "_version": "0.3.23",
      "_publisher": "shtse8",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.624930+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.200142+00:00"
    },
    {
      "slug": "npm-agentvault-mcp-server",
      "name": "agentvault-mcp-server",
      "description": "MCP Server for agent-settlement-protocol",
      "website": "https://www.npmjs.com/package/agentvault-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agentvault-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "agent",
        "settlement",
        "solana"
      ],
      "_version": "1.1.2",
      "_publisher": "1nft",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.626975+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.204073+00:00"
    },
    {
      "slug": "npm-bitbucket-mcp",
      "name": "bitbucket-mcp",
      "description": "Model Context Protocol (MCP) server for Bitbucket Cloud and Server API integration",
      "website": "https://www.npmjs.com/package/bitbucket-mcp",
      "github_url": "git+https://github.com/MatanYemini/bitbucket-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "bitbucket-mcp"
        ]
      },
      "tags": [
        "bitbucket",
        "bitbucket-cloud",
        "bitbucket-server",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm"
      ],
      "_version": "5.0.6",
      "_publisher": "yeminimatan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.629577+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.371720+00:00"
    },
    {
      "slug": "npm-almanak-mcp-server",
      "name": "@almanak/mcp-server",
      "description": "MCP server exposing Almanak platform API as tools",
      "website": "https://www.npmjs.com/package/@almanak/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@almanak/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.17",
      "_publisher": "larsalmanak",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.631360+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.215495+00:00"
    },
    {
      "slug": "npm-restforge-dev-mcp-server",
      "name": "@restforge-dev/mcp-server",
      "description": "MCP server for RESTForge - enables AI agents to interact with RESTForge via natural language",
      "website": "https://www.npmjs.com/package/@restforge-dev/mcp-server",
      "github_url": "git+https://github.com/restforge/restforge-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@restforge-dev/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "restforge",
        "ai-agent",
        "claude",
        "cursor",
        "rest-api",
        "code-generator"
      ],
      "_version": "1.0.2",
      "_publisher": "restforge357",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.633229+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.211593+00:00"
    },
    {
      "slug": "npm-prismicio-mcp-server",
      "name": "@prismicio/mcp-server",
      "description": "Prismic Model Context Protocol (MCP) Server",
      "website": "https://www.npmjs.com/package/@prismicio/mcp-server",
      "github_url": "git+ssh://git@github.com/prismicio/prismic-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@prismicio/mcp-server"
        ]
      },
      "tags": [
        "model context protocol",
        "mcp",
        "typescript",
        "prismic"
      ],
      "_version": "0.0.20",
      "_publisher": "prismic-ci",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.635730+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.178798+00:00"
    },
    {
      "slug": "npm-leadloadz-mcp-server",
      "name": "@leadloadz/mcp-server",
      "description": "MCP server for Leadloadz B2B lead search and email verification",
      "website": "https://www.npmjs.com/package/@leadloadz/mcp-server",
      "github_url": "git+https://github.com/Ali1041/leadloadz-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@leadloadz/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "lead-generation",
        "b2b",
        "email-verification",
        "lead-search"
      ],
      "_version": "1.1.3",
      "_publisher": "ali588",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.637749+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.219608+00:00"
    },
    {
      "slug": "npm-pixx-io-mcp-server",
      "name": "@pixx.io/mcp-server",
      "description": "MCP Server that automatically converts OpenAPI/Swagger documentation to MCP Tools",
      "website": "https://www.npmjs.com/package/@pixx.io/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pixx.io/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.4.2",
      "_publisher": "GitLab CI/CD",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.639253+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.235580+00:00"
    },
    {
      "slug": "npm-mcp-server-weread",
      "name": "mcp-server-weread",
      "description": "A WeRead MCP Server",
      "website": "https://www.npmjs.com/package/mcp-server-weread",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-weread"
        ]
      },
      "tags": [],
      "_version": "0.2.2",
      "_publisher": "lucienchen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.640692+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.231205+00:00"
    },
    {
      "slug": "npm-hualinge-relay-mcp-server",
      "name": "@hualinge/relay-mcp-server",
      "description": "OfficeClaw MCP server package.",
      "website": "https://www.npmjs.com/package/@hualinge/relay-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hualinge/relay-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "hualinge",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.642158+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.239722+00:00"
    },
    {
      "slug": "npm-yuihub-mcp-server",
      "name": "@yuihub/mcp-server",
      "description": "YuiHub MCP Server - Protocol Adapter for Semantic Memory",
      "website": "https://www.npmjs.com/package/@yuihub/mcp-server",
      "github_url": "git+https://github.com/vemikrs/yuihub.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@yuihub/mcp-server"
        ]
      },
      "tags": [
        "yuihub",
        "mcp",
        "semantic-memory",
        "ai",
        "agent"
      ],
      "_version": "1.0.0-beta.1",
      "_publisher": "vemikrs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.644889+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.245308+00:00"
    },
    {
      "slug": "npm-adhdev-mcp-server",
      "name": "@adhdev/mcp-server",
      "description": "ADHDev MCP server \u2014 expose IDE agents as MCP tools",
      "website": "https://www.npmjs.com/package/@adhdev/mcp-server",
      "github_url": "git+https://github.com/vilmire/adhdev.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@adhdev/mcp-server"
        ]
      },
      "tags": [
        "adhdev",
        "mcp",
        "model-context-protocol",
        "ide-agents"
      ],
      "_version": "0.9.81",
      "_publisher": "vilmire",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.646662+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.249953+00:00"
    },
    {
      "slug": "npm-mcp-deepwiki",
      "name": "mcp-deepwiki",
      "description": "MCP server for fetch deepwiki.com and turn content into LLM readable markdown",
      "website": "https://www.npmjs.com/package/mcp-deepwiki",
      "github_url": "git+https://github.com/regenrek/deepwiki-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-deepwiki"
        ]
      },
      "tags": [
        "mcp",
        "mcp-starter",
        "model-context-protocol"
      ],
      "_version": "0.0.10",
      "_publisher": "regenrek",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.647835+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.253010+00:00"
    },
    {
      "slug": "npm-bruniai-mcp-server",
      "name": "bruniai-mcp-server",
      "description": "MCP server for BruniAI visual comparison functionality",
      "website": "https://www.npmjs.com/package/bruniai-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "bruniai-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.24",
      "_publisher": "joaogarin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.650037+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.255310+00:00"
    },
    {
      "slug": "npm-notebooklm-mcp",
      "name": "notebooklm-mcp",
      "description": "MCP server for Google NotebookLM \u2014 chat, source ingestion, audio overviews, citations, stdio + Streamable-HTTP transports.",
      "website": "https://www.npmjs.com/package/notebooklm-mcp",
      "github_url": "git+https://github.com/PleasePrompto/notebooklm-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "notebooklm-mcp"
        ]
      },
      "tags": [
        "mcp",
        "notebooklm",
        "gemini",
        "ai",
        "claude"
      ],
      "_version": "2.0.0",
      "_publisher": "pleaseprompto",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.652009+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.258130+00:00"
    },
    {
      "slug": "npm-countly-mcp-server",
      "name": "countly-mcp-server",
      "description": "MCP server for Countly Analytics Platform",
      "website": "https://www.npmjs.com/package/countly-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "countly-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "countly",
        "analytics",
        "server"
      ],
      "_version": "1.3.0",
      "_publisher": "ar2rsawseen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.654219+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.261526+00:00"
    },
    {
      "slug": "npm-fuul-mcp-server",
      "name": "@fuul/mcp-server",
      "description": "Fuul MCP server for program management via MCP-compatible clients",
      "website": "https://www.npmjs.com/package/@fuul/mcp-server",
      "github_url": "git+https://github.com/kuyen-labs/mcp_server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@fuul/mcp-server"
        ]
      },
      "tags": [
        "Fuul",
        "Fuul Protocol",
        "MCP",
        "Model Context Protocol",
        "claude-code",
        "claude-plugin"
      ],
      "_version": "1.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.656300+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.263658+00:00"
    },
    {
      "slug": "npm-confluentinc-mcp-confluent",
      "name": "@confluentinc/mcp-confluent",
      "description": "Confluent MCP Server",
      "website": "https://www.npmjs.com/package/@confluentinc/mcp-confluent",
      "github_url": "git+https://github.com/confluentinc/mcp-confluent.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@confluentinc/mcp-confluent"
        ]
      },
      "tags": [
        "confluent",
        "mcp",
        "kafka",
        "flink",
        "modelcontextprotocol"
      ],
      "_version": "1.3.0",
      "_publisher": "confluent-npm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.657888+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.271222+00:00"
    },
    {
      "slug": "npm-xcomet-mcp-server",
      "name": "xcomet-mcp-server",
      "description": "MCP Server for xCOMET translation quality evaluation",
      "website": "https://www.npmjs.com/package/xcomet-mcp-server",
      "github_url": "git+https://github.com/shuji-bonji/xcomet-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "xcomet-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "xcomet",
        "translation",
        "quality-evaluation",
        "comet",
        "unbabel"
      ],
      "_version": "0.6.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.660017+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.266898+00:00"
    },
    {
      "slug": "npm-dinanathdash-envault-mcp-server",
      "name": "@dinanathdash/envault-mcp-server",
      "description": "MCP server for Envault CLI operations",
      "website": "https://www.npmjs.com/package/@dinanathdash/envault-mcp-server",
      "github_url": "git+https://github.com/DinanathDash/Envault.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dinanathdash/envault-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "claude",
        "secrets-management",
        "envault"
      ],
      "_version": "1.12.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.662141+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.276311+00:00"
    },
    {
      "slug": "npm-crscreditapi-mware-mcp-server",
      "name": "@crscreditapi/mware-mcp-server",
      "description": "MCP server for mware",
      "website": "https://www.npmjs.com/package/@crscreditapi/mware-mcp-server",
      "github_url": "git+https://github.com/StitchCredit/mware-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@crscreditapi/mware-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.3.0-a0cd8f6",
      "_publisher": "crs-mcp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.664269+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.283927+00:00"
    },
    {
      "slug": "npm-synapta-mcp",
      "name": "@synapta/mcp",
      "description": "Canonical Synapta MCP server (stdio + streamable HTTP)",
      "website": "https://www.npmjs.com/package/@synapta/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@synapta/mcp"
        ]
      },
      "tags": [],
      "_version": "2.8.0",
      "_publisher": "ayotov18",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.666070+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.280920+00:00"
    },
    {
      "slug": "npm-opentofu-opentofu-mcp-server",
      "name": "@opentofu/opentofu-mcp-server",
      "description": "OpenTofu MCP Server for accessing the OpenTofu Registry",
      "website": "https://www.npmjs.com/package/@opentofu/opentofu-mcp-server",
      "github_url": "git+https://github.com/opentofu/opentofu-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@opentofu/opentofu-mcp-server"
        ]
      },
      "tags": [
        "opentofu",
        "mcp",
        "registry",
        "model-context-protocol",
        "claude",
        "chatgpt"
      ],
      "_version": "0.1.5",
      "_publisher": "jamesh-opentofu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.668568+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.288861+00:00"
    },
    {
      "slug": "npm-stock-market-mcp-server",
      "name": "stock-market-mcp-server",
      "description": "Financial Datasets MCP Server for Stock Market API",
      "website": "https://www.npmjs.com/package/stock-market-mcp-server",
      "github_url": "git+https://github.com/suhail-ak-s/stock-market.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "stock-market-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "financial",
        "stock",
        "api"
      ],
      "_version": "1.0.17",
      "_publisher": "suhailak223",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.671251+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.293979+00:00"
    },
    {
      "slug": "npm-anyshift-anyshift-mcp-server",
      "name": "@anyshift/anyshift-mcp-server",
      "description": "An MCP server for interacting with infrastructure data",
      "website": "https://www.npmjs.com/package/@anyshift/anyshift-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@anyshift/anyshift-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.10.2",
      "_publisher": "pcholl22",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.673420+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.298802+00:00"
    },
    {
      "slug": "npm-mokei-context-server",
      "name": "@mokei/context-server",
      "description": "Mokei MCP server",
      "website": "https://www.npmjs.com/package/@mokei/context-server",
      "github_url": "https://github.com/TairuFramework/mokei",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mokei/context-server"
        ]
      },
      "tags": [
        "model",
        "context",
        "protocol",
        "mcp",
        "server",
        "llm",
        "ai"
      ],
      "_version": "0.6.1",
      "_publisher": "paul_lecam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.675239+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.104443+00:00"
    },
    {
      "slug": "npm-contextium-mcp-server",
      "name": "@contextium/mcp-server",
      "description": "MCP server for Contextium \u2014 pipe team SOPs, coding standards, and AI context directly into Claude, Cursor, and other AI coding assistants",
      "website": "https://www.npmjs.com/package/@contextium/mcp-server",
      "github_url": "git+https://github.com/tomjutla/contextium.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@contextium/mcp-server"
        ]
      },
      "tags": [
        "contextium",
        "mcp",
        "mcp-server",
        "claude",
        "claude-code",
        "anthropic",
        "ai",
        "cursor"
      ],
      "_version": "1.2.32",
      "_publisher": "contextium",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.678042+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.305261+00:00"
    },
    {
      "slug": "npm-ibm-ibmi-mcp-server",
      "name": "@ibm/ibmi-mcp-server",
      "description": "A production-grade MCP server for IBM i",
      "website": "https://www.npmjs.com/package/@ibm/ibmi-mcp-server",
      "github_url": "git+https://github.com/IBM/ibmi-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ibm/ibmi-mcp-server"
        ]
      },
      "tags": [
        "typescript",
        "template",
        "mcp",
        "model-context-protocol",
        "agent",
        "autonomous-agent",
        "agent-framework",
        "architecture"
      ],
      "_version": "0.5.1",
      "_publisher": "adamshedivy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.680360+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.311270+00:00"
    },
    {
      "slug": "npm-siemens-ix-mcp-vue",
      "name": "@siemens/ix-mcp-vue",
      "description": "iX MCP server for Vue",
      "website": "https://www.npmjs.com/package/@siemens/ix-mcp-vue",
      "github_url": "https://code.siemens.com/ux/sdl-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@siemens/ix-mcp-vue"
        ]
      },
      "tags": [
        "ix",
        "mcp",
        "ai"
      ],
      "_version": "5.0.0-v.1.10.5",
      "_publisher": "siemens-element-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.682211+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.315650+00:00"
    },
    {
      "slug": "npm-mtop-devtools-mcp-server",
      "name": "@mtop-devtools/mcp-server",
      "description": "MCP Server for Mtop DevTools - enables AI to interact with Chrome browser requests and logs",
      "website": "https://www.npmjs.com/package/@mtop-devtools/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mtop-devtools/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "chrome-extension",
        "devtools",
        "mtop",
        "ai"
      ],
      "_version": "1.33.0",
      "_publisher": "tuyan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.684585+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.320555+00:00"
    },
    {
      "slug": "npm-studiosignal-mcp-server",
      "name": "@studiosignal/mcp-server",
      "description": "Studio Signal MCP Server \u2014 AI-powered M&E intelligence via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@studiosignal/mcp-server",
      "github_url": "git+https://github.com/vfxprojoe/studiosignal.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@studiosignal/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "studio-signal",
        "media-entertainment",
        "ai-research",
        "claude",
        "chatgpt"
      ],
      "_version": "1.3.0",
      "_publisher": "studiosignal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.687047+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.451739+00:00"
    },
    {
      "slug": "npm-node-red-mcp-server",
      "name": "node-red-mcp-server",
      "description": "Model Context Protocol (MCP) server for interacting with Node-RED",
      "website": "https://www.npmjs.com/package/node-red-mcp-server",
      "github_url": "git+https://github.com/karavaev-evgeniy/node-red-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "node-red-mcp-server"
        ]
      },
      "tags": [
        "node-red",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "claude",
        "gpt"
      ],
      "_version": "1.0.2",
      "_publisher": "jkaravaev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.689324+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.128963+00:00"
    },
    {
      "slug": "npm-hackmd-mcp-server",
      "name": "hackmd-mcp-server",
      "description": "MCP server for reading and writing HackMD notes.",
      "website": "https://www.npmjs.com/package/hackmd-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hackmd-mcp-server"
        ]
      },
      "tags": [
        "hackmd",
        "mcp",
        "model-context-protocol",
        "notes",
        "codex",
        "claude"
      ],
      "_version": "0.2.3",
      "_publisher": "hbarcelos",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.690865+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.333169+00:00"
    },
    {
      "slug": "npm-iflow-mcp-server-github",
      "name": "@iflow-mcp/server-github",
      "description": "MCP server for using the GitHub API",
      "website": "https://www.npmjs.com/package/@iflow-mcp/server-github",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/server-github"
        ]
      },
      "tags": [],
      "_version": "0.6.2",
      "_publisher": "qystart",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.692517+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.342715+00:00"
    },
    {
      "slug": "npm-saiso-svm-mcp-server",
      "name": "@saiso/svm-mcp-server",
      "description": "First-party SAISO SVM MCP server with canonical parity operations",
      "website": "https://www.npmjs.com/package/@saiso/svm-mcp-server",
      "github_url": "git+https://github.com/BHIIKTOR/saiso.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@saiso/svm-mcp-server"
        ]
      },
      "tags": [
        "saiso",
        "svm",
        "solana",
        "mcp",
        "agent"
      ],
      "_version": "1.0.0-rc8",
      "_publisher": "bhiktor",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.695250+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.337447+00:00"
    },
    {
      "slug": "npm-eikaramba-puppeteer-real-browser-mcp-server",
      "name": "@eikaramba/puppeteer-real-browser-mcp-server",
      "description": "MCP server for puppeteer-real-browser",
      "website": "https://www.npmjs.com/package/@eikaramba/puppeteer-real-browser-mcp-server",
      "github_url": "git+https://github.com/eikaramba/puppeteer-real-browser-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@eikaramba/puppeteer-real-browser-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "puppeteer",
        "browser-automation"
      ],
      "_version": "1.5.29",
      "_publisher": "eikaramba",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.697511+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.349176+00:00"
    },
    {
      "slug": "npm-todoist-mcp-server",
      "name": "todoist-mcp-server",
      "description": "MCP server for Todoist API",
      "website": "https://www.npmjs.com/package/todoist-mcp-server",
      "github_url": "git+https://github.com/stevengonsalvez/todoist-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "todoist-mcp-server"
        ]
      },
      "tags": [
        "todoist",
        "mcp",
        "model-context-protocol",
        "claude",
        "task-management",
        "productivity",
        "api"
      ],
      "_version": "1.0.7",
      "_publisher": "stevengonsalvez",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.699042+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.346851+00:00"
    },
    {
      "slug": "npm-nitish-raj-searxng-mcp-bridge",
      "name": "@nitish-raj/searxng-mcp-bridge",
      "description": "MCP Server for SearxNG Bridge",
      "website": "https://www.npmjs.com/package/@nitish-raj/searxng-mcp-bridge",
      "github_url": "git+https://github.com/nitish-raj/searxng-mcp-bridge.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nitish-raj/searxng-mcp-bridge"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "searxng",
        "search",
        "bridge"
      ],
      "_version": "0.11.27",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.701124+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.351901+00:00"
    },
    {
      "slug": "npm-sychev-lab-mcp-server",
      "name": "sychev-lab-mcp-server",
      "description": "MCP Server for Sychev Lab - Products, Articles, Tutorials, and Commerce",
      "website": "https://www.npmjs.com/package/sychev-lab-mcp-server",
      "github_url": "git+https://github.com/Sychev-Lab/sychev-lab-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "sychev-lab-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "sychev-lab",
        "ecommerce",
        "stl",
        "3d-printing"
      ],
      "_version": "1.0.8",
      "_publisher": "klich3",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.703531+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.362426+00:00"
    },
    {
      "slug": "npm-search-docs-mcp-server",
      "name": "@search-docs/mcp-server",
      "description": "MCP Server for search-docs - Claude Code integration",
      "website": "https://www.npmjs.com/package/@search-docs/mcp-server",
      "github_url": "git+https://github.com/otolab/search-docs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@search-docs/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "claude-code",
        "vector-search",
        "markdown",
        "documentation"
      ],
      "_version": "1.9.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.705681+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.356273+00:00"
    },
    {
      "slug": "npm-randomfact-memnote-mcp-server",
      "name": "@randomfact/memnote-mcp-server",
      "description": "MCP server for MemNote.",
      "website": "https://www.npmjs.com/package/@randomfact/memnote-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@randomfact/memnote-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.4",
      "_publisher": "randomdon",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.707448+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.370348+00:00"
    },
    {
      "slug": "npm-smp-mcp-server",
      "name": "smp-mcp-server",
      "description": "MCP Server for SMP (https://smp.nationalcloud.ae) bug/task management system",
      "website": "https://www.npmjs.com/package/smp-mcp-server",
      "github_url": "https://gitlab-ultimate.nationalcloud.ae/presight/r100/app/android/mcp/smp_mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "smp-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "smp",
        "bug-tracker",
        "task-management"
      ],
      "_version": "1.0.20",
      "_publisher": "batianxia",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.709122+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.374914+00:00"
    },
    {
      "slug": "npm-stackable-labs-mcp-app-extension",
      "name": "@stackable-labs/mcp-app-extension",
      "description": "MCP server for AI-assisted Stackable extension development.",
      "website": "https://www.npmjs.com/package/@stackable-labs/mcp-app-extension",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@stackable-labs/mcp-app-extension"
        ]
      },
      "tags": [],
      "_version": "1.20.0",
      "_publisher": "agrohs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.711971+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.379230+00:00"
    },
    {
      "slug": "npm-decaf-ts-mcp-server",
      "name": "@decaf-ts/mcp-server",
      "description": "mcp server for code assistance of decaf-ts projects",
      "website": "https://www.npmjs.com/package/@decaf-ts/mcp-server",
      "github_url": "git+https://github.com/decaf-ts/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@decaf-ts/mcp-server"
        ]
      },
      "tags": [
        "template",
        "typescript",
        "ts"
      ],
      "_version": "1.14.0",
      "_publisher": "tvenceslau",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.714245+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.382903+00:00"
    },
    {
      "slug": "npm-bunas-fs-mcp",
      "name": "@bunas/fs-mcp",
      "description": "File System MCP Server",
      "website": "https://www.npmjs.com/package/@bunas/fs-mcp",
      "github_url": "git+https://github.com/bunasQ/fs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bunas/fs-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "file-system"
      ],
      "_version": "1.0.16",
      "_publisher": "bunasq",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.717622+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.386747+00:00"
    },
    {
      "slug": "npm-agent-infra-mcp-server-search",
      "name": "@agent-infra/mcp-server-search",
      "description": "MCP server for web search operations",
      "website": "https://www.npmjs.com/package/@agent-infra/mcp-server-search",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agent-infra/mcp-server-search"
        ]
      },
      "tags": [],
      "_version": "1.2.29",
      "_publisher": "oanakiaja",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.719949+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.390402+00:00"
    },
    {
      "slug": "npm-rn-debug-mcp",
      "name": "rn-debug-mcp",
      "description": "RN Debug MCP server",
      "website": "https://www.npmjs.com/package/rn-debug-mcp",
      "github_url": "git+https://github.com/zersys/rn-debug-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "rn-debug-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.5",
      "_publisher": "zersys",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.722799+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.395575+00:00"
    },
    {
      "slug": "npm-vibe-mcp",
      "name": "@vibe/mcp",
      "description": "Vibe's MCP server to interact with the Vibe ecosystem",
      "website": "https://www.npmjs.com/package/@vibe/mcp",
      "github_url": "git+https://github.com/mondaycom/vibe.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vibe/mcp"
        ]
      },
      "tags": [],
      "_version": "4.0.2",
      "_publisher": "vibe-publisher",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.724527+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.399756+00:00"
    },
    {
      "slug": "npm-onesub-mcp-server",
      "name": "@onesub/mcp-server",
      "description": "MCP server for onesub \u2014 AI tools for setting up in-app subscriptions in React Native / Expo apps",
      "website": "https://www.npmjs.com/package/@onesub/mcp-server",
      "github_url": "git+https://github.com/jeonghwanko/onesub.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@onesub/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "in-app-purchase",
        "subscription",
        "react-native",
        "ai",
        "claude"
      ],
      "_version": "0.4.2",
      "_publisher": "jeonghwanko",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.726368+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.410239+00:00"
    },
    {
      "slug": "npm-ai-dossier-mcp-server",
      "name": "@ai-dossier/mcp-server",
      "description": "MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers",
      "website": "https://www.npmjs.com/package/@ai-dossier/mcp-server",
      "github_url": "git+https://github.com/imboard-ai/ai-dossier.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ai-dossier/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "dossier",
        "automation",
        "llm",
        "ai",
        "model-context-protocol"
      ],
      "_version": "1.3.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.729066+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.414929+00:00"
    },
    {
      "slug": "npm-gorgias-mcp-server",
      "name": "gorgias-mcp-server",
      "description": "MCP server exposing the full Gorgias helpdesk API to AI assistants",
      "website": "https://www.npmjs.com/package/gorgias-mcp-server",
      "github_url": "git+https://github.com/benpalmer1/Gorgias-MCP-Server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "gorgias-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "gorgias",
        "helpdesk",
        "api",
        "customer-support",
        "model-context-protocol",
        "claude",
        "ai"
      ],
      "_version": "2.0.0",
      "_publisher": "benpalmer1",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.731212+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.427849+00:00"
    },
    {
      "slug": "npm-octopusdeploy-mcp-server",
      "name": "@octopusdeploy/mcp-server",
      "description": "The Octopus MCP Server provides your AI assistant with powerful tools that allow it to inspect, query, and diagnose problems within your Octopus instance.",
      "website": "https://www.npmjs.com/package/@octopusdeploy/mcp-server",
      "github_url": "git+https://github.com/OctopusDeploy/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@octopusdeploy/mcp-server"
        ]
      },
      "tags": [
        "octopus deploy",
        "mcp"
      ],
      "_version": "2.3.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.733840+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.419348+00:00"
    },
    {
      "slug": "npm-mcp-server-nationalparks",
      "name": "mcp-server-nationalparks",
      "description": "MCP Server for the National Park Service (NPS) API, providing real-time information about U.S. National Parks, including park details, alerts, and activities.",
      "website": "https://www.npmjs.com/package/mcp-server-nationalparks",
      "github_url": "git+https://github.com/KyrieTangSheng/mcp-server-nationalparks.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-nationalparks"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "national-parks",
        "api",
        "anthropic"
      ],
      "_version": "1.0.1",
      "_publisher": "tangsheng1018",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.735765+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.423342+00:00"
    },
    {
      "slug": "npm-togello-mcp-server",
      "name": "togello-mcp-server",
      "description": "MCP server for Togello tasks, calendar memos, calendar events, and activity logs.",
      "website": "https://www.npmjs.com/package/togello-mcp-server",
      "github_url": "git+https://github.com/Toru-Takagi/togello-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "togello-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "togello",
        "chatgpt",
        "tasks",
        "calendar",
        "activity"
      ],
      "_version": "1.0.34",
      "_publisher": "toru-takagi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.737692+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.431653+00:00"
    },
    {
      "slug": "npm-vercel-mcp",
      "name": "vercel-mcp",
      "description": "An MCP server that connects to Vercel API",
      "website": "https://www.npmjs.com/package/vercel-mcp",
      "github_url": "git+https://github.com/zueai/vercel-api-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "vercel-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.7",
      "_publisher": "zueai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.740026+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.434561+00:00"
    },
    {
      "slug": "npm-aborruso-ckan-mcp-server",
      "name": "@aborruso/ckan-mcp-server",
      "description": "MCP server for interacting with CKAN open data portals",
      "website": "https://www.npmjs.com/package/@aborruso/ckan-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aborruso/ckan-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "ckan",
        "open-data",
        "api",
        "data-portal"
      ],
      "_version": "0.4.105",
      "_publisher": "aborruso",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.741703+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.438705+00:00"
    },
    {
      "slug": "npm-wildberries-mcp-server",
      "name": "wildberries-mcp-server",
      "description": "MCP server for Wildberries seller API",
      "website": "https://www.npmjs.com/package/wildberries-mcp-server",
      "github_url": "git+https://github.com/behruzsaifov/wildberries-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "wildberries-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.2.4",
      "_publisher": "behruz_saifov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.743948+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.442196+00:00"
    },
    {
      "slug": "npm-ax-ado-mcp-mcp-server-azure-devops-enhanced",
      "name": "@ax-ado-mcp/mcp-server-azure-devops-enhanced",
      "description": "Enhanced Azure DevOps MCP server with additional features including pull request changes tool",
      "website": "https://www.npmjs.com/package/@ax-ado-mcp/mcp-server-azure-devops-enhanced",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ax-ado-mcp/mcp-server-azure-devops-enhanced"
        ]
      },
      "tags": [
        "azure-devops",
        "mcp",
        "ai",
        "automation",
        "pull-request-changes",
        "enhanced"
      ],
      "_version": "0.1.0",
      "_publisher": "grainsworth",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.746763+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.445390+00:00"
    },
    {
      "slug": "npm-mcp-code-graph",
      "name": "mcp-code-graph",
      "description": "Code Graph MCP Server",
      "website": "https://www.npmjs.com/package/mcp-code-graph",
      "github_url": "git+https://github.com/JudiniLabs/mcp-code-graph.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-code-graph"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "code-graph",
        "codegpt"
      ],
      "_version": "1.1.2",
      "_publisher": "judinilabs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.748562+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.448998+00:00"
    },
    {
      "slug": "npm-astro-mcp",
      "name": "astro-mcp",
      "description": "MCP server to support Astro project development",
      "website": "https://www.npmjs.com/package/astro-mcp",
      "github_url": "git+https://github.com/morinokami/astro-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "astro-mcp"
        ]
      },
      "tags": [
        "astro-integration",
        "astro-component",
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "0.4.2",
      "_publisher": "shf0811",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.750428+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.453028+00:00"
    },
    {
      "slug": "npm-wangshunnn-bilibili-mcp-server",
      "name": "@wangshunnn/bilibili-mcp-server",
      "description": "MCP server for bilibili",
      "website": "https://www.npmjs.com/package/@wangshunnn/bilibili-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wangshunnn/bilibili-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "bilibili",
        "mcp-server",
        "modelcontextprotocol"
      ],
      "_version": "0.0.7",
      "_publisher": "wangshunnn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.752310+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.450798+00:00"
    },
    {
      "slug": "npm-mulesoft-mcp-server",
      "name": "@mulesoft/mcp-server",
      "description": "Mulesoft MCP Server",
      "website": "https://www.npmjs.com/package/@mulesoft/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mulesoft/mcp-server"
        ]
      },
      "tags": [
        "mulesoft",
        "mcp",
        "mcp-server",
        "anypoint"
      ],
      "_version": "1.2.0",
      "_publisher": "mulesoft-npm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.754319+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.988095+00:00"
    },
    {
      "slug": "npm-agentcivics-mcp-server",
      "name": "@agentcivics/mcp-server",
      "description": "MCP server for AgentCivics on Sui \u2014 on-chain identity tools for AI agents with Walrus decentralized storage",
      "website": "https://www.npmjs.com/package/@agentcivics/mcp-server",
      "github_url": "git+https://github.com/agentcivics/agentcivics.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agentcivics/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.8.0",
      "_publisher": "willtard",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.756457+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.466303+00:00"
    },
    {
      "slug": "npm-tokrepo-mcp-server",
      "name": "tokrepo-mcp-server",
      "description": "Agent-native MCP server for TokRepo - discover, verify, plan, safely install, hand off, and push AI assets from MCP clients.",
      "website": "https://www.npmjs.com/package/tokrepo-mcp-server",
      "github_url": "git+https://github.com/henu-wang/tokrepo-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "tokrepo-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "tokrepo",
        "ai-assets",
        "claude",
        "cursor",
        "codex",
        "gemini"
      ],
      "_version": "2.16.0",
      "_publisher": "keeprule",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.758105+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.468001+00:00"
    },
    {
      "slug": "npm-keadex-mina-mcp-server",
      "name": "@keadex/mina-mcp-server",
      "description": "MCP Server for interacting with Mina projects.",
      "website": "https://www.npmjs.com/package/@keadex/mina-mcp-server",
      "github_url": "git+https://github.com/keadex/keadex.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@keadex/mina-mcp-server"
        ]
      },
      "tags": [
        "c4-model",
        "interactive",
        "diagrams",
        "component",
        "react",
        "render",
        "mina",
        "mcp"
      ],
      "_version": "3.1.4",
      "_publisher": "keadex",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.762679+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.472738+00:00"
    },
    {
      "slug": "npm-lottiefiles-creator-mcp",
      "name": "@lottiefiles/creator-mcp",
      "description": "MCP server for LottieFiles Creator",
      "website": "https://www.npmjs.com/package/@lottiefiles/creator-mcp",
      "github_url": "git+https://github.com/LottieFiles/creator.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lottiefiles/creator-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "jawish",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.766138+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.478900+00:00"
    },
    {
      "slug": "npm-gremlin-mcp-server",
      "name": "@gremlin/mcp-server",
      "description": "Gremlin MCP Server",
      "website": "https://www.npmjs.com/package/@gremlin/mcp-server",
      "github_url": "git+https://github.com/gremlin/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gremlin/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.2.1",
      "_publisher": "gremsam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.767991+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.491895+00:00"
    },
    {
      "slug": "npm-speclife-mcp-server",
      "name": "@speclife/mcp-server",
      "description": "MCP server for SpecLife - AI assistant interface",
      "website": "https://www.npmjs.com/package/@speclife/mcp-server",
      "github_url": "git+https://github.com/malarbase/speclife.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@speclife/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.15.0",
      "_publisher": "malarbase",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.769630+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.482683+00:00"
    },
    {
      "slug": "npm-inkeep-agents-mcp",
      "name": "@inkeep/agents-mcp",
      "description": "Model Context Protocol (MCP) Server for the *@inkeep/agents-mcp* API.",
      "website": "https://www.npmjs.com/package/@inkeep/agents-mcp",
      "github_url": "git+https://github.com/inkeep/agents.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@inkeep/agents-mcp"
        ]
      },
      "tags": [],
      "_version": "0.73.5",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.773563+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.505813+00:00"
    },
    {
      "slug": "npm-mcp-server-for-revit",
      "name": "mcp-server-for-revit",
      "description": "MCP server for interacting with Autodesk Revit through AI assistants like Claude",
      "website": "https://www.npmjs.com/package/mcp-server-for-revit",
      "github_url": "git+https://github.com/mcp-servers-for-revit/mcp-servers-for-revit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-for-revit"
        ]
      },
      "tags": [
        "mcp",
        "revit",
        "autodesk",
        "claude",
        "ai",
        "bim",
        "architecture"
      ],
      "_version": "1.0.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.774734+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.500835+00:00"
    },
    {
      "slug": "npm-chainlink-mcp-server",
      "name": "@chainlink/mcp-server",
      "description": "Prototype MCP Server for CLL",
      "website": "https://www.npmjs.com/package/@chainlink/mcp-server",
      "github_url": "git+https://github.com/smartcontractkit/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@chainlink/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "chainlink",
        "ccip",
        "ai",
        "llm",
        "vector-database",
        "documentation"
      ],
      "_version": "0.0.1-alpha.17",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.776942+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.505220+00:00"
    },
    {
      "slug": "npm-screenpipe-mcp",
      "name": "screenpipe-mcp",
      "description": "MCP server for screenpipe - search your screen recordings and audio transcriptions",
      "website": "https://www.npmjs.com/package/screenpipe-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "screenpipe-mcp"
        ]
      },
      "tags": [
        "mcp",
        "screenpipe",
        "model-context-protocol",
        "claude",
        "ai",
        "screen-recording",
        "ocr",
        "audio-transcription"
      ],
      "_version": "0.18.6",
      "_publisher": "louis030195",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.780053+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.508552+00:00"
    },
    {
      "slug": "npm-cursor-rules-mcp",
      "name": "cursor-rules-mcp",
      "description": "MCP server for Cursor Rules",
      "website": "https://www.npmjs.com/package/cursor-rules-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "cursor-rules-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.3",
      "_publisher": "playbookscom",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.782335+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.522408+00:00"
    },
    {
      "slug": "npm-assetlab-mcp-server",
      "name": "@assetlab/mcp-server",
      "description": "MCP server for AssetLab \u2014 connect Claude or ChatGPT to your asset management data",
      "website": "https://www.npmjs.com/package/@assetlab/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@assetlab/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "assetlab",
        "asset-management",
        "claude",
        "chatgpt",
        "openai"
      ],
      "_version": "1.21.0",
      "_publisher": "assetlab",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.786067+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.512864+00:00"
    },
    {
      "slug": "npm-geobio-mcp-open-library",
      "name": "@geobio/mcp-open-library",
      "description": "MCP server for the Open Library",
      "website": "https://www.npmjs.com/package/@geobio/mcp-open-library",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@geobio/mcp-open-library"
        ]
      },
      "tags": [],
      "_version": "0.1.6",
      "_publisher": "geobio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.788664+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.518223+00:00"
    },
    {
      "slug": "npm-sshadows-zendesk-mcp-server",
      "name": "@sshadows/zendesk-mcp-server",
      "description": "MCP Server for Zendesk API with enhanced features",
      "website": "https://www.npmjs.com/package/@sshadows/zendesk-mcp-server",
      "github_url": "git+https://github.com/SShadowS/zendesk-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sshadows/zendesk-mcp-server"
        ]
      },
      "tags": [
        "zendesk",
        "mcp",
        "model-context-protocol",
        "api",
        "support",
        "tickets",
        "customer-service",
        "anthropic"
      ],
      "_version": "1.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.792237+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.528156+00:00"
    },
    {
      "slug": "npm-cyanheads-hn-mcp-server",
      "name": "@cyanheads/hn-mcp-server",
      "description": "MCP server for Hacker News \u2014 feeds, threads, users, and search via Firebase and Algolia APIs",
      "website": "https://www.npmjs.com/package/@cyanheads/hn-mcp-server",
      "github_url": "git+https://github.com/cyanheads/hn-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cyanheads/hn-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "hacker-news",
        "hn",
        "firebase",
        "algolia"
      ],
      "_version": "0.5.5",
      "_publisher": "cyanheads",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.795577+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.532146+00:00"
    },
    {
      "slug": "npm-decantr-mcp-server",
      "name": "@decantr/mcp-server",
      "description": "MCP server for Decantr \u2014 exposes design intelligence, packs, and verification to AI coding assistants",
      "website": "https://www.npmjs.com/package/@decantr/mcp-server",
      "github_url": "git+https://github.com/decantr-ai/decantr.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@decantr/mcp-server"
        ]
      },
      "tags": [
        "decantr",
        "decantr-ai",
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "ai",
        "llm",
        "ai-coding"
      ],
      "_version": "2.5.0",
      "_publisher": "davidaimi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.798411+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.538985+00:00"
    },
    {
      "slug": "npm-netlify-mcp",
      "name": "@netlify/mcp",
      "description": "[Netlify MCP Server](https://docs.netlify.com/welcome/build-with-ai/netlify-mcp-server/) follows the [Model Context Protocol (MCP)](https://modelcontextprotocol.org) to enable code agents to use the Netlify API and CLI\u2014so they can create new projects, bui",
      "website": "https://www.npmjs.com/package/@netlify/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@netlify/mcp"
        ]
      },
      "tags": [],
      "_version": "1.15.1",
      "_publisher": "seanroberts",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.800698+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.185593+00:00"
    },
    {
      "slug": "npm-joycode-ide-resources-mcp",
      "name": "@joycode-ide/resources-mcp",
      "description": "MCP server for AI resources management",
      "website": "https://www.npmjs.com/package/@joycode-ide/resources-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@joycode-ide/resources-mcp"
        ]
      },
      "tags": [
        "mcp",
        "ai",
        "resources"
      ],
      "_version": "1.0.12",
      "_publisher": "niudaodao",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.802500+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.548401+00:00"
    },
    {
      "slug": "npm-kubernetes-mcp-server-windows-amd64",
      "name": "kubernetes-mcp-server-windows-amd64",
      "description": "Model Context Protocol (MCP) server for Kubernetes and OpenShift",
      "website": "https://www.npmjs.com/package/kubernetes-mcp-server-windows-amd64",
      "github_url": "git+https://github.com/containers/kubernetes-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kubernetes-mcp-server-windows-amd64"
        ]
      },
      "tags": [],
      "_version": "0.0.62",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.803999+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.766064+00:00"
    },
    {
      "slug": "npm-ae-mcp-server",
      "name": "ae-mcp-server",
      "description": "MCP Server for Agentic After Effects Control - Cinema-Quality Motion Graphics Director",
      "website": "https://www.npmjs.com/package/ae-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ae-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "after-effects",
        "animation",
        "motion-graphics"
      ],
      "_version": "1.0.7",
      "_publisher": "mrgear111",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.806110+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.556386+00:00"
    },
    {
      "slug": "npm-tomtom-org-tomtom-mcp",
      "name": "@tomtom-org/tomtom-mcp",
      "description": "MCP server integrating TomTom APIs",
      "website": "https://www.npmjs.com/package/@tomtom-org/tomtom-mcp",
      "github_url": "git+https://github.com/tomtom-international/tomtom-maps-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tomtom-org/tomtom-mcp"
        ]
      },
      "tags": [
        "tomtom",
        "mcp",
        "navigation",
        "maps",
        "routing",
        "geocoding",
        "cross-platform"
      ],
      "_version": "1.5.2",
      "_publisher": "rohithrangaraju",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.807503+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.571160+00:00"
    },
    {
      "slug": "npm-context7-mcp-server",
      "name": "context7-mcp-server",
      "description": "MCP server for Context7",
      "website": "https://www.npmjs.com/package/context7-mcp-server",
      "github_url": "git+https://github.com/upstash/context7.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "context7-mcp-server"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "context7"
      ],
      "_version": "1.0.1",
      "_publisher": "idletoaster",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.810543+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.561559+00:00"
    },
    {
      "slug": "npm-react-spectrum-mcp",
      "name": "@react-spectrum/mcp",
      "description": "MCP server for React Spectrum (S2) documentation",
      "website": "https://www.npmjs.com/package/@react-spectrum/mcp",
      "github_url": "git+https://github.com/adobe/react-spectrum.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@react-spectrum/mcp"
        ]
      },
      "tags": [],
      "_version": "1.1.0",
      "_publisher": "devongovett",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.813388+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.565768+00:00"
    },
    {
      "slug": "npm-deepwiki-mcp",
      "name": "deepwiki-mcp",
      "description": "MCP Server for deepwiki",
      "website": "https://www.npmjs.com/package/deepwiki-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "deepwiki-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.6",
      "_publisher": "toyamarinyon",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.814994+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.576471+00:00"
    },
    {
      "slug": "npm-kula-ai-mcp-server",
      "name": "@kula-ai/mcp-server",
      "description": "MCP server for the Kula recruiting API",
      "website": "https://www.npmjs.com/package/@kula-ai/mcp-server",
      "github_url": "git+https://github.com/kula-ai/kula-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kula-ai/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "kula",
        "recruiting",
        "ai",
        "claude"
      ],
      "_version": "0.1.5",
      "_publisher": "prakash-kula",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.818022+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.579648+00:00"
    },
    {
      "slug": "npm-civic-passthrough-mcp-server",
      "name": "@civic/passthrough-mcp-server",
      "description": "A Model Context Protocol (MCP) server that acts as a passthrough proxy with hook middleware support",
      "website": "https://www.npmjs.com/package/@civic/passthrough-mcp-server",
      "github_url": "git+https://github.com/civicteam/mcp-hooks.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@civic/passthrough-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "proxy",
        "passthrough",
        "middleware",
        "hooks",
        "trpc",
        "ai"
      ],
      "_version": "0.12.1",
      "_publisher": "dankelleher",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.819956+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.466774+00:00"
    },
    {
      "slug": "npm-lockon0927-woocommerce-mcp",
      "name": "@lockon0927/woocommerce-mcp",
      "description": "MCP server for WooCommerce integration",
      "website": "https://www.npmjs.com/package/@lockon0927/woocommerce-mcp",
      "github_url": "git+https://github.com/lockon-n/woocommerce-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lockon0927/woocommerce-mcp"
        ]
      },
      "tags": [
        "mcp",
        "woocommerce",
        "wordpress",
        "ecommerce"
      ],
      "_version": "1.0.6",
      "_publisher": "lockon0927",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.822155+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.587567+00:00"
    },
    {
      "slug": "npm-aztec-mcp-server",
      "name": "@aztec/mcp-server",
      "description": "MCP server for Aztec development - clones and searches Aztec documentation and examples",
      "website": "https://www.npmjs.com/package/@aztec/mcp-server",
      "github_url": "git+https://github.com/aztecprotocol/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aztec/mcp-server"
        ]
      },
      "tags": [
        "aztec",
        "mcp",
        "model-context-protocol",
        "noir",
        "blockchain",
        "privacy",
        "smart-contracts"
      ],
      "_version": "1.21.2",
      "_publisher": "charlielye",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.823426+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.592470+00:00"
    },
    {
      "slug": "npm-mcp-svelte-docs",
      "name": "mcp-svelte-docs",
      "description": "MCP server for Svelte docs",
      "website": "https://www.npmjs.com/package/mcp-svelte-docs",
      "github_url": "git+https://github.com/spences10/mcp-svelte-docs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-svelte-docs"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.0.22",
      "_publisher": "spences10",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.824683+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.596869+00:00"
    },
    {
      "slug": "npm-niledatabase-nile-mcp-server",
      "name": "@niledatabase/nile-mcp-server",
      "description": "Nile MCP Server Implementation",
      "website": "https://www.npmjs.com/package/@niledatabase/nile-mcp-server",
      "github_url": "git+https://github.com/niledatabase/nile-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@niledatabase/nile-mcp-server"
        ]
      },
      "tags": [
        "nile",
        "mcp",
        "database"
      ],
      "_version": "1.4.0",
      "_publisher": "gwenshap",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.827075+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.599432+00:00"
    },
    {
      "slug": "npm-vantage-mcp-server",
      "name": "vantage-mcp-server",
      "description": "Our locally ran MCP server that runs the same logic as our remote MCP for tooling. To use this, simply install the package and set `VANTAGE_TOKEN` as an environment variable that is your Vantage token.",
      "website": "https://www.npmjs.com/package/vantage-mcp-server",
      "github_url": "git+https://github.com/vantage-sh/vantage-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "vantage-mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.11.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.830036+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.603381+00:00"
    },
    {
      "slug": "npm-shippo-shippo-mcp",
      "name": "@shippo/shippo-mcp",
      "description": "Model Context Protocol (MCP) Server for the Shippo API.",
      "website": "https://www.npmjs.com/package/@shippo/shippo-mcp",
      "github_url": "git+https://github.com/goshippo/shippo-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@shippo/shippo-mcp"
        ]
      },
      "tags": [],
      "_version": "2.0.18",
      "_publisher": "shippo-wyatt",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.831891+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.486576+00:00"
    },
    {
      "slug": "npm-espn-mcp-server",
      "name": "espn-mcp-server",
      "description": "MCP server for accessing ESPN sports data (NFL, NHL, NBA)",
      "website": "https://www.npmjs.com/package/espn-mcp-server",
      "github_url": "git+https://github.com/Left-Coast-Tech/espn-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "espn-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "espn",
        "sports",
        "nfl",
        "nhl",
        "nba",
        "claude"
      ],
      "_version": "1.0.3",
      "_publisher": "left-coast-tech",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.834714+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.613363+00:00"
    },
    {
      "slug": "npm-heroui-react-mcp",
      "name": "@heroui/react-mcp",
      "description": "MCP server for HeroUI component documentation via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@heroui/react-mcp",
      "github_url": "git+https://github.com/heroui-inc/heroui-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@heroui/react-mcp"
        ]
      },
      "tags": [
        "mcp",
        "heroui",
        "model-context-protocol",
        "ai",
        "llm"
      ],
      "_version": "1.1.0",
      "_publisher": "juniorgarciadev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.836877+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.480059+00:00"
    },
    {
      "slug": "npm-telora-mcp-products",
      "name": "@telora/mcp-products",
      "description": "MCP server exposing Telora product operations to Claude Code",
      "website": "https://www.npmjs.com/package/@telora/mcp-products",
      "github_url": "ssh://git@10.1.1.250:3122/syntelyos/telora.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@telora/mcp-products"
        ]
      },
      "tags": [],
      "_version": "0.22.30",
      "_publisher": "syntelyos",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.840839+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.642056+00:00"
    },
    {
      "slug": "npm-mcp-jira-stdio",
      "name": "mcp-jira-stdio",
      "description": "Model Context Protocol (MCP) server for Jira API integration",
      "website": "https://www.npmjs.com/package/mcp-jira-stdio",
      "github_url": "git+https://github.com/freema/mcp-jira-stdio.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-jira-stdio"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "jira",
        "atlassian",
        "api",
        "claude",
        "ai"
      ],
      "_version": "1.10.2",
      "_publisher": "freema",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.843934+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.494036+00:00"
    },
    {
      "slug": "npm-paddle-paddle-mcp",
      "name": "@paddle/paddle-mcp",
      "description": "MCP Server for Paddle Billing",
      "website": "https://www.npmjs.com/package/@paddle/paddle-mcp",
      "github_url": "git+https://github.com/PaddleHQ/paddle-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@paddle/paddle-mcp"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "paddle",
        "billing"
      ],
      "_version": "0.1.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.847229+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.631213+00:00"
    },
    {
      "slug": "npm-kelceyp-caw-server",
      "name": "@kelceyp/caw-server",
      "description": "CAW server - REST API, MCP server and core features",
      "website": "https://www.npmjs.com/package/@kelceyp/caw-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kelceyp/caw-server"
        ]
      },
      "tags": [
        "caw",
        "mcp",
        "workflow",
        "agent"
      ],
      "_version": "1.0.198",
      "_publisher": "kelceyp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.849677+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.633493+00:00"
    },
    {
      "slug": "npm-h-ear-mcp-server",
      "name": "@h-ear/mcp-server",
      "description": "MCP server for the H-ear World audio classification API \u2014 connect Claude, ChatGPT, and other AI agents to 521+ sound classes",
      "website": "https://www.npmjs.com/package/@h-ear/mcp-server",
      "github_url": "git+https://github.com/noise-control-monitor/ncm-monorepo.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@h-ear/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "audio",
        "classification",
        "h-ear",
        "noise",
        "sound",
        "ai-agent"
      ],
      "_version": "1.1.8",
      "_publisher": "badajoz95",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.851787+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.637990+00:00"
    },
    {
      "slug": "npm-stackguide-mcp-server",
      "name": "@stackguide/mcp-server",
      "description": "MCP Server for dynamic language and framework context loading - Compatible with Cursor and GitHub Copilot",
      "website": "https://www.npmjs.com/package/@stackguide/mcp-server",
      "github_url": "git+https://github.com/stackguide/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@stackguide/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cursor",
        "copilot",
        "ai",
        "context",
        "rules",
        "django"
      ],
      "_version": "4.1.5",
      "_publisher": "taimiralain",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.853234+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.646353+00:00"
    },
    {
      "slug": "npm-venicestats-mcp-server",
      "name": "@venicestats/mcp-server",
      "description": "MCP server for VeniceStats \u2014 real-time Venice.ai (VVV/DIEM) analytics for LLMs",
      "website": "https://www.npmjs.com/package/@venicestats/mcp-server",
      "github_url": "git+https://github.com/venicestats/venicestats-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@venicestats/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "venice",
        "vvv",
        "diem",
        "crypto",
        "analytics",
        "llm",
        "ai"
      ],
      "_version": "0.8.1",
      "_publisher": "gekko_eth",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.854468+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.649211+00:00"
    },
    {
      "slug": "npm-dialpad-dialtone-mcp-server",
      "name": "@dialpad/dialtone-mcp-server",
      "description": "MCP Server for Dialtone Design System",
      "website": "https://www.npmjs.com/package/@dialpad/dialtone-mcp-server",
      "github_url": "git+https://github.com/dialpad/dialtone.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dialpad/dialtone-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "dialtone",
        "design-system",
        "model-context-protocol"
      ],
      "_version": "1.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.856074+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.663773+00:00"
    },
    {
      "slug": "npm-agentcash",
      "name": "agentcash",
      "description": "Generic MCP server for calling x402-protected APIs with automatic payment handling",
      "website": "https://www.npmjs.com/package/agentcash",
      "github_url": "git+https://github.com/Merit-Systems/agent-cash.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agentcash"
        ]
      },
      "tags": [
        "mcp",
        "x402",
        "payments",
        "ai",
        "claude",
        "model-context-protocol"
      ],
      "_version": "0.14.4",
      "_publisher": "rsproule",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.858044+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.654095+00:00"
    },
    {
      "slug": "npm-iconify-mcp-server",
      "name": "iconify-mcp-server",
      "description": "MCP server for Iconify",
      "website": "https://www.npmjs.com/package/iconify-mcp-server",
      "github_url": "git+https://github.com/imjac0b/iconify-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "iconify-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "iconify",
        "icon",
        "icon-set",
        "icon-collection"
      ],
      "_version": "1.0.4",
      "_publisher": "imjac0b",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.861674+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.659130+00:00"
    },
    {
      "slug": "npm-genzagentsio-mcp-server",
      "name": "@genzagentsio/mcp-server",
      "description": "GenZAgents MCP server \u2014 verify AI agents, issue receipts, and look up trust scores from any MCP-compatible client",
      "website": "https://www.npmjs.com/package/@genzagentsio/mcp-server",
      "github_url": "git+https://github.com/genzagents/genzagents.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@genzagentsio/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "ai-agents",
        "trust",
        "verification",
        "genzagents",
        "model-context-protocol"
      ],
      "_version": "0.5.13",
      "_publisher": "genzagents",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.863741+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.461415+00:00"
    },
    {
      "slug": "npm-eaa-dt-dt-bitbucket-mcp-server",
      "name": "@eaa.dt/dt-bitbucket-mcp-server",
      "description": "Bitbucket MCP server",
      "website": "https://www.npmjs.com/package/@eaa.dt/dt-bitbucket-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@eaa.dt/dt-bitbucket-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "typescript",
        "claude",
        "anthropic",
        "ai",
        "atlassian",
        "bitbucket",
        "repository"
      ],
      "_version": "1.0.2",
      "_publisher": "eaa.dt",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.865591+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.668782+00:00"
    },
    {
      "slug": "npm-e2a-mcp-server",
      "name": "@e2a/mcp-server",
      "description": "MCP server for e2a \u2014 email for AI agents",
      "website": "https://www.npmjs.com/package/@e2a/mcp-server",
      "github_url": "git+https://github.com/Mnexa-AI/e2a.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@e2a/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "email",
        "agent",
        "ai",
        "e2a",
        "adk",
        "google-adk"
      ],
      "_version": "0.3.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.869640+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.673038+00:00"
    },
    {
      "slug": "npm-salesforce-b2c-dx-mcp",
      "name": "@salesforce/b2c-dx-mcp",
      "description": "MCP server for B2C Commerce developer experience tools",
      "website": "https://www.npmjs.com/package/@salesforce/b2c-dx-mcp",
      "github_url": "git+https://github.com/SalesforceCommerceCloud/b2c-developer-tooling.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@salesforce/b2c-dx-mcp"
        ]
      },
      "tags": [
        "salesforce",
        "commerce-cloud",
        "sfcc",
        "b2c",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm"
      ],
      "_version": "1.1.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.872145+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.678525+00:00"
    },
    {
      "slug": "npm-mcp-server-blinko-ah",
      "name": "mcp-server-blinko-ah",
      "description": "MCP server for interacting with Blinko note service",
      "website": "https://www.npmjs.com/package/mcp-server-blinko-ah",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-blinko-ah"
        ]
      },
      "tags": [],
      "_version": "0.1.5",
      "_publisher": "aaron-hubbart",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.874367+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.682956+00:00"
    },
    {
      "slug": "npm-ahrefs-mcp",
      "name": "@ahrefs/mcp",
      "description": "Ahrefs MCP server",
      "website": "https://www.npmjs.com/package/@ahrefs/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ahrefs/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "openapi",
        "ahrefs"
      ],
      "_version": "0.0.11",
      "_publisher": "khady",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.876442+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.688079+00:00"
    },
    {
      "slug": "npm-meshy-ai-meshy-mcp-server",
      "name": "@meshy-ai/meshy-mcp-server",
      "description": "MCP server for Meshy AI 3D generation platform",
      "website": "https://www.npmjs.com/package/@meshy-ai/meshy-mcp-server",
      "github_url": "git+https://github.com/meshy-dev/meshy-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@meshy-ai/meshy-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "meshy",
        "3d-generation",
        "ai",
        "model-context-protocol",
        "3d-model",
        "text-to-3d",
        "image-to-3d"
      ],
      "_version": "0.3.0",
      "_publisher": "meshy-ai-dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.880322+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.692878+00:00"
    },
    {
      "slug": "npm-shadcn-mcp",
      "name": "shadcn-mcp",
      "description": "MCP server for shadcn/ui component references",
      "website": "https://www.npmjs.com/package/shadcn-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "shadcn-mcp"
        ]
      },
      "tags": [
        "shadcn",
        "ui",
        "components",
        "mcp",
        "protocol",
        "claude"
      ],
      "_version": "1.0.0",
      "_publisher": "roobyrm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.882417+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.701217+00:00"
    },
    {
      "slug": "npm-mcp-server-near-stake-manager",
      "name": "mcp-server-near-stake-manager",
      "description": "MCP Server - NEAR Stake Manager",
      "website": "https://www.npmjs.com/package/mcp-server-near-stake-manager",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-near-stake-manager"
        ]
      },
      "tags": [],
      "_version": "1.0.3",
      "_publisher": "worksonmyfridge",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.885445+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.705231+00:00"
    },
    {
      "slug": "npm-meetlys-mcp",
      "name": "meetlys-mcp",
      "description": "Meetlys MCP Server Integration",
      "website": "https://www.npmjs.com/package/meetlys-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "meetlys-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.8",
      "_publisher": "naimserin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.887160+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.713011+00:00"
    },
    {
      "slug": "npm-aibolit-mcp-server",
      "name": "aibolit-mcp-server",
      "description": "MCP Server for Aibolit",
      "website": "https://www.npmjs.com/package/aibolit-mcp-server",
      "github_url": "git+https://github.com/cqfn/aibolit-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "aibolit-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "aibolit",
        "ai"
      ],
      "_version": "0.0.6",
      "_publisher": "yegor256",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.889240+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.708918+00:00"
    },
    {
      "slug": "npm-mr-magic-mcp-server",
      "name": "mr-magic-mcp-server",
      "description": "Lyrics MCP server connecting LRCLIB, Genius, Musixmatch, and Melon",
      "website": "https://www.npmjs.com/package/mr-magic-mcp-server",
      "github_url": "git+https://github.com/mrnajiboy/mr-magic-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mr-magic-mcp-server"
        ]
      },
      "tags": [
        "lyrics",
        "mcp",
        "lrclib",
        "genius",
        "musixmatch",
        "melon"
      ],
      "_version": "0.5.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.890665+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.716319+00:00"
    },
    {
      "slug": "npm-blackhole-dex-blackhole-mcp-server",
      "name": "@blackhole-dex/blackhole-mcp-server",
      "description": "MCP Server for Blackhole DEX Skills",
      "website": "https://www.npmjs.com/package/@blackhole-dex/blackhole-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@blackhole-dex/blackhole-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.1.1",
      "_publisher": "vinayblitz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.891898+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.718348+00:00"
    },
    {
      "slug": "npm-lighthouse-mcp",
      "name": "lighthouse-mcp",
      "description": "MCP server for Google Lighthouse performance metrics",
      "website": "https://www.npmjs.com/package/lighthouse-mcp",
      "github_url": "",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "lighthouse-mcp"
        ]
      },
      "tags": [
        "lighthouse",
        "performance",
        "mcp",
        "audit",
        "web",
        "metrics",
        "claude"
      ],
      "_version": "0.1.15",
      "_publisher": "priyankarkumar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.895554+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.722089+00:00"
    },
    {
      "slug": "npm-atlassian-dc-mcp-jira",
      "name": "@atlassian-dc-mcp/jira",
      "description": "Community-maintained MCP server for Atlassian Jira Data Center. Not affiliated with Atlassian.",
      "website": "https://www.npmjs.com/package/@atlassian-dc-mcp/jira",
      "github_url": "git+https://github.com/b1ff/atlassian-dc-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@atlassian-dc-mcp/jira"
        ]
      },
      "tags": [
        "mcp",
        "atlassian",
        "jira",
        "data-center",
        "model-context-protocol"
      ],
      "_version": "0.19.1",
      "_publisher": "evgeniy.moroz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.897884+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.725007+00:00"
    },
    {
      "slug": "npm-yuandian-mcp-server",
      "name": "yuandian-mcp-server",
      "description": "MCP server for YuanDian open platform APIs",
      "website": "https://www.npmjs.com/package/yuandian-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "yuandian-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.2.0",
      "_publisher": "dave-8888",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.900783+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.732354+00:00"
    },
    {
      "slug": "npm-popstas-planfix-mcp-server",
      "name": "@popstas/planfix-mcp-server",
      "description": "MCP server for Planfix API integration",
      "website": "https://www.npmjs.com/package/@popstas/planfix-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@popstas/planfix-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.8.8",
      "_publisher": "popstas",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.902680+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.736061+00:00"
    },
    {
      "slug": "npm-microprompt-mcp-server",
      "name": "microprompt-mcp-server",
      "description": "MCP server for the MicroPrompt daemon API",
      "website": "https://www.npmjs.com/package/microprompt-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "microprompt-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.2",
      "_publisher": "microbiocolai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.904367+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.738396+00:00"
    },
    {
      "slug": "npm-korea-stock-mcp",
      "name": "korea-stock-mcp",
      "description": "MCP server for korea stock",
      "website": "https://www.npmjs.com/package/korea-stock-mcp",
      "github_url": "git+https://github.com/jjlabsio/korea-stock-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "korea-stock-mcp"
        ]
      },
      "tags": [],
      "_version": "1.4.0",
      "_publisher": "wowlxx28",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.906325+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.743663+00:00"
    },
    {
      "slug": "npm-curless-mcp-server",
      "name": "@curless/mcp-server",
      "description": "MCP server for Curless agent commerce \u2014 let your local AI agent order coffee, book hotels, book flights, buy luggage, and buy office supplies through a Curless virtual card and wallet.",
      "website": "https://www.npmjs.com/package/@curless/mcp-server",
      "github_url": "git+https://github.com/onelabs-spark/curless-agent-payment.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@curless/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "agent",
        "commerce",
        "payments",
        "curless",
        "ai"
      ],
      "_version": "0.1.49",
      "_publisher": "sparkyu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.907959+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.740175+00:00"
    },
    {
      "slug": "npm-manfred-kunze-dev-backbone-mcp-server",
      "name": "@manfred-kunze-dev/backbone-mcp-server",
      "description": "MCP server for the Backbone AI platform",
      "website": "https://www.npmjs.com/package/@manfred-kunze-dev/backbone-mcp-server",
      "github_url": "git+https://gitlab.com/manfred-kunze-dev/backbone.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@manfred-kunze-dev/backbone-mcp-server"
        ]
      },
      "tags": [],
      "_version": "3.0.4",
      "_publisher": "veith0711",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.912285+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.747448+00:00"
    },
    {
      "slug": "npm-takashito-linode-mcp-server",
      "name": "@takashito/linode-mcp-server",
      "description": "MCP server for Linode API",
      "website": "https://www.npmjs.com/package/@takashito/linode-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@takashito/linode-mcp-server"
        ]
      },
      "tags": [
        "linode",
        "mcp",
        "claude",
        "anthropic",
        "ai",
        "api"
      ],
      "_version": "0.4.0",
      "_publisher": "takashito",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.914580+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.749069+00:00"
    },
    {
      "slug": "npm-comparedge-mcp-server",
      "name": "@comparedge/mcp-server",
      "description": "MCP server for ComparEdge: verified pricing, alternatives, and feature comparisons for 508+ SaaS and AI tools.",
      "website": "https://www.npmjs.com/package/@comparedge/mcp-server",
      "github_url": "git+https://github.com/comparedge/mcp-server-comparedge.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@comparedge/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "saas",
        "pricing",
        "alternatives",
        "software-comparison",
        "comparedge",
        "claude"
      ],
      "_version": "2.5.1",
      "_publisher": "comparedgecom",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.917324+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.757868+00:00"
    },
    {
      "slug": "npm-krs-poland-mcp-server",
      "name": "krs-poland-mcp-server",
      "description": "The MCP server for KRS Poland public API.",
      "website": "https://www.npmjs.com/package/krs-poland-mcp-server",
      "github_url": "git+https://github.com/pkolawa/krs-poland-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "krs-poland-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "poland",
        "krs",
        "server"
      ],
      "_version": "1.3.2",
      "_publisher": "pkolawa",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.919292+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.760659+00:00"
    },
    {
      "slug": "npm-coingecko-coingecko-mcp",
      "name": "@coingecko/coingecko-mcp",
      "description": "The official MCP Server for the Coingecko API",
      "website": "https://www.npmjs.com/package/@coingecko/coingecko-mcp",
      "github_url": "git+https://github.com/coingecko/coingecko-typescript.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@coingecko/coingecko-mcp"
        ]
      },
      "tags": [],
      "_version": "5.1.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.923144+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.765972+00:00"
    },
    {
      "slug": "npm-oda-agent-mcp-server",
      "name": "@oda-agent/mcp-server",
      "description": "MCP server exposing Oda operations as AI tools",
      "website": "https://www.npmjs.com/package/@oda-agent/mcp-server",
      "github_url": "git+https://github.com/dinorastoder/oda-agent-kit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@oda-agent/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "dinorastoder",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.924885+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.768718+00:00"
    },
    {
      "slug": "npm-kocierik-mcp-nomad",
      "name": "@kocierik/mcp-nomad",
      "description": "Nomad MCP Server",
      "website": "https://www.npmjs.com/package/@kocierik/mcp-nomad",
      "github_url": "git+https://github.com/kocierik/mcp-nomad.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kocierik/mcp-nomad"
        ]
      },
      "tags": [
        "MCP",
        "Nomad",
        "HashiCorp"
      ],
      "_version": "0.3.0",
      "_publisher": "kocierik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.931129+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.788420+00:00"
    },
    {
      "slug": "npm-agent-recall-mcp",
      "name": "agent-recall-mcp",
      "description": "Memory Palace MCP server for AI agents",
      "website": "https://www.npmjs.com/package/agent-recall-mcp",
      "github_url": "git+https://github.com/Goldentrii/AgentRecall.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agent-recall-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "agent-recall",
        "ai-memory",
        "session-memory",
        "journal",
        "ai-agents"
      ],
      "_version": "3.4.18",
      "_publisher": "tw260",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.934046+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.778752+00:00"
    },
    {
      "slug": "npm-adhdeveloper",
      "name": "adhdeveloper",
      "description": "MCP server for ADHD-friendly development assistance",
      "website": "https://www.npmjs.com/package/adhdeveloper",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "adhdeveloper"
        ]
      },
      "tags": [],
      "_version": "1.2.1",
      "_publisher": "oorbea",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.936039+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.782173+00:00"
    },
    {
      "slug": "npm-openameba-spindle-mcp-server",
      "name": "@openameba/spindle-mcp-server",
      "description": "MCP server for Ameba Design System Spindle",
      "website": "https://www.npmjs.com/package/@openameba/spindle-mcp-server",
      "github_url": "https://github.com/openameba/spindle",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@openameba/spindle-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "design-system",
        "ameba",
        "spindle"
      ],
      "_version": "1.5.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.938698+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.783954+00:00"
    },
    {
      "slug": "npm-aws-s3-mcp",
      "name": "aws-s3-mcp",
      "description": "MCP Server for S3",
      "website": "https://www.npmjs.com/package/aws-s3-mcp",
      "github_url": "git+https://github.com/samuraikun/aws-s3-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "aws-s3-mcp"
        ]
      },
      "tags": [
        "mcp",
        "s3",
        "aws",
        "modelcontextprotocol"
      ],
      "_version": "0.4.0",
      "_publisher": "samuraikun",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.940990+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.786379+00:00"
    },
    {
      "slug": "npm-redsift-ds-mcp-server",
      "name": "@redsift/ds-mcp-server",
      "description": "MCP server for the Red Sift Design System \u2014 provides component lookup, prop documentation, and code generation tools for AI assistants.",
      "website": "https://www.npmjs.com/package/@redsift/ds-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@redsift/ds-mcp-server"
        ]
      },
      "tags": [],
      "_version": "12.5.4",
      "_publisher": "pierredupuis",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.944713+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.790152+00:00"
    },
    {
      "slug": "npm-mssql-mcp-node",
      "name": "mssql-mcp-node",
      "description": "MCP server for Microsoft SQL Server",
      "website": "https://www.npmjs.com/package/mssql-mcp-node",
      "github_url": "git+https://github.com/mihai-dulgheru/mssql-mcp-node.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mssql-mcp-node"
        ]
      },
      "tags": [
        "mssql",
        "mcp",
        "server",
        "nodejs"
      ],
      "_version": "3.0.0",
      "_publisher": "mihaidulgheru",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.947666+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.793392+00:00"
    },
    {
      "slug": "npm-db-ux-mcp-server",
      "name": "@db-ux/mcp-server",
      "description": "MCP server for DB UX Design System \u2013 gives LLMs access to UI components and code examples",
      "website": "https://www.npmjs.com/package/@db-ux/mcp-server",
      "github_url": "git+https://github.com/db-ux-design-system/core-web.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@db-ux/mcp-server"
        ]
      },
      "tags": [],
      "_version": "4.9.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.951594+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.796047+00:00"
    },
    {
      "slug": "npm-xhs-mcp",
      "name": "xhs-mcp",
      "description": "XiaoHongShu CLI and MCP Server",
      "website": "https://www.npmjs.com/package/xhs-mcp",
      "github_url": "git+https://github.com/algovate/xhs-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "xhs-mcp"
        ]
      },
      "tags": [
        "xiaohongshu",
        "xhs",
        "mcp",
        "model-context-protocol",
        "automation",
        "puppeteer",
        "cli",
        "social-media"
      ],
      "_version": "0.8.13",
      "_publisher": "derekluo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.954455+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.799909+00:00"
    },
    {
      "slug": "npm-primer-mcp",
      "name": "@primer/mcp",
      "description": "An MCP server that connects AI tools to the Primer Design System",
      "website": "https://www.npmjs.com/package/@primer/mcp",
      "github_url": "git+https://github.com/primer/react.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@primer/mcp"
        ]
      },
      "tags": [],
      "_version": "0.3.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.957164+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.798742+00:00"
    },
    {
      "slug": "npm-jiujiang-jishi-mcp-server",
      "name": "@jiujiang/jishi-mcp-server",
      "description": "MCP Server for JiShi Design",
      "website": "https://www.npmjs.com/package/@jiujiang/jishi-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jiujiang/jishi-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "jishi",
        "jiujiang",
        "server"
      ],
      "_version": "1.0.4",
      "_publisher": "tone-lyle",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.962881+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.803513+00:00"
    },
    {
      "slug": "npm-fly-io-mcp-server",
      "name": "fly-io-mcp-server",
      "description": "Local implementation of Fly.io MCP server",
      "website": "https://www.npmjs.com/package/fly-io-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "fly-io-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "fly.io",
        "machines",
        "deployment"
      ],
      "_version": "0.1.6",
      "_publisher": "tadasant",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.965219+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.800729+00:00"
    },
    {
      "slug": "npm-localstack-localstack-mcp-server",
      "name": "@localstack/localstack-mcp-server",
      "description": "A LocalStack MCP Server for managing LocalStack containers with Pro support",
      "website": "https://www.npmjs.com/package/@localstack/localstack-mcp-server",
      "github_url": "git+https://github.com/localstack/localstack-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@localstack/localstack-mcp-server"
        ]
      },
      "tags": [
        "localstack",
        "aws",
        "local-development",
        "local-testing"
      ],
      "_version": "0.4.0",
      "_publisher": "harshcasper",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.968974+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.805474+00:00"
    },
    {
      "slug": "npm-findata-mcp-server",
      "name": "findata-mcp-server",
      "description": "MCP server for fetching financial data from Alpha Vantage.",
      "website": "https://www.npmjs.com/package/findata-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "findata-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "xbluecode",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.970520+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.807822+00:00"
    },
    {
      "slug": "npm-inbetweenai-mcp",
      "name": "@inbetweenai/mcp",
      "description": "MCP server for InBetween \u2014 messenger for AI agents",
      "website": "https://www.npmjs.com/package/@inbetweenai/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@inbetweenai/mcp"
        ]
      },
      "tags": [
        "mcp",
        "inbetween",
        "ai-agents",
        "claude"
      ],
      "_version": "0.4.8",
      "_publisher": "inbetweenai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.972555+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.810143+00:00"
    },
    {
      "slug": "npm-kevinwatt-shell-mcp",
      "name": "@kevinwatt/shell-mcp",
      "description": "Shell command execution MCP server",
      "website": "https://www.npmjs.com/package/@kevinwatt/shell-mcp",
      "github_url": "git+https://github.com/kevinwatt/shell-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kevinwatt/shell-mcp"
        ]
      },
      "tags": [
        "mcp",
        "shell",
        "command",
        "claude",
        "llm",
        "automation"
      ],
      "_version": "0.4.17",
      "_publisher": "kevinwatt",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.974752+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.811738+00:00"
    },
    {
      "slug": "npm-cloneviral-mcp-server",
      "name": "@cloneviral/mcp-server",
      "description": "CloneViral MCP Server - AI video generation tools for Claude",
      "website": "https://www.npmjs.com/package/@cloneviral/mcp-server",
      "github_url": "git+https://github.com/cloneviral/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cloneviral/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "ai",
        "video",
        "cloneviral"
      ],
      "_version": "1.2.3",
      "_publisher": "litbox",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.976693+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.815346+00:00"
    },
    {
      "slug": "npm-grasp-mcp-server",
      "name": "grasp-mcp-server",
      "description": "48-tool MCP server for codebase analysis \u2014 dependency graphs, architecture layers, security scanning, refactor plans, git history, and more. Works with GitHub and GitLab repos (cloud + self-hosted) and local directories.",
      "website": "https://www.npmjs.com/package/grasp-mcp-server",
      "github_url": "git+https://github.com/ashfordeOU/grasp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "grasp-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "grasp",
        "code-analysis",
        "dependency-graph",
        "architecture",
        "llm",
        "agents",
        "cli"
      ],
      "_version": "3.20.0",
      "_publisher": "ashfordeou",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.979465+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.820425+00:00"
    },
    {
      "slug": "npm-kubernetes-mcp-server-linux-arm64",
      "name": "kubernetes-mcp-server-linux-arm64",
      "description": "Model Context Protocol (MCP) server for Kubernetes and OpenShift",
      "website": "https://www.npmjs.com/package/kubernetes-mcp-server-linux-arm64",
      "github_url": "git+https://github.com/containers/kubernetes-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kubernetes-mcp-server-linux-arm64"
        ]
      },
      "tags": [],
      "_version": "0.0.62",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.981147+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.816685+00:00"
    },
    {
      "slug": "npm-floriscornel-teams-mcp",
      "name": "@floriscornel/teams-mcp",
      "description": "MCP server for Microsoft Graph Teams integration",
      "website": "https://www.npmjs.com/package/@floriscornel/teams-mcp",
      "github_url": "git+https://github.com/floriscornel/teams-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@floriscornel/teams-mcp"
        ]
      },
      "tags": [
        "mcp",
        "microsoft-graph",
        "teams",
        "model-context-protocol"
      ],
      "_version": "0.9.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.982771+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.827196+00:00"
    },
    {
      "slug": "npm-omnisocials-mcp-server",
      "name": "@omnisocials/mcp-server",
      "description": "MCP server for OmniSocials API - manage social media posts, media, accounts, analytics, and webhooks",
      "website": "https://www.npmjs.com/package/@omnisocials/mcp-server",
      "github_url": "git+https://github.com/omnisocials/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@omnisocials/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "omnisocials",
        "social-media",
        "claude",
        "model-context-protocol",
        "ai"
      ],
      "_version": "1.3.8",
      "_publisher": "omnisocials",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.986082+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.830887+00:00"
    },
    {
      "slug": "npm-microsoft-dataverse",
      "name": "@microsoft/dataverse",
      "description": "CLI tool for Dataverse, including stdio MCP server. Preview.",
      "website": "https://www.npmjs.com/package/@microsoft/dataverse",
      "github_url": "https://dev.azure.com/dynamicscrm/OneCRM/_git/DataverseCLI",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/dataverse"
        ]
      },
      "tags": [
        "copilot",
        "m365",
        "mcp",
        "mcp-server",
        "ai",
        "agents",
        "dataverse",
        "model-context-protocol"
      ],
      "_version": "1.0.39",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.987524+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.835632+00:00"
    },
    {
      "slug": "npm-arduino-mcp-server",
      "name": "arduino-mcp-server",
      "description": "Arduino CLI wrapper MCP server",
      "website": "https://www.npmjs.com/package/arduino-mcp-server",
      "github_url": "git+https://github.com/hardware-mcp/arduino-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "arduino-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "arduino",
        "arduino-cli"
      ],
      "_version": "0.2.8",
      "_publisher": "akshatnerella",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.989719+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.849062+00:00"
    },
    {
      "slug": "npm-deveco-codegenie-mcp",
      "name": "@deveco-codegenie/mcp",
      "description": "MCP Server wrapper for npx",
      "website": "https://www.npmjs.com/package/@deveco-codegenie/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@deveco-codegenie/mcp"
        ]
      },
      "tags": [],
      "_version": "0.2.3",
      "_publisher": "jliu666",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.992113+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.842101+00:00"
    },
    {
      "slug": "npm-prathamesh0901-zoom-mcp-server",
      "name": "@prathamesh0901/zoom-mcp-server",
      "description": "Zoom meetings mcp server.",
      "website": "https://www.npmjs.com/package/@prathamesh0901/zoom-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@prathamesh0901/zoom-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.2",
      "_publisher": "prathamesh0901",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.994109+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.839039+00:00"
    },
    {
      "slug": "npm-shopify-mcp-server",
      "name": "shopify-mcp-server",
      "description": "MCP Server for Shopify API, enabling interaction with store data through GraphQL API.",
      "website": "https://www.npmjs.com/package/shopify-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "shopify-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.1",
      "_publisher": "amir.bengherbi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.996698+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.853880+00:00"
    },
    {
      "slug": "npm-rgaaudit-mcp-server",
      "name": "@rgaaudit/mcp-server",
      "description": "MCP Server RGAA 4.1 \u2014 Audit d'accessibilit\u00e9 pour Claude Code, Cursor, Copilot",
      "website": "https://www.npmjs.com/package/@rgaaudit/mcp-server",
      "github_url": "git+https://github.com/Foxbane-c/RGAAudit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rgaaudit/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "rgaa",
        "accessibility",
        "a11y",
        "wcag",
        "audit",
        "france",
        "rgaa4"
      ],
      "_version": "0.11.0",
      "_publisher": "chaab.f",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:49.998261+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.844414+00:00"
    },
    {
      "slug": "npm-agenthub-multiagent-mcp",
      "name": "agenthub-multiagent-mcp",
      "description": "MCP server for AgentHub multi-agent communication",
      "website": "https://www.npmjs.com/package/agenthub-multiagent-mcp",
      "github_url": "git+https://github.com/anthropics/agenthub.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agenthub-multiagent-mcp"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "claude-code",
        "agenthub",
        "multi-agent",
        "ai-agents",
        "codex",
        "gemini"
      ],
      "_version": "1.26.0",
      "_publisher": "thelord810",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.000742+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.847172+00:00"
    },
    {
      "slug": "npm-claudemesh-cli",
      "name": "claudemesh-cli",
      "description": "Peer mesh for Claude Code sessions \u2014 CLI + MCP server.",
      "website": "https://www.npmjs.com/package/claudemesh-cli",
      "github_url": "git+https://github.com/alezmad/claudemesh.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "claudemesh-cli"
        ]
      },
      "tags": [
        "claude-code",
        "mcp",
        "model-context-protocol",
        "claudemesh",
        "peer-messaging",
        "multi-agent"
      ],
      "_version": "1.34.18",
      "_publisher": "alezmad",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.003651+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.850664+00:00"
    },
    {
      "slug": "npm-ping-identity-davinci-mcp-server",
      "name": "@ping-identity/davinci-mcp-server",
      "description": "A Model Context Protocol (MCP) server for PingOne DaVinci",
      "website": "https://www.npmjs.com/package/@ping-identity/davinci-mcp-server",
      "github_url": "git+https://github.com/pingidentity/davinci-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ping-identity/davinci-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "pingidentity",
        "davinci",
        "identity",
        "orchestration"
      ],
      "_version": "0.2.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.005729+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.211262+00:00"
    },
    {
      "slug": "npm-super-repo-mcp",
      "name": "@super-repo/mcp",
      "description": "MCP server for cross-repo feature development with Super CLI",
      "website": "https://www.npmjs.com/package/@super-repo/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@super-repo/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "monorepo",
        "git",
        "super",
        "claude",
        "ai"
      ],
      "_version": "0.4.0",
      "_publisher": "interc0der",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.007220+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.862912+00:00"
    },
    {
      "slug": "npm-aiwerk-mcp-server-imap",
      "name": "@aiwerk/mcp-server-imap",
      "description": "IMAP/SMTP MCP server for listing, reading, searching and sending email",
      "website": "https://www.npmjs.com/package/@aiwerk/mcp-server-imap",
      "github_url": "git+https://github.com/AIWerk/mcp-server-imap.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aiwerk/mcp-server-imap"
        ]
      },
      "tags": [
        "mcp",
        "imap",
        "smtp",
        "email"
      ],
      "_version": "1.2.0",
      "_publisher": "agbergsmann",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.008496+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.883069+00:00"
    },
    {
      "slug": "npm-arikusi-deepseek-mcp-server",
      "name": "@arikusi/deepseek-mcp-server",
      "description": "MCP Server for DeepSeek API integration - enables Claude Code to use DeepSeek Chat and Reasoner models",
      "website": "https://www.npmjs.com/package/@arikusi/deepseek-mcp-server",
      "github_url": "git+https://github.com/arikusi/deepseek-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@arikusi/deepseek-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "deepseek",
        "deepseek-api",
        "deepseek-chat",
        "deepseek-reasoner",
        "deepseek-r1",
        "claude-code"
      ],
      "_version": "1.7.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.009744+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.865818+00:00"
    },
    {
      "slug": "npm-awesome-ai-elasticsearch-mcp",
      "name": "@awesome-ai/elasticsearch-mcp",
      "description": "Elasticsearch MCP Server",
      "website": "https://www.npmjs.com/package/@awesome-ai/elasticsearch-mcp",
      "github_url": "git+https://github.com/awesimon/elasticsearch-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@awesome-ai/elasticsearch-mcp"
        ]
      },
      "tags": [
        "elasticsearch",
        "search",
        "mcp",
        "mcp-server"
      ],
      "_version": "1.0.7",
      "_publisher": "awesome-ai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.012359+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.870795+00:00"
    },
    {
      "slug": "npm-dodopayments-mcp",
      "name": "dodopayments-mcp",
      "description": "The official MCP Server for the Dodo Payments API",
      "website": "https://www.npmjs.com/package/dodopayments-mcp",
      "github_url": "git+https://github.com/dodopayments/dodopayments-typescript.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "dodopayments-mcp"
        ]
      },
      "tags": [],
      "_version": "2.32.0",
      "_publisher": "dodopayments",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.014073+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.873445+00:00"
    },
    {
      "slug": "npm-cloudinary-mcp-server",
      "name": "cloudinary-mcp-server",
      "description": "MCP server for Cloudinary's APIs",
      "website": "https://www.npmjs.com/package/cloudinary-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "cloudinary-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "cloudinary"
      ],
      "_version": "0.4.0",
      "_publisher": "yoavniran",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.015598+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.878653+00:00"
    },
    {
      "slug": "npm-umbraco-cms-mcp-hosted",
      "name": "@umbraco-cms/mcp-hosted",
      "description": "Hosted MCP server infrastructure for Umbraco on Cloudflare Workers",
      "website": "https://www.npmjs.com/package/@umbraco-cms/mcp-hosted",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@umbraco-cms/mcp-hosted"
        ]
      },
      "tags": [],
      "_version": "17.0.0-beta.28",
      "_publisher": "umbraco-publish",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.017436+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.696854+00:00"
    },
    {
      "slug": "npm-odgrim-mcp-datetime",
      "name": "@odgrim/mcp-datetime",
      "description": "A TypeScript implementation of a simple MCP server that exposes datetime information to agentic systems and chat REPLs",
      "website": "https://www.npmjs.com/package/@odgrim/mcp-datetime",
      "github_url": "git+https://github.com/odgrim/mcp-datetime.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@odgrim/mcp-datetime"
        ]
      },
      "tags": [
        "mcp",
        "datetime",
        "timezone",
        "model-context-protocol"
      ],
      "_version": "0.2.0",
      "_publisher": "odgrim",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.019585+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.887034+00:00"
    },
    {
      "slug": "npm-think-mcp-server",
      "name": "think-mcp-server",
      "description": "A minimal MCP Server based on the Anthropic's \"think\" tool research",
      "website": "https://www.npmjs.com/package/think-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "think-mcp-server"
        ]
      },
      "tags": [
        "think",
        "anthropic",
        "ai",
        "agent",
        "mcp",
        "model context protocol"
      ],
      "_version": "0.1.1",
      "_publisher": "marcopesani",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.021333+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.889619+00:00"
    },
    {
      "slug": "npm-vercel-platform-mcp-server",
      "name": "vercel-platform-mcp-server",
      "description": "Local implementation of Vercel MCP server",
      "website": "https://www.npmjs.com/package/vercel-platform-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "vercel-platform-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "tadasant",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.022812+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.893952+00:00"
    },
    {
      "slug": "npm-burtthecoder-mcp-virustotal",
      "name": "@burtthecoder/mcp-virustotal",
      "description": "MCP server for VirusTotal API integration",
      "website": "https://www.npmjs.com/package/@burtthecoder/mcp-virustotal",
      "github_url": "git+https://github.com/BurtTheCoder/mcp-virustotal.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@burtthecoder/mcp-virustotal"
        ]
      },
      "tags": [
        "mcp",
        "virustotal",
        "security"
      ],
      "_version": "1.0.25",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.024315+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.897387+00:00"
    },
    {
      "slug": "npm-ampless-mcp-server",
      "name": "@ampless/mcp-server",
      "description": "MCP server for ampless \u2014 lets AI agents (Claude Desktop, Cursor, Claude Code) read and write posts and media via AppSync",
      "website": "https://www.npmjs.com/package/@ampless/mcp-server",
      "github_url": "https://github.com/heavymoons/ampless.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ampless/mcp-server"
        ]
      },
      "tags": [
        "ampless",
        "mcp",
        "ai",
        "claude",
        "cms"
      ],
      "_version": "1.0.0-alpha.16",
      "_publisher": "ishinao",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.025814+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.901762+00:00"
    },
    {
      "slug": "npm-tensorfeed-mcp-server",
      "name": "@tensorfeed/mcp-server",
      "description": "MCP server for TensorFeed.ai - AI news, status, model data, and premium endpoints (routing, cost projection, forecast, history series, news search, webhook watches with digest tier, enriched directory) for AI agents",
      "website": "https://www.npmjs.com/package/@tensorfeed/mcp-server",
      "github_url": "git+https://github.com/RipperMercs/tensorfeed-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tensorfeed/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "ai",
        "news",
        "tensorfeed",
        "model-context-protocol",
        "claude",
        "agents",
        "x402"
      ],
      "_version": "1.33.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.030276+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.914769+00:00"
    },
    {
      "slug": "npm-vite-plugin-vue-mcp",
      "name": "vite-plugin-vue-mcp",
      "description": "MCP server helping models to understand your Vue app better.",
      "website": "https://www.npmjs.com/package/vite-plugin-vue-mcp",
      "github_url": "git+https://github.com/webfansplz/vite-plugin-vue-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "vite-plugin-vue-mcp"
        ]
      },
      "tags": [
        "vite-plugin",
        "vue",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "0.3.2",
      "_publisher": "webfansplz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.034472+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.905847+00:00"
    },
    {
      "slug": "npm-openchrome-mcp",
      "name": "openchrome-mcp",
      "description": "Open-source browser automation MCP server. Control your real Chrome from any AI agent.",
      "website": "https://www.npmjs.com/package/openchrome-mcp",
      "github_url": "git+https://github.com/shaun0927/openchrome.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "openchrome-mcp"
        ]
      },
      "tags": [
        "openchrome",
        "mcp",
        "mcp-server",
        "browser-automation",
        "parallel-sessions",
        "cdp",
        "chrome",
        "chrome-devtools-protocol"
      ],
      "_version": "1.12.5",
      "_publisher": "shaun0927",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.036802+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.910797+00:00"
    },
    {
      "slug": "npm-userflux-mcp-server",
      "name": "@userflux/mcp-server",
      "description": "UserFlux MCP Server for data analytics",
      "website": "https://www.npmjs.com/package/@userflux/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@userflux/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "userflux",
        "analytics",
        "clickhouse"
      ],
      "_version": "0.1.9",
      "_publisher": "userflux",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.039060+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.919519+00:00"
    },
    {
      "slug": "npm-growth-nirvana-mcp-server",
      "name": "growth-nirvana-mcp-server",
      "description": "External MCP server for Growth Nirvana Rails read APIs",
      "website": "https://www.npmjs.com/package/growth-nirvana-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "growth-nirvana-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.2.1",
      "_publisher": "growth-nirvana",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.040508+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.856127+00:00"
    },
    {
      "slug": "npm-agent-browser-mcp-server",
      "name": "agent-browser-mcp-server",
      "description": "MCP server for agent-browser - complete browser automation with token-efficient @ref system",
      "website": "https://www.npmjs.com/package/agent-browser-mcp-server",
      "github_url": "git+https://github.com/hughedward/agent_browser_mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agent-browser-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "browser",
        "automation",
        "playwright",
        "agent-browser",
        "ai",
        "claude"
      ],
      "_version": "0.14.2",
      "_publisher": "hugh2666",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.042137+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.924384+00:00"
    },
    {
      "slug": "npm-secondbrainos-mcp-server",
      "name": "secondbrainos-mcp-server",
      "description": "Second Brain OS MCP Server for Claude Desktop",
      "website": "https://www.npmjs.com/package/secondbrainos-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "secondbrainos-mcp-server"
        ]
      },
      "tags": [
        "claude",
        "mcp",
        "model-context-protocol",
        "second-brain-os"
      ],
      "_version": "1.10.0",
      "_publisher": "umairkamil",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.043503+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.928719+00:00"
    },
    {
      "slug": "npm-moneybird-mcp-server",
      "name": "moneybird-mcp-server",
      "description": "moneybird mcp server",
      "website": "https://www.npmjs.com/package/moneybird-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "moneybird-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.8.0",
      "_publisher": "vanderheijden86",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.046168+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.932329+00:00"
    },
    {
      "slug": "npm-al-mcp-server",
      "name": "al-mcp-server",
      "description": "Model Context Protocol (MCP) server providing intelligent AL (Application Language) code assistance for Microsoft Dynamics 365 Business Central development.",
      "website": "https://www.npmjs.com/package/al-mcp-server",
      "github_url": "git+https://github.com/StefanMaron/AL-Dependency-MCP-Server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "al-mcp-server"
        ]
      },
      "tags": [
        "al",
        "dynamics",
        "business-central",
        "mcp",
        "model-context-protocol",
        "ai",
        "coding-assistant",
        "claude"
      ],
      "_version": "2.5.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.048028+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.917127+00:00"
    },
    {
      "slug": "npm-mcp-confluence-data-center",
      "name": "mcp-confluence-data-center",
      "description": "MCP server for Confluence Server/Data Center",
      "website": "https://www.npmjs.com/package/mcp-confluence-data-center",
      "github_url": "git+https://github.com/evrimalacan/mcp-confluence-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-confluence-data-center"
        ]
      },
      "tags": [
        "mcp",
        "confluence",
        "confluence-server",
        "model-context-protocol"
      ],
      "_version": "1.0.5",
      "_publisher": "evrimalacan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.051254+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.941402+00:00"
    },
    {
      "slug": "npm-axiom-mcp",
      "name": "axiom-mcp",
      "description": "MCP server for Axiom development skills, agents, and commands",
      "website": "https://www.npmjs.com/package/axiom-mcp",
      "github_url": "git+https://github.com/CharlesWiltgen/Axiom.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "axiom-mcp"
        ]
      },
      "tags": [
        "mcp",
        "ios",
        "swift",
        "swiftui",
        "xcode",
        "development",
        "axiom"
      ],
      "_version": "3.5.2",
      "_publisher": "charleswiltgen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.053213+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.944109+00:00"
    },
    {
      "slug": "npm-kubb-mcp",
      "name": "@kubb/mcp",
      "description": "Model Context Protocol (MCP) server for Kubb, enabling AI assistants to generate code from OpenAPI specifications.",
      "website": "https://www.npmjs.com/package/@kubb/mcp",
      "github_url": "git+https://github.com/kubb-labs/kubb.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kubb/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "code-generation",
        "openapi",
        "swagger",
        "typescript"
      ],
      "_version": "4.37.8",
      "_publisher": "stijnvanhulle",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.055292+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.528047+00:00"
    },
    {
      "slug": "npm-agenttrust-mcp-server",
      "name": "@agenttrust/mcp-server",
      "description": "Free email for AI agents, instant messaging between agents, and cloud file storage \u2014 all through one MCP server",
      "website": "https://www.npmjs.com/package/@agenttrust/mcp-server",
      "github_url": "git+https://github.com/agenttrust/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agenttrust/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "agenttrust",
        "email",
        "agent-email",
        "openclaw",
        "a2a",
        "agent-to-agent"
      ],
      "_version": "1.2.1",
      "_publisher": "agenttrust",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.056887+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.950556+00:00"
    },
    {
      "slug": "npm-mandujs-mcp",
      "name": "@mandujs/mcp",
      "description": "Mandu MCP Server - Agent-native interface for Mandu framework operations",
      "website": "https://www.npmjs.com/package/@mandujs/mcp",
      "github_url": "git+https://github.com/konamgil/mandu.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mandujs/mcp"
        ]
      },
      "tags": [
        "mandu",
        "mcp",
        "model-context-protocol",
        "ai",
        "agent",
        "code-generation"
      ],
      "_version": "0.38.11",
      "_publisher": "oddeye",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.058195+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.948913+00:00"
    },
    {
      "slug": "npm-frame0-mcp-server",
      "name": "frame0-mcp-server",
      "description": "[![smithery badge](https://smithery.ai/badge/@niklauslee/frame0-mcp-server)](https://smithery.ai/server/@niklauslee/frame0-mcp-server)",
      "website": "https://www.npmjs.com/package/frame0-mcp-server",
      "github_url": "git+https://github.com/niklauslee/frame0-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "frame0-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.11.5",
      "_publisher": "niklauslee",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.060004+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.953869+00:00"
    },
    {
      "slug": "npm-withinfocus-tba-mcp-server",
      "name": "@withinfocus/tba-mcp-server",
      "description": "The Blue Alliance MCP Server",
      "website": "https://www.npmjs.com/package/@withinfocus/tba-mcp-server",
      "github_url": "git+https://github.com/withinfocus/tba-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@withinfocus/tba-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.062837+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.956504+00:00"
    },
    {
      "slug": "npm-signalk-mcp-server",
      "name": "signalk-mcp-server",
      "description": "MCP server for SignalK marine data integration",
      "website": "https://www.npmjs.com/package/signalk-mcp-server",
      "github_url": "git+https://github.com/tonybentley/signalk-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "signalk-mcp-server"
        ]
      },
      "tags": [
        "signalk",
        "mcp",
        "marine",
        "navigation",
        "model-context-protocol",
        "claude",
        "ai",
        "vessel"
      ],
      "_version": "1.0.8",
      "_publisher": "tonybentley",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.065020+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.959802+00:00"
    },
    {
      "slug": "npm-pentatrail-mcp-server",
      "name": "@pentatrail/mcp-server",
      "description": "PentaTrail MCP Server \u2014 CTEM data access via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@pentatrail/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pentatrail/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.5.0",
      "_publisher": "pentacon-research",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.068308+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.787691+00:00"
    },
    {
      "slug": "npm-llui-mcp",
      "name": "@llui/mcp",
      "description": "LLui MCP server \u2014 LLM debug tools via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@llui/mcp",
      "github_url": "git+https://github.com/fponticelli/llui.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@llui/mcp"
        ]
      },
      "tags": [
        "llui",
        "mcp",
        "debug",
        "llm",
        "devtools"
      ],
      "_version": "0.5.7",
      "_publisher": "fponticelli",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.070138+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.542348+00:00"
    },
    {
      "slug": "npm-alibabacloud-dataworks-mcp-server",
      "name": "alibabacloud-dataworks-mcp-server",
      "description": "DataWorks MCP Server: Export the DataWorks Open API to MCP Server, allowing clients that can run MCP Server to use DataWorks Open API through AI.",
      "website": "https://www.npmjs.com/package/alibabacloud-dataworks-mcp-server",
      "github_url": "git+ssh://git@github.com/aliyun/alibabacloud-dataworks-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "alibabacloud-dataworks-mcp-server"
        ]
      },
      "tags": [
        "alibaba",
        "aliyun",
        "cloud",
        "computing",
        "dataworks",
        "big data",
        "mcp",
        "ai"
      ],
      "_version": "1.0.44",
      "_publisher": "caramels",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.072385+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.968874+00:00"
    },
    {
      "slug": "npm-mcp-apps-api-tools-mcp-server",
      "name": "@mcp-apps/api-tools-mcp-server",
      "description": "MCP server for interacting with APIs and web services",
      "website": "https://www.npmjs.com/package/@mcp-apps/api-tools-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-apps/api-tools-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "api",
        "api-integration",
        "web-service",
        "rest-api",
        "openapi",
        "schema-inspection"
      ],
      "_version": "1.0.47",
      "_publisher": "aditya.vaish",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.073815+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.972602+00:00"
    },
    {
      "slug": "npm-sysdig-secure-mcp-server",
      "name": "@sysdig/secure-mcp-server",
      "description": "Sysdig MCP server wrapping Sysdig Secure REST API endpoints",
      "website": "https://www.npmjs.com/package/@sysdig/secure-mcp-server",
      "github_url": "git+https://github.com/draios/secure-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sysdig/secure-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.8",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.074670+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.991788+00:00"
    },
    {
      "slug": "npm-configcat-mcp-server",
      "name": "@configcat/mcp-server",
      "description": "MCP server exposing ConfigCat Public Management API (products, configs, environments, values v1/v2).",
      "website": "https://www.npmjs.com/package/@configcat/mcp-server",
      "github_url": "git+https://github.com/configcat/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@configcat/mcp-server"
        ]
      },
      "tags": [
        "configcat",
        "featureflags",
        "feature flags",
        "feature toggle",
        "feature switch",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "0.1.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.076053+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.975567+00:00"
    },
    {
      "slug": "npm-contextstream-mcp-server",
      "name": "@contextstream/mcp-server",
      "description": "ContextStream MCP server - v0.4.x with consolidated domain tools (~11 tools, ~75% token reduction). Code context, memory, search, and AI tools.",
      "website": "https://www.npmjs.com/package/@contextstream/mcp-server",
      "github_url": "git+https://github.com/contextstream/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@contextstream/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "contextstream",
        "ai",
        "code-context",
        "memory",
        "knowledge-graph"
      ],
      "_version": "0.4.74",
      "_publisher": "contextstreamio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.081130+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.977939+00:00"
    },
    {
      "slug": "npm-theupsider-lsp-mcp",
      "name": "@theupsider/lsp-mcp",
      "description": "Universal LSP MCP server",
      "website": "https://www.npmjs.com/package/@theupsider/lsp-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@theupsider/lsp-mcp"
        ]
      },
      "tags": [
        "lsp",
        "mcp",
        "language-server-protocol",
        "model-context-protocol",
        "tool",
        "agent",
        "llm"
      ],
      "_version": "1.0.7",
      "_publisher": "theupsider",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.082851+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.995178+00:00"
    },
    {
      "slug": "npm-caffeineai-mcp-win32-x64",
      "name": "@caffeineai/mcp-win32-x64",
      "description": "Caffeine MCP server binary for win32-x64",
      "website": "https://www.npmjs.com/package/@caffeineai/mcp-win32-x64",
      "github_url": "git+https://github.com/caffeinelabs/caffeine-cli.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@caffeineai/mcp-win32-x64"
        ]
      },
      "tags": [],
      "_version": "0.1.0-dev.28",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.086902+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.011105+00:00"
    },
    {
      "slug": "npm-dbx-app-mcp-server",
      "name": "@dbx-app/mcp-server",
      "description": "MCP server for DBX \u2014 query databases from Claude Code, Cursor, and other AI agents",
      "website": "https://www.npmjs.com/package/@dbx-app/mcp-server",
      "github_url": "git+https://github.com/t8y2/dbx.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dbx-app/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "database",
        "dbx",
        "claude",
        "postgresql",
        "mysql",
        "ai-agent"
      ],
      "_version": "0.4.3",
      "_publisher": "t8y2",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.090114+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.999090+00:00"
    },
    {
      "slug": "npm-agledger-mcp-server",
      "name": "@agledger/mcp-server",
      "description": "AGLedger MCP Server \u2014 Thin API pass-through for AI agents via MCP protocol",
      "website": "https://www.npmjs.com/package/@agledger/mcp-server",
      "github_url": "git+https://github.com/agledger-ai/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agledger/mcp-server"
        ]
      },
      "tags": [
        "agledger",
        "mcp",
        "model-context-protocol",
        "ai-agents",
        "accountability",
        "audit"
      ],
      "_version": "2.4.1",
      "_publisher": "boisedude",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.091889+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.003869+00:00"
    },
    {
      "slug": "npm-accessflow-mcp-server",
      "name": "accessflow-mcp-server",
      "description": "AccessFlow MCP Server for accessibility issue remediation",
      "website": "https://www.npmjs.com/package/accessflow-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "accessflow-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "accessibility",
        "wcag",
        "remediation",
        "accessflow",
        "mcp-server"
      ],
      "_version": "2.3.6",
      "_publisher": "sharon_mi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.097652+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.017613+00:00"
    },
    {
      "slug": "npm-easy-mcps-redis-mcp-server",
      "name": "@easy-mcps/redis-mcp-server",
      "description": "Redis MCP Server - \u7edf\u4e00\u6743\u9650\u63a7\u5236",
      "website": "https://www.npmjs.com/package/@easy-mcps/redis-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@easy-mcps/redis-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "redis",
        "database",
        "kv"
      ],
      "_version": "1.0.8",
      "_publisher": "a54983334",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.100898+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.014518+00:00"
    },
    {
      "slug": "npm-microsoft-m365agentstoolkit-mcp",
      "name": "@microsoft/m365agentstoolkit-mcp",
      "description": "MCP server for Microsoft 365 Agents Toolkit",
      "website": "https://www.npmjs.com/package/@microsoft/m365agentstoolkit-mcp",
      "github_url": "git+https://github.com/OfficeDev/microsoft-365-agents-toolkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/m365agentstoolkit-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "m365agents",
        "m365agentstoolkit-mcp"
      ],
      "_version": "0.2.2-beta.2026031007.0",
      "_publisher": "nintan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.102812+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.021162+00:00"
    },
    {
      "slug": "npm-unleash-mcp",
      "name": "@unleash/mcp",
      "description": "MCP server for managing Unleash feature flags",
      "website": "https://www.npmjs.com/package/@unleash/mcp",
      "github_url": "git+https://github.com/Unleash/unleash-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@unleash/mcp"
        ]
      },
      "tags": [
        "mcp",
        "unleash",
        "feature-flags"
      ],
      "_version": "0.3.0-beta.9",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.104134+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.023831+00:00"
    },
    {
      "slug": "npm-synergy-design-system-mcp",
      "name": "@synergy-design-system/mcp",
      "description": "MCP Server for the Synergy Design System",
      "website": "https://www.npmjs.com/package/@synergy-design-system/mcp",
      "github_url": "git+https://github.com/synergy-design-system/synergy-design-system.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@synergy-design-system/mcp"
        ]
      },
      "tags": [
        "SDS",
        "Synergy Design System",
        "SICK",
        "SICK Design System",
        "UI",
        "UI MCP Server",
        "Synergy MCP Server"
      ],
      "_version": "3.8.0",
      "_publisher": "schilchsickag",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.105654+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.026793+00:00"
    },
    {
      "slug": "npm-rustledger-mcp-server",
      "name": "@rustledger/mcp-server",
      "description": "MCP server for rustledger - validate, query, and format Beancount ledgers",
      "website": "https://www.npmjs.com/package/@rustledger/mcp-server",
      "github_url": "git+https://github.com/rustledger/rustledger.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rustledger/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "beancount",
        "accounting",
        "ledger",
        "finance",
        "rustledger"
      ],
      "_version": "0.15.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.108213+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.029288+00:00"
    },
    {
      "slug": "npm-isnow890-naver-search-mcp",
      "name": "@isnow890/naver-search-mcp",
      "description": "Naver Search MCP Server",
      "website": "https://www.npmjs.com/package/@isnow890/naver-search-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@isnow890/naver-search-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.48",
      "_publisher": "isnow890",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.109686+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.032308+00:00"
    },
    {
      "slug": "npm-splicr-mcp-server",
      "name": "@splicr/mcp-server",
      "description": "Splicr MCP server \u2014 route what you read to what you're building",
      "website": "https://www.npmjs.com/package/@splicr/mcp-server",
      "github_url": "git+https://github.com/c0ncepT23/Splicr.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@splicr/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "splicr",
        "knowledge-base",
        "claude-code",
        "ai-agent"
      ],
      "_version": "0.21.0",
      "_publisher": "concept23",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.112290+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.037816+00:00"
    },
    {
      "slug": "npm-easy-mcps-clickhouse-mcp-server",
      "name": "@easy-mcps/clickhouse-mcp-server",
      "description": "ClickHouse MCP Server - \u7edf\u4e00\u6743\u9650\u63a7\u5236",
      "website": "https://www.npmjs.com/package/@easy-mcps/clickhouse-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@easy-mcps/clickhouse-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "clickhouse",
        "database"
      ],
      "_version": "2.0.7",
      "_publisher": "a54983334",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.114460+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.034448+00:00"
    },
    {
      "slug": "npm-model-context-protocol",
      "name": "model-context-protocol",
      "description": "The one and only MCP Server for dads jokes.",
      "website": "https://www.npmjs.com/package/model-context-protocol",
      "github_url": "git+https://github.com/mcp-agents/model-context-protocol.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "model-context-protocol"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "server",
        "authentication",
        "sonarcloud"
      ],
      "_version": "1.0.2",
      "_publisher": "kussberg",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.426944+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.122707+00:00"
    },
    {
      "slug": "npm-langchain-mcp-adapters",
      "name": "@langchain/mcp-adapters",
      "description": "LangChain.js adapters for Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/@langchain/mcp-adapters",
      "github_url": "git+ssh://git@github.com/langchain-ai/langchainjs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@langchain/mcp-adapters"
        ]
      },
      "tags": [
        "langchain",
        "mcp",
        "model-context-protocol",
        "ai",
        "tools"
      ],
      "_version": "1.1.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.431710+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.147052+00:00"
    },
    {
      "slug": "npm-executeautomation-playwright-mcp-server",
      "name": "@executeautomation/playwright-mcp-server",
      "description": "Model Context Protocol servers for Playwright",
      "website": "https://www.npmjs.com/package/@executeautomation/playwright-mcp-server",
      "github_url": "git+https://github.com/executeautomation/mcp-playwright.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@executeautomation/playwright-mcp-server"
        ]
      },
      "tags": [
        "playwright",
        "automation",
        "AI",
        "Claude MCP"
      ],
      "_version": "1.0.12",
      "_publisher": "executeautomation",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.437942+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.149497+00:00"
    },
    {
      "slug": "npm-nx-mcp",
      "name": "nx-mcp",
      "description": "A Model Context Protocol server implementation for Nx",
      "website": "https://www.npmjs.com/package/nx-mcp",
      "github_url": "git+https://github.com/nrwl/nx-console.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "nx-mcp"
        ]
      },
      "tags": [
        "nx",
        "monorepo",
        "ai",
        "mcp",
        "model",
        "context",
        "protocol"
      ],
      "_version": "0.25.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.439646+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.153791+00:00"
    },
    {
      "slug": "npm-remotion-mcp",
      "name": "@remotion/mcp",
      "description": "Remotion's Model Context Protocol",
      "website": "https://www.npmjs.com/package/@remotion/mcp",
      "github_url": "https://github.com/remotion-dev/remotion/tree/main/packages/mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@remotion/mcp"
        ]
      },
      "tags": [
        "remotion",
        "mcp"
      ],
      "_version": "4.0.466",
      "_publisher": "jonny",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.442677+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.158570+00:00"
    },
    {
      "slug": "npm-rekog-mcp-nest",
      "name": "@rekog/mcp-nest",
      "description": "NestJS module for creating Model Context Protocol (MCP) servers",
      "website": "https://www.npmjs.com/package/@rekog/mcp-nest",
      "github_url": "git+https://github.com/rekog-labs/MCP-Nest.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rekog/mcp-nest"
        ]
      },
      "tags": [],
      "_version": "1.9.10",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.446009+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.162679+00:00"
    },
    {
      "slug": "npm-mongodb-mcp-server",
      "name": "mongodb-mcp-server",
      "description": "MongoDB Model Context Protocol Server",
      "website": "https://www.npmjs.com/package/mongodb-mcp-server",
      "github_url": "git+https://github.com/mongodb-js/mongodb-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mongodb-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.11.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.447998+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.165834+00:00"
    },
    {
      "slug": "npm-payloadcms-plugin-mcp",
      "name": "@payloadcms/plugin-mcp",
      "description": "MCP (Model Context Protocol) capabilities with Payload",
      "website": "https://www.npmjs.com/package/@payloadcms/plugin-mcp",
      "github_url": "git+https://github.com/payloadcms/payload.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@payloadcms/plugin-mcp"
        ]
      },
      "tags": [
        "plugin",
        "mcp",
        "model context protocol"
      ],
      "_version": "3.84.1",
      "_publisher": "elliotpayload",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.453121+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.172277+00:00"
    },
    {
      "slug": "npm-n8n-mcp",
      "name": "n8n-mcp",
      "description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/n8n-mcp",
      "github_url": "git+https://github.com/czlonkowski/n8n-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "n8n-mcp"
        ]
      },
      "tags": [
        "n8n",
        "mcp",
        "model-context-protocol",
        "ai",
        "workflow",
        "automation"
      ],
      "_version": "2.56.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.455858+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.174790+00:00"
    },
    {
      "slug": "npm-mcp-framework",
      "name": "mcp-framework",
      "description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
      "website": "https://www.npmjs.com/package/mcp-framework",
      "github_url": "git+https://github.com/QuantGeekDev/mcp-framework.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-framework"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "anthropic",
        "ai",
        "framework",
        "tools",
        "modelcontextprotocol",
        "model"
      ],
      "_version": "0.2.22",
      "_publisher": "quantgeekdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.463875+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.181140+00:00"
    },
    {
      "slug": "npm-mcporter",
      "name": "mcporter",
      "description": "TypeScript runtime and CLI for connecting to configured Model Context Protocol servers.",
      "website": "https://www.npmjs.com/package/mcporter",
      "github_url": "git+https://github.com/openclaw/mcporter.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcporter"
        ]
      },
      "tags": [
        "cli",
        "mcp",
        "model-context-protocol",
        "sweetistics"
      ],
      "_version": "0.11.3",
      "_publisher": "steipete",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.465609+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.182693+00:00"
    },
    {
      "slug": "npm-mcp-obsidian",
      "name": "mcp-obsidian",
      "description": "Model Context Protocol server for Obsidian Vaults",
      "website": "https://www.npmjs.com/package/mcp-obsidian",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-obsidian"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "calclavia",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.471090+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.189944+00:00"
    },
    {
      "slug": "npm-launchdarkly-mcp-server",
      "name": "@launchdarkly/mcp-server",
      "description": "The official [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for [LaunchDarkly](https://launchdarkly.com/).",
      "website": "https://www.npmjs.com/package/@launchdarkly/mcp-server",
      "github_url": "git+https://github.com/launchdarkly/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@launchdarkly/mcp-server"
        ]
      },
      "tags": [
        "feature-flags",
        "feature-toggles",
        "launchdarkly",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "0.6.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.473401+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.193624+00:00"
    },
    {
      "slug": "npm-paperclipai-mcp-server",
      "name": "@paperclipai/mcp-server",
      "description": "Model Context Protocol server for Paperclip.",
      "website": "https://www.npmjs.com/package/@paperclipai/mcp-server",
      "github_url": "git+https://github.com/paperclipai/paperclip.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@paperclipai/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2026.517.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.474843+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.195563+00:00"
    },
    {
      "slug": "npm-wong2-mcp-cli",
      "name": "@wong2/mcp-cli",
      "description": "A CLI inspector for the Model Context Protocol",
      "website": "https://www.npmjs.com/package/@wong2/mcp-cli",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wong2/mcp-cli"
        ]
      },
      "tags": [
        "MCP"
      ],
      "_version": "2.0.0",
      "_publisher": "wong2",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.480107+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.199388+00:00"
    },
    {
      "slug": "npm-zilliz-claude-context-mcp",
      "name": "@zilliz/claude-context-mcp",
      "description": "Model Context Protocol integration for Claude Context",
      "website": "https://www.npmjs.com/package/@zilliz/claude-context-mcp",
      "github_url": "git+https://github.com/zilliztech/claude-context.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zilliz/claude-context-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.13",
      "_publisher": "zc277584121",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.487809+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.205435+00:00"
    },
    {
      "slug": "npm-felores-airtable-mcp-server",
      "name": "@felores/airtable-mcp-server",
      "description": "An Airtable Model Context Protocol Server",
      "website": "https://www.npmjs.com/package/@felores/airtable-mcp-server",
      "github_url": "git+https://github.com/felores/airtable-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@felores/airtable-mcp-server"
        ]
      },
      "tags": [
        "airtable",
        "mcp",
        "model-context-protocol",
        "claude",
        "api"
      ],
      "_version": "0.3.0",
      "_publisher": "felores",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.491613+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.208718+00:00"
    },
    {
      "slug": "npm-pi-mcp-adapter",
      "name": "pi-mcp-adapter",
      "description": "MCP (Model Context Protocol) adapter extension for Pi coding agent",
      "website": "https://www.npmjs.com/package/pi-mcp-adapter",
      "github_url": "git+https://github.com/nicobailon/pi-mcp-adapter.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "pi-mcp-adapter"
        ]
      },
      "tags": [
        "pi-package",
        "pi",
        "mcp",
        "model-context-protocol",
        "ai",
        "coding-agent",
        "extension",
        "claude"
      ],
      "_version": "2.8.0",
      "_publisher": "nicopreme",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.495331+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.210974+00:00"
    },
    {
      "slug": "npm-feishu-mcp",
      "name": "feishu-mcp",
      "description": "Model Context Protocol server for Feishu integration",
      "website": "https://www.npmjs.com/package/feishu-mcp",
      "github_url": "git+https://github.com/cso1z/Feishu-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "feishu-mcp"
        ]
      },
      "tags": [
        "feishu",
        "lark",
        "mcp",
        "typescript"
      ],
      "_version": "0.3.2",
      "_publisher": "yonghuishen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.497092+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.212112+00:00"
    },
    {
      "slug": "npm-aws-run-mcp-servers-with-aws-lambda",
      "name": "@aws/run-mcp-servers-with-aws-lambda",
      "description": "Run Model Context Protocol (MCP) servers with AWS Lambda",
      "website": "https://www.npmjs.com/package/@aws/run-mcp-servers-with-aws-lambda",
      "github_url": "git+https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aws/run-mcp-servers-with-aws-lambda"
        ]
      },
      "tags": [
        "aws",
        "lambda",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "0.5.19",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.498360+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.213678+00:00"
    },
    {
      "slug": "npm-vantasdk-vanta-mcp-server",
      "name": "@vantasdk/vanta-mcp-server",
      "description": "Model Context Protocol server for Vanta's security compliance platform",
      "website": "https://www.npmjs.com/package/@vantasdk/vanta-mcp-server",
      "github_url": "git+https://github.com/VantaInc/vanta-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vantasdk/vanta-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "vanta",
        "security",
        "compliance"
      ],
      "_version": "1.2.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.503987+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.216025+00:00"
    },
    {
      "slug": "npm-claude-flow-mcp",
      "name": "@claude-flow/mcp",
      "description": "Standalone MCP (Model Context Protocol) server - stdio/http/websocket transports, connection pooling, tool registry",
      "website": "https://www.npmjs.com/package/@claude-flow/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@claude-flow/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "ai-agents",
        "json-rpc",
        "stdio",
        "websocket",
        "tool-registry"
      ],
      "_version": "3.0.0-alpha.9",
      "_publisher": "ruvnet",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.505880+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.218076+00:00"
    },
    {
      "slug": "npm-ag-ui-mcp-apps-middleware",
      "name": "@ag-ui/mcp-apps-middleware",
      "description": "MCP Apps middleware for AG-UI that enables UI-enabled tools from MCP (Model Context Protocol) servers.",
      "website": "https://www.npmjs.com/package/@ag-ui/mcp-apps-middleware",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ag-ui/mcp-apps-middleware"
        ]
      },
      "tags": [],
      "_version": "0.0.3",
      "_publisher": "_mme",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.507616+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.220611+00:00"
    },
    {
      "slug": "npm-forestadmin-mcp-server",
      "name": "@forestadmin/mcp-server",
      "description": "Model Context Protocol server for Forest Admin with OAuth authentication",
      "website": "https://www.npmjs.com/package/@forestadmin/mcp-server",
      "github_url": "git+https://github.com/ForestAdmin/agent-nodejs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@forestadmin/mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.11.11",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.512107+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.222561+00:00"
    },
    {
      "slug": "npm-mcp-auth",
      "name": "mcp-auth",
      "description": "Plug and play auth for Model Context Protocol (MCP) servers",
      "website": "https://www.npmjs.com/package/mcp-auth",
      "github_url": "git+https://github.com/mcp-auth/js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-auth"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "oauth",
        "openid",
        "connect",
        "oidc"
      ],
      "_version": "0.2.0",
      "_publisher": "gaosun",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.514353+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.225145+00:00"
    },
    {
      "slug": "npm-rollbar-mcp-server",
      "name": "@rollbar/mcp-server",
      "description": "Model Context Protocol server for Rollbar",
      "website": "https://www.npmjs.com/package/@rollbar/mcp-server",
      "github_url": "git+https://github.com/rollbar/rollbar-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rollbar/mcp-server"
        ]
      },
      "tags": [
        "rollbar",
        "mcp",
        "error-monitoring",
        "rollbar-mcp-server"
      ],
      "_version": "0.5.0",
      "_publisher": "brianr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.517092+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.226646+00:00"
    },
    {
      "slug": "npm-mcp-registry-spec-sdk",
      "name": "mcp-registry-spec-sdk",
      "description": "A minimal, typed client for the official Model Context Protocol (MCP) Registry API.",
      "website": "https://www.npmjs.com/package/mcp-registry-spec-sdk",
      "github_url": "git+https://github.com/cameronapak/mcp-registry-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-registry-spec-sdk"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "registry",
        "sdk",
        "ai",
        "anthropic"
      ],
      "_version": "0.4.0",
      "_publisher": "cameronapak",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.521130+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.229207+00:00"
    },
    {
      "slug": "npm-metorial-mcp-session",
      "name": "@metorial/mcp-session",
      "description": "MCP session management for Metorial. Provides session handling and tool lifecycle management for Model Context Protocol.",
      "website": "https://www.npmjs.com/package/@metorial/mcp-session",
      "github_url": "git+https://github.com/metorial/metorial-node.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@metorial/mcp-session"
        ]
      },
      "tags": [],
      "_version": "3.0.2",
      "_publisher": "tobihrbr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.525632+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.232607+00:00"
    },
    {
      "slug": "npm-agentdeskai-browser-tools-mcp",
      "name": "@agentdeskai/browser-tools-mcp",
      "description": "MCP (Model Context Protocol) server for browser tools integration",
      "website": "https://www.npmjs.com/package/@agentdeskai/browser-tools-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agentdeskai/browser-tools-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "browser",
        "tools",
        "debugging",
        "ai",
        "chrome",
        "extension"
      ],
      "_version": "1.2.1",
      "_publisher": "tedjames24",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.528864+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.235631+00:00"
    },
    {
      "slug": "npm-ai-sdk-mcp",
      "name": "@ai-sdk/mcp",
      "description": "The **Model Context Protocol (MCP) client** for the [AI SDK](https://ai-sdk.dev/docs) lets you connect to MCP servers and use their tools with AI SDK functions like `generateText` and `streamText`.",
      "website": "https://www.npmjs.com/package/@ai-sdk/mcp",
      "github_url": "git+https://github.com/vercel/ai.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ai-sdk/mcp"
        ]
      },
      "tags": [
        "ai",
        "mcp"
      ],
      "_version": "1.0.43",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.530807+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.238586+00:00"
    },
    {
      "slug": "npm-penclipai-mcp-server",
      "name": "@penclipai/mcp-server",
      "description": "Model Context Protocol server for Paperclip.",
      "website": "https://www.npmjs.com/package/@penclipai/mcp-server",
      "github_url": "git+https://github.com/paperclipai/paperclip.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@penclipai/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2026.522.0",
      "_publisher": "penclipai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.538086+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.247095+00:00"
    },
    {
      "slug": "npm-mcp-remote",
      "name": "mcp-remote",
      "description": "Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth",
      "website": "https://www.npmjs.com/package/mcp-remote",
      "github_url": "git+https://github.com/geelen/mcp-remote.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-remote"
        ]
      },
      "tags": [
        "mcp",
        "stdio",
        "sse",
        "remote",
        "oauth"
      ],
      "_version": "0.1.38",
      "_publisher": "geelen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.543487+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.261586+00:00"
    },
    {
      "slug": "npm-xcodebuildmcp",
      "name": "xcodebuildmcp",
      "description": "XcodeBuildMCP is a Model Context Protocol server that provides tools for Xcode project management, simulator management, and app utilities.",
      "website": "https://www.npmjs.com/package/xcodebuildmcp",
      "github_url": "git+https://github.com/getsentry/XcodeBuildMCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "xcodebuildmcp"
        ]
      },
      "tags": [
        "xcodebuild",
        "mcp",
        "modelcontextprotocol",
        "xcode",
        "ios",
        "macos",
        "simulator"
      ],
      "_version": "2.5.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.551816+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.271865+00:00"
    },
    {
      "slug": "npm-geobio-google-workspace-server",
      "name": "@geobio/google-workspace-server",
      "description": "A Model Context Protocol server",
      "website": "https://www.npmjs.com/package/@geobio/google-workspace-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@geobio/google-workspace-server"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "geobio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.553708+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.277351+00:00"
    },
    {
      "slug": "npm-zeddotdev-postgres-context-server",
      "name": "@zeddotdev/postgres-context-server",
      "description": "a model context protocol server for postgres",
      "website": "https://www.npmjs.com/package/@zeddotdev/postgres-context-server",
      "github_url": "git+https://github.com/zed-industries/postgres-context-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zeddotdev/postgres-context-server"
        ]
      },
      "tags": [],
      "_version": "0.1.7",
      "_publisher": "conradirwin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.556337+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.286291+00:00"
    },
    {
      "slug": "npm-european-parliament-mcp-server",
      "name": "european-parliament-mcp-server",
      "description": "Model Context Protocol server for European Parliament open data",
      "website": "https://www.npmjs.com/package/european-parliament-mcp-server",
      "github_url": "git+https://github.com/Hack23/European-Parliament-MCP-Server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "european-parliament-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "european-parliament",
        "open-data",
        "api",
        "typescript",
        "eu-parliament"
      ],
      "_version": "1.3.10",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.557925+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.282038+00:00"
    },
    {
      "slug": "npm-tiberriver256-mcp-server-azure-devops",
      "name": "@tiberriver256/mcp-server-azure-devops",
      "description": "Azure DevOps reference server for the Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/@tiberriver256/mcp-server-azure-devops",
      "github_url": "git+https://github.com/Tiberriver256/mcp-server-azure-devops.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tiberriver256/mcp-server-azure-devops"
        ]
      },
      "tags": [
        "azure-devops",
        "mcp",
        "ai",
        "automation"
      ],
      "_version": "0.1.45",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.559067+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.291931+00:00"
    },
    {
      "slug": "npm-metorial-sdk",
      "name": "@metorial/sdk",
      "description": "Primary SDK package for Metorial. Provides the main SDK functionality, session management, and MCP (Model Context Protocol) integration capabilities.",
      "website": "https://www.npmjs.com/package/@metorial/sdk",
      "github_url": "git+https://github.com/metorial/metorial-node.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@metorial/sdk"
        ]
      },
      "tags": [],
      "_version": "3.0.9",
      "_publisher": "tobihrbr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.568502+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.306592+00:00"
    },
    {
      "slug": "npm-hyperbrowser-mcp",
      "name": "hyperbrowser-mcp",
      "description": "Hyperbrowser Model Context Protocol Server",
      "website": "https://www.npmjs.com/package/hyperbrowser-mcp",
      "github_url": "git+https://github.com/hyperbrowserai/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hyperbrowser-mcp"
        ]
      },
      "tags": [
        "mcp",
        "hyperbrowser",
        "web-scraping",
        "crawler",
        "content-extraction"
      ],
      "_version": "1.0.25",
      "_publisher": "a_harmless_pyro",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.570058+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.312737+00:00"
    },
    {
      "slug": "npm-express-mcp-handler",
      "name": "express-mcp-handler",
      "description": "Express middleware for handling Model Context Protocol (MCP) requests",
      "website": "https://www.npmjs.com/package/express-mcp-handler",
      "github_url": "git+https://github.com/jhgaylor/express-mcp-handler.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "express-mcp-handler"
        ]
      },
      "tags": [
        "express",
        "mcp",
        "model-context-protocol",
        "middleware"
      ],
      "_version": "0.3.0",
      "_publisher": "jhgaylor",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.574302+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.321185+00:00"
    },
    {
      "slug": "npm-metorial-mcp-sdk-utils",
      "name": "@metorial/mcp-sdk-utils",
      "description": "MCP SDK utilities for Metorial. Provides common utilities and helpers for MCP (Model Context Protocol) integration with AI SDK frameworks.",
      "website": "https://www.npmjs.com/package/@metorial/mcp-sdk-utils",
      "github_url": "git+https://github.com/metorial/metorial-node.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@metorial/mcp-sdk-utils"
        ]
      },
      "tags": [],
      "_version": "3.0.3",
      "_publisher": "tobihrbr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.578692+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.326473+00:00"
    },
    {
      "slug": "npm-mcp-client-capabilities",
      "name": "mcp-client-capabilities",
      "description": "Index of all Model Context Protocol (MCP) clients and their capabilities",
      "website": "https://www.npmjs.com/package/mcp-client-capabilities",
      "github_url": "git+https://github.com/apify/mcp-client-capabilities.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-client-capabilities"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "capabilities",
        "index"
      ],
      "_version": "0.0.14",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.591436+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.348119+00:00"
    },
    {
      "slug": "npm-pollinations-model-context-protocol",
      "name": "@pollinations/model-context-protocol",
      "description": "Model Context Protocol (MCP) server for Pollinations AI services using stdio transport",
      "website": "https://www.npmjs.com/package/@pollinations/model-context-protocol",
      "github_url": "git+https://github.com/pollinations/pollinations.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pollinations/model-context-protocol"
        ]
      },
      "tags": [
        "pollinations",
        "ai",
        "image",
        "generation",
        "model-context-protocol",
        "mcp",
        "stdio"
      ],
      "_version": "1.0.15",
      "_publisher": "pollinations",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.594144+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.350108+00:00"
    },
    {
      "slug": "npm-vuetify-mcp",
      "name": "@vuetify/mcp",
      "description": "Model Context Protocol server for Vuetify assistance",
      "website": "https://www.npmjs.com/package/@vuetify/mcp",
      "github_url": "git+https://github.com/vuetifyjs/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vuetify/mcp"
        ]
      },
      "tags": [
        "vuetify",
        "mcp",
        "claude",
        "anthropic"
      ],
      "_version": "0.7.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.596979+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.353919+00:00"
    },
    {
      "slug": "npm-cognitionai-metabase-mcp-server",
      "name": "@cognitionai/metabase-mcp-server",
      "description": "A Model Context Protocol server for Metabase integration",
      "website": "https://www.npmjs.com/package/@cognitionai/metabase-mcp-server",
      "github_url": "git+https://github.com/CognitionAI/metabase-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cognitionai/metabase-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "metabase",
        "analytics",
        "business-intelligence",
        "ai",
        "claude"
      ],
      "_version": "1.0.14",
      "_publisher": "marcosfede",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.603033+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.365765+00:00"
    },
    {
      "slug": "npm-bangdao-ai-acw-tools",
      "name": "@bangdao-ai/acw-tools",
      "description": "MCP (Model Context Protocol) tools for ACW - download rules and initialize Common Admin projects",
      "website": "https://www.npmjs.com/package/@bangdao-ai/acw-tools",
      "github_url": "git+https://github.com/bangdao-ai/acw-tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bangdao-ai/acw-tools"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "acw",
        "rules",
        "template",
        "common-admin",
        "downloader",
        "cursor"
      ],
      "_version": "1.13.39",
      "_publisher": "cocowangruixue",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.610491+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.383165+00:00"
    },
    {
      "slug": "npm-microsoft-devbox-mcp",
      "name": "@microsoft/devbox-mcp",
      "description": "Model Context Protocol server for Microsoft Dev Box",
      "website": "https://www.npmjs.com/package/@microsoft/devbox-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/devbox-mcp"
        ]
      },
      "tags": [
        "azure",
        "devcenter",
        "devbox",
        "dev box",
        "mcp",
        "mcp-server",
        "model-context-protocol"
      ],
      "_version": "0.0.3-alpha.4",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.613267+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.387659+00:00"
    },
    {
      "slug": "npm-open-mercato-ai-assistant",
      "name": "@open-mercato/ai-assistant",
      "description": "AI-powered chat and tool execution for Open Mercato, using MCP (Model Context Protocol) for tool discovery and execution.",
      "website": "https://www.npmjs.com/package/@open-mercato/ai-assistant",
      "github_url": "git+https://github.com/open-mercato/open-mercato.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@open-mercato/ai-assistant"
        ]
      },
      "tags": [],
      "_version": "0.6.2",
      "_publisher": "piotrkarwatka",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.615605+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.393218+00:00"
    },
    {
      "slug": "npm-tmcp-session-manager",
      "name": "@tmcp/session-manager",
      "description": "Session management for TMCP (TypeScript Model Context Protocol) transport implementations. This package provides the base classes and in-memory implementations for both streaming session coordination and session metadata persistence.",
      "website": "https://www.npmjs.com/package/@tmcp/session-manager",
      "github_url": "git+https://github.com/paoloricciuti/tmcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tmcp/session-manager"
        ]
      },
      "tags": [
        "tmcp",
        "http",
        "transport",
        "session",
        "manager"
      ],
      "_version": "0.2.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.617907+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.397917+00:00"
    },
    {
      "slug": "npm-evermore-work-mcp-server",
      "name": "@evermore.work/mcp-server",
      "description": "Model Context Protocol server for Evermore.",
      "website": "https://www.npmjs.com/package/@evermore.work/mcp-server",
      "github_url": "git+https://github.com/phuctm97/evermore.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@evermore.work/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2026.522.0-canary.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.625504+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.413782+00:00"
    },
    {
      "slug": "npm-primeuix-mcp",
      "name": "@primeuix/mcp",
      "description": "Model Context Protocol (MCP) server for PrimeUI Libraries",
      "website": "https://www.npmjs.com/package/@primeuix/mcp",
      "github_url": "git+https://github.com/primefaces/primeuix.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@primeuix/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "ai",
        "llm",
        "primeng",
        "primereact",
        "primevue"
      ],
      "_version": "1.0.1",
      "_publisher": "mert.sincan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.630741+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.425472+00:00"
    },
    {
      "slug": "npm-iterable-mcp",
      "name": "@iterable/mcp",
      "description": "Model Context Protocol server for Iterable API",
      "website": "https://www.npmjs.com/package/@iterable/mcp",
      "github_url": "git+https://github.com/Iterable/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iterable/mcp"
        ]
      },
      "tags": [
        "mcp",
        "iterable",
        "api",
        "server",
        "model-context-protocol"
      ],
      "_version": "1.7.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.633624+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.429473+00:00"
    },
    {
      "slug": "npm-platformatic-mcp",
      "name": "@platformatic/mcp",
      "description": "Scalable Fastify adapter for the Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/@platformatic/mcp",
      "github_url": "git+https://github.com/platformatic/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@platformatic/mcp"
        ]
      },
      "tags": [
        "fastify",
        "mcp",
        "model",
        "context",
        "protocol"
      ],
      "_version": "1.2.2",
      "_publisher": "matteo.collina",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.638492+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.439927+00:00"
    },
    {
      "slug": "npm-flightradar-mcp-server",
      "name": "flightradar-mcp-server",
      "description": "A Model Context Protocol server for flight tracking and status information",
      "website": "https://www.npmjs.com/package/flightradar-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "flightradar-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "skanda-yutori",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.646859+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.450910+00:00"
    },
    {
      "slug": "npm-mcp-test-client",
      "name": "mcp-test-client",
      "description": "A testing utility for Model Context Protocol (MCP) servers",
      "website": "https://www.npmjs.com/package/mcp-test-client",
      "github_url": "git+https://github.com/crazyrabbitLTC/mcp-test-client.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-test-client"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "testing",
        "test-client",
        "typescript",
        "bun"
      ],
      "_version": "1.0.1",
      "_publisher": "crazyrabbitltc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.649513+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.453603+00:00"
    },
    {
      "slug": "npm-workglow-mcp",
      "name": "@workglow/mcp",
      "description": "Model Context Protocol tasks and plumbing for Workglow.",
      "website": "https://www.npmjs.com/package/@workglow/mcp",
      "github_url": "https://github.com/workglow-dev/libs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@workglow/mcp"
        ]
      },
      "tags": [],
      "_version": "0.3.7",
      "_publisher": "sroussey",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.662752+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.466749+00:00"
    },
    {
      "slug": "npm-testomatio-mcp",
      "name": "@testomatio/mcp",
      "description": "Model Context Protocol server for Testomatio API",
      "website": "https://www.npmjs.com/package/@testomatio/mcp",
      "github_url": "git+https://github.com/testomatio/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@testomatio/mcp"
        ]
      },
      "tags": [
        "testomatio",
        "mcp",
        "model-context-protocol",
        "testing",
        "api",
        "cursor"
      ],
      "_version": "2.1.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.664675+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.470739+00:00"
    },
    {
      "slug": "npm-linktr-ee-arbor-mcp",
      "name": "@linktr.ee/arbor-mcp",
      "description": "Model Context Protocol server exposing Arbor design system tools (open_in_playroom).",
      "website": "https://www.npmjs.com/package/@linktr.ee/arbor-mcp",
      "github_url": "git+https://github.com/blstrco/arbor.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@linktr.ee/arbor-mcp"
        ]
      },
      "tags": [
        "arbor",
        "linktree",
        "design-system",
        "mcp",
        "model-context-protocol",
        "playroom",
        "claude",
        "cursor"
      ],
      "_version": "0.1.2",
      "_publisher": "darcylinktree",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.682435+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.491286+00:00"
    },
    {
      "slug": "npm-fastify-mcp-server",
      "name": "fastify-mcp-server",
      "description": "Easily spin up Model Context Protocol (MCP) servers using Fastify",
      "website": "https://www.npmjs.com/package/fastify-mcp-server",
      "github_url": "git+https://github.com/flaviodelgrosso/fastify-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "fastify-mcp-server"
        ]
      },
      "tags": [
        "fastify",
        "mcp",
        "plugin",
        "streamable",
        "http",
        "modelcontextprotocol",
        "server"
      ],
      "_version": "0.7.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.689474+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.502063+00:00"
    },
    {
      "slug": "npm-pipedrive-mcp-server",
      "name": "pipedrive-mcp-server",
      "description": "Model Context Protocol server for Pipedrive API integration",
      "website": "https://www.npmjs.com/package/pipedrive-mcp-server",
      "github_url": "git+https://github.com/WillDent/pipedrive-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "pipedrive-mcp-server"
        ]
      },
      "tags": [
        "pipedrive",
        "mcp",
        "model-context-protocol",
        "api",
        "crm"
      ],
      "_version": "1.0.2",
      "_publisher": "willdent",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.696530+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.510169+00:00"
    },
    {
      "slug": "npm-mcp-postgres",
      "name": "mcp-postgres",
      "description": "Model Context Protocol server for PostgreSQL database operations",
      "website": "https://www.npmjs.com/package/mcp-postgres",
      "github_url": "git+https://github.com/kristofer84/mcp-postgres.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-postgres"
        ]
      },
      "tags": [
        "mcp",
        "postgres",
        "postgresql",
        "database",
        "model-context-protocol"
      ],
      "_version": "1.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.700783+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.520067+00:00"
    },
    {
      "slug": "npm-leval-mcp-grafana",
      "name": "@leval/mcp-grafana",
      "description": "Model Context Protocol (MCP) server for Grafana - Complete TypeScript implementation with all tools",
      "website": "https://www.npmjs.com/package/@leval/mcp-grafana",
      "github_url": "git+https://github.com/levalhq/mcp-grafana.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@leval/mcp-grafana"
        ]
      },
      "tags": [
        "mcp",
        "grafana",
        "model-context-protocol",
        "ai",
        "assistant",
        "monitoring",
        "observability"
      ],
      "_version": "1.1.7",
      "_publisher": "itsparser",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.705487+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.525598+00:00"
    },
    {
      "slug": "npm-k8ika0s-mcp-tmux",
      "name": "@k8ika0s/mcp-tmux",
      "description": "Model Context Protocol server that lets LLMs collaboratively drive tmux",
      "website": "https://www.npmjs.com/package/@k8ika0s/mcp-tmux",
      "github_url": "git+https://github.com/k8ika0s/mcp-tmux.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@k8ika0s/mcp-tmux"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "tmux",
        "claude",
        "openai",
        "chatgpt",
        "codex",
        "model context protocol"
      ],
      "_version": "0.1.10",
      "_publisher": "k8ika0s",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.709374+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.531205+00:00"
    },
    {
      "slug": "npm-okx-ai-okx-trade-mcp",
      "name": "@okx_ai/okx-trade-mcp",
      "description": "OKX MCP Server - Model Context Protocol server for OKX exchange",
      "website": "https://www.npmjs.com/package/@okx_ai/okx-trade-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@okx_ai/okx-trade-mcp"
        ]
      },
      "tags": [
        "okx",
        "mcp",
        "model-context-protocol",
        "trading"
      ],
      "_version": "1.3.5",
      "_publisher": "oker_steve",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.711850+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.533553+00:00"
    },
    {
      "slug": "npm-umbraco-cms-mcp-dev",
      "name": "@umbraco-cms/mcp-dev",
      "description": "A model context protocol (MCP) server for Umbraco CMS",
      "website": "https://www.npmjs.com/package/@umbraco-cms/mcp-dev",
      "github_url": "git+https://github.com/umbraco/Umbraco-CMS-MCP-Dev.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@umbraco-cms/mcp-dev"
        ]
      },
      "tags": [
        "Umbraco",
        "MCP",
        "Model Context Protocol",
        "CMS",
        "MCP-Server",
        "AI"
      ],
      "_version": "17.4.2",
      "_publisher": "umbraco-publish",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.714254+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.536809+00:00"
    },
    {
      "slug": "npm-channel-io-tolgee-mcp",
      "name": "@channel.io/tolgee-mcp",
      "description": "Model Context Protocol server for Tolgee integration",
      "website": "https://www.npmjs.com/package/@channel.io/tolgee-mcp",
      "github_url": "git+https://github.com/channel-io/ch-mcp-tools.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@channel.io/tolgee-mcp"
        ]
      },
      "tags": [
        "tolgee",
        "mcp",
        "i18n",
        "channel"
      ],
      "_version": "1.0.1",
      "_publisher": "zoyi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.719509+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.539341+00:00"
    },
    {
      "slug": "npm-gitee-mcp-gitee-windows-amd64",
      "name": "@gitee/mcp-gitee-windows-amd64",
      "description": "Model Context Protocol (MCP) server for Gitee",
      "website": "https://www.npmjs.com/package/@gitee/mcp-gitee-windows-amd64",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gitee/mcp-gitee-windows-amd64"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "jj-h",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.723334+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.546801+00:00"
    },
    {
      "slug": "npm-apify-mcpc",
      "name": "@apify/mcpc",
      "description": "Universal command-line client for the Model Context Protocol (MCP).",
      "website": "https://www.npmjs.com/package/@apify/mcpc",
      "github_url": "git+https://github.com/apify/mcpc.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@apify/mcpc"
        ]
      },
      "tags": [
        "Model Context Protocol",
        "MCP",
        "CLI",
        "Code mode",
        "LLM",
        "AI"
      ],
      "_version": "0.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.724680+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.549452+00:00"
    },
    {
      "slug": "npm-mastra-mcp",
      "name": "@mastra/mcp",
      "description": "Mastra supports the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro), an open standard for connecting AI agents to external tools and resources. It serves as a universal plugin system, enabling agents to call tool",
      "website": "https://www.npmjs.com/package/@mastra/mcp",
      "github_url": "git+https://github.com/mastra-ai/mastra.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mastra/mcp"
        ]
      },
      "tags": [],
      "_version": "1.8.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.726828+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.552843+00:00"
    },
    {
      "slug": "npm-taiga-ui-mcp",
      "name": "@taiga-ui/mcp",
      "description": "Model Context Protocol server providing Taiga UI documentation search and scaffolding tools.",
      "website": "https://www.npmjs.com/package/@taiga-ui/mcp",
      "github_url": "git+https://github.com/taiga-family/taiga-ui-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@taiga-ui/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "taiga-ui",
        "taiga-ui-mcp",
        "ui-components",
        "typescript",
        "ai-tools",
        "claude"
      ],
      "_version": "0.2.3",
      "_publisher": "nsbarsukov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.731028+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.556565+00:00"
    },
    {
      "slug": "npm-mcp-b-transports",
      "name": "@mcp-b/transports",
      "description": "Browser transport implementations for Model Context Protocol (MCP) - postMessage, Chrome extension messaging, and iframe communication for AI agents and LLMs",
      "website": "https://www.npmjs.com/package/@mcp-b/transports",
      "github_url": "git+https://github.com/WebMCP-org/npm-packages.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-b/transports"
        ]
      },
      "tags": [
        "ai-agents",
        "ai-assistant",
        "ai-tools",
        "anthropic",
        "browser",
        "browser-automation",
        "browser-extension",
        "chatgpt"
      ],
      "_version": "2.3.2",
      "_publisher": "miguelspizza",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.733976+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.561806+00:00"
    },
    {
      "slug": "npm-mcpvals",
      "name": "mcpvals",
      "description": "Evaluation library for Model Context Protocol servers",
      "website": "https://www.npmjs.com/package/mcpvals",
      "github_url": "git+https://github.com/Kylejeong2/mcpvals.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcpvals"
        ]
      },
      "tags": [
        "mcp",
        "evaluation",
        "testing",
        "llm",
        "ai"
      ],
      "_version": "0.4.0",
      "_publisher": "kylejeong21",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.735981+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.560061+00:00"
    },
    {
      "slug": "npm-onmars-lunar-mcp",
      "name": "@onmars/lunar-mcp",
      "description": "MCP (Model Context Protocol) client for Lunar",
      "website": "https://www.npmjs.com/package/@onmars/lunar-mcp",
      "github_url": "git+https://github.com/onmars-tech/lunar.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@onmars/lunar-mcp"
        ]
      },
      "tags": [
        "lunar",
        "mcp",
        "model-context-protocol",
        "bun"
      ],
      "_version": "0.15.1",
      "_publisher": "marcelagotta",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.738126+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.564744+00:00"
    },
    {
      "slug": "npm-meta-ads-mcp",
      "name": "meta-ads-mcp",
      "description": "Model Context Protocol server for Meta Marketing API integration",
      "website": "https://www.npmjs.com/package/meta-ads-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "meta-ads-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "meta",
        "facebook",
        "instagram",
        "advertising",
        "marketing-api"
      ],
      "_version": "1.1.0",
      "_publisher": "brijr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.740014+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.565934+00:00"
    },
    {
      "slug": "npm-razorpay-blade-mcp",
      "name": "@razorpay/blade-mcp",
      "description": "Model Context Protocol server for Blade",
      "website": "https://www.npmjs.com/package/@razorpay/blade-mcp",
      "github_url": "git+ssh://git@github.com/razorpay/blade.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@razorpay/blade-mcp"
        ]
      },
      "tags": [
        "razorpay",
        "blade",
        "mcp",
        "anthropic"
      ],
      "_version": "1.26.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.745011+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.573147+00:00"
    },
    {
      "slug": "npm-fa-mcp-sdk",
      "name": "fa-mcp-sdk",
      "description": "Core infrastructure and templates for building Model Context Protocol (MCP) servers with TypeScript",
      "website": "https://www.npmjs.com/package/fa-mcp-sdk",
      "github_url": "git+https://github.com/Bazilio-san/fa-mcp-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "fa-mcp-sdk"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "typescript",
        "server",
        "framework",
        "template",
        "claude",
        "ai"
      ],
      "_version": "0.4.142",
      "_publisher": "bazilio-san",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.748406+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.577344+00:00"
    },
    {
      "slug": "npm-open-meteo-mcp-server",
      "name": "open-meteo-mcp-server",
      "description": "Model Context Protocol server for Open-Meteo weather APIs",
      "website": "https://www.npmjs.com/package/open-meteo-mcp-server",
      "github_url": "git+https://github.com/cmer81/open-meteo-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "open-meteo-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "weather",
        "open-meteo",
        "forecast",
        "api"
      ],
      "_version": "1.6.1",
      "_publisher": "cm3r",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.751330+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.578564+00:00"
    },
    {
      "slug": "npm-twilio-alpha-openapi-mcp-server",
      "name": "@twilio-alpha/openapi-mcp-server",
      "description": "A Model Context Protocol server that to expose OpenAPI specs.",
      "website": "https://www.npmjs.com/package/@twilio-alpha/openapi-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@twilio-alpha/openapi-mcp-server"
        ]
      },
      "tags": [
        "model context protocol",
        "mcp",
        "openapi"
      ],
      "_version": "0.7.0",
      "_publisher": "twilio-alpha-ci",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.753326+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.580079+00:00"
    },
    {
      "slug": "npm-azure-mcp-win32-arm64",
      "name": "@azure/mcp-win32-arm64",
      "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on arm64",
      "website": "https://www.npmjs.com/package/@azure/mcp-win32-arm64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-win32-arm64"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "3.0.0-beta.11",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.755912+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.581401+00:00"
    },
    {
      "slug": "npm-gitee-mcp-gitee-linux-amd64",
      "name": "@gitee/mcp-gitee-linux-amd64",
      "description": "Model Context Protocol (MCP) server for Gitee",
      "website": "https://www.npmjs.com/package/@gitee/mcp-gitee-linux-amd64",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gitee/mcp-gitee-linux-amd64"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "jj-h",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.757356+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.582240+00:00"
    },
    {
      "slug": "npm-insforge-mcp",
      "name": "@insforge/mcp",
      "description": "MCP (Model Context Protocol) server for Insforge backend-as-a-service",
      "website": "https://www.npmjs.com/package/@insforge/mcp",
      "github_url": "git+https://github.com/InsForge/insforge-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@insforge/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "insforge",
        "backend-as-a-service"
      ],
      "_version": "1.2.11",
      "_publisher": "tony430",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.758873+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.583193+00:00"
    },
    {
      "slug": "npm-burtthecoder-mcp-shodan",
      "name": "@burtthecoder/mcp-shodan",
      "description": "A Model Context Protocol server for Shodan API queries.",
      "website": "https://www.npmjs.com/package/@burtthecoder/mcp-shodan",
      "github_url": "git+https://github.com/BurtTheCoder/mcp-shodan.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@burtthecoder/mcp-shodan"
        ]
      },
      "tags": [
        "mcp",
        "shodan",
        "mcp-shodan",
        "cybersecurity",
        "agents",
        "network-reconnaissance",
        "security-tools",
        "shodan-api"
      ],
      "_version": "1.0.22",
      "_publisher": "burtmacklin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.763688+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.588273+00:00"
    },
    {
      "slug": "npm-vibe-agent-toolkit-gateway-mcp",
      "name": "@vibe-agent-toolkit/gateway-mcp",
      "description": "MCP Gateway for exposing VAT agents through Model Context Protocol",
      "website": "https://www.npmjs.com/package/@vibe-agent-toolkit/gateway-mcp",
      "github_url": "git+https://github.com/jdutton/vibe-agent-toolkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vibe-agent-toolkit/gateway-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "agents",
        "vat"
      ],
      "_version": "0.1.38",
      "_publisher": "jeffrdutton",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.765283+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.589777+00:00"
    },
    {
      "slug": "npm-breadstone-archipel-platform-mcp",
      "name": "@breadstone/archipel-platform-mcp",
      "description": "Reusable MCP (Model Context Protocol) server module for NestJS applications",
      "website": "https://www.npmjs.com/package/@breadstone/archipel-platform-mcp",
      "github_url": "git+https://github.com/RueDeRennes/archipel.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@breadstone/archipel-platform-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "nestjs",
        "llm",
        "ai",
        "archipel"
      ],
      "_version": "0.0.41",
      "_publisher": "ruederennes",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.768296+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.592262+00:00"
    },
    {
      "slug": "npm-mcpcat",
      "name": "mcpcat",
      "description": "Analytics tool for MCP (Model Context Protocol) servers - tracks tool usage patterns and provides insights",
      "website": "https://www.npmjs.com/package/mcpcat",
      "github_url": "git+https://github.com/MCPCat/mcpcat-typescript-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcpcat"
        ]
      },
      "tags": [
        "ai",
        "authentication",
        "mcp",
        "observability",
        "ai-agents",
        "ai-platform",
        "ai-agent",
        "mcps"
      ],
      "_version": "0.1.16",
      "_publisher": "mcpcat",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.770074+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.593675+00:00"
    },
    {
      "slug": "npm-jason-today-webmcp",
      "name": "@jason.today/webmcp",
      "description": "WebSocket-based Model Context Protocol implementation",
      "website": "https://www.npmjs.com/package/@jason.today/webmcp",
      "github_url": "git+https://github.com/jasonjmcghee/webmcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jason.today/webmcp"
        ]
      },
      "tags": [],
      "_version": "0.1.13",
      "_publisher": "jason_today",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.772313+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.594839+00:00"
    },
    {
      "slug": "npm-gongrzhe-server-calendar-autoauth-mcp",
      "name": "@gongrzhe/server-calendar-autoauth-mcp",
      "description": "A Model Context Protocol server for Google Calendar integration with auto authentication",
      "website": "https://www.npmjs.com/package/@gongrzhe/server-calendar-autoauth-mcp",
      "github_url": "git+https://github.com/gongrzhe/server-calendar-autoauth-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gongrzhe/server-calendar-autoauth-mcp"
        ]
      },
      "tags": [
        "calendar",
        "events",
        "scheduling",
        "mcp",
        "model-context-protocol",
        "google-calendar",
        "claude",
        "cursor"
      ],
      "_version": "1.0.2",
      "_publisher": "gongrzhe",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.777730+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.598686+00:00"
    },
    {
      "slug": "npm-debugbundle-mcp",
      "name": "@debugbundle/mcp",
      "description": "Model Context Protocol server for DebugBundle",
      "website": "https://www.npmjs.com/package/@debugbundle/mcp",
      "github_url": "git+https://github.com/debugbundle/debugbundle.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@debugbundle/mcp"
        ]
      },
      "tags": [
        "debugbundle",
        "debugging",
        "ai-agent",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.1.8",
      "_publisher": "owenfar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.779788+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.600488+00:00"
    },
    {
      "slug": "npm-progress-kendo-react-mcp",
      "name": "@progress/kendo-react-mcp",
      "description": "Model Context Protocol for KendoReact",
      "website": "https://www.npmjs.com/package/@progress/kendo-react-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@progress/kendo-react-mcp"
        ]
      },
      "tags": [
        "MCP Server",
        "Model Context Protocol",
        "React",
        "Kendo",
        "Progress",
        "AI",
        "Copilot",
        "KendoReact"
      ],
      "_version": "1.8.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.781906+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.603344+00:00"
    },
    {
      "slug": "npm-azure-mcp-linux-arm64",
      "name": "@azure/mcp-linux-arm64",
      "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for linux on arm64",
      "website": "https://www.npmjs.com/package/@azure/mcp-linux-arm64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-linux-arm64"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "3.0.0-beta.11",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.784852+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.605186+00:00"
    },
    {
      "slug": "npm-git-mcp-server",
      "name": "git-mcp-server",
      "description": "A Model Context Protocol server",
      "website": "https://www.npmjs.com/package/git-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "git-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "tusharsoni",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.788594+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.608603+00:00"
    },
    {
      "slug": "npm-peac-mappings-mcp",
      "name": "@peac/mappings-mcp",
      "description": "Model Context Protocol (MCP) integration for PEAC",
      "website": "https://www.npmjs.com/package/@peac/mappings-mcp",
      "github_url": "git+https://github.com/peacprotocol/peac.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@peac/mappings-mcp"
        ]
      },
      "tags": [
        "peac",
        "peacprotocol",
        "interaction-records",
        "signed-records",
        "receipts",
        "originary",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.14.5",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.790752+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.610338+00:00"
    },
    {
      "slug": "npm-create-mcp-kit",
      "name": "create-mcp-kit",
      "description": "A CLI tool to create MCP (Model Context Protocol) applications with ease.",
      "website": "https://www.npmjs.com/package/create-mcp-kit",
      "github_url": "git+https://github.com/my-mcp-hub/mcp-kit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "create-mcp-kit"
        ]
      },
      "tags": [
        "mcp",
        "mcp server",
        "mcp client",
        "mcp host",
        "mcp kit",
        "mcp tool kit",
        "mcp cli",
        "cli"
      ],
      "_version": "1.0.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.794862+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.615268+00:00"
    },
    {
      "slug": "npm-microsoft-rayfin-mcp",
      "name": "@microsoft/rayfin-mcp",
      "description": "Rayfin Model Context Protocol tooling",
      "website": "https://www.npmjs.com/package/@microsoft/rayfin-mcp",
      "github_url": "git+https://github.com/microsoft/project-rayfin.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/rayfin-mcp"
        ]
      },
      "tags": [],
      "_version": "1.30.0",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.797048+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.622101+00:00"
    },
    {
      "slug": "npm-mcp-tool-kit-shared",
      "name": "@mcp-tool-kit/shared",
      "description": "A CLI tool to create MCP (Model Context Protocol) applications with ease.",
      "website": "https://www.npmjs.com/package/@mcp-tool-kit/shared",
      "github_url": "git+https://github.com/my-mcp-hub/mcp-kit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-tool-kit/shared"
        ]
      },
      "tags": [
        "mcp",
        "mcp server",
        "mcp client",
        "mcp host",
        "mcp kit",
        "mcp tool kit",
        "mcp cli",
        "cli"
      ],
      "_version": "1.0.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.800915+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.628910+00:00"
    },
    {
      "slug": "npm-hypothesi-tauri-mcp-server",
      "name": "@hypothesi/tauri-mcp-server",
      "description": "A Model Context Protocol server for use with Tauri v2 applications",
      "website": "https://www.npmjs.com/package/@hypothesi/tauri-mcp-server",
      "github_url": "git+https://github.com/hypothesi/mcp-server-tauri.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hypothesi/tauri-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "tauri",
        "automation",
        "screenshot",
        "verification",
        "testing",
        "debugging"
      ],
      "_version": "0.11.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.804424+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.636955+00:00"
    },
    {
      "slug": "npm-f4ww4z-mcp-mysql-server",
      "name": "@f4ww4z/mcp-mysql-server",
      "description": "A Model Context Protocol server for MySQL database operations",
      "website": "https://www.npmjs.com/package/@f4ww4z/mcp-mysql-server",
      "github_url": "git+https://github.com/f4ww4z/mcp-mysql-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@f4ww4z/mcp-mysql-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mysql",
        "database",
        "claude",
        "anthropic"
      ],
      "_version": "0.1.0",
      "_publisher": "f4ww4z",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.807234+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.644134+00:00"
    },
    {
      "slug": "npm-adenot-mcp-google-search",
      "name": "@adenot/mcp-google-search",
      "description": "A Model Context Protocol server for Google Search",
      "website": "https://www.npmjs.com/package/@adenot/mcp-google-search",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@adenot/mcp-google-search"
        ]
      },
      "tags": [],
      "_version": "0.3.1",
      "_publisher": "adenot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.810167+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.648205+00:00"
    },
    {
      "slug": "npm-revealui-mcp",
      "name": "@revealui/mcp",
      "description": "Model Context Protocol framework \u2014 MCP server hypervisor, adapter pattern, tool discovery, and adapters for Stripe, Supabase, and Vercel.",
      "website": "https://www.npmjs.com/package/@revealui/mcp",
      "github_url": "git+https://github.com/RevealUIStudio/revealui.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@revealui/mcp"
        ]
      },
      "tags": [
        "revealui",
        "mcp",
        "model-context-protocol",
        "ai",
        "tool-discovery",
        "servers"
      ],
      "_version": "0.4.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.812926+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.653659+00:00"
    },
    {
      "slug": "npm-webiny-mcp",
      "name": "@webiny/mcp",
      "description": "Webiny Model Context Protocol (MCP) server.",
      "website": "https://www.npmjs.com/package/@webiny/mcp",
      "github_url": "git+https://github.com/webiny/webiny-js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@webiny/mcp"
        ]
      },
      "tags": [],
      "_version": "6.3.0",
      "_publisher": "webiny",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.814658+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.657701+00:00"
    },
    {
      "slug": "npm-powerplatform-mcp",
      "name": "powerplatform-mcp",
      "description": "PowerPlatform Model Context Protocol server",
      "website": "https://www.npmjs.com/package/powerplatform-mcp",
      "github_url": "git+https://github.com/michsob/powerplatform-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "powerplatform-mcp"
        ]
      },
      "tags": [
        "powerplatform",
        "mcp",
        "model-context-protocol",
        "dynamics",
        "dataverse"
      ],
      "_version": "2.4.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.817888+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.662175+00:00"
    },
    {
      "slug": "npm-lousy-agents-mcp",
      "name": "@lousy-agents/mcp",
      "description": "MCP server for lousy-agents - provides AI coding assistant tools via the Model Context Protocol",
      "website": "https://www.npmjs.com/package/@lousy-agents/mcp",
      "github_url": "git+https://github.com/zpratt/lousy-agents.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lousy-agents/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "copilot",
        "github-copilot",
        "coding-assistant"
      ],
      "_version": "5.14.10",
      "_publisher": "lousy-agents",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.820514+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.666072+00:00"
    },
    {
      "slug": "npm-oclif-plugin-mcp-server",
      "name": "oclif-plugin-mcp-server",
      "description": "A plugin for the oclif CLI framework that automatically discovers commands and serves them through the Model Context Protocol (MCP).",
      "website": "https://www.npmjs.com/package/oclif-plugin-mcp-server",
      "github_url": "git+https://github.com/npjonath/oclif-plugin-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "oclif-plugin-mcp-server"
        ]
      },
      "tags": [
        "oclif-plugin"
      ],
      "_version": "0.7.1",
      "_publisher": "npjonath",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.822816+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.670499+00:00"
    },
    {
      "slug": "npm-antonytm-mcp-sitecore-server",
      "name": "@antonytm/mcp-sitecore-server",
      "description": "A Model Context Protocol server for Sitecore",
      "website": "https://www.npmjs.com/package/@antonytm/mcp-sitecore-server",
      "github_url": "git+https://github.com/Antonytm/mcp-sitecore-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@antonytm/mcp-sitecore-server"
        ]
      },
      "tags": [],
      "_version": "1.3.12",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.824355+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.675175+00:00"
    },
    {
      "slug": "npm-awesome-copilot-mcp",
      "name": "awesome-copilot-mcp",
      "description": "Model Context Protocol server for awesome-copilot agents and collections",
      "website": "https://www.npmjs.com/package/awesome-copilot-mcp",
      "github_url": "git+https://github.com/RbBtSn0w/awesome-copilot-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "awesome-copilot-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "agents",
        "awesome-copilot",
        "github-copilot"
      ],
      "_version": "0.8.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.829340+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.678838+00:00"
    },
    {
      "slug": "npm-huggingface-mcp-client",
      "name": "@huggingface/mcp-client",
      "description": "Client for the Model Context Protocol",
      "website": "https://www.npmjs.com/package/@huggingface/mcp-client",
      "github_url": "git+https://github.com/huggingface/huggingface.js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@huggingface/mcp-client"
        ]
      },
      "tags": [
        "huggingface",
        "mcp",
        "model context protocol",
        "client",
        "agent",
        "tiny-agent"
      ],
      "_version": "0.2.3",
      "_publisher": "coyotte508",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.831935+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.683292+00:00"
    },
    {
      "slug": "npm-rudderjs-mcp",
      "name": "@rudderjs/mcp",
      "description": "MCP (Model Context Protocol) server framework for RudderJS",
      "website": "https://www.npmjs.com/package/@rudderjs/mcp",
      "github_url": "git+https://github.com/rudderjs/rudder.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rudderjs/mcp"
        ]
      },
      "tags": [],
      "_version": "6.1.0",
      "_publisher": "suleimansh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.835348+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.688483+00:00"
    },
    {
      "slug": "npm-mcp-graphql-schema",
      "name": "mcp-graphql-schema",
      "description": "Model Context Protocol server for GraphQL schemas",
      "website": "https://www.npmjs.com/package/mcp-graphql-schema",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-graphql-schema"
        ]
      },
      "tags": [
        "mcp",
        "graphql",
        "graphql schema",
        "model context protocol"
      ],
      "_version": "0.0.2",
      "_publisher": "hannesj",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.838291+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.693671+00:00"
    },
    {
      "slug": "npm-omerrgocmen-json2video-mcp",
      "name": "@omerrgocmen/json2video-mcp",
      "description": "Model Context Protocol (MCP) server for json2video API integration.",
      "website": "https://www.npmjs.com/package/@omerrgocmen/json2video-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@omerrgocmen/json2video-mcp"
        ]
      },
      "tags": [
        "mcp",
        "json2video",
        "video",
        "llm",
        "server",
        "model-context-protocol",
        "ai",
        "artificial-intelligence"
      ],
      "_version": "1.3.1",
      "_publisher": "omerrgocmen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.840382+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.698265+00:00"
    },
    {
      "slug": "npm-idachev-mcp-javadc",
      "name": "@idachev/mcp-javadc",
      "description": "Model Context Protocol (MCP) server for Java decompilation",
      "website": "https://www.npmjs.com/package/@idachev/mcp-javadc",
      "github_url": "git+https://github.com/idachev/mcp-javadc.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@idachev/mcp-javadc"
        ]
      },
      "tags": [
        "mcp",
        "java",
        "decompiler",
        "modelcontextprotocol",
        "bytecode"
      ],
      "_version": "1.2.4",
      "_publisher": "idachev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.846392+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.701507+00:00"
    },
    {
      "slug": "npm-mcp-bamboohr",
      "name": "mcp-bamboohr",
      "description": "Model Context Protocol server for BambooHR API integration",
      "website": "https://www.npmjs.com/package/mcp-bamboohr",
      "github_url": "git+https://github.com/evrimalacan/mcp-bamboohr.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-bamboohr"
        ]
      },
      "tags": [
        "mcp",
        "bamboohr",
        "api",
        "server",
        "hr",
        "model-context-protocol",
        "ai",
        "assistant"
      ],
      "_version": "1.1.6",
      "_publisher": "evrimalacan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.848907+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.705744+00:00"
    },
    {
      "slug": "npm-talzach-mcp-angular-cli",
      "name": "@talzach/mcp-angular-cli",
      "description": "Model Context Protocol servers for Angular CLI",
      "website": "https://www.npmjs.com/package/@talzach/mcp-angular-cli",
      "github_url": "git+https://github.com/talzach/mcp-angular-cli.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@talzach/mcp-angular-cli"
        ]
      },
      "tags": [
        "Angular CLI",
        "AI",
        "Claude MCP"
      ],
      "_version": "1.0.0",
      "_publisher": "talzach",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.852498+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.711655+00:00"
    },
    {
      "slug": "npm-jkawwa-paperclipai-mcp-server",
      "name": "@jkawwa/paperclipai-mcp-server",
      "description": "Model Context Protocol server for Paperclip.",
      "website": "https://www.npmjs.com/package/@jkawwa/paperclipai-mcp-server",
      "github_url": "git+https://github.com/paperclipai/paperclip.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jkawwa/paperclipai-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.3.1-jk.10",
      "_publisher": "jkawwa",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.854308+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.716705+00:00"
    },
    {
      "slug": "npm-heroui-native-mcp",
      "name": "@heroui/native-mcp",
      "description": "MCP server for HeroUI Native component documentation via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@heroui/native-mcp",
      "github_url": "git+https://github.com/heroui-inc/heroui-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@heroui/native-mcp"
        ]
      },
      "tags": [
        "mcp",
        "heroui",
        "heroui-native",
        "react-native",
        "model-context-protocol",
        "ai",
        "llm"
      ],
      "_version": "1.1.0",
      "_publisher": "juniorgarciadev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.855884+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.721240+00:00"
    },
    {
      "slug": "npm-adamhancock-bullmq-mcp",
      "name": "@adamhancock/bullmq-mcp",
      "description": "Model Context Protocol server for BullMQ job queue management",
      "website": "https://www.npmjs.com/package/@adamhancock/bullmq-mcp",
      "github_url": "git+https://github.com/adamhancock/bullmq-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@adamhancock/bullmq-mcp"
        ]
      },
      "tags": [
        "bullmq-mcp",
        "bullmq",
        "mcp",
        "model-context-protocol",
        "claude",
        "claude-desktop",
        "redis",
        "queue"
      ],
      "_version": "1.0.7",
      "_publisher": "adam1571",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.859282+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.723949+00:00"
    },
    {
      "slug": "npm-delorenj-mcp-server-ticketmaster",
      "name": "@delorenj/mcp-server-ticketmaster",
      "description": "A Model Context Protocol server for discovering events, venues, and attractions through the Ticketmaster Discovery API",
      "website": "https://www.npmjs.com/package/@delorenj/mcp-server-ticketmaster",
      "github_url": "git+https://github.com/delorenj/mcp-server-ticketmaster.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@delorenj/mcp-server-ticketmaster"
        ]
      },
      "tags": [
        "mcp",
        "ticketmaster",
        "events",
        "venues",
        "attractions",
        "discovery-api"
      ],
      "_version": "0.2.5",
      "_publisher": "lasertoast",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.861935+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.728501+00:00"
    },
    {
      "slug": "npm-hectormr206-appflowy-mcp",
      "name": "@hectormr206/appflowy-mcp",
      "description": "Model Context Protocol server for AppFlowy Cloud",
      "website": "https://www.npmjs.com/package/@hectormr206/appflowy-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hectormr206/appflowy-mcp"
        ]
      },
      "tags": [],
      "_version": "0.9.1",
      "_publisher": "hectormr206",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.868720+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.738259+00:00"
    },
    {
      "slug": "npm-notebooklm-mcp-server",
      "name": "notebooklm-mcp-server",
      "description": "Node.js Model Context Protocol server for Google NotebookLM",
      "website": "https://www.npmjs.com/package/notebooklm-mcp-server",
      "github_url": "git+https://github.com/moodRobotics/notebooklm-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "notebooklm-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "notebooklm",
        "google",
        "ai",
        "server"
      ],
      "_version": "3.0.7",
      "_publisher": "moodrobotics",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.871115+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.742215+00:00"
    },
    {
      "slug": "npm-kb-labs-agent-mcp",
      "name": "@kb-labs/agent-mcp",
      "description": "MCP (Model Context Protocol) integration for KB Labs Agents. Client \u2192 MCPToolPack + Server \u2192 agent as MCP endpoint.",
      "website": "https://www.npmjs.com/package/@kb-labs/agent-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kb-labs/agent-mcp"
        ]
      },
      "tags": [],
      "_version": "2.94.0",
      "_publisher": "k.baranov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.873030+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.747741+00:00"
    },
    {
      "slug": "npm-mcp-accessibility-scanner",
      "name": "mcp-accessibility-scanner",
      "description": "A Model Context Protocol (MCP) server for performing automated accessibility scans of web pages using Playwright and Axe-core",
      "website": "https://www.npmjs.com/package/mcp-accessibility-scanner",
      "github_url": "git+https://github.com/JustasMonkev/mcp-accessibility-scanner.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-accessibility-scanner"
        ]
      },
      "tags": [
        "mcp",
        "accessibility",
        "a11y",
        "wcag",
        "axe-core",
        "playwright",
        "claude",
        "model-context-protocol"
      ],
      "_version": "2.0.10",
      "_publisher": "justasmonkev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.874619+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.751202+00:00"
    },
    {
      "slug": "npm-berthojoris-mcp-mysql-server",
      "name": "@berthojoris/mcp-mysql-server",
      "description": "Model Context Protocol server for MySQL database integration with dynamic per-project permissions",
      "website": "https://www.npmjs.com/package/@berthojoris/mcp-mysql-server",
      "github_url": "git+https://github.com/berthojoris/mysql-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@berthojoris/mcp-mysql-server"
        ]
      },
      "tags": [
        "mcp",
        "mysql",
        "database",
        "llm",
        "ai",
        "model-context-protocol",
        "claude",
        "cline"
      ],
      "_version": "1.43.0",
      "_publisher": "berthojoris",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.876241+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.754038+00:00"
    },
    {
      "slug": "npm-azure-mcp-darwin-x64",
      "name": "@azure/mcp-darwin-x64",
      "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on x64",
      "website": "https://www.npmjs.com/package/@azure/mcp-darwin-x64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-darwin-x64"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "3.0.0-beta.11",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.879180+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.756358+00:00"
    },
    {
      "slug": "npm-microsoft-fabric-mcp",
      "name": "@microsoft/fabric-mcp",
      "description": "Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric",
      "website": "https://www.npmjs.com/package/@microsoft/fabric-mcp",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/fabric-mcp"
        ]
      },
      "tags": [
        "fabric",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "1.0.0",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.881188+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.761532+00:00"
    },
    {
      "slug": "npm-hevy-mcp",
      "name": "hevy-mcp",
      "description": "A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API.",
      "website": "https://www.npmjs.com/package/hevy-mcp",
      "github_url": "git+https://github.com/chrisdoc/hevy-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hevy-mcp"
        ]
      },
      "tags": [
        "api",
        "fitness",
        "hevy",
        "mcp",
        "model context protocol"
      ],
      "_version": "1.23.13",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.886840+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.768910+00:00"
    },
    {
      "slug": "npm-kolide-mcp-server",
      "name": "kolide-mcp-server",
      "description": "Model Context Protocol server for Kolide security platform",
      "website": "https://www.npmjs.com/package/kolide-mcp-server",
      "github_url": "git+https://github.com/CoreWeave-Sandbox/kolide-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kolide-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "kolide",
        "security",
        "device-management",
        "modelcontextprotocol"
      ],
      "_version": "0.12.5",
      "_publisher": "tehreet",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.889690+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.771527+00:00"
    },
    {
      "slug": "npm-pulumi-mcp-server",
      "name": "@pulumi/mcp-server",
      "description": "A server implementing the Model Context Protocol for Pulumi.",
      "website": "https://www.npmjs.com/package/@pulumi/mcp-server",
      "github_url": "git+https://github.com/pulumi/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pulumi/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.2.0",
      "_publisher": "pulumi-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.894909+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.774408+00:00"
    },
    {
      "slug": "npm-typingmind-mcp",
      "name": "@typingmind/mcp",
      "description": "Model Context Protocol (MCP) servers runner for TypingMind",
      "website": "https://www.npmjs.com/package/@typingmind/mcp",
      "github_url": "git+https://github.com/TypingMind/typingmind-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@typingmind/mcp"
        ]
      },
      "tags": [
        "ai",
        "mcp",
        "model",
        "context",
        "protocol",
        "typingmind"
      ],
      "_version": "1.4.1",
      "_publisher": "typingmind",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.898454+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.782994+00:00"
    },
    {
      "slug": "npm-lishenxydlgzs-aws-athena-mcp",
      "name": "@lishenxydlgzs/aws-athena-mcp",
      "description": "Model Context Protocol (MCP) server for running AWS Athena queries",
      "website": "https://www.npmjs.com/package/@lishenxydlgzs/aws-athena-mcp",
      "github_url": "git+https://github.com/lishenxydlgzs/aws-athena-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lishenxydlgzs/aws-athena-mcp"
        ]
      },
      "tags": [
        "mcp",
        "aws",
        "athena",
        "modelcontextprotocol",
        "llm",
        "ai"
      ],
      "_version": "1.0.1",
      "_publisher": "lishenxydlgzs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.901948+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.785291+00:00"
    },
    {
      "slug": "npm-pinecone-database-mcp",
      "name": "@pinecone-database/mcp",
      "description": "Model Context Protocol server for Pinecone - enables AI assistants to interact with Pinecone indexes and documentation",
      "website": "https://www.npmjs.com/package/@pinecone-database/mcp",
      "github_url": "git+https://github.com/pinecone-io/pinecone-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pinecone-database/mcp"
        ]
      },
      "tags": [
        "mcp",
        "pinecone",
        "vector-database",
        "ai",
        "model-context-protocol"
      ],
      "_version": "0.2.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.903926+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.788603+00:00"
    },
    {
      "slug": "npm-democratize-technology-vikunja-mcp",
      "name": "@democratize-technology/vikunja-mcp",
      "description": "Model Context Protocol server for Vikunja task management",
      "website": "https://www.npmjs.com/package/@democratize-technology/vikunja-mcp",
      "github_url": "git+https://github.com/democratize-technology/vikunja-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@democratize-technology/vikunja-mcp"
        ]
      },
      "tags": [
        "mcp",
        "vikunja",
        "task-management",
        "model-context-protocol",
        "ai-assistant",
        "todo",
        "productivity",
        "automation"
      ],
      "_version": "0.2.0",
      "_publisher": "jeremy-green",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.906685+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.790962+00:00"
    },
    {
      "slug": "npm-flipt-io-mcp-server-flipt",
      "name": "@flipt-io/mcp-server-flipt",
      "description": "Model Context Protocol server for Flipt",
      "website": "https://www.npmjs.com/package/@flipt-io/mcp-server-flipt",
      "github_url": "git+https://github.com/flipt-io/mcp-server-flipt.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@flipt-io/mcp-server-flipt"
        ]
      },
      "tags": [],
      "_version": "0.0.2",
      "_publisher": "markphelps",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.908177+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.795418+00:00"
    },
    {
      "slug": "npm-newrelic-mcp",
      "name": "newrelic-mcp",
      "description": "Model Context Protocol server for New Relic observability platform integration",
      "website": "https://www.npmjs.com/package/newrelic-mcp",
      "github_url": "git+https://github.com/cloudbring/newrelic-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "newrelic-mcp"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "newrelic",
        "observability",
        "monitoring",
        "apm",
        "nrql",
        "alerts"
      ],
      "_version": "2.0.0",
      "_publisher": "cloudbring",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.912313+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.799444+00:00"
    },
    {
      "slug": "npm-ssh-mcp",
      "name": "ssh-mcp",
      "description": "MCP server exposing SSH control for Linux and Windows systems via Model Context Protocol.",
      "website": "https://www.npmjs.com/package/ssh-mcp",
      "github_url": "git+https://github.com/tufantunc/ssh-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "ssh-mcp"
        ]
      },
      "tags": [
        "ssh",
        "mcp",
        "model-context-protocol",
        "server",
        "windows",
        "linux",
        "automation",
        "remote"
      ],
      "_version": "1.5.0",
      "_publisher": "tufantunc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.917564+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.803652+00:00"
    },
    {
      "slug": "npm-kazuph-mcp-taskmanager",
      "name": "@kazuph/mcp-taskmanager",
      "description": "Model Context Protocol server for Task Management",
      "website": "https://www.npmjs.com/package/@kazuph/mcp-taskmanager",
      "github_url": "git+https://github.com/kazuph/mcp-taskmanager.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kazuph/mcp-taskmanager"
        ]
      },
      "tags": [
        "taskmanager",
        "mcp",
        "claude"
      ],
      "_version": "1.0.2",
      "_publisher": "kazuph",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.919800+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.806186+00:00"
    },
    {
      "slug": "npm-squawk-mcp",
      "name": "@squawk/mcp",
      "description": "Model Context Protocol server exposing squawk's aviation libraries as tools for LLM clients",
      "website": "https://www.npmjs.com/package/@squawk/mcp",
      "github_url": "git+https://github.com/neilcochran/squawk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@squawk/mcp"
        ]
      },
      "tags": [
        "aviation",
        "typescript",
        "mcp",
        "model-context-protocol",
        "llm",
        "claude",
        "anthropic"
      ],
      "_version": "0.9.0",
      "_publisher": "neilcochran",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.922443+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.810238+00:00"
    },
    {
      "slug": "npm-thevgergroup-apollo-io-mcp",
      "name": "@thevgergroup/apollo-io-mcp",
      "description": "Model Context Protocol (MCP) server for Apollo.io API integration",
      "website": "https://www.npmjs.com/package/@thevgergroup/apollo-io-mcp",
      "github_url": "git+https://github.com/thevgergroup/apollo-io-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@thevgergroup/apollo-io-mcp"
        ]
      },
      "tags": [
        "mcp",
        "apollo",
        "api",
        "sales",
        "prospecting",
        "lead-generation"
      ],
      "_version": "2.2.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.928949+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.818847+00:00"
    },
    {
      "slug": "npm-twilio-alpha-mcp",
      "name": "@twilio-alpha/mcp",
      "description": "This is a Model Context Protocol server that exposes all of Twilio APIs.",
      "website": "https://www.npmjs.com/package/@twilio-alpha/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@twilio-alpha/mcp"
        ]
      },
      "tags": [
        "model context protocol",
        "mcp",
        "openapi",
        "twilio",
        "twilio api"
      ],
      "_version": "0.7.0",
      "_publisher": "twilio-alpha-ci",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.932422+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.823343+00:00"
    },
    {
      "slug": "npm-fit-wiki-mcp",
      "name": "fit-wiki-mcp",
      "description": "Model Context Protocol server and CLI for FIT Wiki.",
      "website": "https://www.npmjs.com/package/fit-wiki-mcp",
      "github_url": "git+https://github.com/usatiuk/fit-wiki-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "fit-wiki-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "dokuwiki",
        "fit-wiki",
        "cvut"
      ],
      "_version": "0.1.10",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.937972+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.833948+00:00"
    },
    {
      "slug": "npm-wrongstack-mcp",
      "name": "@wrongstack/mcp",
      "description": "WrongStack Model Context Protocol client and registry: stdio, SSE, and streamable HTTP transports.",
      "website": "https://www.npmjs.com/package/@wrongstack/mcp",
      "github_url": "git+https://github.com/WrongStack/WrongStack.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wrongstack/mcp"
        ]
      },
      "tags": [],
      "_version": "0.7.0",
      "_publisher": "ersinkoc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.939675+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.830389+00:00"
    },
    {
      "slug": "npm-strav-mcp",
      "name": "@strav/mcp",
      "description": "Model Context Protocol (MCP) server for the Strav framework",
      "website": "https://www.npmjs.com/package/@strav/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@strav/mcp"
        ]
      },
      "tags": [],
      "_version": "0.4.29",
      "_publisher": "strav",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.942213+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.845478+00:00"
    },
    {
      "slug": "npm-mcp-gsuite",
      "name": "mcp-gsuite",
      "description": "A Model Context Protocol server",
      "website": "https://www.npmjs.com/package/mcp-gsuite",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-gsuite"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "rishipradeep12",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.943883+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.841710+00:00"
    },
    {
      "slug": "npm-mcp-trello",
      "name": "mcp-trello",
      "description": "A Model Context Protocol server for Trello",
      "website": "https://www.npmjs.com/package/mcp-trello",
      "github_url": "git+https://github.com/hint-services/mcp-trello.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-trello"
        ]
      },
      "tags": [],
      "_version": "0.4.0",
      "_publisher": "hoffination",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.946554+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.849531+00:00"
    },
    {
      "slug": "npm-goplausible-algorand-mcp",
      "name": "@goplausible/algorand-mcp",
      "description": "Algorand Model Context Protocol Local Implementation",
      "website": "https://www.npmjs.com/package/@goplausible/algorand-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@goplausible/algorand-mcp"
        ]
      },
      "tags": [
        "algorand",
        "mcp",
        "blockchain",
        "model-context-protocol"
      ],
      "_version": "4.2.5",
      "_publisher": "emg110",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.948225+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.854666+00:00"
    },
    {
      "slug": "npm-hackle-io-hackle-mcp",
      "name": "@hackle-io/hackle-mcp",
      "description": "Model Context Protocol server for Hackle",
      "website": "https://www.npmjs.com/package/@hackle-io/hackle-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hackle-io/hackle-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "ai",
        "analytics",
        "experiment",
        "abtest",
        "feature-flag"
      ],
      "_version": "1.3.0",
      "_publisher": "hackler",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.950147+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.860241+00:00"
    },
    {
      "slug": "npm-epic-web-workshop-mcp",
      "name": "@epic-web/workshop-mcp",
      "description": "An MCP (Model Context Protocol) server intended for use inside Epic Workshop repositories.",
      "website": "https://www.npmjs.com/package/@epic-web/workshop-mcp",
      "github_url": "git+https://github.com/epicweb-dev/epicshop.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@epic-web/workshop-mcp"
        ]
      },
      "tags": [],
      "_version": "6.90.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.953175+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.865342+00:00"
    },
    {
      "slug": "npm-likec4-mcp",
      "name": "@likec4/mcp",
      "description": "Model Context Protocol server for LikeC4",
      "website": "https://www.npmjs.com/package/@likec4/mcp",
      "github_url": "git+https://github.com/likec4/likec4.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@likec4/mcp"
        ]
      },
      "tags": [
        "likec4",
        "mcp",
        "model context protocol",
        "server"
      ],
      "_version": "1.57.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.957020+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.871354+00:00"
    },
    {
      "slug": "npm-progress-kendo-angular-mcp",
      "name": "@progress/kendo-angular-mcp",
      "description": "Model Context Protocol for Kendo UI for Angular",
      "website": "https://www.npmjs.com/package/@progress/kendo-angular-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@progress/kendo-angular-mcp"
        ]
      },
      "tags": [
        "MCP Server",
        "Model Context Protocol",
        "Angular",
        "Kendo",
        "Progress",
        "AI",
        "Copilot",
        "Kendo UI for Angular"
      ],
      "_version": "1.7.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.960882+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.876532+00:00"
    },
    {
      "slug": "npm-automagik-genie",
      "name": "automagik-genie",
      "description": "Self-evolving AI agent orchestration framework with Model Context Protocol support",
      "website": "https://www.npmjs.com/package/automagik-genie",
      "github_url": "git+https://github.com/namastexlabs/automagik-genie.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "automagik-genie"
        ]
      },
      "tags": [
        "ai",
        "agent",
        "orchestration",
        "mcp",
        "model-context-protocol",
        "claude",
        "codex",
        "automation"
      ],
      "_version": "2.5.27",
      "_publisher": "namastex888",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.963090+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.880298+00:00"
    },
    {
      "slug": "npm-mcp-mongo-server",
      "name": "mcp-mongo-server",
      "description": "A Model Context Protocol server for MongoDB connections",
      "website": "https://www.npmjs.com/package/mcp-mongo-server",
      "github_url": "git+https://github.com/kiliczsh/mcp-mongo-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-mongo-server"
        ]
      },
      "tags": [
        "claude",
        "claude-desktop",
        "mcp",
        "mongo",
        "mongodb",
        "model-context-protocol",
        "llm",
        "mcp-server"
      ],
      "_version": "2.0.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.964552+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.884853+00:00"
    },
    {
      "slug": "npm-clawdb-mcp-adapter",
      "name": "@clawdb/mcp-adapter",
      "description": "Model Context Protocol server for exposing ClawDB over stdio.",
      "website": "https://www.npmjs.com/package/@clawdb/mcp-adapter",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@clawdb/mcp-adapter"
        ]
      },
      "tags": [],
      "_version": "0.1.8",
      "_publisher": "uncletom",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.966358+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.888969+00:00"
    },
    {
      "slug": "npm-chatwork-mcp-server",
      "name": "@chatwork/mcp-server",
      "description": "MCP (Model Context Protocol) server for operating Chatwork from AI",
      "website": "https://www.npmjs.com/package/@chatwork/mcp-server",
      "github_url": "git+https://github.com/chatwork/chatwork-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@chatwork/mcp-server"
        ]
      },
      "tags": [
        "kubell",
        "Chatwork",
        "MCP",
        "AI"
      ],
      "_version": "0.0.4",
      "_publisher": "chatwork",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.968421+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.893678+00:00"
    },
    {
      "slug": "npm-mcp-sqlite",
      "name": "mcp-sqlite",
      "description": "Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities",
      "website": "https://www.npmjs.com/package/mcp-sqlite",
      "github_url": "git+https://github.com/jparkerweb/mcp-sqlite.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-sqlite"
        ]
      },
      "tags": [
        "mcp",
        "sqlite",
        "database",
        "llm",
        "cursor",
        "windsurf",
        "ide",
        "development"
      ],
      "_version": "1.0.9",
      "_publisher": "jparkerweb",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.970450+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.897673+00:00"
    },
    {
      "slug": "npm-mcp-postgres-server",
      "name": "mcp-postgres-server",
      "description": "A Model Context Protocol server for PostgreSQL database operations",
      "website": "https://www.npmjs.com/package/mcp-postgres-server",
      "github_url": "git+https://github.com/antonorlov/mcp-postgres-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-postgres-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "postgres",
        "postgresql",
        "database",
        "claude",
        "anthropic"
      ],
      "_version": "0.1.3",
      "_publisher": "anton_ov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.971811+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.903670+00:00"
    },
    {
      "slug": "npm-epicdm-flowstate-mcp-web-transport",
      "name": "@epicdm/flowstate-mcp-web-transport",
      "description": "HTTP/SSE web transport for Model Context Protocol",
      "website": "https://www.npmjs.com/package/@epicdm/flowstate-mcp-web-transport",
      "github_url": "git+https://github.com/epicdm/epic-flowstate.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@epicdm/flowstate-mcp-web-transport"
        ]
      },
      "tags": [
        "mcp",
        "transport",
        "http",
        "sse",
        "anthropic"
      ],
      "_version": "1.0.7",
      "_publisher": "spencer.epic",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.972827+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.913970+00:00"
    },
    {
      "slug": "npm-ankimcp-anki-mcp-server",
      "name": "@ankimcp/anki-mcp-server",
      "description": "Model Context Protocol server for Anki - enables AI assistants to interact with your Anki flashcards",
      "website": "https://www.npmjs.com/package/@ankimcp/anki-mcp-server",
      "github_url": "git+https://github.com/ankimcp/anki-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ankimcp/anki-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "anki",
        "flashcards",
        "spaced-repetition",
        "ai",
        "claude",
        "chatgpt"
      ],
      "_version": "0.18.5",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.974269+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.921413+00:00"
    },
    {
      "slug": "npm-grackle-ai-mcp",
      "name": "@grackle-ai/mcp",
      "description": "MCP (Model Context Protocol) server for Grackle \u2014 translates MCP tool calls to ConnectRPC",
      "website": "https://www.npmjs.com/package/@grackle-ai/mcp",
      "github_url": "git+https://github.com/nick-pape/grackle.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@grackle-ai/mcp"
        ]
      },
      "tags": [
        "grackle",
        "mcp",
        "model-context-protocol",
        "ai-agents"
      ],
      "_version": "0.123.1",
      "_publisher": "nickpape",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.975980+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.927215+00:00"
    },
    {
      "slug": "npm-mcp-b-react-webmcp",
      "name": "@mcp-b/react-webmcp",
      "description": "React hooks for Model Context Protocol (MCP) - expose React components as AI tools for Claude, ChatGPT, Cursor, and Copilot with Zod validation",
      "website": "https://www.npmjs.com/package/@mcp-b/react-webmcp",
      "github_url": "git+https://github.com/WebMCP-org/npm-packages.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-b/react-webmcp"
        ]
      },
      "tags": [
        "ai",
        "ai-agents",
        "ai-assistant",
        "ai-integration",
        "ai-tools",
        "anthropic",
        "browser",
        "chatgpt"
      ],
      "_version": "2.3.2",
      "_publisher": "miguelspizza",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.978734+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.932180+00:00"
    },
    {
      "slug": "npm-openephemeris-mcp-server",
      "name": "@openephemeris/mcp-server",
      "description": "Model Context Protocol server for the Open Ephemeris astronomical computation API",
      "website": "https://www.npmjs.com/package/@openephemeris/mcp-server",
      "github_url": "git+https://github.com/openephemeris/openephemeris-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@openephemeris/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "modelcontextprotocol",
        "model-context-protocol",
        "astrology",
        "astronomy",
        "ephemeris",
        "openephemeris"
      ],
      "_version": "3.14.0",
      "_publisher": "spiritriver",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.981283+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.938725+00:00"
    },
    {
      "slug": "npm-sunub-obsidian-mcp-server",
      "name": "@sunub/obsidian-mcp-server",
      "description": "A server for the Obsidian Model Context Protocol.",
      "website": "https://www.npmjs.com/package/@sunub/obsidian-mcp-server",
      "github_url": "git+https://github.com/sunub/obsidian-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sunub/obsidian-mcp-server"
        ]
      },
      "tags": [
        "obsidian",
        "mcp",
        "model context protocol"
      ],
      "_version": "0.3.25",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.985117+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.943923+00:00"
    },
    {
      "slug": "npm-memberjunction-ai-mcp-client",
      "name": "@memberjunction/ai-mcp-client",
      "description": "MemberJunction: Model Context Protocol (MCP) - Client Implementation for consuming external MCP servers",
      "website": "https://www.npmjs.com/package/@memberjunction/ai-mcp-client",
      "github_url": "git+https://github.com/MemberJunction/MJ.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@memberjunction/ai-mcp-client"
        ]
      },
      "tags": [],
      "_version": "5.37.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.987716+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.949078+00:00"
    },
    {
      "slug": "npm-code-graph-mcp",
      "name": "code-graph-mcp",
      "description": "A code indexing system accessible via MCP (Model Context Protocol)",
      "website": "https://www.npmjs.com/package/code-graph-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "code-graph-mcp"
        ]
      },
      "tags": [
        "code-graph",
        "mcp",
        "search",
        "sourcegraph",
        "ast",
        "tree-sitter",
        "cli",
        "npx"
      ],
      "_version": "0.2.7",
      "_publisher": "kynlo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.990152+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.955419+00:00"
    },
    {
      "slug": "npm-tacticlaunch-mcp-linear",
      "name": "@tacticlaunch/mcp-linear",
      "description": "A Model Context Protocol (MCP) server implementation for the Linear GraphQL API that enables AI assistants to interact with Linear project management systems.",
      "website": "https://www.npmjs.com/package/@tacticlaunch/mcp-linear",
      "github_url": "git+https://github.com/tacticlaunch/mcp-linear.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tacticlaunch/mcp-linear"
        ]
      },
      "tags": [
        "mcp",
        "linear",
        "cursor",
        "claude",
        "ai",
        "model-context-protocol",
        "project-management"
      ],
      "_version": "1.1.2",
      "_publisher": "beautyfree",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.991896+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.960214+00:00"
    },
    {
      "slug": "npm-wix-mcp",
      "name": "@wix/mcp",
      "description": "A Model Context Protocol server for Wix AI tools",
      "website": "https://www.npmjs.com/package/@wix/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wix/mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.54",
      "_publisher": "wix-ci-publisher",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:50.993701+00:00",
      "_last_seen_at": "2026-05-25T13:59:19.963318+00:00"
    },
    {
      "slug": "npm-gongrzhe-quickchart-mcp-server",
      "name": "@gongrzhe/quickchart-mcp-server",
      "description": "A Model Context Protocol server for generating charts using QuickChart.io",
      "website": "https://www.npmjs.com/package/@gongrzhe/quickchart-mcp-server",
      "github_url": "git+https://github.com/GongRzhe/Quickchart-MCP-Server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gongrzhe/quickchart-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "quickchart",
        "chart",
        "data-visualization"
      ],
      "_version": "1.0.6",
      "_publisher": "gongrzhe",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.747021+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.039708+00:00"
    },
    {
      "slug": "npm-mcp-sanitizer",
      "name": "mcp-sanitizer",
      "description": "Comprehensive security sanitization library for Model Context Protocol (MCP) servers with trusted security libraries",
      "website": "https://www.npmjs.com/package/mcp-sanitizer",
      "github_url": "git+https://github.com/starman69/mcp-sanitizer.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-sanitizer"
        ]
      },
      "tags": [
        "mcp",
        "security",
        "sanitization",
        "model-context-protocol",
        "input-validation",
        "command-injection",
        "sql-injection",
        "xss-prevention"
      ],
      "_version": "1.3.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.749486+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.049693+00:00"
    },
    {
      "slug": "npm-coursera-mcp",
      "name": "coursera-mcp",
      "description": "Model Context Protocol server integrating Coursera with Claude",
      "website": "https://www.npmjs.com/package/coursera-mcp",
      "github_url": "git+https://github.com/fmbetancourt/coursera-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "coursera-mcp"
        ]
      },
      "tags": [
        "mcp",
        "coursera",
        "claude",
        "ai",
        "learning",
        "education",
        "protocol"
      ],
      "_version": "1.4.0",
      "_publisher": "fmbetancourt",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.752839+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.047070+00:00"
    },
    {
      "slug": "npm-directus-content-mcp",
      "name": "@directus/content-mcp",
      "description": "Model Context Protocol server for Directus projects.",
      "website": "https://www.npmjs.com/package/@directus/content-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@directus/content-mcp"
        ]
      },
      "tags": [
        "ai",
        "directus",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "0.1.0",
      "_publisher": "bryantgillespie",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.754672+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.054235+00:00"
    },
    {
      "slug": "npm-polygraph-mcp",
      "name": "polygraph-mcp",
      "description": "A Model Context Protocol server for coordinating cross-repository changes via Polygraph",
      "website": "https://www.npmjs.com/package/polygraph-mcp",
      "github_url": "git+https://github.com/nrwl/polygraph-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "polygraph-mcp"
        ]
      },
      "tags": [
        "nx",
        "polygraph",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.1.19",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.757318+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.058050+00:00"
    },
    {
      "slug": "npm-yapi-auto-mcp",
      "name": "yapi-auto-mcp",
      "description": "YApi Auto MCP Server - Model Context Protocol server for YApi integration, enables AI tools like Cursor to interact with YApi API documentation",
      "website": "https://www.npmjs.com/package/yapi-auto-mcp",
      "github_url": "git+https://github.com/lzsheng/Yapi-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "yapi-auto-mcp"
        ]
      },
      "tags": [
        "yapi",
        "mcp",
        "typescript",
        "model-context-protocol",
        "api-documentation",
        "cursor",
        "ai-tools",
        "api-management"
      ],
      "_version": "0.1.3",
      "_publisher": "liangzhensheng",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.761259+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.070120+00:00"
    },
    {
      "slug": "npm-kentico-management-api-mcp",
      "name": "@kentico/management-api-mcp",
      "description": "Model Context Protocol server for Xperience by Kentico Management API",
      "website": "https://www.npmjs.com/package/@kentico/management-api-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kentico/management-api-mcp"
        ]
      },
      "tags": [
        "kentico",
        "xperience",
        "mcp",
        "model-context-protocol",
        "management-api"
      ],
      "_version": "31.5.1-preview",
      "_publisher": "danys198",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.764031+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.072709+00:00"
    },
    {
      "slug": "npm-helicone-mcp",
      "name": "@helicone/mcp",
      "description": "Model Context Protocol server for Helicone observability platform",
      "website": "https://www.npmjs.com/package/@helicone/mcp",
      "github_url": "git+ssh://git@github.com/Helicone/helicone.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@helicone/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "ai",
        "helicone",
        "observability",
        "monitoring",
        "llm"
      ],
      "_version": "0.1.6",
      "_publisher": "connortbot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.767472+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.076509+00:00"
    },
    {
      "slug": "npm-merill-lokka",
      "name": "@merill/lokka",
      "description": "Lokka is a Model Context Protocol (MCP) server for Microsoft Graph.",
      "website": "https://www.npmjs.com/package/@merill/lokka",
      "github_url": "git+https://github.com/merill/lokka.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@merill/lokka"
        ]
      },
      "tags": [
        "mcp",
        "graph",
        "microsoft",
        "graph",
        "model",
        "context",
        "protocol"
      ],
      "_version": "0.3.0",
      "_publisher": "merill",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.769758+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.079591+00:00"
    },
    {
      "slug": "npm-k-jarzyna-mcp-miro",
      "name": "@k-jarzyna/mcp-miro",
      "description": "Miro integration for Model Context Protocol",
      "website": "https://www.npmjs.com/package/@k-jarzyna/mcp-miro",
      "github_url": "git+https://github.com/k-jarzyna/mcp-miro.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@k-jarzyna/mcp-miro"
        ]
      },
      "tags": [],
      "_version": "1.0.9",
      "_publisher": "k-jarzyna",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.774314+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.097782+00:00"
    },
    {
      "slug": "npm-openclaw-mcp",
      "name": "openclaw-mcp",
      "description": "Model Context Protocol (MCP) server for OpenClaw AI assistant integration",
      "website": "https://www.npmjs.com/package/openclaw-mcp",
      "github_url": "git+https://github.com/freema/openclaw-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "openclaw-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "openclaw",
        "ai-assistant",
        "claude",
        "ai-agent"
      ],
      "_version": "1.4.1",
      "_publisher": "freema",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.776601+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.104737+00:00"
    },
    {
      "slug": "npm-lazydino-ccxt-mcp",
      "name": "@lazydino/ccxt-mcp",
      "description": "CCXT integration for Model Context Protocol",
      "website": "https://www.npmjs.com/package/@lazydino/ccxt-mcp",
      "github_url": "git+https://github.com/lazy-dinosaur/ccxt-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lazydino/ccxt-mcp"
        ]
      },
      "tags": [
        "ccxt",
        "mcp",
        "modelcontextprotocol",
        "cryptocurrency",
        "trading",
        "exchange",
        "api"
      ],
      "_version": "0.4.1",
      "_publisher": "lazydino",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.779366+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.111007+00:00"
    },
    {
      "slug": "npm-terminator-mcp-agent",
      "name": "terminator-mcp-agent",
      "description": "Windows Model Context Protocol (MCP) agent for Terminator",
      "website": "https://www.npmjs.com/package/terminator-mcp-agent",
      "github_url": "git+https://github.com/mediar-ai/terminator.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "terminator-mcp-agent"
        ]
      },
      "tags": [],
      "_version": "0.24.28",
      "_publisher": "louis030195",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.781787+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.107934+00:00"
    },
    {
      "slug": "npm-mcp-do",
      "name": "mcp.do",
      "description": "Model Context Protocol for standardized AI model interactions",
      "website": "https://www.npmjs.com/package/mcp.do",
      "github_url": "git+https://github.com/drivly/ai.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp.do"
        ]
      },
      "tags": [
        "mcp",
        "ai",
        "model-context-protocol",
        "standardization",
        "interoperability",
        "context-window",
        "prompt-engineering"
      ],
      "_version": "0.0.1",
      "_publisher": "nathanclevenger",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.784586+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.114427+00:00"
    },
    {
      "slug": "npm-wordpress-mcp",
      "name": "wordpress-mcp",
      "description": "A Model Context Protocol server for WordPress",
      "website": "https://www.npmjs.com/package/wordpress-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "wordpress-mcp"
        ]
      },
      "tags": [
        "wordpress-mcp",
        "wordpress",
        "mcp",
        "modelcontextprotocol"
      ],
      "_version": "1.0.2",
      "_publisher": "utsav-ladani",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.786442+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.119181+00:00"
    },
    {
      "slug": "npm-figma-context-mcp",
      "name": "figma-context-mcp",
      "description": "Model Context Protocol server for Figma integration with smart position info",
      "website": "https://www.npmjs.com/package/figma-context-mcp",
      "github_url": "git+https://github.com/tianmuji/Figma-Context-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "figma-context-mcp"
        ]
      },
      "tags": [
        "figma",
        "mcp",
        "typescript",
        "design-to-code",
        "layout-inference",
        "position-info"
      ],
      "_version": "1.5.0",
      "_publisher": "camscanner-share",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.788679+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.122706+00:00"
    },
    {
      "slug": "npm-akutishevsky-lunchmoney-mcp",
      "name": "@akutishevsky/lunchmoney-mcp",
      "description": "Model Context Protocol server for LunchMoney personal finance management",
      "website": "https://www.npmjs.com/package/@akutishevsky/lunchmoney-mcp",
      "github_url": "git+https://github.com/akutishevsky/lunchmoney-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@akutishevsky/lunchmoney-mcp"
        ]
      },
      "tags": [
        "mcp",
        "lunchmoney",
        "finance",
        "model-context-protocol",
        "ai",
        "assistant"
      ],
      "_version": "2.1.0",
      "_publisher": "akutishevsky",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.791325+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.125275+00:00"
    },
    {
      "slug": "npm-himanshusinghs-mongodb-mcp-server",
      "name": "@himanshusinghs/mongodb-mcp-server",
      "description": "MongoDB Model Context Protocol Server",
      "website": "https://www.npmjs.com/package/@himanshusinghs/mongodb-mcp-server",
      "github_url": "git+https://github.com/mongodb-js/mongodb-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@himanshusinghs/mongodb-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.11.0-prerelease.3",
      "_publisher": "himanshusinghs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.798563+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.130885+00:00"
    },
    {
      "slug": "npm-cantax-fyi-tax-mcp",
      "name": "@cantax-fyi/tax-mcp",
      "description": "MCP (Model Context Protocol) server for Can Tax (https://cantax.fyi)",
      "website": "https://www.npmjs.com/package/@cantax-fyi/tax-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cantax-fyi/tax-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "tax",
        "canada",
        "canadian-tax",
        "claude",
        "ai"
      ],
      "_version": "0.1.18",
      "_publisher": "dalenguyen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.801408+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.133844+00:00"
    },
    {
      "slug": "npm-xiaohongshu-mcp",
      "name": "xiaohongshu-mcp",
      "description": "\u5c0f\u7ea2\u4e66 Model Context Protocol (MCP) \u5de5\u5177\u96c6",
      "website": "https://www.npmjs.com/package/xiaohongshu-mcp",
      "github_url": "git+https://github.com/not/xiaohongshu-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "xiaohongshu-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.1",
      "_publisher": "xiaoxiunique",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.805606+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.140096+00:00"
    },
    {
      "slug": "npm-lucairn-mcp-server",
      "name": "@lucairn/mcp-server",
      "description": "Model Context Protocol server for Lucairn \u2014 privacy-preserving AI gateway",
      "website": "https://www.npmjs.com/package/@lucairn/mcp-server",
      "github_url": "git+https://github.com/Declade/lucairn-sdks.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lucairn/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude-desktop",
        "privacy",
        "gdpr",
        "llm",
        "ai",
        "pii"
      ],
      "_version": "1.2.6",
      "_publisher": "declade_dsaveil",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.808294+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.143139+00:00"
    },
    {
      "slug": "npm-zentis",
      "name": "zentis",
      "description": "A high-level agentic framework for Model Context Protocol (MCP) with memory and LLM integration.",
      "website": "https://www.npmjs.com/package/zentis",
      "github_url": "git+https://github.com/ryzxxn/zentis.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "zentis"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "agent",
        "llm",
        "zentis"
      ],
      "_version": "1.1.26",
      "_publisher": "eltoncosta",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.811379+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.145596+00:00"
    },
    {
      "slug": "npm-theharithsa-opentelemetry-instrumentation-mcp",
      "name": "@theharithsa/opentelemetry-instrumentation-mcp",
      "description": "A package to auto instrument the Model Context Protocol (MCP) SDK with OpenTelemetry",
      "website": "https://www.npmjs.com/package/@theharithsa/opentelemetry-instrumentation-mcp",
      "github_url": "git+https://github.com/theharithsa/opentelemetry-instrumentation-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@theharithsa/opentelemetry-instrumentation-mcp"
        ]
      },
      "tags": [
        "mcp",
        "opentelemetry",
        "instrumentation",
        "telemetry",
        "observability"
      ],
      "_version": "1.0.4",
      "_publisher": "theharithsa",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.813873+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.148418+00:00"
    },
    {
      "slug": "npm-superdoc-dev-mcp",
      "name": "@superdoc-dev/mcp",
      "description": "MCP server for SuperDoc. Lets AI agents open, read, edit, and save `.docx` files through the [Model Context Protocol](https://modelcontextprotocol.io).",
      "website": "https://www.npmjs.com/package/@superdoc-dev/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@superdoc-dev/mcp"
        ]
      },
      "tags": [],
      "_version": "0.7.0",
      "_publisher": "caio-pizzol",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.816158+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.149789+00:00"
    },
    {
      "slug": "npm-progress-kendo-jquery-mcp",
      "name": "@progress/kendo-jquery-mcp",
      "description": "Model Context Protocol for KendoJQuery",
      "website": "https://www.npmjs.com/package/@progress/kendo-jquery-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@progress/kendo-jquery-mcp"
        ]
      },
      "tags": [
        "MCP Server",
        "Model Context Protocol",
        "JQuery",
        "Kendo",
        "Progress",
        "AI",
        "Copilot",
        "KendoJQuery"
      ],
      "_version": "1.6.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.820458+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.156014+00:00"
    },
    {
      "slug": "npm-fhir-dsl-mcp",
      "name": "@fhir-dsl/mcp",
      "description": "Model Context Protocol server for FHIR \u2014 generated tool surface for any LLM upstream",
      "website": "https://www.npmjs.com/package/@fhir-dsl/mcp",
      "github_url": "git+https://github.com/awbx/fhir-dsl.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@fhir-dsl/mcp"
        ]
      },
      "tags": [
        "fhir",
        "mcp",
        "model-context-protocol",
        "llm",
        "agents",
        "healthcare"
      ],
      "_version": "1.2.2",
      "_publisher": "awbx",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.823651+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.159500+00:00"
    },
    {
      "slug": "npm-ttoss-http-server-mcp",
      "name": "@ttoss/http-server-mcp",
      "description": "Model Context Protocol (MCP) server integration for @ttoss/http-server",
      "website": "https://www.npmjs.com/package/@ttoss/http-server-mcp",
      "github_url": "git+https://github.com/ttoss/ttoss.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ttoss/http-server-mcp"
        ]
      },
      "tags": [
        "ai",
        "koa",
        "llm",
        "mcp",
        "model-context-protocol",
        "server"
      ],
      "_version": "0.12.3",
      "_publisher": "pedroarantes",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.826512+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.161443+00:00"
    },
    {
      "slug": "npm-ai-ide-bridge-mcp",
      "name": "@ai-ide-bridge/mcp",
      "description": "The Model Context Protocol (MCP) server for **AI IDE Bridge**.",
      "website": "https://www.npmjs.com/package/@ai-ide-bridge/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ai-ide-bridge/mcp"
        ]
      },
      "tags": [],
      "_version": "1.2.0",
      "_publisher": "aeswibon",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.831722+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.165370+00:00"
    },
    {
      "slug": "npm-toolprint-mcp-logger",
      "name": "@toolprint/mcp-logger",
      "description": "Transport-aware logging library for MCP (Model Context Protocol) servers",
      "website": "https://www.npmjs.com/package/@toolprint/mcp-logger",
      "github_url": "git+https://github.com/toolprint/mcp-logger-ts.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@toolprint/mcp-logger"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "logging",
        "typescript",
        "stdio",
        "logger"
      ],
      "_version": "0.0.7",
      "_publisher": "bcripe-onegrep",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.835644+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.168035+00:00"
    },
    {
      "slug": "npm-iqai-mcp-polymarket",
      "name": "@iqai/mcp-polymarket",
      "description": "Polymarket MCP Server - Model Context Protocol server for Polymarket trading",
      "website": "https://www.npmjs.com/package/@iqai/mcp-polymarket",
      "github_url": "git+https://github.com/IQAIcom/mcp-polymarket.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iqai/mcp-polymarket"
        ]
      },
      "tags": [
        "mcp",
        "polymarket",
        "trading",
        "api",
        "model-context-protocol"
      ],
      "_version": "0.0.18",
      "_publisher": "royal_lobster",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.840801+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.172772+00:00"
    },
    {
      "slug": "npm-google-calendar-mcp",
      "name": "google-calendar-mcp",
      "description": "Google Calendar Model Context Protocol (MCP) server for Claude Desktop",
      "website": "https://www.npmjs.com/package/google-calendar-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "google-calendar-mcp"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "google-calendar",
        "api"
      ],
      "_version": "1.0.9",
      "_publisher": "evgeny.romanov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.845418+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.176227+00:00"
    },
    {
      "slug": "npm-vultisig-mcp",
      "name": "@vultisig/mcp",
      "description": "MCP server for Vultisig SDK - Model Context Protocol wrapper over wallet operations",
      "website": "https://www.npmjs.com/package/@vultisig/mcp",
      "github_url": "https://github.com/vultisig/vultisig-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vultisig/mcp"
        ]
      },
      "tags": [
        "vultisig",
        "mcp",
        "model-context-protocol",
        "wallet",
        "blockchain"
      ],
      "_version": "0.1.14",
      "_publisher": "rcoderdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.852540+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.177635+00:00"
    },
    {
      "slug": "npm-inkdropapp-mcp-server",
      "name": "@inkdropapp/mcp-server",
      "description": "Inkdrop Model Context Protocol Server",
      "website": "https://www.npmjs.com/package/@inkdropapp/mcp-server",
      "github_url": "git+https://github.com/inkdropapp/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@inkdropapp/mcp-server"
        ]
      },
      "tags": [
        "Inkdrop",
        "MCP",
        "Claude"
      ],
      "_version": "1.3.1",
      "_publisher": "craftzdog",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.854419+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.181308+00:00"
    },
    {
      "slug": "npm-piotr-agier-google-drive-mcp",
      "name": "@piotr-agier/google-drive-mcp",
      "description": "Google Drive MCP Server - Model Context Protocol server providing secure access to Google Drive, Docs, Sheets, and Slides through MCP clients e.g. Claude Desktop",
      "website": "https://www.npmjs.com/package/@piotr-agier/google-drive-mcp",
      "github_url": "git+https://github.com/piotr-agier/google-drive-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@piotr-agier/google-drive-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "google-drive",
        "google-docs",
        "google-sheets",
        "google-slides",
        "google-workspace"
      ],
      "_version": "2.2.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.857399+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.183002+00:00"
    },
    {
      "slug": "npm-42a-mcp",
      "name": "@42a/mcp",
      "description": "Model Context Protocol server for the 42A brand visibility platform.",
      "website": "https://www.npmjs.com/package/@42a/mcp",
      "github_url": "git+https://github.com/42a-ai/mono.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@42a/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "42a",
        "claude",
        "llm",
        "brand-visibility",
        "ai-search"
      ],
      "_version": "0.8.0",
      "_publisher": "alon42a",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.860099+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.187477+00:00"
    },
    {
      "slug": "npm-ton-mcp",
      "name": "@ton/mcp",
      "description": "TON MCP Server - Model Context Protocol server for TON blockchain wallet operations",
      "website": "https://www.npmjs.com/package/@ton/mcp",
      "github_url": "git+https://github.com/ton-connect/kit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ton/mcp"
        ]
      },
      "tags": [
        "ton",
        "mcp",
        "wallet",
        "model-context-protocol",
        "blockchain"
      ],
      "_version": "0.1.13",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.863048+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.192100+00:00"
    },
    {
      "slug": "npm-cmd8-excalidraw-mcp",
      "name": "@cmd8/excalidraw-mcp",
      "description": "Model Context Protocol server for Excalidraw diagrams.",
      "website": "https://www.npmjs.com/package/@cmd8/excalidraw-mcp",
      "github_url": "git+https://github.com/cmd8/excalidraw-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cmd8/excalidraw-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "excalidraw",
        "diagram"
      ],
      "_version": "1.2.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.865151+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.195853+00:00"
    },
    {
      "slug": "npm-interswitch-mcp-server",
      "name": "interswitch-mcp-server",
      "description": "Model Context Protocol server for Interswitch APIs",
      "website": "https://www.npmjs.com/package/interswitch-mcp-server",
      "github_url": "git+https://github.com/Dairus01/Interswitch-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "interswitch-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "interswitch",
        "payments"
      ],
      "_version": "0.1.3",
      "_publisher": "dairus",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.868509+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.202206+00:00"
    },
    {
      "slug": "npm-kubb-plugin-mcp",
      "name": "@kubb/plugin-mcp",
      "description": "Model Context Protocol (MCP) plugin for Kubb, generating MCP-compatible tools and schemas from OpenAPI specifications for AI assistants.",
      "website": "https://www.npmjs.com/package/@kubb/plugin-mcp",
      "github_url": "git+https://github.com/kubb-labs/kubb.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kubb/plugin-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "claude",
        "ai-tools",
        "openapi",
        "swagger"
      ],
      "_version": "4.37.8",
      "_publisher": "stijnvanhulle",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.870594+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.206035+00:00"
    },
    {
      "slug": "npm-itsaydrian-waymark-mcp-server",
      "name": "@itsaydrian/waymark-mcp-server",
      "description": "Model Context Protocol server for Waymark travel itinerary management",
      "website": "https://www.npmjs.com/package/@itsaydrian/waymark-mcp-server",
      "github_url": "git+https://github.com/aydrian/waymark.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@itsaydrian/waymark-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "waymark",
        "travel",
        "itinerary",
        "claude"
      ],
      "_version": "0.1.8",
      "_publisher": "aydrian",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.876800+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.215535+00:00"
    },
    {
      "slug": "npm-membank-mcp",
      "name": "@membank/mcp",
      "description": "MCP server for membank. Exposes memory tools to LLMs via the [Model Context Protocol](https://modelcontextprotocol.io).",
      "website": "https://www.npmjs.com/package/@membank/mcp",
      "github_url": "git+https://github.com/draekien-industries/membank.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@membank/mcp"
        ]
      },
      "tags": [],
      "_version": "0.16.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.879780+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.219109+00:00"
    },
    {
      "slug": "npm-cogitator-ai-mcp",
      "name": "@cogitator-ai/mcp",
      "description": "MCP (Model Context Protocol) integration for Cogitator",
      "website": "https://www.npmjs.com/package/@cogitator-ai/mcp",
      "github_url": "git+https://github.com/cogitator-ai/Cogitator-AI.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cogitator-ai/mcp"
        ]
      },
      "tags": [],
      "_version": "17.0.10",
      "_publisher": "el1fe",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.883529+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.223308+00:00"
    },
    {
      "slug": "npm-mainahq-mcp",
      "name": "@mainahq/mcp",
      "description": "Maina MCP server \u2014 Model Context Protocol bridge for AI host agents",
      "website": "https://www.npmjs.com/package/@mainahq/mcp",
      "github_url": "git+https://github.com/mainahq/maina.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mainahq/mcp"
        ]
      },
      "tags": [
        "maina",
        "mcp",
        "model-context-protocol",
        "verification",
        "ai-code-review"
      ],
      "_version": "1.7.0",
      "_publisher": "beeeku",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.886348+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.227859+00:00"
    },
    {
      "slug": "npm-mcp-confluence-server",
      "name": "mcp-confluence-server",
      "description": "Model Context Protocol server for Atlassian Confluence",
      "website": "https://www.npmjs.com/package/mcp-confluence-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-confluence-server"
        ]
      },
      "tags": [
        "mcp",
        "confluence",
        "model-context-protocol",
        "atlassian"
      ],
      "_version": "1.0.46",
      "_publisher": "daipham",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.889533+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.231933+00:00"
    },
    {
      "slug": "npm-neurodivergent-memory",
      "name": "neurodivergent-memory",
      "description": "A Model Context Protocol server for knowledge graphs designed around neurodivergent thinking patterns",
      "website": "https://www.npmjs.com/package/neurodivergent-memory",
      "github_url": "git+https://github.com/jmeyer1980/neurodivergent-memory.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "neurodivergent-memory"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "knowledge-graph",
        "memory",
        "neurodivergent"
      ],
      "_version": "0.3.9",
      "_publisher": "bellok",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.891694+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.235631+00:00"
    },
    {
      "slug": "npm-cognigy-mcp-server",
      "name": "@cognigy/mcp-server",
      "description": "Model Context Protocol server for Cognigy.AI REST API",
      "website": "https://www.npmjs.com/package/@cognigy/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cognigy/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "cognigy",
        "ai",
        "model-context-protocol",
        "mcp-server",
        "conversational-ai"
      ],
      "_version": "1.0.2",
      "_publisher": "cu4nt0m",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.894875+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.240169+00:00"
    },
    {
      "slug": "npm-adobe-spectrum-design-data-mcp",
      "name": "@adobe/spectrum-design-data-mcp",
      "description": "Model Context Protocol server for Spectrum design data including tokens, schemas, and component anatomy",
      "website": "https://www.npmjs.com/package/@adobe/spectrum-design-data-mcp",
      "github_url": "git+https://github.com/adobe/spectrum-design-data.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@adobe/spectrum-design-data-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "spectrum",
        "design-tokens",
        "component-schemas",
        "component-anatomy",
        "design-data",
        "design-system"
      ],
      "_version": "1.1.30",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.897605+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.247182+00:00"
    },
    {
      "slug": "npm-pinkpixel-taskflow-mcp",
      "name": "@pinkpixel/taskflow-mcp",
      "description": "Model Context Protocol (MCP) server for planning and executing tasks.",
      "website": "https://www.npmjs.com/package/@pinkpixel/taskflow-mcp",
      "github_url": "git+https://github.com/pinkpixel-dev/taskflow-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pinkpixel/taskflow-mcp"
        ]
      },
      "tags": [
        "taskflow",
        "task",
        "task manager",
        "mcp",
        "model context protocol",
        "claude",
        "cursor"
      ],
      "_version": "1.5.0",
      "_publisher": "sizzlebop",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.899652+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.252282+00:00"
    },
    {
      "slug": "npm-rushstack-mcp-server",
      "name": "@rushstack/mcp-server",
      "description": "A Model Context Protocol server implementation for Rush",
      "website": "https://www.npmjs.com/package/@rushstack/mcp-server",
      "github_url": "git+https://github.com/microsoft/rushstack.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rushstack/mcp-server"
        ]
      },
      "tags": [
        "rush",
        "modelcontextprotocol",
        "mcp",
        "monorepo",
        "server"
      ],
      "_version": "0.4.17",
      "_publisher": "odspnpm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.902272+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.256484+00:00"
    },
    {
      "slug": "npm-mcp-shell",
      "name": "mcp-shell",
      "description": "Secure shell server for the Model Context Protocol. Integrates with Claude Desktop.",
      "website": "https://www.npmjs.com/package/mcp-shell",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-shell"
        ]
      },
      "tags": [],
      "_version": "0.1.3",
      "_publisher": "matildepark-hdr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.905540+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.265048+00:00"
    },
    {
      "slug": "npm-helios9-mcp-server",
      "name": "helios9-mcp-server",
      "description": "Helios-9 MCP (Model Context Protocol) Server",
      "website": "https://www.npmjs.com/package/helios9-mcp-server",
      "github_url": "git+https://github.com/helios9/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "helios9-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "project-management",
        "helios9"
      ],
      "_version": "1.2.0",
      "_publisher": "jakedx6",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.907530+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.261928+00:00"
    },
    {
      "slug": "npm-padenot-firefox-devtools-mcp",
      "name": "@padenot/firefox-devtools-mcp",
      "description": "Model Context Protocol (MCP) server for Firefox DevTools automation (fork with Firefox management tools)",
      "website": "https://www.npmjs.com/package/@padenot/firefox-devtools-mcp",
      "github_url": "git+https://github.com/padenot/firefox-devtools-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@padenot/firefox-devtools-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "firefox",
        "firefox-devtools",
        "browser-automation",
        "webdriver-bidi",
        "selenium"
      ],
      "_version": "0.7.5",
      "_publisher": "padenot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.913101+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.272683+00:00"
    },
    {
      "slug": "npm-gitee-mcp-gitee-darwin-arm64",
      "name": "@gitee/mcp-gitee-darwin-arm64",
      "description": "Model Context Protocol (MCP) server for Gitee",
      "website": "https://www.npmjs.com/package/@gitee/mcp-gitee-darwin-arm64",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gitee/mcp-gitee-darwin-arm64"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "jj-h",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.917751+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.289581+00:00"
    },
    {
      "slug": "npm-neilinger-businessmap-mcp",
      "name": "@neilinger/businessmap-mcp",
      "description": "Model Context Protocol server for BusinessMap (Kanbanize) integration",
      "website": "https://www.npmjs.com/package/@neilinger/businessmap-mcp",
      "github_url": "git+https://github.com/neilinger/businessmap-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@neilinger/businessmap-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "businessmap",
        "kanbanize",
        "api",
        "integration"
      ],
      "_version": "3.3.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.920545+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.296846+00:00"
    },
    {
      "slug": "npm-elsium-ai-mcp",
      "name": "@elsium-ai/mcp",
      "description": "Model Context Protocol (MCP) support for ElsiumAI \u2014 bidirectional bridge",
      "website": "https://www.npmjs.com/package/@elsium-ai/mcp",
      "github_url": "git+https://github.com/elsium-ai/elsium-ai.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@elsium-ai/mcp"
        ]
      },
      "tags": [],
      "_version": "0.16.0",
      "_publisher": "ebutrera",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.924607+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.306098+00:00"
    },
    {
      "slug": "npm-openacme-mcp-client",
      "name": "@openacme/mcp-client",
      "description": "Model Context Protocol client used by OpenAcme to talk to MCP servers.",
      "website": "https://www.npmjs.com/package/@openacme/mcp-client",
      "github_url": "git+https://github.com/ukanwat/OpenAcme.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@openacme/mcp-client"
        ]
      },
      "tags": [],
      "_version": "0.7.0",
      "_publisher": "ukanwat",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.926964+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.313663+00:00"
    },
    {
      "slug": "npm-azure-mcp-template",
      "name": "@azure/mcp-template",
      "description": "Template MCP Server - Basic Model Context Protocol implementation",
      "website": "https://www.npmjs.com/package/@azure/mcp-template",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-template"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.0.12-alpha.6251995",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.929809+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.318546+00:00"
    },
    {
      "slug": "npm-smartbrowsermcp",
      "name": "smartbrowsermcp",
      "description": "A Model Context Protocol (MCP) server for browser automation",
      "website": "https://www.npmjs.com/package/smartbrowsermcp",
      "github_url": "git+https://github.com/Jenish3601/SmartBrowserMCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "smartbrowsermcp"
        ]
      },
      "tags": [
        "mcp",
        "browser",
        "automation",
        "playwright"
      ],
      "_version": "1.0.4",
      "_publisher": "jenishp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.931646+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.329991+00:00"
    },
    {
      "slug": "npm-kekwanulabs-syncline-mcp-server",
      "name": "@kekwanulabs/syncline-mcp-server",
      "description": "Model Context Protocol server for Syncline - AI-powered meeting scheduling",
      "website": "https://www.npmjs.com/package/@kekwanulabs/syncline-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kekwanulabs/syncline-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "syncline",
        "scheduling",
        "ai",
        "meetings",
        "calendar",
        "automation"
      ],
      "_version": "1.1.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.933880+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.323181+00:00"
    },
    {
      "slug": "npm-pg-mcp-server",
      "name": "pg-mcp-server",
      "description": "A Model Context Protocol server for PostgreSQL databases",
      "website": "https://www.npmjs.com/package/pg-mcp-server",
      "github_url": "git+https://github.com/ericzakariasson/pg-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "pg-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.3.0",
      "_publisher": "ericzakariasson",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.936459+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.335877+00:00"
    },
    {
      "slug": "npm-refrakt-md-mcp",
      "name": "@refrakt-md/mcp",
      "description": "Model Context Protocol server wrapping the refrakt CLI",
      "website": "https://www.npmjs.com/package/@refrakt-md/mcp",
      "github_url": "git+https://github.com/refrakt-md/refrakt.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@refrakt-md/mcp"
        ]
      },
      "tags": [],
      "_version": "0.14.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.938884+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.339944+00:00"
    },
    {
      "slug": "npm-tsed-platform-mcp",
      "name": "@tsed/platform-mcp",
      "description": "Model Context Protocol integration for Ts.ED HTTP adapters.",
      "website": "https://www.npmjs.com/package/@tsed/platform-mcp",
      "github_url": "git+https://github.com/tsedio/tsed.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tsed/platform-mcp"
        ]
      },
      "tags": [],
      "_version": "8.28.4",
      "_publisher": "romakita",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.943214+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.354469+00:00"
    },
    {
      "slug": "npm-makafeli-n8n-workflow-builder",
      "name": "@makafeli/n8n-workflow-builder",
      "description": "Model Context Protocol server for n8n workflow management",
      "website": "https://www.npmjs.com/package/@makafeli/n8n-workflow-builder",
      "github_url": "git+https://github.com/makafeli/n8n-workflow-builder.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@makafeli/n8n-workflow-builder"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "n8n",
        "workflow",
        "automation",
        "server"
      ],
      "_version": "0.10.3",
      "_publisher": "makafeli",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.946254+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.359357+00:00"
    },
    {
      "slug": "npm-mcp-powerpoint",
      "name": "mcp-powerpoint",
      "description": "Model Context Protocol plugin for PowerPoint",
      "website": "https://www.npmjs.com/package/mcp-powerpoint",
      "github_url": "git+https://github.com/islem-zaraa/mcp-powerpoint.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-powerpoint"
        ]
      },
      "tags": [
        "mcp",
        "powerpoint",
        "pptx",
        "model-context-protocol",
        "presentation",
        "slides",
        "ai-assistant",
        "smithery"
      ],
      "_version": "0.1.3",
      "_publisher": "islemzaraa",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.948732+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.364418+00:00"
    },
    {
      "slug": "npm-dragoscirjan-mcp-tuikit",
      "name": "@dragoscirjan/mcp-tuikit",
      "description": "**Model Context Protocol server for Text User Interface (TUI) and headless terminal automation**",
      "website": "https://www.npmjs.com/package/@dragoscirjan/mcp-tuikit",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dragoscirjan/mcp-tuikit"
        ]
      },
      "tags": [],
      "_version": "1.1.5",
      "_publisher": "dragoscirjannpm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.951694+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.368705+00:00"
    },
    {
      "slug": "npm-missionsquad-mcp-dropbox",
      "name": "@missionsquad/mcp-dropbox",
      "description": "A Model Context Protocol server for Dropbox integration",
      "website": "https://www.npmjs.com/package/@missionsquad/mcp-dropbox",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@missionsquad/mcp-dropbox"
        ]
      },
      "tags": [],
      "_version": "0.4.4",
      "_publisher": "missionsq",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.955411+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.372566+00:00"
    },
    {
      "slug": "npm-arpanstacy-stacy-mcp-server",
      "name": "@arpanstacy/stacy-mcp-server",
      "description": "Model Context Protocol server for Stacy.",
      "website": "https://www.npmjs.com/package/@arpanstacy/stacy-mcp-server",
      "github_url": "git+https://github.com/StacyOS/stacy-cli.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@arpanstacy/stacy-mcp-server"
        ]
      },
      "tags": [],
      "_version": "2026.505.1",
      "_publisher": "arpanstacy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.957815+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.377267+00:00"
    },
    {
      "slug": "npm-houtini-gemini-mcp",
      "name": "@houtini/gemini-mcp",
      "description": "Professional Model Context Protocol server for Google Gemini AI models with enterprise-grade features",
      "website": "https://www.npmjs.com/package/@houtini/gemini-mcp",
      "github_url": "git+https://github.com/houtini-ai/gemini-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@houtini/gemini-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "gemini",
        "google",
        "ai",
        "llm",
        "chatbot",
        "typescript"
      ],
      "_version": "2.4.1",
      "_publisher": "richardbaxterseo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.960036+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.381360+00:00"
    },
    {
      "slug": "npm-ui5-webcomponents-mcp-server",
      "name": "@ui5/webcomponents-mcp-server",
      "description": "Model Context Protocol server for UI5 Web Components development assistance",
      "website": "https://www.npmjs.com/package/@ui5/webcomponents-mcp-server",
      "github_url": "git+https://github.com/UI5/webcomponents-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ui5/webcomponents-mcp-server"
        ]
      },
      "tags": [
        "ui5",
        "webcomponents",
        "mcp",
        "sap",
        "fiori"
      ],
      "_version": "0.1.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.965343+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.387519+00:00"
    },
    {
      "slug": "npm-cotestdev-mcp-playwright",
      "name": "@cotestdev/mcp_playwright",
      "description": "Playwright MCP (Model Context Protocol) tools for browser automation",
      "website": "https://www.npmjs.com/package/@cotestdev/mcp_playwright",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cotestdev/mcp_playwright"
        ]
      },
      "tags": [
        "playwright",
        "mcp",
        "browser-automation",
        "model-context-protocol"
      ],
      "_version": "0.0.60",
      "_publisher": "cotestdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.968758+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.389726+00:00"
    },
    {
      "slug": "npm-mcp-server-gsc",
      "name": "mcp-server-gsc",
      "description": "Enhanced Model Context Protocol server for Google Search Console with 25K row limit, regex filters, and automatic quick wins detection",
      "website": "https://www.npmjs.com/package/mcp-server-gsc",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-gsc"
        ]
      },
      "tags": [],
      "_version": "0.3.0",
      "_publisher": "ahonn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.971076+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.393465+00:00"
    },
    {
      "slug": "npm-mediawiki-mcp-server-olioex",
      "name": "mediawiki-mcp-server-olioex",
      "description": "Model Context Protocol (MCP) server for MediaWiki",
      "website": "https://www.npmjs.com/package/mediawiki-mcp-server-olioex",
      "github_url": "git+https://github.com/ProfessionalWiki/MediaWiki-MCP-Server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mediawiki-mcp-server-olioex"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "mediawiki",
        "wiki",
        "wikipedia",
        "wikimedia",
        "knowledge",
        "wikibase"
      ],
      "_version": "0.7.0",
      "_publisher": "lloydwatkin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.974044+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.398284+00:00"
    },
    {
      "slug": "npm-withone-mcp",
      "name": "@withone/mcp",
      "description": "A Model Context Protocol Server for One",
      "website": "https://www.npmjs.com/package/@withone/mcp",
      "github_url": "git+https://github.com/withoneai/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@withone/mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "one-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.980057+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.409524+00:00"
    },
    {
      "slug": "npm-instawp-mcp-wp",
      "name": "@instawp/mcp-wp",
      "description": "A Model Context Protocol server for interacting with WordPress.",
      "website": "https://www.npmjs.com/package/@instawp/mcp-wp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@instawp/mcp-wp"
        ]
      },
      "tags": [
        "wordpress",
        "mcp",
        "server",
        "claude",
        "ai",
        "instawp"
      ],
      "_version": "0.0.3",
      "_publisher": "vikasiwp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.981764+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.414327+00:00"
    },
    {
      "slug": "npm-gannonh-firebase-mcp",
      "name": "@gannonh/firebase-mcp",
      "description": "Firebase MCP server for interacting with Firebase services through the Model Context Protocol",
      "website": "https://www.npmjs.com/package/@gannonh/firebase-mcp",
      "github_url": "git+https://github.com/gannonh/firebase-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gannonh/firebase-mcp"
        ]
      },
      "tags": [
        "firebase",
        "mcp",
        "model-context-protocol",
        "ai",
        "claude",
        "anthropic",
        "firestore",
        "storage"
      ],
      "_version": "1.4.9",
      "_publisher": "gannonh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.985446+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.417599+00:00"
    },
    {
      "slug": "npm-qdrant-api-mcp",
      "name": "qdrant-api-mcp",
      "description": "Model Context Protocol server for Qdrant Collections & Points APIs",
      "website": "https://www.npmjs.com/package/qdrant-api-mcp",
      "github_url": "git+https://github.com/Faction-V/qdrant-api-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "qdrant-api-mcp"
        ]
      },
      "tags": [
        "qdrant",
        "mcp",
        "model-context-protocol",
        "vector"
      ],
      "_version": "0.3.0",
      "_publisher": "jordotech",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.988613+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.422695+00:00"
    },
    {
      "slug": "npm-lumeo-ui-mcp-server",
      "name": "@lumeo-ui/mcp-server",
      "description": "Model Context Protocol server for the Lumeo Blazor component library. Lets LLMs (Claude, Copilot, Cursor) author correct Lumeo markup.",
      "website": "https://www.npmjs.com/package/@lumeo-ui/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lumeo-ui/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "lumeo",
        "blazor",
        "llm"
      ],
      "_version": "3.2.0",
      "_publisher": "brain2k",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.991150+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.440032+00:00"
    },
    {
      "slug": "npm-mcp-jira-structure",
      "name": "mcp-jira-structure",
      "description": "Model Context Protocol server for Jira Structure plugin - manage hierarchical folder structures in Jira",
      "website": "https://www.npmjs.com/package/mcp-jira-structure",
      "github_url": "git+https://github.com/evrimalacan/mcp-jira-structure.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-jira-structure"
        ]
      },
      "tags": [
        "mcp",
        "jira",
        "structure",
        "tempo",
        "api",
        "server",
        "hierarchy",
        "folders"
      ],
      "_version": "1.0.22",
      "_publisher": "evrimalacan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.996077+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.432452+00:00"
    },
    {
      "slug": "npm-atyaga-mcp-mattermost",
      "name": "@atyaga/mcp-mattermost",
      "description": "MCP (Model Context Protocol) server for Mattermost",
      "website": "https://www.npmjs.com/package/@atyaga/mcp-mattermost",
      "github_url": "git+https://github.com/tyaga/mcp-mattermost.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@atyaga/mcp-mattermost"
        ]
      },
      "tags": [
        "npx",
        "mcp"
      ],
      "_version": "0.0.9",
      "_publisher": "atyaga",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:51.998326+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.437525+00:00"
    },
    {
      "slug": "npm-relayburn-mcp",
      "name": "@relayburn/mcp",
      "description": "MCP (Model Context Protocol) server exposing read-only relayburn ledger queries for in-session self-query",
      "website": "https://www.npmjs.com/package/@relayburn/mcp",
      "github_url": "git+https://github.com/AgentWorkforce/burn.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@relayburn/mcp"
        ]
      },
      "tags": [],
      "_version": "2.10.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.002097+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.445114+00:00"
    },
    {
      "slug": "npm-veloxts-mcp",
      "name": "@veloxts/mcp",
      "description": "Model Context Protocol server for VeloxTS - expose project context to AI tools",
      "website": "https://www.npmjs.com/package/@veloxts/mcp",
      "github_url": "git+https://github.com/veloxts/velox-ts-framework.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@veloxts/mcp"
        ]
      },
      "tags": [
        "velox",
        "mcp",
        "model-context-protocol",
        "ai",
        "claude",
        "typescript"
      ],
      "_version": "0.9.1",
      "_publisher": "zzal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.004733+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.449433+00:00"
    },
    {
      "slug": "npm-devpad-mcp",
      "name": "@devpad/mcp",
      "description": "MCP server for devpad - exposes devpad API functionality via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@devpad/mcp",
      "github_url": "git+https://github.com/f0rbit/devpad.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@devpad/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "devpad",
        "todo",
        "project-management",
        "task-management",
        "ai-tools"
      ],
      "_version": "2.2.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.008254+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.455882+00:00"
    },
    {
      "slug": "npm-yojinhq-jintel-mcp",
      "name": "@yojinhq/jintel-mcp",
      "description": "Model Context Protocol server for the Jintel intelligence API",
      "website": "https://www.npmjs.com/package/@yojinhq/jintel-mcp",
      "github_url": "git+https://github.com/YojinHQ/jintel-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@yojinhq/jintel-mcp"
        ]
      },
      "tags": [
        "jintel",
        "mcp",
        "model-context-protocol",
        "claude",
        "financial-data"
      ],
      "_version": "0.4.0",
      "_publisher": "0xdeantech",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.011047+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.452962+00:00"
    },
    {
      "slug": "npm-zhin-js-mcp",
      "name": "@zhin.js/mcp",
      "description": "Model Context Protocol (MCP) service for Zhin.js - AI assistant integration",
      "website": "https://www.npmjs.com/package/@zhin.js/mcp",
      "github_url": "git+https://github.com/zhinjs/zhin.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zhin.js/mcp"
        ]
      },
      "tags": [
        "zhin",
        "zhin.js",
        "bot",
        "service",
        "mcp",
        "model-context-protocol",
        "ai",
        "assistant"
      ],
      "_version": "1.0.65",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.013481+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.459986+00:00"
    },
    {
      "slug": "npm-datocms-mcp",
      "name": "@datocms/mcp",
      "description": "Model Context Protocol server for DatoCMS",
      "website": "https://www.npmjs.com/package/@datocms/mcp",
      "github_url": "git+https://github.com/datocms/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@datocms/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "datocms",
        "cms",
        "ai",
        "claude"
      ],
      "_version": "2.0.5",
      "_publisher": "stefanoverna",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.017397+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.463825+00:00"
    },
    {
      "slug": "npm-aiondadotcom-mcp-ssh",
      "name": "@aiondadotcom/mcp-ssh",
      "description": "MCP Agent for managing SSH hosts - A Model Context Protocol server for SSH operations",
      "website": "https://www.npmjs.com/package/@aiondadotcom/mcp-ssh",
      "github_url": "git+https://github.com/aiondadotcom/mcp-ssh.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aiondadotcom/mcp-ssh"
        ]
      },
      "tags": [
        "mcp",
        "ssh",
        "agent",
        "model-context-protocol",
        "claude",
        "ai",
        "remote",
        "server"
      ],
      "_version": "1.3.8",
      "_publisher": "stephanferraro",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.019912+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.469807+00:00"
    },
    {
      "slug": "npm-mcp-mysql-server",
      "name": "mcp-mysql-server",
      "description": "A Model Context Protocol server for MySQL database operations",
      "website": "https://www.npmjs.com/package/mcp-mysql-server",
      "github_url": "git+https://github.com/enemyrr/mcp-mysql-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-mysql-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mysql",
        "database",
        "claude",
        "anthropic"
      ],
      "_version": "0.2.0",
      "_publisher": "enemyr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.021891+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.473066+00:00"
    },
    {
      "slug": "npm-mcp-control",
      "name": "mcp-control",
      "description": "Windows control server for the Model Context Protocol",
      "website": "https://www.npmjs.com/package/mcp-control",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-control"
        ]
      },
      "tags": [],
      "_version": "0.2.0",
      "_publisher": "cheffromspace",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.023543+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.477683+00:00"
    },
    {
      "slug": "npm-elephant-xyz-mcp",
      "name": "@elephant-xyz/mcp",
      "description": "Model Context Protocol server that exposes Elephant data graph tooling",
      "website": "https://www.npmjs.com/package/@elephant-xyz/mcp",
      "github_url": "git+https://github.com/elephant-xyz/elephant-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@elephant-xyz/mcp"
        ]
      },
      "tags": [
        "mcp",
        "elephant",
        "data-graph",
        "typescript",
        "server"
      ],
      "_version": "1.6.0",
      "_publisher": "staircaseadmin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.024829+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.482305+00:00"
    },
    {
      "slug": "npm-biroai-mcp-server",
      "name": "@biroai/mcp-server",
      "description": "Model Context Protocol server for Biro.",
      "website": "https://www.npmjs.com/package/@biroai/mcp-server",
      "github_url": "git+https://github.com/Tim-ReJet/biro.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@biroai/mcp-server"
        ]
      },
      "tags": [],
      "_version": "2026.513.0",
      "_publisher": "timreactor",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.029545+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.486014+00:00"
    },
    {
      "slug": "npm-de-otio-epimethian-mcp",
      "name": "@de-otio/epimethian-mcp",
      "description": "Confluence Cloud tools for AI assistants via the Model Context Protocol",
      "website": "https://www.npmjs.com/package/@de-otio/epimethian-mcp",
      "github_url": "git+https://github.com/de-otio/epimethian-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@de-otio/epimethian-mcp"
        ]
      },
      "tags": [
        "confluence",
        "mcp",
        "model-context-protocol",
        "atlassian",
        "cli"
      ],
      "_version": "6.8.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.032029+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.489001+00:00"
    },
    {
      "slug": "npm-promptlayer-mcp-server",
      "name": "@promptlayer/mcp-server",
      "description": "Model Context Protocol server for PromptLayer",
      "website": "https://www.npmjs.com/package/@promptlayer/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@promptlayer/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "promptlayer",
        "prompt-management"
      ],
      "_version": "1.11.0",
      "_publisher": "jpedoeem",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.038493+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.494020+00:00"
    },
    {
      "slug": "npm-roblox-mcp-vitja",
      "name": "roblox-mcp-vitja",
      "description": "MCP (Model Context Protocol) Server for Roblox Studio with WebSocket - Multi-Agent Support",
      "website": "https://www.npmjs.com/package/roblox-mcp-vitja",
      "github_url": "git+https://github.com/Vltja/Roblox-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "roblox-mcp-vitja"
        ]
      },
      "tags": [
        "roblox",
        "roblox-studio",
        "mcp",
        "model-context-protocol",
        "claude",
        "ai",
        "api",
        "websocket"
      ],
      "_version": "3.2.6",
      "_publisher": "vitja_99",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.040761+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.498988+00:00"
    },
    {
      "slug": "npm-caldav-mcp",
      "name": "caldav-mcp",
      "description": "A CalDAV client using Model Context Protocol (MCP) to expose calendar operations as tools for AI assistants.",
      "website": "https://www.npmjs.com/package/caldav-mcp",
      "github_url": "git+https://github.com/dominik1001/caldav-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "caldav-mcp"
        ]
      },
      "tags": [],
      "_version": "0.8.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.045011+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.505408+00:00"
    },
    {
      "slug": "npm-nahisaho-katashiro-mcp-server",
      "name": "@nahisaho/katashiro-mcp-server",
      "description": "KATASHIRO MCP Server - Model Context Protocol server for AI-powered research",
      "website": "https://www.npmjs.com/package/@nahisaho/katashiro-mcp-server",
      "github_url": "git+https://github.com/nahisaho/katashiro.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nahisaho/katashiro-mcp-server"
        ]
      },
      "tags": [],
      "_version": "2.7.5",
      "_publisher": "nahisaho",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.047817+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.512212+00:00"
    },
    {
      "slug": "npm-getcheddar-cheddar-mcp",
      "name": "@getcheddar/cheddar-mcp",
      "description": "Model Context Protocol server for Cheddar Payment Platform integration",
      "website": "https://www.npmjs.com/package/@getcheddar/cheddar-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@getcheddar/cheddar-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "payments",
        "subscription",
        "billing",
        "cheddar",
        "ai",
        "claude"
      ],
      "_version": "2.1.3",
      "_publisher": "chdr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.051839+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.508598+00:00"
    },
    {
      "slug": "npm-mcp-server-iaptic",
      "name": "mcp-server-iaptic",
      "description": "Iaptic server for Model Context Protocol",
      "website": "https://www.npmjs.com/package/mcp-server-iaptic",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-iaptic"
        ]
      },
      "tags": [],
      "_version": "1.2.1",
      "_publisher": "jchoelt",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.055966+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.517265+00:00"
    },
    {
      "slug": "npm-ythalorossy-openfda",
      "name": "@ythalorossy/openfda",
      "description": "OpenFDA Model Context Protocol",
      "website": "https://www.npmjs.com/package/@ythalorossy/openfda",
      "github_url": "git+https://github.com/ythalorossy/openfda.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ythalorossy/openfda"
        ]
      },
      "tags": [
        "openfda",
        "drugs",
        "mcp",
        "server"
      ],
      "_version": "1.0.19",
      "_publisher": "ythalorossy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.057975+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.522999+00:00"
    },
    {
      "slug": "npm-koishi-plugin-cline",
      "name": "koishi-plugin-cline",
      "description": "model context protocol client",
      "website": "https://www.npmjs.com/package/koishi-plugin-cline",
      "github_url": "git+https://github.com/initialencounter/2022-12-24.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "koishi-plugin-cline"
        ]
      },
      "tags": [
        "chatbot",
        "koishi",
        "plugin",
        "cline",
        "mcp",
        "modelcontextprotocol",
        "AI Agent"
      ],
      "_version": "0.0.5",
      "_publisher": "initencounter",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.060250+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.520635+00:00"
    },
    {
      "slug": "npm-decocms-runtime",
      "name": "@decocms/runtime",
      "description": "A TypeScript framework for building MCP (Model Context Protocol) servers with first-class support for tools, prompts, resources, OAuth authentication, and event-driven architectures.",
      "website": "https://www.npmjs.com/package/@decocms/runtime",
      "github_url": "git+https://github.com/decocms/studio.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@decocms/runtime"
        ]
      },
      "tags": [],
      "_version": "1.6.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.062666+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.528307+00:00"
    },
    {
      "slug": "npm-public-ui-mcp",
      "name": "@public-ui/mcp",
      "description": "Model Context Protocol server providing AI agents access to 136+ KoliBri component examples and source code.",
      "website": "https://www.npmjs.com/package/@public-ui/mcp",
      "github_url": "git+https://github.com/public-ui/kolibri.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@public-ui/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "kolibri",
        "design-system",
        "ai-agent",
        "component-library",
        "accessibility",
        "react"
      ],
      "_version": "4.1.4",
      "_publisher": "m.oppitz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.064704+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.533232+00:00"
    },
    {
      "slug": "npm-testomatio-mcp-enterprise",
      "name": "@testomatio/mcp-enterprise",
      "description": "Enterprise Model Context Protocol server for Testomat.io API with analytics tools",
      "website": "https://www.npmjs.com/package/@testomatio/mcp-enterprise",
      "github_url": "git+https://github.com/testomatio/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@testomatio/mcp-enterprise"
        ]
      },
      "tags": [
        "testomatio",
        "mcp",
        "model-context-protocol",
        "testing",
        "api",
        "analytics",
        "enterprise"
      ],
      "_version": "2.1.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.068275+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.538211+00:00"
    },
    {
      "slug": "npm-vostride-agent-qa-mcp",
      "name": "@vostride/agent-qa-mcp",
      "description": "Model Context Protocol server and tools for agent-qa authoring and triage.",
      "website": "https://www.npmjs.com/package/@vostride/agent-qa-mcp",
      "github_url": "git+https://github.com/vostride/agent-qa.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vostride/agent-qa-mcp"
        ]
      },
      "tags": [
        "agent-qa",
        "mcp",
        "model-context-protocol",
        "testing",
        "automation"
      ],
      "_version": "0.1.20",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.071285+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.543605+00:00"
    },
    {
      "slug": "npm-forinda-kickjs-mcp",
      "name": "@forinda/kickjs-mcp",
      "description": "Model Context Protocol server adapter for KickJS \u2014 expose @Controller endpoints as MCP tools",
      "website": "https://www.npmjs.com/package/@forinda/kickjs-mcp",
      "github_url": "git+https://github.com/forinda/kick-js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@forinda/kickjs-mcp"
        ]
      },
      "tags": [
        "kickjs",
        "nodejs",
        "typescript",
        "decorator-driven",
        "mcp",
        "model-context-protocol",
        "claude-tools",
        "claude-code"
      ],
      "_version": "5.2.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.073205+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.548881+00:00"
    },
    {
      "slug": "npm-pubnub-mcp",
      "name": "@pubnub/mcp",
      "description": "PubNub Model Context Protocol MCP Server for Cursor and Claude",
      "website": "https://www.npmjs.com/package/@pubnub/mcp",
      "github_url": "git+https://github.com/pubnub/pubnub-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pubnub/mcp"
        ]
      },
      "tags": [
        "PubNub",
        "LLM",
        "MCP",
        "Model Context Protocol"
      ],
      "_version": "2.3.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.074933+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.552578+00:00"
    },
    {
      "slug": "npm-wopal-mcp-server-hotnews",
      "name": "@wopal/mcp-server-hotnews",
      "description": "A Model Context Protocol server that provides real-time hot trending topics from major Chinese social platforms and news sites",
      "website": "https://www.npmjs.com/package/@wopal/mcp-server-hotnews",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wopal/mcp-server-hotnews"
        ]
      },
      "tags": [
        "mcp",
        "hot-news",
        "trending",
        "zhihu",
        "weibo",
        "bilibili",
        "chinese-social-media"
      ],
      "_version": "0.2.0",
      "_publisher": "wopal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.077722+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.558413+00:00"
    },
    {
      "slug": "npm-codesys-mcp-toolkit",
      "name": "@codesys/mcp-toolkit",
      "description": "Model Context Protocol (MCP) server for CODESYS automation platform",
      "website": "https://www.npmjs.com/package/@codesys/mcp-toolkit",
      "github_url": "git+https://github.com/johannesPettersson80/codesys-mcp-toolkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@codesys/mcp-toolkit"
        ]
      },
      "tags": [
        "codesys",
        "mcp",
        "modelcontextprotocol",
        "plc",
        "automation",
        "programming"
      ],
      "_version": "1.1.16",
      "_publisher": "salomon80",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.081068+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.562470+00:00"
    },
    {
      "slug": "npm-triliumnext-mcp",
      "name": "triliumnext-mcp",
      "description": "A model context protocol server for TriliumNext Notes",
      "website": "https://www.npmjs.com/package/triliumnext-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "triliumnext-mcp"
        ]
      },
      "tags": [],
      "_version": "0.3.17",
      "_publisher": "tan-yong-sheng",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.085134+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.566512+00:00"
    },
    {
      "slug": "npm-hebcal-mcp",
      "name": "@hebcal/mcp",
      "description": "Model Context Protocol extension for Hebrew calendar",
      "website": "https://www.npmjs.com/package/@hebcal/mcp",
      "github_url": "git+https://github.com/hebcal/hebcal-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hebcal/mcp"
        ]
      },
      "tags": [],
      "_version": "0.10.2",
      "_publisher": "mjradwin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.088346+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.572393+00:00"
    },
    {
      "slug": "npm-djankies-vitest-mcp",
      "name": "@djankies/vitest-mcp",
      "description": "A Model Context Protocol server for Vitest test execution and management",
      "website": "https://www.npmjs.com/package/@djankies/vitest-mcp",
      "github_url": "git+https://github.com/djankies/vitest-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@djankies/vitest-mcp"
        ]
      },
      "tags": [
        "mcp",
        "vitest",
        "testing",
        "llm",
        "ai"
      ],
      "_version": "0.5.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.091049+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.568887+00:00"
    },
    {
      "slug": "npm-codelytv-mcp-client",
      "name": "@codelytv/mcp-client",
      "description": "A typed TypeScript client for Model Context Protocol (MCP) servers",
      "website": "https://www.npmjs.com/package/@codelytv/mcp-client",
      "github_url": "git+https://github.com/CodelyTV/typescript-mcp-test-client.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@codelytv/mcp-client"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "testing",
        "typescript"
      ],
      "_version": "0.7.0",
      "_publisher": "rgomezcasas",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.097213+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.576292+00:00"
    },
    {
      "slug": "npm-darrenjaws-spotify-mcp",
      "name": "@darrenjaws/spotify-mcp",
      "description": "Model Context Protocol server for Spotify integration",
      "website": "https://www.npmjs.com/package/@darrenjaws/spotify-mcp",
      "github_url": "git+https://github.com/darrenjaworski/spotify-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@darrenjaws/spotify-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "spotify",
        "music",
        "ai",
        "claude",
        "claude-desktop",
        "cursor"
      ],
      "_version": "1.2.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.100760+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.579768+00:00"
    },
    {
      "slug": "npm-thangnm93-metabase-mcp-server",
      "name": "@thangnm93/metabase-mcp-server",
      "description": "A Model Context Protocol server for Metabase integration",
      "website": "https://www.npmjs.com/package/@thangnm93/metabase-mcp-server",
      "github_url": "git+https://github.com/thangnm93/metabase-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@thangnm93/metabase-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "metabase",
        "analytics",
        "business-intelligence",
        "ai",
        "claude"
      ],
      "_version": "2.3.1",
      "_publisher": "thangnm93",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.103039+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.584940+00:00"
    },
    {
      "slug": "npm-anki-mcp-http",
      "name": "anki-mcp-http",
      "description": "Model Context Protocol server for Anki - enables AI assistants to interact with your Anki flashcards",
      "website": "https://www.npmjs.com/package/anki-mcp-http",
      "github_url": "git+https://github.com/ankimcp/anki-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "anki-mcp-http"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "anki",
        "flashcards",
        "spaced-repetition",
        "ai",
        "claude",
        "chatgpt"
      ],
      "_version": "0.18.5",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.104820+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.589610+00:00"
    },
    {
      "slug": "npm-mcp-markdownify-server",
      "name": "mcp-markdownify-server",
      "description": "MCP Markdownify Server - Model Context Protocol Server for Converting Almost Anything to Markdown",
      "website": "https://www.npmjs.com/package/mcp-markdownify-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-markdownify-server"
        ]
      },
      "tags": [],
      "_version": "1.1.0",
      "_publisher": "zachcaceres",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.109542+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.596901+00:00"
    },
    {
      "slug": "npm-nahisaho-musubix-mcp-server",
      "name": "@nahisaho/musubix-mcp-server",
      "description": "MUSUBIX MCP Server - Model Context Protocol Server for AI Platforms",
      "website": "https://www.npmjs.com/package/@nahisaho/musubix-mcp-server",
      "github_url": "git+https://github.com/nahisaho/MUSUBIX.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nahisaho/musubix-mcp-server"
        ]
      },
      "tags": [
        "musubix",
        "mcp",
        "model-context-protocol",
        "ai",
        "claude",
        "copilot",
        "cursor"
      ],
      "_version": "3.8.2",
      "_publisher": "nahisaho",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.111590+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.601514+00:00"
    },
    {
      "slug": "npm-procm-mcp",
      "name": "procm-mcp",
      "description": "A Model Context Protocol (MCP) server for process management.",
      "website": "https://www.npmjs.com/package/procm-mcp",
      "github_url": "git+https://github.com/coder-ka/procm-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "procm-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.42",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.113390+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.606231+00:00"
    },
    {
      "slug": "npm-lit-protocol-vincent-mcp-sdk",
      "name": "@lit-protocol/vincent-mcp-sdk",
      "description": "Vincent Model Context Protocol SDK",
      "website": "https://www.npmjs.com/package/@lit-protocol/vincent-mcp-sdk",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@lit-protocol/vincent-mcp-sdk"
        ]
      },
      "tags": [
        "mcp",
        "AI",
        "agents",
        "sdk"
      ],
      "_version": "1.1.14",
      "_publisher": "spacesailor",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.116838+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.619123+00:00"
    },
    {
      "slug": "npm-mcp-server-fetch-typescript",
      "name": "mcp-server-fetch-typescript",
      "description": "A Model Context Protocol server that provides web content fetching and conversion capabilities",
      "website": "https://www.npmjs.com/package/mcp-server-fetch-typescript",
      "github_url": "git+https://github.com/tatn/mcp-server-fetch-typescript.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-fetch-typescript"
        ]
      },
      "tags": [
        "mcp",
        "server",
        "fetch",
        "playwright",
        "markdown",
        "html",
        "Typescript"
      ],
      "_version": "0.1.1",
      "_publisher": "tatn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.119393+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.623477+00:00"
    },
    {
      "slug": "npm-futuretea-rancher-mcp-server",
      "name": "@futuretea/rancher-mcp-server",
      "description": "Model Context Protocol (MCP) server for Rancher multi-cluster management",
      "website": "https://www.npmjs.com/package/@futuretea/rancher-mcp-server",
      "github_url": "git+https://github.com/futuretea/rancher-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@futuretea/rancher-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "rancher",
        "kubernetes",
        "multi-cluster",
        "model context protocol",
        "model",
        "context",
        "protocol"
      ],
      "_version": "0.7.0",
      "_publisher": "futuretea",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.122122+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.629561+00:00"
    },
    {
      "slug": "npm-bmad-mcp-server",
      "name": "bmad-mcp-server",
      "description": "Model Context Protocol server for BMAD methodology",
      "website": "https://www.npmjs.com/package/bmad-mcp-server",
      "github_url": "git+https://github.com/mkellerman/bmad-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "bmad-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "bmad",
        "agile",
        "ai-agents"
      ],
      "_version": "3.0.1",
      "_publisher": "mkellerman",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.127605+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.644256+00:00"
    },
    {
      "slug": "npm-agiletortoise-drafts-mcp-server",
      "name": "@agiletortoise/drafts-mcp-server",
      "description": "Model Context Protocol server for Drafts app on macOS via AppleScript.",
      "website": "https://www.npmjs.com/package/@agiletortoise/drafts-mcp-server",
      "github_url": "git+https://github.com/agiletortoise/drafts-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agiletortoise/drafts-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "drafts",
        "applescript",
        "macos",
        "automation",
        "ai"
      ],
      "_version": "1.0.12",
      "_publisher": "gregpierce",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.129996+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.649223+00:00"
    },
    {
      "slug": "npm-progress-telerik-wpf-mcp",
      "name": "@progress/telerik-wpf-mcp",
      "description": "Model Context Protocol for WPF",
      "website": "https://www.npmjs.com/package/@progress/telerik-wpf-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@progress/telerik-wpf-mcp"
        ]
      },
      "tags": [
        "MCP Server",
        "Model Context Protocol",
        "WPF",
        "Telerik",
        "Progress",
        "AI",
        "Copilot"
      ],
      "_version": "1.5.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.132874+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.655342+00:00"
    },
    {
      "slug": "npm-relay-core-mcp",
      "name": "@relay-core/mcp",
      "description": "RelayCore MCP server \u2014 AI agent traffic control via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@relay-core/mcp",
      "github_url": "git+https://github.com/relaycraft/relay-core.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@relay-core/mcp"
        ]
      },
      "tags": [],
      "_version": "0.4.1",
      "_publisher": "xbeta",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.135107+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.661513+00:00"
    },
    {
      "slug": "npm-watb-mcp-server",
      "name": "@watb/mcp-server",
      "description": "WATB Model Context Protocol server \u2014 backtest, strategy CRUD and worker dispatch tools for AI assistants.",
      "website": "https://www.npmjs.com/package/@watb/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@watb/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "watb",
        "trading",
        "backtest",
        "claude",
        "cursor"
      ],
      "_version": "0.2.7",
      "_publisher": "watbadmin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.137586+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.666704+00:00"
    },
    {
      "slug": "npm-pi-mcp-extension",
      "name": "pi-mcp-extension",
      "description": "MCP (Model Context Protocol) client extension for the Pi coding agent \u2014 connect Pi to any MCP server",
      "website": "https://www.npmjs.com/package/pi-mcp-extension",
      "github_url": "git+https://github.com/irahardianto/pi-mcp-extension.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "pi-mcp-extension"
        ]
      },
      "tags": [
        "pi-package",
        "mcp",
        "model-context-protocol",
        "pi",
        "pi-extension",
        "ai-agent",
        "tool-bridge"
      ],
      "_version": "1.5.0",
      "_publisher": "irahardianto",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.139942+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.671608+00:00"
    },
    {
      "slug": "npm-clayhq-clay-mcp",
      "name": "@clayhq/clay-mcp",
      "description": "A Model Context Protocol (MCP) server for Clay",
      "website": "https://www.npmjs.com/package/@clayhq/clay-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@clayhq/clay-mcp"
        ]
      },
      "tags": [
        "mcp",
        "apple",
        "contacts",
        "notes",
        "messages",
        "mail",
        "claude",
        "clay"
      ],
      "_version": "1.0.4",
      "_publisher": "khrrsn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.142280+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.677443+00:00"
    },
    {
      "slug": "npm-ace-sdk-mcp",
      "name": "@ace-sdk/mcp",
      "description": "ACE MCP - Model Context Protocol server for ACE pattern learning",
      "website": "https://www.npmjs.com/package/@ace-sdk/mcp",
      "github_url": "git+https://github.com/ce-dot-net/ace-sdk.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ace-sdk/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ace",
        "pattern-learning",
        "claude",
        "ai-assistant",
        "code-engine"
      ],
      "_version": "2.19.4",
      "_publisher": "pana-ce",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.145148+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.687631+00:00"
    },
    {
      "slug": "npm-kubernetes-mcp-server-darwin-amd64",
      "name": "kubernetes-mcp-server-darwin-amd64",
      "description": "Model Context Protocol (MCP) server for Kubernetes and OpenShift",
      "website": "https://www.npmjs.com/package/kubernetes-mcp-server-darwin-amd64",
      "github_url": "git+https://github.com/containers/kubernetes-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kubernetes-mcp-server-darwin-amd64"
        ]
      },
      "tags": [],
      "_version": "0.0.62",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.148396+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.682553+00:00"
    },
    {
      "slug": "npm-multicluster-mcp-server",
      "name": "multicluster-mcp-server",
      "description": "A Model Context Protocol server",
      "website": "https://www.npmjs.com/package/multicluster-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "multicluster-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.14",
      "_publisher": "yanmxa",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.151673+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.693451+00:00"
    },
    {
      "slug": "npm-pinkpixel-mcpollinations",
      "name": "@pinkpixel/mcpollinations",
      "description": "Model Context Protocol (MCP) server for the Pollinations APIs with image saving functionality.",
      "website": "https://www.npmjs.com/package/@pinkpixel/mcpollinations",
      "github_url": "git+https://github.com/pinkpixel-dev/mcpollinations.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pinkpixel/mcpollinations"
        ]
      },
      "tags": [
        "ai",
        "audio",
        "chat",
        "claude",
        "image",
        "generation",
        "llm",
        "model-context-protocol"
      ],
      "_version": "1.3.1",
      "_publisher": "sizzlebop",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.153880+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.697608+00:00"
    },
    {
      "slug": "npm-deepseek-mcp-server",
      "name": "deepseek-mcp-server",
      "description": "Model Context Protocol server for DeepSeek V4 API endpoints with stdio and Streamable HTTP transports.",
      "website": "https://www.npmjs.com/package/deepseek-mcp-server",
      "github_url": "git+https://github.com/DMontgomery40/deepseek-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "deepseek-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "deepseek",
        "ai",
        "llm"
      ],
      "_version": "0.5.0",
      "_publisher": "dmontgomery40",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.156551+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.705493+00:00"
    },
    {
      "slug": "npm-zhiweixu-excel-mcp-server",
      "name": "@zhiweixu/excel-mcp-server",
      "description": "Excel file processing server based on Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/@zhiweixu/excel-mcp-server",
      "github_url": "git+https://github.com/zhiwei5576/excel-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zhiweixu/excel-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.5",
      "_publisher": "zhiweixu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.160127+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.711486+00:00"
    },
    {
      "slug": "npm-wilnertech-halopsa-mcp-server",
      "name": "@wilnertech/halopsa-mcp-server",
      "description": "Model Context Protocol server for HaloPSA API integration with asset, user, and site management",
      "website": "https://www.npmjs.com/package/@wilnertech/halopsa-mcp-server",
      "github_url": "git+https://github.com/SuperGaco/halopsa-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wilnertech/halopsa-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "halopsa",
        "api",
        "psa",
        "claude"
      ],
      "_version": "1.7.2",
      "_publisher": "yisroelwilner",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.163768+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.718705+00:00"
    },
    {
      "slug": "npm-percio-mcp",
      "name": "@percio/mcp",
      "description": "Model Context Protocol server for Percio (local Playwright + API)",
      "website": "https://www.npmjs.com/package/@percio/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@percio/mcp"
        ]
      },
      "tags": [],
      "_version": "3.1.0",
      "_publisher": "percio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.167072+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.723428+00:00"
    },
    {
      "slug": "npm-mofaggolhoshen-dev-assist-mcp",
      "name": "@mofaggolhoshen/dev-assist-mcp",
      "description": "Production-ready developer assistance through Model Context Protocol (MCP).",
      "website": "https://www.npmjs.com/package/@mofaggolhoshen/dev-assist-mcp",
      "github_url": "git+https://github.com/MofaggolHoshen/dev-assist-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mofaggolhoshen/dev-assist-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "developer-tools",
        "ai",
        "copilot",
        "snippets",
        "aspnet",
        "dotnet"
      ],
      "_version": "1.0.7",
      "_publisher": "mofaggolhoshen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.169612+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.729280+00:00"
    },
    {
      "slug": "npm-unity-mcp",
      "name": "unity-mcp",
      "description": "Model Context Protocol server for Unity.",
      "website": "https://www.npmjs.com/package/unity-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "unity-mcp"
        ]
      },
      "tags": [
        "typescript",
        "mcp",
        "unity",
        "blazing-fast",
        "claude"
      ],
      "_version": "1.1.0",
      "_publisher": "artmann",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.172395+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.734565+00:00"
    },
    {
      "slug": "npm-orengrinker-jira-mcp-server",
      "name": "@orengrinker/jira-mcp-server",
      "description": "A comprehensive Model Context Protocol server for Jira integration with issue management, board operations, time tracking, and project management capabilities",
      "website": "https://www.npmjs.com/package/@orengrinker/jira-mcp-server",
      "github_url": "git+https://github.com/OrenGrinker/jira-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@orengrinker/jira-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "jira",
        "atlassian",
        "issue-tracking",
        "project-management",
        "ai",
        "claude"
      ],
      "_version": "1.0.3",
      "_publisher": "orengrinker",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.174851+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.739854+00:00"
    },
    {
      "slug": "npm-kazuph-mcp-gmail-gas",
      "name": "@kazuph/mcp-gmail-gas",
      "description": "Model Context Protocol server for Gmail",
      "website": "https://www.npmjs.com/package/@kazuph/mcp-gmail-gas",
      "github_url": "git+https://github.com/kazuph/mcp-gmail-gas.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kazuph/mcp-gmail-gas"
        ]
      },
      "tags": [
        "gmail",
        "mcp",
        "claude"
      ],
      "_version": "1.1.2",
      "_publisher": "kazuph",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.178223+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.747214+00:00"
    },
    {
      "slug": "npm-johnson-lee-mysql-mcp-server",
      "name": "@johnson.lee/mysql-mcp-server",
      "description": "MySQL MCP Server - Model Context Protocol server for MySQL databases",
      "website": "https://www.npmjs.com/package/@johnson.lee/mysql-mcp-server",
      "github_url": "git+https://github.com/CobaltBlue3699/mysql-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@johnson.lee/mysql-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.2-8",
      "_publisher": "johnson.lee3699",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.180893+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.751345+00:00"
    },
    {
      "slug": "npm-nocodb-mcp-server",
      "name": "nocodb-mcp-server",
      "description": "Model Context Protocol server for nocodb",
      "website": "https://www.npmjs.com/package/nocodb-mcp-server",
      "github_url": "git+https://github.com/edwinbernadus/nocodb-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "nocodb-mcp-server"
        ]
      },
      "tags": [
        "nocodb",
        "mcp",
        "model context protocol",
        "nocodb mcp"
      ],
      "_version": "1.0.24",
      "_publisher": "edwinbernadus",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.183437+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.756252+00:00"
    },
    {
      "slug": "npm-mako10k-mcp-shell-server",
      "name": "@mako10k/mcp-shell-server",
      "description": "MCP Shell Server - Secure shell operations and terminal management for Model Context Protocol",
      "website": "https://www.npmjs.com/package/@mako10k/mcp-shell-server",
      "github_url": "git+https://github.com/mako10k/mcp-shell-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mako10k/mcp-shell-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "shell",
        "terminal",
        "process-management"
      ],
      "_version": "2.7.1",
      "_publisher": "mako10k",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.185768+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.763694+00:00"
    },
    {
      "slug": "npm-mcp-jira",
      "name": "mcp-jira",
      "description": "A Model Context Protocol server for JIRA integration",
      "website": "https://www.npmjs.com/package/mcp-jira",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-jira"
        ]
      },
      "tags": [
        "mcp",
        "jira",
        "api"
      ],
      "_version": "0.1.0",
      "_publisher": "kucukkanat",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.188796+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.768292+00:00"
    },
    {
      "slug": "npm-komodo-mcp-server",
      "name": "komodo-mcp-server",
      "description": "Model Context Protocol Server for Komodo (Container Manager)",
      "website": "https://www.npmjs.com/package/komodo-mcp-server",
      "github_url": "git+https://github.com/MP-Tool/komodo-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "komodo-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "komodo",
        "docker",
        "docker-compose",
        "container",
        "devops",
        "orchestration"
      ],
      "_version": "1.4.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.191016+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.777053+00:00"
    },
    {
      "slug": "npm-dotcontext-mcp",
      "name": "@dotcontext/mcp",
      "description": "Model Context Protocol adapter for dotcontext",
      "website": "https://www.npmjs.com/package/@dotcontext/mcp",
      "github_url": "git+https://github.com/vinilana/dotcontext.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dotcontext/mcp"
        ]
      },
      "tags": [],
      "_version": "0.9.2",
      "_publisher": "vinilana",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.194060+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.782615+00:00"
    },
    {
      "slug": "npm-kosli-mcp-server",
      "name": "@kosli/mcp-server",
      "description": "Model Context Protocol server for the Kosli API",
      "website": "https://www.npmjs.com/package/@kosli/mcp-server",
      "github_url": "git+https://github.com/kosli-dev/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kosli/mcp-server"
        ]
      },
      "tags": [
        "kosli",
        "mcp",
        "model-context-protocol",
        "claude"
      ],
      "_version": "0.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.199958+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.793437+00:00"
    },
    {
      "slug": "npm-nse-bse-mcp",
      "name": "nse-bse-mcp",
      "description": "Model Context Protocol server for NSE and BSE India stock exchanges",
      "website": "https://www.npmjs.com/package/nse-bse-mcp",
      "github_url": "git+https://github.com/bshada/nse-bse-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "nse-bse-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "nse",
        "bse",
        "india",
        "stocks",
        "api"
      ],
      "_version": "0.1.5",
      "_publisher": "bshada",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.202752+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.798295+00:00"
    },
    {
      "slug": "npm-belsar-ai-joplin-mcp",
      "name": "@belsar-ai/joplin-mcp",
      "description": "Model Context Protocol (MCP) server for Joplin note-taking app",
      "website": "https://www.npmjs.com/package/@belsar-ai/joplin-mcp",
      "github_url": "git+https://github.com/belsar-ai/joplin-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@belsar-ai/joplin-mcp"
        ]
      },
      "tags": [
        "mcp",
        "joplin",
        "notes",
        "model-context-protocol",
        "ai",
        "llm"
      ],
      "_version": "4.1.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.210346+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.818409+00:00"
    },
    {
      "slug": "npm-tesouro-direto-mcp",
      "name": "tesouro-direto-mcp",
      "description": "Model Context Protocol (MCP) server for Tesouro Direto API integration",
      "website": "https://www.npmjs.com/package/tesouro-direto-mcp",
      "github_url": "git+https://github.com/AtilioA/tesouro-direto-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "tesouro-direto-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "tesouro-direto",
        "brazil",
        "treasury",
        "bonds",
        "api"
      ],
      "_version": "0.2.3",
      "_publisher": "atilioa",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.214415+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.814090+00:00"
    },
    {
      "slug": "npm-12306-mcp",
      "name": "12306-mcp",
      "description": "This is a 12306 ticket search server based on the Model Context Protocol (MCP).",
      "website": "https://www.npmjs.com/package/12306-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "12306-mcp"
        ]
      },
      "tags": [
        "mcp",
        "12306",
        "mcp-server"
      ],
      "_version": "0.3.8",
      "_publisher": "joooook",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.217907+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.823417+00:00"
    },
    {
      "slug": "npm-sweepypanda-wp-elementor-mcp",
      "name": "@sweepypanda/wp-elementor-mcp",
      "description": "Model Context Protocol server for WordPress and Elementor integration",
      "website": "https://www.npmjs.com/package/@sweepypanda/wp-elementor-mcp",
      "github_url": "git+https://github.com/Huetarded/wp-elementor-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sweepypanda/wp-elementor-mcp"
        ]
      },
      "tags": [
        "mcp",
        "elementor",
        "wordpress",
        "server",
        "model-context-protocol",
        "ai",
        "claude",
        "llm"
      ],
      "_version": "1.7.4",
      "_publisher": "sweepypanda",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.220200+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.828761+00:00"
    },
    {
      "slug": "npm-epicdm-flowstate-mcp",
      "name": "@epicdm/flowstate-mcp",
      "description": "Model Context Protocol server for Epic Flow spec-driven development with RxDB replication",
      "website": "https://www.npmjs.com/package/@epicdm/flowstate-mcp",
      "github_url": "git+https://github.com/epicdm/epic-flowstate.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@epicdm/flowstate-mcp"
        ]
      },
      "tags": [
        "epicdm",
        "epic-flow",
        "flowstate",
        "mcp",
        "model-context-protocol",
        "spec-workflow",
        "rxdb",
        "replication"
      ],
      "_version": "1.1.6",
      "_publisher": "spencer.epic",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.222647+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.833609+00:00"
    },
    {
      "slug": "npm-apet97-clockify-mcp-go",
      "name": "@apet97/clockify-mcp-go",
      "description": "Clockify MCP Server (Go) \u2014 stdlib-only Model Context Protocol server for Clockify",
      "website": "https://www.npmjs.com/package/@apet97/clockify-mcp-go",
      "github_url": "git+https://github.com/apet97/go-clockify.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@apet97/clockify-mcp-go"
        ]
      },
      "tags": [],
      "_version": "1.2.5",
      "_publisher": "apet97",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.225566+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.838688+00:00"
    },
    {
      "slug": "npm-autodev-worker-protobuf",
      "name": "@autodev/worker-protobuf",
      "description": "Model Context Protocol implementation",
      "website": "https://www.npmjs.com/package/@autodev/worker-protobuf",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@autodev/worker-protobuf"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "typescript"
      ],
      "_version": "0.7.1",
      "_publisher": "phodal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.227711+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.844363+00:00"
    },
    {
      "slug": "npm-thelabnyc-redmine-mcp",
      "name": "@thelabnyc/redmine-mcp",
      "description": "An MCP (Model Context Protocol) server that allows AI agents like Claude to interact with Redmine project management data.",
      "website": "https://www.npmjs.com/package/@thelabnyc/redmine-mcp",
      "github_url": "git+https://gitlab.com/thelabnyc/redmine-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@thelabnyc/redmine-mcp"
        ]
      },
      "tags": [],
      "_version": "0.4.0",
      "_publisher": "GitLab CI/CD",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.229728+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.849393+00:00"
    },
    {
      "slug": "npm-zcode-apps-mcp-sentinel",
      "name": "@zcode-apps/mcp-sentinel",
      "description": "Security scanner for MCP (Model Context Protocol) servers",
      "website": "https://www.npmjs.com/package/@zcode-apps/mcp-sentinel",
      "github_url": "git+https://github.com/zcode-apps/mcp-sentinel.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zcode-apps/mcp-sentinel"
        ]
      },
      "tags": [
        "mcp",
        "security",
        "scanner",
        "vulnerability",
        "rce",
        "model-context-protocol"
      ],
      "_version": "0.3.2",
      "_publisher": "zcode-apps",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.231785+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.854633+00:00"
    },
    {
      "slug": "npm-google-cloud-mcp",
      "name": "google-cloud-mcp",
      "description": "Model Context Protocol server for Google Cloud services",
      "website": "https://www.npmjs.com/package/google-cloud-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "google-cloud-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "google-cloud",
        "spanner",
        "logging",
        "monitoring",
        "trace"
      ],
      "_version": "0.1.3",
      "_publisher": "krzko",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.234979+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.860431+00:00"
    },
    {
      "slug": "npm-directus-mcp-server",
      "name": "directus-mcp-server",
      "description": "Model Context Protocol server for Directus",
      "website": "https://www.npmjs.com/package/directus-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "directus-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "directus",
        "model-context-protocol"
      ],
      "_version": "1.0.0",
      "_publisher": "chunghoang",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.237820+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.865543+00:00"
    },
    {
      "slug": "npm-rh-tam-kubernetes-mcp-server",
      "name": "rh-tam-kubernetes-mcp-server",
      "description": "Model Context Protocol (MCP) server for Kubernetes and OpenShift",
      "website": "https://www.npmjs.com/package/rh-tam-kubernetes-mcp-server",
      "github_url": "git+https://github.com/manusa/kubernetes-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "rh-tam-kubernetes-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "kubernetes",
        "openshift",
        "model context protocol",
        "model",
        "context",
        "protocol"
      ],
      "_version": "0.1.13",
      "_publisher": "seasonny",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.239864+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.870053+00:00"
    },
    {
      "slug": "npm-saasflow-mcp",
      "name": "@saasflow/mcp",
      "description": "Model Context Protocol server for the SaaSFlow public API.",
      "website": "https://www.npmjs.com/package/@saasflow/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@saasflow/mcp"
        ]
      },
      "tags": [
        "saasflow",
        "mcp",
        "model-context-protocol",
        "anthropic",
        "claude",
        "api",
        "metrics"
      ],
      "_version": "0.2.2",
      "_publisher": "saasflow_alex",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.241818+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.875966+00:00"
    },
    {
      "slug": "npm-indian-stock-exchange-mcp",
      "name": "indian-stock-exchange-mcp",
      "description": "A powerful Model Context Protocol (MCP) server providing comprehensive financial data for stocks listed on BSE and NSE",
      "website": "https://www.npmjs.com/package/indian-stock-exchange-mcp",
      "github_url": "git+https://github.com/mnvkalyansambhana-tech/Indian-Stock-Exchange-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "indian-stock-exchange-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "indian-stock-exchange",
        "bse",
        "nse",
        "stock-data",
        "financial-data",
        "api"
      ],
      "_version": "1.0.0",
      "_publisher": "smnvkalyan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.244354+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.880917+00:00"
    },
    {
      "slug": "npm-aws-nx-plugin-mcp",
      "name": "@aws/nx-plugin-mcp",
      "description": "A lightweight, standalone MCP (Model Context Protocol) server for the [Nx Plugin for AWS](https://github.com/awslabs/nx-plugin-for-aws).",
      "website": "https://www.npmjs.com/package/@aws/nx-plugin-mcp",
      "github_url": "https://github.com/awslabs/nx-plugin-for-aws.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aws/nx-plugin-mcp"
        ]
      },
      "tags": [],
      "_version": "0.117.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.246778+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.887581+00:00"
    },
    {
      "slug": "npm-kazuph-mcp-fetch",
      "name": "@kazuph/mcp-fetch",
      "description": "A Model Context Protocol server that provides web content fetching capabilities with automatic image saving and optional AI display",
      "website": "https://www.npmjs.com/package/@kazuph/mcp-fetch",
      "github_url": "git+https://github.com/kazuph/mcp-fetch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kazuph/mcp-fetch"
        ]
      },
      "tags": [
        "mcp",
        "fetch",
        "web",
        "content",
        "image",
        "processing",
        "claude",
        "ai"
      ],
      "_version": "1.6.2",
      "_publisher": "kazuph",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.248924+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.892783+00:00"
    },
    {
      "slug": "npm-passionfroot-postgres-mcp",
      "name": "@passionfroot/postgres-mcp",
      "description": "A Model Context Protocol server for PostgreSQL with Prisma-aware schema introspection.",
      "website": "https://www.npmjs.com/package/@passionfroot/postgres-mcp",
      "github_url": "git+https://github.com/Passionfroot/postgres-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@passionfroot/postgres-mcp"
        ]
      },
      "tags": [],
      "_version": "0.2.0",
      "_publisher": "fogx",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.252790+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.898036+00:00"
    },
    {
      "slug": "npm-dineway",
      "name": "dineway",
      "description": "Agentic Website builder for restaurants \u2014 structured content meets AI via the Model Context Protocol",
      "website": "https://www.npmjs.com/package/dineway",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "dineway"
        ]
      },
      "tags": [
        "astro",
        "restaurant",
        "agentic",
        "mcp",
        "content",
        "cms"
      ],
      "_version": "0.1.34",
      "_publisher": "foodismai",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.256274+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.909743+00:00"
    },
    {
      "slug": "npm-mindbacklog-mcp",
      "name": "@mindbacklog/mcp",
      "description": "Official Model Context Protocol (MCP) wrapper for MindBacklog",
      "website": "https://www.npmjs.com/package/@mindbacklog/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mindbacklog/mcp"
        ]
      },
      "tags": [
        "mcp",
        "mindbacklog",
        "ai",
        "claude",
        "model context protocol"
      ],
      "_version": "1.0.2",
      "_publisher": "aadarshb",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.258180+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.915254+00:00"
    },
    {
      "slug": "npm-tkoba1974-mcp-kroki",
      "name": "@tkoba1974/mcp-kroki",
      "description": "A Model Context Protocol server for converting Mermaid diagrams to SVG using Kroki.io",
      "website": "https://www.npmjs.com/package/@tkoba1974/mcp-kroki",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tkoba1974/mcp-kroki"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "kroki",
        "mermaid",
        "svg",
        "diagram"
      ],
      "_version": "1.1.0",
      "_publisher": "tkoba1974",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.261699+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.934616+00:00"
    },
    {
      "slug": "npm-b402ai-solana-mcp",
      "name": "@b402ai/solana-mcp",
      "description": "Model Context Protocol server exposing the b402 Solana SDK as agent-callable tools (Claude Code, Cursor, any MCP runtime)",
      "website": "https://www.npmjs.com/package/@b402ai/solana-mcp",
      "github_url": "git+https://github.com/mmchougule/b402-solana.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@b402ai/solana-mcp"
        ]
      },
      "tags": [
        "solana",
        "privacy",
        "mcp",
        "model-context-protocol",
        "agent",
        "claude-code",
        "cursor"
      ],
      "_version": "0.0.28",
      "_publisher": "mayurc9",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.265038+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.939362+00:00"
    },
    {
      "slug": "npm-spongeacer-loom-mcp",
      "name": "@spongeacer/loom-mcp",
      "description": "LOOM MCP Server \u2014 Model Context Protocol server",
      "website": "https://www.npmjs.com/package/@spongeacer/loom-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@spongeacer/loom-mcp"
        ]
      },
      "tags": [],
      "_version": "0.5.1",
      "_publisher": "w41kc4t",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.268871+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.952128+00:00"
    },
    {
      "slug": "npm-junis-wordpress-mcp",
      "name": "@junis/wordpress-mcp",
      "description": "A Model Context Protocol server for interacting with WordPress.",
      "website": "https://www.npmjs.com/package/@junis/wordpress-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@junis/wordpress-mcp"
        ]
      },
      "tags": [
        "wordpress",
        "mcp",
        "server",
        "claude",
        "ai",
        "junis"
      ],
      "_version": "1.0.4",
      "_publisher": "tooeasyjun",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.271060+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.947284+00:00"
    },
    {
      "slug": "npm-huangyihe-obsidian-mcp",
      "name": "@huangyihe/obsidian-mcp",
      "description": "MCP server for interacting with Obsidian knowledge bases through the Model Context Protocol",
      "website": "https://www.npmjs.com/package/@huangyihe/obsidian-mcp",
      "github_url": "git+https://github.com/newtype-01/obsidian-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@huangyihe/obsidian-mcp"
        ]
      },
      "tags": [
        "obsidian",
        "mcp",
        "model-context-protocol",
        "knowledge-base",
        "notes",
        "markdown",
        "productivity",
        "ai"
      ],
      "_version": "1.6.0",
      "_publisher": "huangyihe",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.274910+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.961816+00:00"
    },
    {
      "slug": "npm-microsoft-fabric-mcp-win32-x64",
      "name": "@microsoft/fabric-mcp-win32-x64",
      "description": "Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric, for win32 on x64",
      "website": "https://www.npmjs.com/package/@microsoft/fabric-mcp-win32-x64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/fabric-mcp-win32-x64"
        ]
      },
      "tags": [
        "fabric",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "1.0.0",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.281035+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.970683+00:00"
    },
    {
      "slug": "npm-tejasanik-postgres-mcp-server",
      "name": "@tejasanik/postgres-mcp-server",
      "description": "A Model Context Protocol (MCP) server for PostgreSQL database management and analysis",
      "website": "https://www.npmjs.com/package/@tejasanik/postgres-mcp-server",
      "github_url": "git+https://github.com/Teja-sudo/postgres-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tejasanik/postgres-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "postgres",
        "postgresql",
        "database",
        "model-context-protocol",
        "anthropic",
        "claude"
      ],
      "_version": "3.0.3",
      "_publisher": "tejasanik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.284016+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.965995+00:00"
    },
    {
      "slug": "npm-stepsecurity-stepsecurity-mcp",
      "name": "@stepsecurity/stepsecurity-mcp",
      "description": "Model Context Protocol server for StepSecurity APIs",
      "website": "https://www.npmjs.com/package/@stepsecurity/stepsecurity-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@stepsecurity/stepsecurity-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "infra-step-security",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.286530+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.984893+00:00"
    },
    {
      "slug": "npm-autodev-context-mcp",
      "name": "@autodev/context-mcp",
      "description": "Model Context Protocol implementation for AutoDev",
      "website": "https://www.npmjs.com/package/@autodev/context-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@autodev/context-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "typescript"
      ],
      "_version": "0.7.1",
      "_publisher": "phodal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.289266+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.976650+00:00"
    },
    {
      "slug": "npm-ripla-godd-mcp",
      "name": "@ripla/godd-mcp",
      "description": "GoDD MCP Server - AI-powered development workflow tools via Model Context Protocol (slash commands support)",
      "website": "https://www.npmjs.com/package/@ripla/godd-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ripla/godd-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.3",
      "_publisher": "developer-ripla",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.291464+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.980913+00:00"
    },
    {
      "slug": "npm-winterjung-mcp-korean-spell",
      "name": "@winterjung/mcp-korean-spell",
      "description": "Korean spell checker MCP(Model Context Protocol) server",
      "website": "https://www.npmjs.com/package/@winterjung/mcp-korean-spell",
      "github_url": "git+https://github.com/winterjung/mcp-korean-spell.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@winterjung/mcp-korean-spell"
        ]
      },
      "tags": [
        "korean",
        "spell checker"
      ],
      "_version": "1.0.1",
      "_publisher": "winterjung",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.294112+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.989686+00:00"
    },
    {
      "slug": "npm-allends-remote-mcp-client",
      "name": "@allends/remote-mcp-client",
      "description": "A Model Context Protocol server",
      "website": "https://www.npmjs.com/package/@allends/remote-mcp-client",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@allends/remote-mcp-client"
        ]
      },
      "tags": [],
      "_version": "0.0.17",
      "_publisher": "allends",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.296581+00:00",
      "_last_seen_at": "2026-05-25T13:59:20.996308+00:00"
    },
    {
      "slug": "npm-wordbricks-fetch-mcp",
      "name": "@wordbricks/fetch-mcp",
      "description": "Model Context Protocol (MCP) server for fetching data from the web",
      "website": "https://www.npmjs.com/package/@wordbricks/fetch-mcp",
      "github_url": "git+https://github.com/wordbricks/fetch-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wordbricks/fetch-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "fetch",
        "web-scraping",
        "ai-tools"
      ],
      "_version": "1.3.0",
      "_publisher": "wordbricks-dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.298622+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.001400+00:00"
    },
    {
      "slug": "npm-gitee-mcp-gitee-darwin-amd64",
      "name": "@gitee/mcp-gitee-darwin-amd64",
      "description": "Model Context Protocol (MCP) server for Gitee",
      "website": "https://www.npmjs.com/package/@gitee/mcp-gitee-darwin-amd64",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gitee/mcp-gitee-darwin-amd64"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "jj-h",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.300927+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.006216+00:00"
    },
    {
      "slug": "npm-1mcp-agent",
      "name": "@1mcp/agent",
      "description": "One MCP server to aggregate them all - A unified Model Context Protocol server implementation",
      "website": "https://www.npmjs.com/package/@1mcp/agent",
      "github_url": "git+https://github.com/1mcp-app/agent.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@1mcp/agent"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "mcp-client",
        "model-context-protocol",
        "agent",
        "proxy",
        "server",
        "cli"
      ],
      "_version": "0.32.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.303063+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.015998+00:00"
    },
    {
      "slug": "npm-folderr-folderr-mcp-server",
      "name": "@folderr/folderr-mcp-server",
      "description": "A Model Context Protocol server",
      "website": "https://www.npmjs.com/package/@folderr/folderr-mcp-server",
      "github_url": "git+https://github.com/folderr-tech/folderr-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@folderr/folderr-mcp-server"
        ]
      },
      "tags": [
        "Folderr",
        "MCP",
        "Server",
        "mcp",
        "server",
        "tool",
        "automation",
        "ai"
      ],
      "_version": "0.0.1",
      "_publisher": "santypk4",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.304893+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.012060+00:00"
    },
    {
      "slug": "npm-md2do-mcp",
      "name": "@md2do/mcp",
      "description": "MCP (Model Context Protocol) server for md2do task manager",
      "website": "https://www.npmjs.com/package/@md2do/mcp",
      "github_url": "git+https://github.com/TeamNickHart/md2do.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@md2do/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "claude",
        "task-management",
        "markdown",
        "todo",
        "ai-assistant"
      ],
      "_version": "0.7.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.306554+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.020020+00:00"
    },
    {
      "slug": "npm-felixallistar-coolify-mcp",
      "name": "@felixallistar/coolify-mcp",
      "description": "Model Context Protocol server for Coolify API integration",
      "website": "https://www.npmjs.com/package/@felixallistar/coolify-mcp",
      "github_url": "git+https://github.com/FelixAllistar/coolify-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@felixallistar/coolify-mcp"
        ]
      },
      "tags": [
        "mcp",
        "coolify",
        "api",
        "model-context-protocol"
      ],
      "_version": "1.0.5",
      "_publisher": "felixallistar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.308154+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.026764+00:00"
    },
    {
      "slug": "npm-full-vk-mcp",
      "name": "full-vk-mcp",
      "description": "Model Context Protocol server for VKontakte VK API",
      "website": "https://www.npmjs.com/package/full-vk-mcp",
      "github_url": "git+https://github.com/ssm82/full-vk-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "full-vk-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "vk",
        "vkontakte",
        "vk-api",
        "ai-tools"
      ],
      "_version": "0.2.2",
      "_publisher": "sergeseme",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.311916+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.031618+00:00"
    },
    {
      "slug": "npm-perforce-p4plan-mcp",
      "name": "@perforce/p4plan-mcp",
      "description": "P4 Plan MCP (Model Context Protocol) Server",
      "website": "https://www.npmjs.com/package/@perforce/p4plan-mcp",
      "github_url": "git+https://github.com/perforce/p4plan-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@perforce/p4plan-mcp"
        ]
      },
      "tags": [],
      "_version": "2026.2.1",
      "_publisher": "p4athanasios",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.315161+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.037148+00:00"
    },
    {
      "slug": "npm-algorand-mcp",
      "name": "algorand-mcp",
      "description": "Algorand Model Context Protocol Local Implementation",
      "website": "https://www.npmjs.com/package/algorand-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "algorand-mcp"
        ]
      },
      "tags": [
        "algorand",
        "mcp",
        "blockchain",
        "model-context-protocol"
      ],
      "_version": "3.0.6",
      "_publisher": "emg110",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.320063+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.042501+00:00"
    },
    {
      "slug": "npm-content-island-mcp",
      "name": "@content-island/mcp",
      "description": "Content Island - MCP (Model Context Protocol) server",
      "website": "https://www.npmjs.com/package/@content-island/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@content-island/mcp"
        ]
      },
      "tags": [],
      "_version": "0.2.1",
      "_publisher": "content-island",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.323572+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.047275+00:00"
    },
    {
      "slug": "npm-caracalai-transport-mcp",
      "name": "@caracalai/transport-mcp",
      "description": "Caracal Model Context Protocol authentication core.",
      "website": "https://www.npmjs.com/package/@caracalai/transport-mcp",
      "github_url": "git+https://github.com/Garudex-Labs/caracal.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@caracalai/transport-mcp"
        ]
      },
      "tags": [
        "caracal",
        "mcp",
        "model-context-protocol",
        "transport"
      ],
      "_version": "0.1.2",
      "_publisher": "caracal-run",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.329676+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.051805+00:00"
    },
    {
      "slug": "npm-akoskomuves-appstoreconnect-mcp",
      "name": "@akoskomuves/appstoreconnect-mcp",
      "description": "Model Context Protocol server for the Apple App Store Connect API.",
      "website": "https://www.npmjs.com/package/@akoskomuves/appstoreconnect-mcp",
      "github_url": "git+https://github.com/akoskomuves/appstoreconnect-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@akoskomuves/appstoreconnect-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "anthropic",
        "app-store-connect",
        "appstoreconnect",
        "appstore",
        "ios"
      ],
      "_version": "0.7.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.332037+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.056691+00:00"
    },
    {
      "slug": "npm-programcomputer-nasa-mcp-server",
      "name": "@programcomputer/nasa-mcp-server",
      "description": "Model Context Protocol (MCP) server for NASA APIs",
      "website": "https://www.npmjs.com/package/@programcomputer/nasa-mcp-server",
      "github_url": "git+https://github.com/ProgramComputer/NASA-MCP-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@programcomputer/nasa-mcp-server"
        ]
      },
      "tags": [
        "nasa",
        "api",
        "mcp",
        "typescript"
      ],
      "_version": "1.0.13",
      "_publisher": "programcomputer",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.335678+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.061818+00:00"
    },
    {
      "slug": "npm-talonic-mcp",
      "name": "@talonic/mcp",
      "description": "Official Talonic MCP server. Lets AI agents extract structured, schema-validated data from any document via the Model Context Protocol.",
      "website": "https://www.npmjs.com/package/@talonic/mcp",
      "github_url": "git+https://github.com/talonicdev/talonic-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@talonic/mcp"
        ]
      },
      "tags": [
        "talonic",
        "mcp",
        "model-context-protocol",
        "ai",
        "agent",
        "claude",
        "document-extraction",
        "ocr"
      ],
      "_version": "0.1.44",
      "_publisher": "talonic",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.340299+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.065996+00:00"
    },
    {
      "slug": "npm-tabby-mcp",
      "name": "tabby-mcp",
      "description": "Model Context Protocol implementation for Tabby",
      "website": "https://www.npmjs.com/package/tabby-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "tabby-mcp"
        ]
      },
      "tags": [
        "tabby-plugin",
        "mcp"
      ],
      "_version": "0.0.2",
      "_publisher": "tienthuan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.347646+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.071272+00:00"
    },
    {
      "slug": "npm-macnishio-zoho-mcp-server",
      "name": "@macnishio/zoho-mcp-server",
      "description": "Zoho API integration server for Model Context Protocol",
      "website": "https://www.npmjs.com/package/@macnishio/zoho-mcp-server",
      "github_url": "git+https://github.com/macnishio/zoho-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@macnishio/zoho-mcp-server"
        ]
      },
      "tags": [
        "zoho",
        "mcp",
        "api",
        "integration"
      ],
      "_version": "1.2.26",
      "_publisher": "macnishio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.351310+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.076400+00:00"
    },
    {
      "slug": "npm-onlyoffice-docspace-mcp",
      "name": "@onlyoffice/docspace-mcp",
      "description": "ONLYOFFICE DocSpace Model Context Protocol Server",
      "website": "https://www.npmjs.com/package/@onlyoffice/docspace-mcp",
      "github_url": "git+https://github.com/ONLYOFFICE/docspace-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@onlyoffice/docspace-mcp"
        ]
      },
      "tags": [
        "onlyoffice",
        "docspace",
        "modelcontextprotocol",
        "mcp"
      ],
      "_version": "3.2.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.354166+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.080211+00:00"
    },
    {
      "slug": "npm-vecto-os-mcp-server",
      "name": "@vecto-os/mcp-server",
      "description": "Vecto Model Context Protocol server \u2014 exposes /api/v1 as MCP tools + resources for Claude Code, Cursor, Claude Desktop, etc.",
      "website": "https://www.npmjs.com/package/@vecto-os/mcp-server",
      "github_url": "git+https://github.com/ITbrouwerij/vecto-os.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@vecto-os/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "vecto",
        "claude",
        "agent",
        "llm"
      ],
      "_version": "0.7.2",
      "_publisher": "vecto-founder",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.356628+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.085313+00:00"
    },
    {
      "slug": "npm-logseq-mcp",
      "name": "logseq-mcp",
      "description": "Logseq Model Context Protocol Agent",
      "website": "https://www.npmjs.com/package/logseq-mcp",
      "github_url": "git+https://github.com/briansunter/logseq-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "logseq-mcp"
        ]
      },
      "tags": [
        "logseq",
        "agent",
        "model-context-protocol"
      ],
      "_version": "0.8.0",
      "_publisher": "briansunter",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.364441+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.095349+00:00"
    },
    {
      "slug": "npm-clado-ai-mcp-router",
      "name": "@clado-ai/mcp-router",
      "description": "Clado Model Context Protocol Server",
      "website": "https://www.npmjs.com/package/@clado-ai/mcp-router",
      "github_url": "git+https://github.com/clado-ai/mcp-router.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@clado-ai/mcp-router"
        ]
      },
      "tags": [
        "mcp",
        "clado",
        "web-scraping",
        "crawler",
        "content-extraction"
      ],
      "_version": "3.0.0",
      "_publisher": "davidbshan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.367235+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.090287+00:00"
    },
    {
      "slug": "npm-krutov-v-v-mcp-server-ftp",
      "name": "@krutov.v.v/mcp-server-ftp",
      "description": "Model Context Protocol server for FTP access",
      "website": "https://www.npmjs.com/package/@krutov.v.v/mcp-server-ftp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@krutov.v.v/mcp-server-ftp"
        ]
      },
      "tags": [
        "mcp",
        "ftp",
        "cli",
        "model-context-protocol",
        "claude"
      ],
      "_version": "1.0.1",
      "_publisher": "krutov.v.v",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.369525+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.099967+00:00"
    },
    {
      "slug": "npm-oconnector-mcp-gateway",
      "name": "@oconnector/mcp-gateway",
      "description": "Security Proxy for Model Context Protocol \u2014 Govern any MCP tool call with ABS Core NRaaS (Non-Repudiation as a Service)",
      "website": "https://www.npmjs.com/package/@oconnector/mcp-gateway",
      "github_url": "git+https://github.com/ABS-Core/abs-core.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@oconnector/mcp-gateway"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai-governance",
        "ai-security",
        "agent-governance",
        "non-repudiation",
        "compliance",
        "nist"
      ],
      "_version": "4.3.22",
      "_publisher": "oconnector",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.372142+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.104547+00:00"
    },
    {
      "slug": "npm-mcp-prometheus",
      "name": "mcp-prometheus",
      "description": "Model Context Protocol (MCP) server for Prometheus monitoring",
      "website": "https://www.npmjs.com/package/mcp-prometheus",
      "github_url": "git+https://github.com/jeanlopezxyz/mcp-prometheus.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-prometheus"
        ]
      },
      "tags": [
        "mcp",
        "prometheus",
        "monitoring",
        "model-context-protocol"
      ],
      "_version": "2.1.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.374579+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.117987+00:00"
    },
    {
      "slug": "npm-agent-glue-mcp",
      "name": "@agent-glue/mcp",
      "description": "MCP (Model Context Protocol) actors",
      "website": "https://www.npmjs.com/package/@agent-glue/mcp",
      "github_url": "git+https://github.com/gingerhendrix/glue.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agent-glue/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.10",
      "_publisher": "garethandrew",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.377115+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.111463+00:00"
    },
    {
      "slug": "npm-picahq-mcp",
      "name": "@picahq/mcp",
      "description": "A Model Context Protocol Server for Pica",
      "website": "https://www.npmjs.com/package/@picahq/mcp",
      "github_url": "git+https://github.com/picahq/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@picahq/mcp"
        ]
      },
      "tags": [],
      "_version": "2.1.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.381186+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.123273+00:00"
    },
    {
      "slug": "npm-gcp-mcp",
      "name": "gcp-mcp",
      "description": "Model Context Protocol (MCP) server for Google Cloud Platform - Talk to your GCP resources",
      "website": "https://www.npmjs.com/package/gcp-mcp",
      "github_url": "git+https://github.com/eniayomi/gcp-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "gcp-mcp"
        ]
      },
      "tags": [
        "gcp",
        "mcp",
        "claude",
        "ai",
        "llm"
      ],
      "_version": "1.0.2",
      "_publisher": "eniayomi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.385596+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.128940+00:00"
    },
    {
      "slug": "npm-objectstack-plugin-mcp-server",
      "name": "@objectstack/plugin-mcp-server",
      "description": "MCP Runtime Server Plugin for ObjectStack \u2014 exposes AI tools, data resources, and agent prompts via the Model Context Protocol",
      "website": "https://www.npmjs.com/package/@objectstack/plugin-mcp-server",
      "github_url": "git+https://github.com/objectstack-ai/framework.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@objectstack/plugin-mcp-server"
        ]
      },
      "tags": [
        "objectstack",
        "plugin",
        "mcp",
        "ai",
        "llm",
        "tools"
      ],
      "_version": "6.5.1",
      "_publisher": "steedos-zhuangjianguo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.388200+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.136117+00:00"
    },
    {
      "slug": "npm-kitabuild-mcp",
      "name": "kitabuild-mcp",
      "description": "Model Context Protocol (MCP) server for local static and Node.js deployments to KitaBuild",
      "website": "https://www.npmjs.com/package/kitabuild-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kitabuild-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "kitabuild",
        "deploy",
        "static",
        "nextjs",
        "vite"
      ],
      "_version": "1.0.4",
      "_publisher": "timothylampung",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.390584+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.142693+00:00"
    },
    {
      "slug": "npm-agentek-mcp-server",
      "name": "@agentek/mcp-server",
      "description": "Model Context Protocol (MCP) server for Agentek",
      "website": "https://www.npmjs.com/package/@agentek/mcp-server",
      "github_url": "git+https://github.com/NaniDAO/agentek.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@agentek/mcp-server"
        ]
      },
      "tags": [
        "ai",
        "agents",
        "blockchain",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.1.27",
      "_publisher": "nerderlyne",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.400124+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.150926+00:00"
    },
    {
      "slug": "npm-mc8yp",
      "name": "mc8yp",
      "description": "Cumulocity IoT MCP Server - Model Context Protocol integration for IoT device management",
      "website": "https://www.npmjs.com/package/mc8yp",
      "github_url": "https://github.com/schplitt/mc8yp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mc8yp"
        ]
      },
      "tags": [
        "cumulocity",
        "c8y",
        "iot",
        "mcp",
        "model-context-protocol",
        "cli"
      ],
      "_version": "2.2.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.402583+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.155157+00:00"
    },
    {
      "slug": "npm-tugudush-bitbucket-mcp",
      "name": "@tugudush/bitbucket-mcp",
      "description": "A Model Context Protocol server for Bitbucket with read-only operations",
      "website": "https://www.npmjs.com/package/@tugudush/bitbucket-mcp",
      "github_url": "git+https://github.com/tugudush/bitbucket-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tugudush/bitbucket-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "bitbucket",
        "api",
        "ai",
        "llm"
      ],
      "_version": "3.7.3",
      "_publisher": "tugudush",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.404649+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.161465+00:00"
    },
    {
      "slug": "npm-kibi-mcp",
      "name": "kibi-mcp",
      "description": "Model Context Protocol server for Kibi knowledge base",
      "website": "https://www.npmjs.com/package/kibi-mcp",
      "github_url": "git+https://github.com/Looted/kibi.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kibi-mcp"
        ]
      },
      "tags": [],
      "_version": "0.14.0",
      "_publisher": "looted",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.407165+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.166565+00:00"
    },
    {
      "slug": "npm-fonoster-mcp",
      "name": "@fonoster/mcp",
      "description": "Model Context Protocol for Fonoster",
      "website": "https://www.npmjs.com/package/@fonoster/mcp",
      "github_url": "git+https://github.com/fonoster/fonoster.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@fonoster/mcp"
        ]
      },
      "tags": [],
      "_version": "0.18.2",
      "_publisher": "fonoster-oss",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.409824+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.171568+00:00"
    },
    {
      "slug": "npm-hypha-mcp",
      "name": "hypha-mcp",
      "description": "A stdio Model Context Protocol server.",
      "website": "https://www.npmjs.com/package/hypha-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "hypha-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.1.1",
      "_publisher": "rodrigopsasaki",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.413518+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.177382+00:00"
    },
    {
      "slug": "npm-awesome-ionic-mcp",
      "name": "awesome-ionic-mcp",
      "description": "A Model Context Protocol server for Ionic and Capacitor",
      "website": "https://www.npmjs.com/package/awesome-ionic-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "awesome-ionic-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.23",
      "_publisher": "tommertom",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.416279+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.181530+00:00"
    },
    {
      "slug": "npm-gitee-mcp-gitee-linux-arm64",
      "name": "@gitee/mcp-gitee-linux-arm64",
      "description": "Model Context Protocol (MCP) server for Gitee",
      "website": "https://www.npmjs.com/package/@gitee/mcp-gitee-linux-arm64",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gitee/mcp-gitee-linux-arm64"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "jj-h",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.420160+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.191606+00:00"
    },
    {
      "slug": "npm-codecov-mcp-server",
      "name": "codecov-mcp-server",
      "description": "A Codecov Model Context Protocol server",
      "website": "https://www.npmjs.com/package/codecov-mcp-server",
      "github_url": "git+ssh://git@github.com/stedwick/codecov-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "codecov-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "codecov"
      ],
      "_version": "0.1.5",
      "_publisher": "stedwick",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.422649+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.196413+00:00"
    },
    {
      "slug": "npm-electric-ax-agents-mcp",
      "name": "@electric-ax/agents-mcp",
      "description": "Model Context Protocol registry, transports, and OAuth bridges for Electric Agents",
      "website": "https://www.npmjs.com/package/@electric-ax/agents-mcp",
      "github_url": "git+https://github.com/electric-sql/electric.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@electric-ax/agents-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "electric-agents",
        "oauth",
        "tools"
      ],
      "_version": "0.2.2",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:52.424529+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.203618+00:00"
    },
    {
      "slug": "npm-gitee-mcp-gitee-ent",
      "name": "@gitee/mcp-gitee-ent",
      "description": "Model Context Protocol (MCP) server for Gitee Enterprise",
      "website": "https://www.npmjs.com/package/@gitee/mcp-gitee-ent",
      "github_url": "git+https://gitee.com/oschina/mcp-gitee-ent.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gitee/mcp-gitee-ent"
        ]
      },
      "tags": [
        "mcp",
        "gitee",
        "model context protocol",
        "model",
        "context",
        "protocol"
      ],
      "_version": "0.1.11",
      "_publisher": "jj-h",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.264118+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.269673+00:00"
    },
    {
      "slug": "npm-getlarge-fastify-mcp",
      "name": "@getlarge/fastify-mcp",
      "description": "Scalable Fastify adapter for the Model Context Protocol (MCP) - Fork with OIDC and resource subscription support",
      "website": "https://www.npmjs.com/package/@getlarge/fastify-mcp",
      "github_url": "git+https://github.com/getlarge/fastify-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@getlarge/fastify-mcp"
        ]
      },
      "tags": [
        "fastify",
        "mcp",
        "model",
        "context",
        "protocol"
      ],
      "_version": "1.2.2-getlarge.1",
      "_publisher": "getlarge",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.267300+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.272794+00:00"
    },
    {
      "slug": "npm-runbook-docs-mcp-server",
      "name": "@runbook-docs/mcp-server",
      "description": "Runbook Model Context Protocol Server",
      "website": "https://www.npmjs.com/package/@runbook-docs/mcp-server",
      "github_url": "git+https://github.com/qloba/runbook-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@runbook-docs/mcp-server"
        ]
      },
      "tags": [
        "Runbook",
        "MCP",
        "Claude"
      ],
      "_version": "1.7.0",
      "_publisher": "ryokdy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.269366+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.277358+00:00"
    },
    {
      "slug": "npm-microsoft-agentmesh-mcp-proxy",
      "name": "@microsoft/agentmesh-mcp-proxy",
      "description": "Public Preview \u2014 Security proxy for MCP servers: The Firewall for Model Context Protocol",
      "website": "https://www.npmjs.com/package/@microsoft/agentmesh-mcp-proxy",
      "github_url": "git+https://github.com/microsoft/agent-governance-toolkit.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/agentmesh-mcp-proxy"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "security",
        "proxy",
        "ai-safety",
        "agentmesh",
        "firewall",
        "policy-engine"
      ],
      "_version": "3.7.0",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.271804+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.282599+00:00"
    },
    {
      "slug": "npm-telorun-mcp-server",
      "name": "@telorun/mcp-server",
      "description": "Telo MCP Server module \u2014 Model Context Protocol server resource kinds for Telo manifests.",
      "website": "https://www.npmjs.com/package/@telorun/mcp-server",
      "github_url": "git+https://github.com/telorun/telo.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@telorun/mcp-server"
        ]
      },
      "tags": [
        "telo",
        "mcp",
        "model-context-protocol",
        "server",
        "tools",
        "stdio"
      ],
      "_version": "1.0.0",
      "_publisher": "pasi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.274535+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.287126+00:00"
    },
    {
      "slug": "npm-houtini-brevo-mcp",
      "name": "@houtini/brevo-mcp",
      "description": "MCP (Model Context Protocol) server for Brevo email marketing platform with comprehensive analytics",
      "website": "https://www.npmjs.com/package/@houtini/brevo-mcp",
      "github_url": "git+https://github.com/houtini-ai/brevo-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@houtini/brevo-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "brevo",
        "sendinblue",
        "email",
        "marketing",
        "analytics",
        "api"
      ],
      "_version": "3.0.6",
      "_publisher": "richardbaxterseo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.277234+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.289769+00:00"
    },
    {
      "slug": "npm-syphin-mcp",
      "name": "@syphin/mcp",
      "description": "Syphin MCP server \u2014 centralized AI agent context via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@syphin/mcp",
      "github_url": "git+https://github.com/dbigby/syphin.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@syphin/mcp"
        ]
      },
      "tags": [
        "mcp",
        "claude",
        "ai",
        "agent",
        "context",
        "skills",
        "syphin"
      ],
      "_version": "0.3.2",
      "_publisher": "dbigby",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.280463+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.294836+00:00"
    },
    {
      "slug": "npm-xero-mcp",
      "name": "xero-mcp",
      "description": "A Model Context Protocol server allows Clients to interact with Xero",
      "website": "https://www.npmjs.com/package/xero-mcp",
      "github_url": "git+https://github.com/john-zhang-dev/xero-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "xero-mcp"
        ]
      },
      "tags": [
        "mcp",
        "xero",
        "modelcontextprotocol",
        "AI",
        "accounting"
      ],
      "_version": "2.1.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.283301+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.299545+00:00"
    },
    {
      "slug": "npm-sly-ai-mcp-server",
      "name": "@sly_ai/mcp-server",
      "description": "Model Context Protocol (MCP) server for Sly - enables Claude Desktop integration and remote HTTP access",
      "website": "https://www.npmjs.com/package/@sly_ai/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sly_ai/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "sly",
        "payments",
        "ai"
      ],
      "_version": "0.6.0",
      "_publisher": "slyadmin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.285486+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.302298+00:00"
    },
    {
      "slug": "npm-hovecapital-read-only-postgres-mcp-server",
      "name": "@hovecapital/read-only-postgres-mcp-server",
      "description": "A Model Context Protocol (MCP) server that enables Claude Desktop to interact with PostgreSQL databases through read-only queries",
      "website": "https://www.npmjs.com/package/@hovecapital/read-only-postgres-mcp-server",
      "github_url": "git+https://github.com/hovecapital/read-only-local-postgres-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hovecapital/read-only-postgres-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "postgresql",
        "postgres",
        "database",
        "claude",
        "claude-desktop",
        "ai"
      ],
      "_version": "0.1.0",
      "_publisher": "hovecapital",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.290078+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.306866+00:00"
    },
    {
      "slug": "npm-mexl-backstage-plugin-catalog-backend-module-mcp",
      "name": "@mexl/backstage-plugin-catalog-backend-module-mcp",
      "description": "Backstage catalog backend module for MCP (Model Context Protocol) entities",
      "website": "https://www.npmjs.com/package/@mexl/backstage-plugin-catalog-backend-module-mcp",
      "github_url": "git+https://github.com/automationpi/backstage-plugin-catalog-backend-module-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mexl/backstage-plugin-catalog-backend-module-mcp"
        ]
      },
      "tags": [
        "backstage",
        "plugin",
        "mcp",
        "model-context-protocol",
        "catalog",
        "ai",
        "llm",
        "entity"
      ],
      "_version": "1.0.8",
      "_publisher": "mexl",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.292725+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.311942+00:00"
    },
    {
      "slug": "npm-mongodb-mcp",
      "name": "mongodb-mcp",
      "description": "A read-only Model Context Protocol (MCP) server for querying MongoDB databases",
      "website": "https://www.npmjs.com/package/mongodb-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mongodb-mcp"
        ]
      },
      "tags": [
        "mcp",
        "mongodb",
        "model-context-protocol",
        "database",
        "read-only"
      ],
      "_version": "1.0.4",
      "_publisher": "sanjeev4523",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.298377+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.317738+00:00"
    },
    {
      "slug": "npm-bdkinc-ibmi-mcp",
      "name": "@bdkinc/ibmi-mcp",
      "description": "Standalone Model Context Protocol (MCP) server for IBM i",
      "website": "https://www.npmjs.com/package/@bdkinc/ibmi-mcp",
      "github_url": "git+https://github.com/bdkinc/ibmi-ai.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@bdkinc/ibmi-mcp"
        ]
      },
      "tags": [
        "ai",
        "as400",
        "ibmi",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.5.1",
      "_publisher": "bskimball",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.301105+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.321889+00:00"
    },
    {
      "slug": "npm-gemini-mcp-server",
      "name": "gemini-mcp-server",
      "description": "Model Context Protocol (MCP) server for Google Gemini 2.5 Pro with conversation context management",
      "website": "https://www.npmjs.com/package/gemini-mcp-server",
      "github_url": "git+https://github.com/TotalFreedomLife/gemini-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "gemini-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "gemini",
        "google-ai",
        "ai",
        "llm",
        "claude-code",
        "chatbot"
      ],
      "_version": "1.2.2",
      "_publisher": "total_freedom_life",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.303513+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.325842+00:00"
    },
    {
      "slug": "npm-node-red-contrib-mcp-tools",
      "name": "node-red-contrib-mcp-tools",
      "description": "Node-RED component for executing MCP (Model Context Protocol)",
      "website": "https://www.npmjs.com/package/node-red-contrib-mcp-tools",
      "github_url": "git+https://github.com/moises-paschoalick/node-red-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "node-red-contrib-mcp-tools"
        ]
      },
      "tags": [
        "node-red",
        "mcp",
        "model-context-protocol",
        "ai",
        "tools",
        "openai"
      ],
      "_version": "3.2.1",
      "_publisher": "moises.paschoalick",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.306814+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.329436+00:00"
    },
    {
      "slug": "npm-progress-telerik-dpl-mcp",
      "name": "@progress/telerik-dpl-mcp",
      "description": "Model Context Protocol for Telerik Document Processing",
      "website": "https://www.npmjs.com/package/@progress/telerik-dpl-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@progress/telerik-dpl-mcp"
        ]
      },
      "tags": [
        "MCP Server",
        "Model Context Protocol",
        "Dpl",
        "Telerik",
        "Progress",
        "AI",
        "Copilot"
      ],
      "_version": "1.5.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.309655+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.336944+00:00"
    },
    {
      "slug": "npm-hrrrsn-mcp-vnc",
      "name": "@hrrrsn/mcp-vnc",
      "description": "Model Context Protocol (MCP) server enabling AI agents to control remote desktops",
      "website": "https://www.npmjs.com/package/@hrrrsn/mcp-vnc",
      "github_url": "git+https://github.com/hrrrsn/mcp-vnc.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hrrrsn/mcp-vnc"
        ]
      },
      "tags": [
        "mcp",
        "vnc",
        "remote-control",
        "model-context-protocol",
        "automation",
        "desktop-control"
      ],
      "_version": "1.0.2",
      "_publisher": "hrrrsn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.313868+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.343119+00:00"
    },
    {
      "slug": "npm-agentql-mcp",
      "name": "agentql-mcp",
      "description": "Model Context Protocol (MCP) server that integrates AgentQL data extraction capabilities.",
      "website": "https://www.npmjs.com/package/agentql-mcp",
      "github_url": "git+https://github.com/tinyfish-io/agentql-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "agentql-mcp"
        ]
      },
      "tags": [
        "mcp",
        "agentql",
        "data-extraction",
        "web-scraping",
        "content-extraction"
      ],
      "_version": "1.0.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.317365+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.348184+00:00"
    },
    {
      "slug": "npm-i18nexus-mcp",
      "name": "@i18nexus/mcp",
      "description": "Model Context Protocol server for managing i18nexus strings",
      "website": "https://www.npmjs.com/package/@i18nexus/mcp",
      "github_url": "git+https://github.com/i18nexus/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@i18nexus/mcp"
        ]
      },
      "tags": [
        "i18nexus",
        "mcp",
        "model-context-protocol",
        "i18n",
        "translations",
        "localization",
        "internationalization",
        "llm"
      ],
      "_version": "1.1.0",
      "_publisher": "i18nexus",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.321606+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.350643+00:00"
    },
    {
      "slug": "npm-emailverifyio-emailverify-mcp",
      "name": "@emailverifyio/emailverify-mcp",
      "description": "Model Context Protocol server for EmailVerify.io. Provides email validation, bulk validation, and email finder capabilities.",
      "website": "https://www.npmjs.com/package/@emailverifyio/emailverify-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@emailverifyio/emailverify-mcp"
        ]
      },
      "tags": [
        "emailverify",
        "email-validation",
        "email-verification",
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "email",
        "ai-tools"
      ],
      "_version": "0.2.10",
      "_publisher": "emailverify",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.323929+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.356404+00:00"
    },
    {
      "slug": "npm-mcp-zenskar",
      "name": "mcp-zenskar",
      "description": "Model Context Protocol (MCP) server for Zenskar API - customer management, invoicing, and billing operations",
      "website": "https://www.npmjs.com/package/mcp-zenskar",
      "github_url": "https://github.com/zenskar/mcp-zenskar",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-zenskar"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "zenskar",
        "billing",
        "invoicing",
        "customer-management",
        "ai-tool",
        "claude"
      ],
      "_version": "2.2.0",
      "_publisher": "shreyansh-zenskar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.326405+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.362040+00:00"
    },
    {
      "slug": "npm-mcp-gateway",
      "name": "mcp-gateway",
      "description": "Model Context Protocol Gateway",
      "website": "https://www.npmjs.com/package/mcp-gateway",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-gateway"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "snaggle",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.330138+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.376229+00:00"
    },
    {
      "slug": "npm-webvizio-mcp-server",
      "name": "@webvizio/mcp-server",
      "description": "A Model-Context-Protocol (MCP) server for the Webvizio API",
      "website": "https://www.npmjs.com/package/@webvizio/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@webvizio/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "webvizio",
        "api",
        "typescript"
      ],
      "_version": "1.0.5",
      "_publisher": "alex-webvizio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.333089+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.370643+00:00"
    },
    {
      "slug": "npm-hyperfixi-mcp-server",
      "name": "@hyperfixi/mcp-server",
      "description": "Model Context Protocol server for HyperFixi hyperscript development",
      "website": "https://www.npmjs.com/package/@hyperfixi/mcp-server",
      "github_url": "git+https://github.com/codetalcott/hyperfixi.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hyperfixi/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "hyperscript",
        "hyperfixi",
        "ai",
        "llm",
        "development-tools"
      ],
      "_version": "2.5.1",
      "_publisher": "codetalcott",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.335573+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.380460+00:00"
    },
    {
      "slug": "npm-cs50victor-mcpx",
      "name": "@cs50victor/mcpx",
      "description": "A lightweight CLI for interacting with MCP (Model Context Protocol) servers",
      "website": "https://www.npmjs.com/package/@cs50victor/mcpx",
      "github_url": "git+https://github.com/cs50victor/mcpx.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cs50victor/mcpx"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cli",
        "ai",
        "tools",
        "agents"
      ],
      "_version": "1.2.1",
      "_publisher": "cs50victor",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.338262+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.385602+00:00"
    },
    {
      "slug": "npm-aln-mcp-polymarket",
      "name": "aln-mcp-polymarket",
      "description": "Polymarket MCP Server - Model Context Protocol server for Polymarket trading",
      "website": "https://www.npmjs.com/package/aln-mcp-polymarket",
      "github_url": "git+https://github.com/IQAIcom/mcp-polymarket.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "aln-mcp-polymarket"
        ]
      },
      "tags": [
        "mcp",
        "polymarket",
        "trading",
        "api",
        "model-context-protocol"
      ],
      "_version": "0.0.8",
      "_publisher": "alinflorinciu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.341017+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.391656+00:00"
    },
    {
      "slug": "npm-baref00t-mcp-server",
      "name": "@baref00t/mcp-server",
      "description": "Hosted multi-tenant MCP (Model Context Protocol) server for the baref00t Partner + Distributor APIs",
      "website": "https://www.npmjs.com/package/@baref00t/mcp-server",
      "github_url": "git+https://github.com/becloudsmart-com/baref00t.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@baref00t/mcp-server"
        ]
      },
      "tags": [
        "baref00t",
        "mcp",
        "model-context-protocol",
        "ai",
        "claude",
        "anthropic"
      ],
      "_version": "0.5.4",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.346854+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.395940+00:00"
    },
    {
      "slug": "npm-profullstack-mcp-server",
      "name": "@profullstack/mcp-server",
      "description": "A generic, modular server for implementing the Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/@profullstack/mcp-server",
      "github_url": "git+https://github.com/profullstack/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@profullstack/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model",
        "ai",
        "server",
        "api"
      ],
      "_version": "1.4.12",
      "_publisher": "chovy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.349792+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.400119+00:00"
    },
    {
      "slug": "npm-logicmonitor-mcp-server",
      "name": "logicmonitor-mcp-server",
      "description": "LogicMonitor Model Context Protocol Server",
      "website": "https://www.npmjs.com/package/logicmonitor-mcp-server",
      "github_url": "git+https://github.com/monitoringartist/logicmonitor-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "logicmonitor-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "logicmonitor",
        "monitoring",
        "observability",
        "ai",
        "claude",
        "api-server"
      ],
      "_version": "0.1.0",
      "_publisher": "jangaraj",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.351972+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.404751+00:00"
    },
    {
      "slug": "npm-csv-mcp",
      "name": "csv-mcp",
      "description": "A Model Context Protocol (MCP) server for powerful CSV file operations - read, write, query, transform, analyze CSV data with formulas and charts.",
      "website": "https://www.npmjs.com/package/csv-mcp",
      "github_url": "git+https://github.com/nitaiaharoni1/csv-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "csv-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "npx",
        "csv",
        "csv-parser",
        "csv-writer",
        "data-processing",
        "data-analysis"
      ],
      "_version": "1.4.0",
      "_publisher": "nitaiaharoni1",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.353891+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.410348+00:00"
    },
    {
      "slug": "npm-progress-telerik-reporting-mcp",
      "name": "@progress/telerik-reporting-mcp",
      "description": "Model Context Protocol for Telerik Reporting",
      "website": "https://www.npmjs.com/package/@progress/telerik-reporting-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@progress/telerik-reporting-mcp"
        ]
      },
      "tags": [
        "MCP Server",
        "Model Context Protocol",
        "Reporting",
        "Telerik",
        "Progress",
        "AI",
        "Copilot"
      ],
      "_version": "1.5.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.355616+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.415177+00:00"
    },
    {
      "slug": "npm-gsc-mcp",
      "name": "gsc-mcp",
      "description": "Google Search Console MCP (Model Context Protocol)",
      "website": "https://www.npmjs.com/package/gsc-mcp",
      "github_url": "git+https://github.com/AST-Consulting/gsc-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "gsc-mcp"
        ]
      },
      "tags": [
        "mcp",
        "google search console",
        "SEO",
        "model-context-protocol",
        "claude",
        "playwright"
      ],
      "_version": "1.0.4",
      "_publisher": "ast-consulting",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.358266+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.420386+00:00"
    },
    {
      "slug": "npm-mcp-discord",
      "name": "mcp-discord",
      "description": "Model Context Protocol (MCP) server for Discord integration, allowing Claude and other MCP clients to interact with Discord",
      "website": "https://www.npmjs.com/package/mcp-discord",
      "github_url": "git+https://github.com/barryyip0625/mcp-discord.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-discord"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "discord",
        "claude",
        "ai",
        "chatbot",
        "automation"
      ],
      "_version": "1.3.4",
      "_publisher": "barry99625",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.361521+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.425346+00:00"
    },
    {
      "slug": "npm-voyp-mcp",
      "name": "voyp-mcp",
      "description": "Voyp Model Context Protocol server",
      "website": "https://www.npmjs.com/package/voyp-mcp",
      "github_url": "git+https://github.com/paulotaylor/voyp-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "voyp-mcp"
        ]
      },
      "tags": [
        "voyp-mcp",
        "voyp",
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "automation",
        "automation-tools",
        "calls"
      ],
      "_version": "0.1.0",
      "_publisher": "paulotaylor",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.365156+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.429713+00:00"
    },
    {
      "slug": "npm-edicarlos-lds-businessmap-mcp",
      "name": "@edicarlos.lds/businessmap-mcp",
      "description": "Model Context Protocol server for BusinessMap (Kanbanize) integration",
      "website": "https://www.npmjs.com/package/@edicarlos.lds/businessmap-mcp",
      "github_url": "git+https://github.com/edicarloslds/businessmap-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@edicarlos.lds/businessmap-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "businessmap",
        "kanbanize",
        "api",
        "integration"
      ],
      "_version": "2.2.0",
      "_publisher": "edicarlos.lds",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.368181+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.443711+00:00"
    },
    {
      "slug": "npm-mozilla-firefox-devtools-mcp-moz",
      "name": "@mozilla/firefox-devtools-mcp-moz",
      "description": "Model Context Protocol (MCP) server for Firefox DevTools automation (moz build with privileged context support)",
      "website": "https://www.npmjs.com/package/@mozilla/firefox-devtools-mcp-moz",
      "github_url": "git+https://github.com/mozilla/firefox-devtools-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mozilla/firefox-devtools-mcp-moz"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "firefox",
        "firefox-devtools",
        "browser-automation",
        "webdriver-bidi",
        "selenium"
      ],
      "_version": "0.9.3",
      "_publisher": "jdescottes-mozilla-npm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.370295+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.436953+00:00"
    },
    {
      "slug": "npm-inaturalist-mcp",
      "name": "inaturalist-mcp",
      "description": "Read-only Model Context Protocol server for the iNaturalist API.",
      "website": "https://www.npmjs.com/package/inaturalist-mcp",
      "github_url": "git+https://github.com/ufo2243/inaturalist-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "inaturalist-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "inaturalist",
        "biodiversity"
      ],
      "_version": "1.3.0",
      "_publisher": "ufo2243",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.372675+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.448750+00:00"
    },
    {
      "slug": "npm-occirank-haloscan-server",
      "name": "@occirank/haloscan-server",
      "description": "Model Context Protocol server for Haloscan SEO API",
      "website": "https://www.npmjs.com/package/@occirank/haloscan-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@occirank/haloscan-server"
        ]
      },
      "tags": [
        "mcp",
        "haloscan",
        "seo",
        "n8n"
      ],
      "_version": "2.0.20",
      "_publisher": "dev.occirank",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.377420+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.455285+00:00"
    },
    {
      "slug": "npm-protakeoff-mcp-server",
      "name": "protakeoff-mcp-server",
      "description": "Model Context Protocol Server for ProTakeoff v2",
      "website": "https://www.npmjs.com/package/protakeoff-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "protakeoff-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.0.2",
      "_publisher": "ilirkl",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.381055+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.459104+00:00"
    },
    {
      "slug": "npm-jango-blockchained-homeassistant-mcp",
      "name": "@jango-blockchained/homeassistant-mcp",
      "description": "Home Assistant Model Context Protocol Server - Control your smart home through AI assistants",
      "website": "https://www.npmjs.com/package/@jango-blockchained/homeassistant-mcp",
      "github_url": "git+https://github.com/jango-blockchained/advanced-homeassistant-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jango-blockchained/homeassistant-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "home-assistant",
        "smart-home",
        "iot",
        "automation",
        "ai",
        "claude"
      ],
      "_version": "1.3.1",
      "_publisher": "jango-blockchained",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.384127+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.462903+00:00"
    },
    {
      "slug": "npm-mcp-server-pagespeed",
      "name": "mcp-server-pagespeed",
      "description": "A Model Context Protocol server for Google PageSpeed Insights",
      "website": "https://www.npmjs.com/package/mcp-server-pagespeed",
      "github_url": "git+https://github.com/enemyrr/mcp-server-pagespeed.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-pagespeed"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "pagespeed",
        "google",
        "performance"
      ],
      "_version": "1.0.0",
      "_publisher": "enemyr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.386380+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.467227+00:00"
    },
    {
      "slug": "npm-mcp3-sui",
      "name": "@mcp3/sui",
      "description": "Model Context Protocol implementation for Sui Network",
      "website": "https://www.npmjs.com/package/@mcp3/sui",
      "github_url": "git+https://github.com/sentioxyz/mcp3.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp3/sui"
        ]
      },
      "tags": [
        "sui",
        "mcp",
        "blockchain",
        "typescript"
      ],
      "_version": "1.0.18",
      "_publisher": "allendragon",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.388868+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.473217+00:00"
    },
    {
      "slug": "npm-uworx-code-memory",
      "name": "@uworx/code-memory",
      "description": "Repository intelligence substrate \u2014 a persistent, queryable semantic memory layer for codebases, exposed via the Model Context Protocol (MCP).",
      "website": "https://www.npmjs.com/package/@uworx/code-memory",
      "github_url": "git+https://github.com/khurram-uworx/CodeMemory.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@uworx/code-memory"
        ]
      },
      "tags": [
        "memory",
        "semantic-memory",
        "vector-search",
        "mcp",
        "code-analysis",
        "repository-intelligence",
        "dependency-graph"
      ],
      "_version": "0.4.5",
      "_publisher": "khurram-uworx",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.390953+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.477555+00:00"
    },
    {
      "slug": "npm-thecreativelabs-plutio-mcp",
      "name": "@thecreativelabs/plutio-mcp",
      "description": "Model Context Protocol server for Plutio \u2014 CRM, projects, invoices, proposals, forms, time tracking, scheduling, and more.",
      "website": "https://www.npmjs.com/package/@thecreativelabs/plutio-mcp",
      "github_url": "git+https://github.com/thecreativelabs/plutio-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@thecreativelabs/plutio-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "plutio",
        "crm",
        "claude",
        "anthropic",
        "project-management",
        "invoicing"
      ],
      "_version": "0.10.3",
      "_publisher": "hanielsingh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.393515+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.470764+00:00"
    },
    {
      "slug": "npm-greynewell-mcpbr",
      "name": "@greynewell/mcpbr",
      "description": "Model Context Protocol Benchmark Runner - CLI tool for evaluating MCP servers",
      "website": "https://www.npmjs.com/package/@greynewell/mcpbr",
      "github_url": "git+https://github.com/greynewell/mcpbr.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@greynewell/mcpbr"
        ]
      },
      "tags": [
        "mcpbr",
        "mcp",
        "benchmark",
        "model-context-protocol",
        "swe-bench",
        "cybergym",
        "llm",
        "agents"
      ],
      "_version": "0.14.0",
      "_publisher": "greynewell",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.397046+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.481478+00:00"
    },
    {
      "slug": "npm-parseable-parseable-mcp-server",
      "name": "@parseable/parseable-mcp-server",
      "description": "Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable datasets.",
      "website": "https://www.npmjs.com/package/@parseable/parseable-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@parseable/parseable-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.2.4",
      "_publisher": "parseablehq",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.400669+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.484008+00:00"
    },
    {
      "slug": "npm-emcy-openapi-to-mcp",
      "name": "@emcy/openapi-to-mcp",
      "description": "Convert OpenAPI specifications to MCP (Model Context Protocol) servers with optional Emcy telemetry",
      "website": "https://www.npmjs.com/package/@emcy/openapi-to-mcp",
      "github_url": "git+https://github.com/emcy-ai/openapi-to-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@emcy/openapi-to-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "openapi",
        "swagger",
        "ai",
        "claude",
        "cursor",
        "llm"
      ],
      "_version": "0.9.0",
      "_publisher": "ross-emcy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.403017+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.487773+00:00"
    },
    {
      "slug": "npm-azure-mcp-template-linux-x64",
      "name": "@azure/mcp-template-linux-x64",
      "description": "Template MCP Server - Basic Model Context Protocol implementation, for linux on x64",
      "website": "https://www.npmjs.com/package/@azure/mcp-template-linux-x64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-template-linux-x64"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.0.12-alpha.6251995",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.405323+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.499510+00:00"
    },
    {
      "slug": "npm-pawells-mcp-memory",
      "name": "@pawells/mcp-memory",
      "description": "Model Context Protocol server for semantic memory and knowledge management with Claude Code",
      "website": "https://www.npmjs.com/package/@pawells/mcp-memory",
      "github_url": "git+https://github.com/PhillipAWells/mcp-memory.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pawells/mcp-memory"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "semantic-memory",
        "vector-search",
        "claude",
        "claude-code",
        "knowledge-management",
        "qdrant"
      ],
      "_version": "1.4.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.407813+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.491896+00:00"
    },
    {
      "slug": "npm-pollinations-ai-mcp",
      "name": "@pollinations_ai/mcp",
      "description": "Model Context Protocol (MCP) server for pollinations.ai - image, text, audio & video generation",
      "website": "https://www.npmjs.com/package/@pollinations_ai/mcp",
      "github_url": "git+https://github.com/pollinations/pollinations.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pollinations_ai/mcp"
        ]
      },
      "tags": [
        "pollinations",
        "ai",
        "image",
        "video",
        "text",
        "audio",
        "generation",
        "model-context-protocol"
      ],
      "_version": "2.1.0",
      "_publisher": "elixpo",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.410191+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.514684+00:00"
    },
    {
      "slug": "npm-glove-mcp",
      "name": "glove-mcp",
      "description": "Model Context Protocol (MCP) integration for the Glove agent framework",
      "website": "https://www.npmjs.com/package/glove-mcp",
      "github_url": "git+https://github.com/porkytheblack/glove.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "glove-mcp"
        ]
      },
      "tags": [],
      "_version": "0.5.0",
      "_publisher": "porkytheblack",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.413966+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.504159+00:00"
    },
    {
      "slug": "npm-linkd-mcp",
      "name": "linkd-mcp",
      "description": "Linkd Model Context Protocol Server",
      "website": "https://www.npmjs.com/package/linkd-mcp",
      "github_url": "git+https://github.com/automcp/linkd-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "linkd-mcp"
        ]
      },
      "tags": [
        "mcp",
        "linkd",
        "web-scraping",
        "crawler",
        "content-extraction"
      ],
      "_version": "1.0.25",
      "_publisher": "monotool",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.416957+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.510317+00:00"
    },
    {
      "slug": "npm-financial-modeling-prep-mcp-server",
      "name": "financial-modeling-prep-mcp-server",
      "description": "Model Context Protocol server for Financial Modeling Prep (FMP) API, exposing 250+ tools for financial data, market insights, and analysis.",
      "website": "https://www.npmjs.com/package/financial-modeling-prep-mcp-server",
      "github_url": "git+https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "financial-modeling-prep-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "ai",
        "assistant",
        "fmp",
        "financial modeling prep",
        "financial data",
        "financial analysis",
        "financial planning"
      ],
      "_version": "2.6.10",
      "_publisher": "imbenrabi",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.419187+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.519547+00:00"
    },
    {
      "slug": "npm-imcp",
      "name": "imcp",
      "description": "Node.js SDK for Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/imcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "imcp"
        ]
      },
      "tags": [
        "mcp",
        "sdk",
        "cli"
      ],
      "_version": "0.2.3",
      "_publisher": "imcp",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.421181+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.525380+00:00"
    },
    {
      "slug": "npm-periskope-whatsapp-mcp",
      "name": "@periskope/whatsapp-mcp",
      "description": "The Periskope WhatsApp MCP (Model Context Protocol) tool provides an interface to interact with Periskope's WhatsApp API services through Claude, GPT, and other AI assistants that support the Model Context Protocol.",
      "website": "https://www.npmjs.com/package/@periskope/whatsapp-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@periskope/whatsapp-mcp"
        ]
      },
      "tags": [
        "mcp",
        "whatsapp",
        "periskope",
        "claude",
        "ai",
        "whatsapp-mcp",
        "whatsapp-ai",
        "whatsapp-gpt"
      ],
      "_version": "0.1.11",
      "_publisher": "roho7",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.423817+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.533232+00:00"
    },
    {
      "slug": "npm-canvas-mcp-server",
      "name": "canvas-mcp-server",
      "description": "A comprehensive Model Context Protocol (MCP) server for Canvas LMS with full student functionality and account management",
      "website": "https://www.npmjs.com/package/canvas-mcp-server",
      "github_url": "git+https://github.com/DMontgomery40/mcp-canvas-lms.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "canvas-mcp-server"
        ]
      },
      "tags": [
        "canvas",
        "lms",
        "mcp",
        "server",
        "modelcontextprotocol",
        "education",
        "api",
        "student"
      ],
      "_version": "2.2.3",
      "_publisher": "dmontgomery40",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.426384+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.530207+00:00"
    },
    {
      "slug": "npm-mcp-trends-hub",
      "name": "mcp-trends-hub",
      "description": "\ud83d\udd25 \u57fa\u4e8e Model Context Protocol (MCP) \u534f\u8bae\u7684\u5168\u7f51\u70ed\u70b9\u8d8b\u52bf\u4e00\u7ad9\u5f0f\u805a\u5408\u670d\u52a1",
      "website": "https://www.npmjs.com/package/mcp-trends-hub",
      "github_url": "git+https://github.com/baranwang/mcp-trends-hub.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-trends-hub"
        ]
      },
      "tags": [
        "mcp",
        "trends"
      ],
      "_version": "1.7.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.430339+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.537977+00:00"
    },
    {
      "slug": "npm-duck-duck-mcp",
      "name": "duck-duck-mcp",
      "description": "DuckDuckGo search implementation for Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/duck-duck-mcp",
      "github_url": "git+https://github.com/qwang07/duck-duck-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "duck-duck-mcp"
        ]
      },
      "tags": [
        "mcp",
        "duckduckgo",
        "search",
        "ai",
        "claude",
        "model-context-protocol"
      ],
      "_version": "1.0.5",
      "_publisher": "qwang007",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.433362+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.543671+00:00"
    },
    {
      "slug": "npm-jwalsh-mcp-server-qrcode",
      "name": "@jwalsh/mcp-server-qrcode",
      "description": "Model Context Protocol server for generating QR codes",
      "website": "https://www.npmjs.com/package/@jwalsh/mcp-server-qrcode",
      "github_url": "git+https://github.com/jwalsh/mcp-server-qrcode.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jwalsh/mcp-server-qrcode"
        ]
      },
      "tags": [
        "mcp",
        "qrcode",
        "ai",
        "model-context-protocol"
      ],
      "_version": "1.1.0",
      "_publisher": "jwalsh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.435786+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.549101+00:00"
    },
    {
      "slug": "npm-noah-labs-noah-business-api-mcp",
      "name": "@noah-labs/noah-business-api-mcp",
      "description": "Noah Business API tools for Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/@noah-labs/noah-business-api-mcp",
      "github_url": "git+https://github.com/noah-labs/noahapi-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@noah-labs/noah-business-api-mcp"
        ]
      },
      "tags": [
        "noah",
        "business-api",
        "crypto",
        "payments",
        "mcp",
        "model-context-protocol",
        "claude",
        "ai"
      ],
      "_version": "1.0.13",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.437684+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.554871+00:00"
    },
    {
      "slug": "npm-vercel-mcp-server",
      "name": "vercel-mcp-server",
      "description": "A Model Context Protocol (MCP) server for Vercel API - Manage deployments, domains, projects, and more",
      "website": "https://www.npmjs.com/package/vercel-mcp-server",
      "github_url": "git+https://github.com/Quegenx/vercel-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "vercel-mcp-server"
        ]
      },
      "tags": [
        "vercel",
        "mcp",
        "model-context-protocol",
        "claude",
        "cursor",
        "cascade",
        "ai",
        "deployment"
      ],
      "_version": "1.0.0",
      "_publisher": "meowoof",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.440396+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.561646+00:00"
    },
    {
      "slug": "npm-medigamiofficial-mcp",
      "name": "@medigamiofficial/mcp",
      "description": "Medigami MCP server \u2014 outcome-labeled healthcare claim intelligence as Model Context Protocol tools. Free, PHI-free, discoverable.",
      "website": "https://www.npmjs.com/package/@medigamiofficial/mcp",
      "github_url": "git+https://github.com/maximusrufus/medigami-public.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@medigamiofficial/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "healthcare",
        "medical-billing",
        "insurance-appeal",
        "medigami"
      ],
      "_version": "0.1.12",
      "_publisher": "medigami",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.442921+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.567244+00:00"
    },
    {
      "slug": "npm-splunk-mcp",
      "name": "splunk-mcp",
      "description": "A Model Context Protocol server for interacting with Splunk Enterprise/Cloud",
      "website": "https://www.npmjs.com/package/splunk-mcp",
      "github_url": "git+https://github.com/MichaelSp/splunk-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "splunk-mcp"
        ]
      },
      "tags": [
        "mcp",
        "splunk",
        "signalfx",
        "model-context-protocol"
      ],
      "_version": "0.4.1",
      "_publisher": "michels",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.445816+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.572411+00:00"
    },
    {
      "slug": "npm-skillkit-mcp-memory",
      "name": "@skillkit/mcp-memory",
      "description": "MCP (Model Context Protocol) server for SkillKit persistent memory",
      "website": "https://www.npmjs.com/package/@skillkit/mcp-memory",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@skillkit/mcp-memory"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "memory",
        "ai",
        "claude",
        "skillkit"
      ],
      "_version": "1.24.0",
      "_publisher": "rohitghumare",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.449094+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.577239+00:00"
    },
    {
      "slug": "npm-offwatch-mcp-server",
      "name": "@offwatch/mcp-server",
      "description": "Model Context Protocol server for Paperclip.",
      "website": "https://www.npmjs.com/package/@offwatch/mcp-server",
      "github_url": "git+https://github.com/paperclipai/paperclip.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@offwatch/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "druidtriss",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.451705+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.584640+00:00"
    },
    {
      "slug": "npm-aot-tech-gmail-mcp-server",
      "name": "@aot-tech/gmail-mcp-server",
      "description": "Gmail MCP Server with Bearer Token Authentication - A Model Context Protocol server for Gmail access",
      "website": "https://www.npmjs.com/package/@aot-tech/gmail-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aot-tech/gmail-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "gmail",
        "email",
        "model-context-protocol",
        "bearer-token",
        "google",
        "api",
        "mail"
      ],
      "_version": "1.0.3",
      "_publisher": "syama.sundara",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.455032+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.581858+00:00"
    },
    {
      "slug": "npm-buildpad-mcp",
      "name": "@buildpad/mcp",
      "description": "Model Context Protocol server for Buildpad components - enables AI agents to discover and use Buildpad packages",
      "website": "https://www.npmjs.com/package/@buildpad/mcp",
      "github_url": "git+https://github.com/microbuild-ui/ui.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@buildpad/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "copilot",
        "vscode",
        "daas",
        "cms",
        "components"
      ],
      "_version": "0.2.0",
      "_publisher": "xtremax",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.458028+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.589098+00:00"
    },
    {
      "slug": "npm-attio-mcp-server",
      "name": "attio-mcp-server",
      "description": "A Model Context Protocol server that connects Attio to LLMs",
      "website": "https://www.npmjs.com/package/attio-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "attio-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.0.2",
      "_publisher": "heimark",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.461361+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.594520+00:00"
    },
    {
      "slug": "npm-js-sandbox-mcp-server",
      "name": "js-sandbox-mcp-server",
      "description": "A Model Context Protocol server",
      "website": "https://www.npmjs.com/package/js-sandbox-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "js-sandbox-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.2.0",
      "_publisher": "garc33",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.465091+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.599224+00:00"
    },
    {
      "slug": "npm-pulsemcp-server",
      "name": "pulsemcp-server",
      "description": "A Model Context Protocol server",
      "website": "https://www.npmjs.com/package/pulsemcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "pulsemcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "orliesaurus",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.467895+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.604583+00:00"
    },
    {
      "slug": "npm-google-cloud-backupdr-mcp",
      "name": "@google-cloud/backupdr-mcp",
      "description": "Model Context Protocol (MCP) Server for interacting with Google Cloud Backup and Disaster Recovery",
      "website": "https://www.npmjs.com/package/@google-cloud/backupdr-mcp",
      "github_url": "git+https://github.com/googleapis/gcloud-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@google-cloud/backupdr-mcp"
        ]
      },
      "tags": [
        "backup",
        "disaster recovery",
        "gcp",
        "google cloud",
        "mcp",
        "mcp server"
      ],
      "_version": "0.1.0",
      "_publisher": "google-wombot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.469918+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.611662+00:00"
    },
    {
      "slug": "npm-klaviyo-mcp",
      "name": "klaviyo-mcp",
      "description": "Model Context Protocol server for Klaviyo email marketing API",
      "website": "https://www.npmjs.com/package/klaviyo-mcp",
      "github_url": "git+https://github.com/doinglean/klaviyo-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "klaviyo-mcp"
        ]
      },
      "tags": [
        "klaviyo",
        "mcp",
        "model-context-protocol",
        "email-marketing",
        "claude",
        "ai"
      ],
      "_version": "1.0.0",
      "_publisher": "0xlars",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.471697+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.616229+00:00"
    },
    {
      "slug": "npm-mcp-interactsh",
      "name": "mcp-interactsh",
      "description": "Model Context Protocol bridge for interactsh",
      "website": "https://www.npmjs.com/package/mcp-interactsh",
      "github_url": "git+https://github.com/tachote/mcp-interactsh.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-interactsh"
        ]
      },
      "tags": [
        "model-context-protocol",
        "interactsh",
        "oob"
      ],
      "_version": "0.1.0",
      "_publisher": "tachote",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.474077+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.622315+00:00"
    },
    {
      "slug": "npm-browser-tools-mcp",
      "name": "browser-tools-mcp",
      "description": "MCP (Model Context Protocol) server for browser tools integration",
      "website": "https://www.npmjs.com/package/browser-tools-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "browser-tools-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "browser",
        "tools",
        "debugging",
        "ai",
        "chrome",
        "extension"
      ],
      "_version": "1.2.1",
      "_publisher": "tedqiao",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.476373+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.627863+00:00"
    },
    {
      "slug": "npm-mcp-fetch",
      "name": "mcp-fetch",
      "description": "A Model Context Protocol server providing tools for HTTP requests, GraphQL queries, WebSocket connections, and browser automation",
      "website": "https://www.npmjs.com/package/mcp-fetch",
      "github_url": "git+https://github.com/matiasngf/mcp-fetch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-fetch"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "http",
        "fetch",
        "graphql",
        "websocket",
        "puppeteer",
        "browser-automation"
      ],
      "_version": "0.1.6",
      "_publisher": "matiasgf",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.479625+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.632492+00:00"
    },
    {
      "slug": "npm-crossdelta-pf-mcp",
      "name": "@crossdelta/pf-mcp",
      "description": "Model Context Protocol (MCP) server adapter for Platform SDK",
      "website": "https://www.npmjs.com/package/@crossdelta/pf-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@crossdelta/pf-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "platform-sdk",
        "tool-server"
      ],
      "_version": "0.1.3",
      "_publisher": "marcelle",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.485567+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.641921+00:00"
    },
    {
      "slug": "npm-pinkpixel-npm-helper-mcp",
      "name": "@pinkpixel/npm-helper-mcp",
      "description": "A Model Context Protocol server for NPM dependency management",
      "website": "https://www.npmjs.com/package/@pinkpixel/npm-helper-mcp",
      "github_url": "git+https://github.com/pinkpixel-dev/npm-helper-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@pinkpixel/npm-helper-mcp"
        ]
      },
      "tags": [
        "mcp",
        "npm",
        "dependency",
        "management",
        "npm-check-updates"
      ],
      "_version": "2.0.5",
      "_publisher": "sizzlebop",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.487762+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.646901+00:00"
    },
    {
      "slug": "npm-fpcm-aha-mcp",
      "name": "fpcm-aha-mcp",
      "description": "Model Context Protocol (MCP) server for the Aha! product management API",
      "website": "https://www.npmjs.com/package/fpcm-aha-mcp",
      "github_url": "git+https://github.com/DLTKFrancescoCarbone/aha_mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "fpcm-aha-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "aha",
        "aha.io",
        "product-management"
      ],
      "_version": "1.4.3",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.490264+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.650635+00:00"
    },
    {
      "slug": "npm-leadbay-mcp",
      "name": "@leadbay/mcp",
      "description": "Model Context Protocol (MCP) server for Leadbay \u2014 AI lead discovery, qualification, and enrichment for Claude Desktop, Cursor, and Claude Code.",
      "website": "https://www.npmjs.com/package/@leadbay/mcp",
      "github_url": "git+https://github.com/leadbay/leadclaw.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@leadbay/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "leadbay",
        "lead-generation",
        "b2b",
        "sales",
        "claude-desktop",
        "cursor"
      ],
      "_version": "0.14.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.493085+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.655186+00:00"
    },
    {
      "slug": "npm-supcon-international-node-red-mcp-server",
      "name": "@supcon-international/node-red-mcp-server",
      "description": "Model Context Protocol (MCP) server for interacting with Node-RED",
      "website": "https://www.npmjs.com/package/@supcon-international/node-red-mcp-server",
      "github_url": "git+https://github.com/supcon-international/node-red-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@supcon-international/node-red-mcp-server"
        ]
      },
      "tags": [
        "node-red",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "claude",
        "gpt"
      ],
      "_version": "1.3.4",
      "_publisher": "leo_xingyuzhou",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.498868+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.664617+00:00"
    },
    {
      "slug": "npm-syn7xx-testops-mcp-server",
      "name": "@syn7xx/testops-mcp-server",
      "description": "TestOps MCP Server - Model Context Protocol server for test operations",
      "website": "https://www.npmjs.com/package/@syn7xx/testops-mcp-server",
      "github_url": "git+https://github.com/syn7xx/testops-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@syn7xx/testops-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "testops",
        "automation"
      ],
      "_version": "0.2.5",
      "_publisher": "syn7xx",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.501983+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.682904+00:00"
    },
    {
      "slug": "npm-kubernetes-mcp-server-windows-arm64",
      "name": "kubernetes-mcp-server-windows-arm64",
      "description": "Model Context Protocol (MCP) server for Kubernetes and OpenShift",
      "website": "https://www.npmjs.com/package/kubernetes-mcp-server-windows-arm64",
      "github_url": "git+https://github.com/containers/kubernetes-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "kubernetes-mcp-server-windows-arm64"
        ]
      },
      "tags": [],
      "_version": "0.0.62",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.504221+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.667782+00:00"
    },
    {
      "slug": "npm-uarlouski-testrail-mcp-server",
      "name": "@uarlouski/testrail-mcp-server",
      "description": "Model Context Protocol (MCP) server for TestRail integration, enabling LLMs to fetch test cases and metadata.",
      "website": "https://www.npmjs.com/package/@uarlouski/testrail-mcp-server",
      "github_url": "git+https://github.com/uarlouski/testrail-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@uarlouski/testrail-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "testrail",
        "server",
        "typescript",
        "llm",
        "ai",
        "testing"
      ],
      "_version": "1.11.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.507339+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.678105+00:00"
    },
    {
      "slug": "npm-ericthered926-duckduckgo-mcp-server",
      "name": "@ericthered926/duckduckgo-mcp-server",
      "description": "A Model Context Protocol (MCP) server for DuckDuckGo web and news search",
      "website": "https://www.npmjs.com/package/@ericthered926/duckduckgo-mcp-server",
      "github_url": "git+https://github.com/ericthered926/duckduckgo-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ericthered926/duckduckgo-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "duckduckgo",
        "search",
        "ai",
        "llm",
        "openwebui",
        "mcpo"
      ],
      "_version": "0.6.0",
      "_publisher": "ericthered926",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.513072+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.672514+00:00"
    },
    {
      "slug": "npm-mcp-aegis",
      "name": "mcp-aegis",
      "description": "A Node.js testing library for Model Context Protocol (MCP) servers",
      "website": "https://www.npmjs.com/package/mcp-aegis",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-aegis"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "testing",
        "stdio",
        "json-rpc"
      ],
      "_version": "1.0.18",
      "_publisher": "taurgis",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.516139+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.687113+00:00"
    },
    {
      "slug": "npm-mcp-openapi-schema",
      "name": "mcp-openapi-schema",
      "description": "A Model Context Protocol server that exposes OpenAPI schema information to Large Language Models",
      "website": "https://www.npmjs.com/package/mcp-openapi-schema",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-openapi-schema"
        ]
      },
      "tags": [
        "openapi",
        "swagger",
        "mcp",
        "llm",
        "claude"
      ],
      "_version": "0.0.1",
      "_publisher": "hannesj",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.519215+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.692570+00:00"
    },
    {
      "slug": "npm-elgato-mcp-server",
      "name": "@elgato/mcp-server",
      "description": "A Model Context Protocol (MCP) server that bridges AI assistants with Elgato apps.",
      "website": "https://www.npmjs.com/package/@elgato/mcp-server",
      "github_url": "git+https://github.com/elgatosf/elgato-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@elgato/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "elgato",
        "stream-deck",
        "ai",
        "claude",
        "automation"
      ],
      "_version": "0.1.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.521301+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.697547+00:00"
    },
    {
      "slug": "npm-mcampa-ai-context-mcp",
      "name": "@mcampa/ai-context-mcp",
      "description": "Model Context Protocol integration for AI Context",
      "website": "https://www.npmjs.com/package/@mcampa/ai-context-mcp",
      "github_url": "git+https://github.com/mcampa/ai-context.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcampa/ai-context-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "mcampa",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.523975+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.702837+00:00"
    },
    {
      "slug": "npm-ferrlabs-mcp-track",
      "name": "@ferrlabs/mcp-track",
      "description": "Model Context Protocol server for FerrTrack \u00e2\u20ac\u201d issues, labels, comments",
      "website": "https://www.npmjs.com/package/@ferrlabs/mcp-track",
      "github_url": "git+https://github.com/FerrLabs/MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ferrlabs/mcp-track"
        ]
      },
      "tags": [
        "mcp",
        "ferrlabs",
        "ferrtrack",
        "issues",
        "model-context-protocol"
      ],
      "_version": "6.4.0",
      "_publisher": "ferrlabs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.527311+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.708911+00:00"
    },
    {
      "slug": "npm-mcp-server-azure-devops",
      "name": "mcp-server-azure-devops",
      "description": "Azure DevOps reference server for the Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/mcp-server-azure-devops",
      "github_url": "git+https://github.com/vm3jack/mcp-server-azure-devops.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-azure-devops"
        ]
      },
      "tags": [
        "azure-devops",
        "mcp",
        "ai",
        "automation"
      ],
      "_version": "1.1.0",
      "_publisher": "vm3jack",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.530795+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.717181+00:00"
    },
    {
      "slug": "npm-ferrlabs-mcp",
      "name": "@ferrlabs/mcp",
      "description": "Model Context Protocol server for the FerrLabs platform (orgs, projects, subscriptions, docs, tokens, public stats)",
      "website": "https://www.npmjs.com/package/@ferrlabs/mcp",
      "github_url": "git+https://github.com/FerrLabs/MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ferrlabs/mcp"
        ]
      },
      "tags": [
        "mcp",
        "ferrlabs",
        "model-context-protocol",
        "ai"
      ],
      "_version": "6.4.0",
      "_publisher": "ferrlabs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.534402+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.712817+00:00"
    },
    {
      "slug": "npm-civicrm-mcp",
      "name": "civicrm-mcp",
      "description": "Model Context Protocol server for CiviCRM \u2014 AuthX-first, schema-introspected.",
      "website": "https://www.npmjs.com/package/civicrm-mcp",
      "github_url": "git+https://github.com/YogiAdhik/civicrm-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "civicrm-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "civicrm",
        "claude",
        "ai",
        "crm"
      ],
      "_version": "0.1.2",
      "_publisher": "yogiadhik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.536776+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.721918+00:00"
    },
    {
      "slug": "npm-larryhudson-linear-mcp-server",
      "name": "@larryhudson/linear-mcp-server",
      "description": "Model Context Protocol (MCP) server for Linear task management system",
      "website": "https://www.npmjs.com/package/@larryhudson/linear-mcp-server",
      "github_url": "git+https://github.com/larryhudson/linear-mcp-server-again.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@larryhudson/linear-mcp-server"
        ]
      },
      "tags": [
        "linear",
        "mcp",
        "claude",
        "ai",
        "task-management",
        "anthropic"
      ],
      "_version": "0.1.4",
      "_publisher": "larryhudson",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.539442+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.731056+00:00"
    },
    {
      "slug": "npm-sap-mdk-mcp-server",
      "name": "@sap/mdk-mcp-server",
      "description": "Model Context Protocol (MCP) server for AI-assisted development of MDK applications.",
      "website": "https://www.npmjs.com/package/@sap/mdk-mcp-server",
      "github_url": "git+https://github.com/SAP/mdk-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sap/mdk-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.3.7",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.541678+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.726786+00:00"
    },
    {
      "slug": "npm-flash-cast-mcp",
      "name": "flash-cast-mcp",
      "description": "Flash Cast MCP Server - AI video production via Model Context Protocol",
      "website": "https://www.npmjs.com/package/flash-cast-mcp",
      "github_url": "git+https://github.com/trtian/flash-cast-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "flash-cast-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "video",
        "ai",
        "tts",
        "flash-cast"
      ],
      "_version": "1.6.0",
      "_publisher": "tianrui8135893",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.544972+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.735976+00:00"
    },
    {
      "slug": "npm-esa-mcp-server",
      "name": "esa-mcp-server",
      "description": "esa \u306e Model Context Protocol \u30b5\u30fc\u30d0\u30fc\u5b9f\u88c5",
      "website": "https://www.npmjs.com/package/esa-mcp-server",
      "github_url": "git+https://github.com/d-kimuson/esa-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "esa-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "kimuson",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.547642+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.751484+00:00"
    },
    {
      "slug": "npm-wix-mcp-remote",
      "name": "@wix/mcp-remote",
      "description": "Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth",
      "website": "https://www.npmjs.com/package/@wix/mcp-remote",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wix/mcp-remote"
        ]
      },
      "tags": [
        "mcp",
        "stdio",
        "sse",
        "remote",
        "oauth"
      ],
      "_version": "0.0.6",
      "_publisher": "wix-ci-publisher",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.551308+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.742402+00:00"
    },
    {
      "slug": "npm-samihalawa-google-ads-mcp-server",
      "name": "@samihalawa/google-ads-mcp-server",
      "description": "Model Context Protocol server for Google Ads management (Node.js)",
      "website": "https://www.npmjs.com/package/@samihalawa/google-ads-mcp-server",
      "github_url": "git+https://github.com/samihalawa/google-ads-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@samihalawa/google-ads-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "google-ads",
        "advertising",
        "campaigns",
        "model-context-protocol"
      ],
      "_version": "1.4.0",
      "_publisher": "samihalawa",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.553504+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.747442+00:00"
    },
    {
      "slug": "npm-mcp-limitless",
      "name": "mcp-limitless",
      "description": "A Model Context Protocol server for accessing Limitless AI lifelog data",
      "website": "https://www.npmjs.com/package/mcp-limitless",
      "github_url": "git+https://github.com/hint-services/mcp-limitless.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-limitless"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "limitless",
        "ai",
        "lifelog",
        "assistant",
        "claude",
        "typescript"
      ],
      "_version": "0.3.0",
      "_publisher": "hoffination",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.556003+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.759363+00:00"
    },
    {
      "slug": "npm-ferrlabs-mcp-fleet",
      "name": "@ferrlabs/mcp-fleet",
      "description": "Model Context Protocol server for FerrFleet \u00e2\u20ac\u201d agents, runs, skills",
      "website": "https://www.npmjs.com/package/@ferrlabs/mcp-fleet",
      "github_url": "git+https://github.com/FerrLabs/MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ferrlabs/mcp-fleet"
        ]
      },
      "tags": [
        "mcp",
        "ferrlabs",
        "ferrfleet",
        "agents",
        "model-context-protocol"
      ],
      "_version": "6.4.0",
      "_publisher": "ferrlabs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.558077+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.754935+00:00"
    },
    {
      "slug": "npm-static-mcpify",
      "name": "static-mcpify",
      "description": "Turn any structured content into a static MCP (Model Context Protocol) server",
      "website": "https://www.npmjs.com/package/static-mcpify",
      "github_url": "git+https://github.com/megazear7/static-mcpify.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "static-mcpify"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "contentful",
        "cms",
        "static",
        "ai",
        "llm",
        "tools"
      ],
      "_version": "1.1.4",
      "_publisher": "alexlockhart",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.560301+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.763947+00:00"
    },
    {
      "slug": "npm-scrapezy-mcp",
      "name": "@scrapezy/mcp",
      "description": "A Model Context Protocol server for Scrapezy",
      "website": "https://www.npmjs.com/package/@scrapezy/mcp",
      "github_url": "git+https://github.com/Scrapezy/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@scrapezy/mcp"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "scrapezy"
      ],
      "_version": "0.1.1",
      "_publisher": "mikegrant",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.563272+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.767764+00:00"
    },
    {
      "slug": "npm-omnifocus-mcp",
      "name": "omnifocus-mcp",
      "description": "Model Context Protocol (MCP) server that integrates with OmniFocus for AI assistant interaction",
      "website": "https://www.npmjs.com/package/omnifocus-mcp",
      "github_url": "git+https://github.com/themotionmachine/omnifocus-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "omnifocus-mcp"
        ]
      },
      "tags": [
        "omnifocus",
        "mcp",
        "claude",
        "task-management",
        "ai"
      ],
      "_version": "1.8.0",
      "_publisher": "themotionmachine",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.566116+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.772610+00:00"
    },
    {
      "slug": "npm-jasontanswe-railway-mcp",
      "name": "@jasontanswe/railway-mcp",
      "description": "Model Context Protocol server for Railway.app - Enables AI agents to manage Railway infrastructure through natural language",
      "website": "https://www.npmjs.com/package/@jasontanswe/railway-mcp",
      "github_url": "git+https://github.com/jason-tan-swe/railway-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jasontanswe/railway-mcp"
        ]
      },
      "tags": [
        "railway",
        "mcp",
        "api",
        "cli",
        "model-context-protocol",
        "railway-app"
      ],
      "_version": "1.3.0",
      "_publisher": "jasontanswe",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.569116+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.778573+00:00"
    },
    {
      "slug": "npm-brandcontextprotocol-mcp-server",
      "name": "@brandcontextprotocol/mcp-server",
      "description": "Model Context Protocol server for Brand Context Protocol\u2122 (BCP)",
      "website": "https://www.npmjs.com/package/@brandcontextprotocol/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@brandcontextprotocol/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.1",
      "_publisher": "tdslj",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.571145+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.783706+00:00"
    },
    {
      "slug": "npm-ferrlabs-mcp-growth",
      "name": "@ferrlabs/mcp-growth",
      "description": "Model Context Protocol server for FerrGrowth \u00e2\u20ac\u201d sites, pages, forms, audits",
      "website": "https://www.npmjs.com/package/@ferrlabs/mcp-growth",
      "github_url": "git+https://github.com/FerrLabs/MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ferrlabs/mcp-growth"
        ]
      },
      "tags": [
        "mcp",
        "ferrlabs",
        "ferrgrowth",
        "model-context-protocol"
      ],
      "_version": "6.4.0",
      "_publisher": "ferrlabs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.573895+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.787253+00:00"
    },
    {
      "slug": "npm-finnhub-mcp",
      "name": "finnhub-mcp",
      "description": "A Model Context Protocol server for Finnhub financial data",
      "website": "https://www.npmjs.com/package/finnhub-mcp",
      "github_url": "git+https://github.com/SalZaki/finnhub-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "finnhub-mcp"
        ]
      },
      "tags": [
        "mcp",
        "finnhub",
        "financial",
        "data",
        "model-context-protocol",
        "server"
      ],
      "_version": "1.11.0",
      "_publisher": "salzaki",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.576112+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.789821+00:00"
    },
    {
      "slug": "npm-iflow-mcp-google-workspace-mcp-server",
      "name": "@iflow-mcp/google-workspace-mcp-server",
      "description": "A Model Context Protocol server",
      "website": "https://www.npmjs.com/package/@iflow-mcp/google-workspace-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/google-workspace-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.579051+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.798923+00:00"
    },
    {
      "slug": "npm-ebb-ai-mcp",
      "name": "@ebb-ai/mcp",
      "description": "Model Context Protocol server for ebb-ai \u2014 carbon-aware scheduling tools for any MCP-compatible agent.",
      "website": "https://www.npmjs.com/package/@ebb-ai/mcp",
      "github_url": "git+https://github.com/Vitalini/ebb-ai.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ebb-ai/mcp"
        ]
      },
      "tags": [],
      "_version": "0.10.0",
      "_publisher": "vitalini",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.581797+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.801255+00:00"
    },
    {
      "slug": "npm-timr-mcp",
      "name": "timr-mcp",
      "description": "Model Context Protocol server for the timr time-tracking API",
      "website": "https://www.npmjs.com/package/timr-mcp",
      "github_url": "git+https://github.com/michaeljauk/timr-client.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "timr-mcp"
        ]
      },
      "tags": [
        "timr",
        "time-tracking",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.3.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.586080+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.793949+00:00"
    },
    {
      "slug": "npm-gitee-mcp-gitee-windows-arm64",
      "name": "@gitee/mcp-gitee-windows-arm64",
      "description": "Model Context Protocol (MCP) server for Gitee",
      "website": "https://www.npmjs.com/package/@gitee/mcp-gitee-windows-arm64",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@gitee/mcp-gitee-windows-arm64"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "jj-h",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.589217+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.805013+00:00"
    },
    {
      "slug": "npm-parassolanki-jira-mcp-server",
      "name": "@parassolanki/jira-mcp-server",
      "description": "A model context protocol server for Jira API.",
      "website": "https://www.npmjs.com/package/@parassolanki/jira-mcp-server",
      "github_url": "git+https://github.com/ParasSolanki/jira-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@parassolanki/jira-mcp-server"
        ]
      },
      "tags": [
        "jira",
        "mcp",
        "llm",
        "ai",
        "server",
        "model context protocol",
        "jira api"
      ],
      "_version": "0.1.0",
      "_publisher": "parassolanki",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.595134+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.808341+00:00"
    },
    {
      "slug": "npm-openapi-mcp",
      "name": "openapi-mcp",
      "description": "OpenAPI Model Context Protocol Proxy",
      "website": "https://www.npmjs.com/package/openapi-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "openapi-mcp"
        ]
      },
      "tags": [
        "openapi",
        "mcp",
        "server",
        "proxy"
      ],
      "_version": "1.2.0-beta05",
      "_publisher": "snaggle",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.597751+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.812518+00:00"
    },
    {
      "slug": "npm-niklaserik-effect-mcp",
      "name": "@niklaserik/effect-mcp",
      "description": "A Model Context Protocol (MCP) server dedicated to fetching the most current documentation from the Effect ecosystem.",
      "website": "https://www.npmjs.com/package/@niklaserik/effect-mcp",
      "github_url": "git+https://github.com/niklaserik/effect-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@niklaserik/effect-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.7",
      "_publisher": "niklaserik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.600388+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.816531+00:00"
    },
    {
      "slug": "npm-iterm-mcp",
      "name": "iterm-mcp",
      "description": "A Model Context Protocol server that provides access to the currently active tab of iTerm",
      "website": "https://www.npmjs.com/package/iterm-mcp",
      "github_url": "git+https://github.com/ferrislucas/iterm-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "iterm-mcp"
        ]
      },
      "tags": [],
      "_version": "1.2.6",
      "_publisher": "deathmonger5000",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.602713+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.822843+00:00"
    },
    {
      "slug": "npm-knowledgebuilders-blockversity-linkedin-mcp",
      "name": "@knowledgebuilders/blockversity-linkedin-mcp",
      "description": "A Model Context Protocol (MCP) server for the Blockversity LinkedIn Community integration.",
      "website": "https://www.npmjs.com/package/@knowledgebuilders/blockversity-linkedin-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@knowledgebuilders/blockversity-linkedin-mcp"
        ]
      },
      "tags": [],
      "_version": "0.3.0",
      "_publisher": "reyteck",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.604543+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.829016+00:00"
    },
    {
      "slug": "npm-stackzero-labs-mcp",
      "name": "@stackzero-labs/mcp",
      "description": "MCP (Model Context Protocol) server for stackzero-labs/ui",
      "website": "https://www.npmjs.com/package/@stackzero-labs/mcp",
      "github_url": "git+https://github.com/stackzero-labs/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@stackzero-labs/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "ai",
        "claude",
        "server"
      ],
      "_version": "0.4.0",
      "_publisher": "marcello-stackzero-labs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.607380+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.833751+00:00"
    },
    {
      "slug": "npm-intangle-mcp-server",
      "name": "@intangle/mcp-server",
      "description": "Model Context Protocol server for Intangle - AI context that persists across conversations",
      "website": "https://www.npmjs.com/package/@intangle/mcp-server",
      "github_url": "git+https://github.com/intangle/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@intangle/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "claude-code",
        "ai",
        "context",
        "knowledge-management",
        "intangle"
      ],
      "_version": "2.6.6",
      "_publisher": "hayds.here",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.609322+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.839729+00:00"
    },
    {
      "slug": "npm-tatumio-blockchain-mcp",
      "name": "@tatumio/blockchain-mcp",
      "description": "Model Context Protocol server providing access to Tatum's comprehensive blockchain API across 130+ networks with 13 tools",
      "website": "https://www.npmjs.com/package/@tatumio/blockchain-mcp",
      "github_url": "git+https://github.com/tatumio/blockchain-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tatumio/blockchain-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "blockchain",
        "tatum",
        "api",
        "typescript",
        "ethereum",
        "bitcoin"
      ],
      "_version": "1.0.5",
      "_publisher": "productshiv",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.612300+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.837168+00:00"
    },
    {
      "slug": "npm-mcp-desktop-automation",
      "name": "mcp-desktop-automation",
      "description": "Model Context Protocol server for desktop automation",
      "website": "https://www.npmjs.com/package/mcp-desktop-automation",
      "github_url": "git+https://github.com/tanob/mcp-desktop-automation.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-desktop-automation"
        ]
      },
      "tags": [
        "mcp",
        "automation",
        "robot",
        "desktop",
        "screenshot",
        "robotjs"
      ],
      "_version": "0.1.6",
      "_publisher": "tanob",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.614742+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.844114+00:00"
    },
    {
      "slug": "npm-desearch-mcp-server",
      "name": "desearch-mcp-server",
      "description": "A Model Context Protocol server with Desearch for real-time AI search, X search and web search.",
      "website": "https://www.npmjs.com/package/desearch-mcp-server",
      "github_url": "git+https://github.com/Desearch-ai/mcp-desearch.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "desearch-mcp-server"
        ]
      },
      "tags": [
        "desearch",
        "mcp",
        "model context protocol",
        "ai",
        "twitter",
        "websearch",
        "claude"
      ],
      "_version": "0.0.1",
      "_publisher": "cosmicquantum",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.618003+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.848606+00:00"
    },
    {
      "slug": "npm-terminal-guardian-mcp",
      "name": "terminal-guardian-mcp",
      "description": "Secure Model Context Protocol server for safe, sandboxed terminal access for AI assistants",
      "website": "https://www.npmjs.com/package/terminal-guardian-mcp",
      "github_url": "git+https://github.com/7Majesty-M/terminal-guardian-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "terminal-guardian-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "terminal",
        "ai",
        "claude",
        "anthropic",
        "security",
        "sandbox"
      ],
      "_version": "1.3.0",
      "_publisher": "7majesty",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.620099+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.852361+00:00"
    },
    {
      "slug": "npm-hexaust-teamcity-mcp",
      "name": "@hexaust/teamcity-mcp",
      "description": "TeamCity MCP server for Model Context Protocol integration",
      "website": "https://www.npmjs.com/package/@hexaust/teamcity-mcp",
      "github_url": "git+https://github.com/hex/teamcity-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hexaust/teamcity-mcp"
        ]
      },
      "tags": [
        "mcp",
        "teamcity",
        "ci",
        "cd",
        "model-context-protocol"
      ],
      "_version": "4.2.4",
      "_publisher": "hexaust",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.622972+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.855846+00:00"
    },
    {
      "slug": "npm-dakatan-mcp-mattermost",
      "name": "@dakatan/mcp-mattermost",
      "description": "MCP (Model Context Protocol) server for Mattermost",
      "website": "https://www.npmjs.com/package/@dakatan/mcp-mattermost",
      "github_url": "git+https://github.com/dakatan/mcp-mattermost.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dakatan/mcp-mattermost"
        ]
      },
      "tags": [
        "npx",
        "mcp"
      ],
      "_version": "0.0.5",
      "_publisher": "dakatan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.625030+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.866392+00:00"
    },
    {
      "slug": "npm-waiaas-mcp",
      "name": "@waiaas/mcp",
      "description": "WAIaaS MCP server - Model Context Protocol integration for AI agents",
      "website": "https://www.npmjs.com/package/@waiaas/mcp",
      "github_url": "git+https://github.com/minhoyoo-iotrust/WAIaaS.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@waiaas/mcp"
        ]
      },
      "tags": [
        "mcp",
        "mcp-server",
        "modelcontextprotocol",
        "wallet",
        "crypto",
        "blockchain",
        "ai-agent",
        "wallet-as-a-service"
      ],
      "_version": "2.16.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.627416+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.870311+00:00"
    },
    {
      "slug": "npm-gitbook-mcp",
      "name": "gitbook-mcp",
      "description": "GitBook Model Context Protocol server - read and search GitBook documentation with AI assistants",
      "website": "https://www.npmjs.com/package/gitbook-mcp",
      "github_url": "git+https://github.com/rickysullivan/gitbook-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "gitbook-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "gitbook",
        "documentation",
        "ai",
        "claude",
        "copilot"
      ],
      "_version": "1.0.4",
      "_publisher": "rickysullivan",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.631243+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.883278+00:00"
    },
    {
      "slug": "npm-furlow-mcp",
      "name": "@furlow/mcp",
      "description": "Model Context Protocol server for FURLOW spec authoring",
      "website": "https://www.npmjs.com/package/@furlow/mcp",
      "github_url": "git+https://github.com/virgilvox/discord-furlow.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@furlow/mcp"
        ]
      },
      "tags": [
        "furlow",
        "discord",
        "mcp",
        "llm",
        "anthropic"
      ],
      "_version": "1.0.1",
      "_publisher": "virgilvox",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.635232+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.873542+00:00"
    },
    {
      "slug": "npm-relay-science-mcp",
      "name": "@relay-science/mcp",
      "description": "Model Context Protocol server for the Relay scientific platform",
      "website": "https://www.npmjs.com/package/@relay-science/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@relay-science/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.1",
      "_publisher": "relay-science",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.637650+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.879182+00:00"
    },
    {
      "slug": "npm-jupiterone-jupiterone-mcp",
      "name": "@jupiterone/jupiterone-mcp",
      "description": "Model Context Protocol server for JupiterOne account rules and rule details",
      "website": "https://www.npmjs.com/package/@jupiterone/jupiterone-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@jupiterone/jupiterone-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "jupiterone",
        "security",
        "rules",
        "alerts",
        "graphql"
      ],
      "_version": "0.2.1",
      "_publisher": "jupiterone-dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.639715+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.888054+00:00"
    },
    {
      "slug": "npm-azure-mcp-template-linux-arm64",
      "name": "@azure/mcp-template-linux-arm64",
      "description": "Template MCP Server - Basic Model Context Protocol implementation, for linux on arm64",
      "website": "https://www.npmjs.com/package/@azure/mcp-template-linux-arm64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-template-linux-arm64"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.0.12-alpha.6251995",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.641189+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.894644+00:00"
    },
    {
      "slug": "npm-software-planning-tool",
      "name": "software-planning-tool",
      "description": "A Model Context Protocol server",
      "website": "https://www.npmjs.com/package/software-planning-tool",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "software-planning-tool"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "siliconuy",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.644747+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.906789+00:00"
    },
    {
      "slug": "npm-gws-mcp-server",
      "name": "gws-mcp-server",
      "description": "MCP server that exposes Google Workspace CLI (gws) as Model Context Protocol tools",
      "website": "https://www.npmjs.com/package/gws-mcp-server",
      "github_url": "git+https://github.com/conorbronsdon/gws-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "gws-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "google-workspace",
        "gws",
        "google-drive",
        "google-sheets",
        "google-calendar",
        "google-docs"
      ],
      "_version": "0.1.3",
      "_publisher": "conorbronsdon",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.647946+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.900794+00:00"
    },
    {
      "slug": "npm-fungiesio-mcp-server",
      "name": "@fungiesio/mcp-server",
      "description": "Official Model Context Protocol server for the Fungies Merchant of Record API",
      "website": "https://www.npmjs.com/package/@fungiesio/mcp-server",
      "github_url": "git+https://github.com/dukenukemall/fungies-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@fungiesio/mcp-server"
        ]
      },
      "tags": [
        "fungies",
        "mcp",
        "model-context-protocol",
        "merchant-of-record",
        "payments",
        "cursor",
        "claude"
      ],
      "_version": "0.2.4",
      "_publisher": "fungiesio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.650770+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.913158+00:00"
    },
    {
      "slug": "npm-video-context-mcp-server",
      "name": "video-context-mcp-server",
      "description": "A Model Context Protocol server that gives GitHub Copilot the ability to understand and analyze video content",
      "website": "https://www.npmjs.com/package/video-context-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "video-context-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "video",
        "video-analysis",
        "video-summarization",
        "transcription",
        "ai",
        "copilot"
      ],
      "_version": "1.2.0",
      "_publisher": "tugudush",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.656510+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.934974+00:00"
    },
    {
      "slug": "npm-rlx-ui-mcp",
      "name": "@rlx-ui/mcp",
      "description": "MCP (Model Context Protocol) Server for RLX UI components",
      "website": "https://www.npmjs.com/package/@rlx-ui/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rlx-ui/mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.18",
      "_publisher": "relaxedleaf",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.658525+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.921937+00:00"
    },
    {
      "slug": "npm-utarn-claude-code-index-mcp",
      "name": "@utarn/claude-code-index-mcp",
      "description": "Model Context Protocol integration for Claude Context",
      "website": "https://www.npmjs.com/package/@utarn/claude-code-index-mcp",
      "github_url": "git+https://github.com/zilliztech/claude-code-index.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@utarn/claude-code-index-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.7",
      "_publisher": "utarn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.661109+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.931160+00:00"
    },
    {
      "slug": "npm-microsoft-fabric-mcp-linux-arm64",
      "name": "@microsoft/fabric-mcp-linux-arm64",
      "description": "Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric, for linux on arm64",
      "website": "https://www.npmjs.com/package/@microsoft/fabric-mcp-linux-arm64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/fabric-mcp-linux-arm64"
        ]
      },
      "tags": [
        "fabric",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "1.0.0",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.664098+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.940027+00:00"
    },
    {
      "slug": "npm-azure-mcp-template-win32-x64",
      "name": "@azure/mcp-template-win32-x64",
      "description": "Template MCP Server - Basic Model Context Protocol implementation, for win32 on x64",
      "website": "https://www.npmjs.com/package/@azure/mcp-template-win32-x64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-template-win32-x64"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.0.12-alpha.6251995",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.666910+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.945419+00:00"
    },
    {
      "slug": "npm-microsoft-fabric-mcp-linux-x64",
      "name": "@microsoft/fabric-mcp-linux-x64",
      "description": "Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric, for linux on x64",
      "website": "https://www.npmjs.com/package/@microsoft/fabric-mcp-linux-x64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@microsoft/fabric-mcp-linux-x64"
        ]
      },
      "tags": [
        "fabric",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "1.0.0",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.669103+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.950812+00:00"
    },
    {
      "slug": "npm-aitutorlab-unsplash-mcp",
      "name": "@aitutorlab/unsplash-mcp",
      "description": "Unsplash API integration for Model Context Protocol",
      "website": "https://www.npmjs.com/package/@aitutorlab/unsplash-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aitutorlab/unsplash-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.0",
      "_publisher": "aitutorlab",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.671121+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.955817+00:00"
    },
    {
      "slug": "npm-cansiny0320-pi-mcp-adapter",
      "name": "@cansiny0320/pi-mcp-adapter",
      "description": "MCP (Model Context Protocol) adapter extension for Pi coding agent",
      "website": "https://www.npmjs.com/package/@cansiny0320/pi-mcp-adapter",
      "github_url": "git+https://github.com/Cansiny0320/pi-mcp-adapter.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cansiny0320/pi-mcp-adapter"
        ]
      },
      "tags": [
        "pi-package",
        "pi",
        "mcp",
        "model-context-protocol",
        "ai",
        "coding-agent",
        "extension",
        "claude"
      ],
      "_version": "2.7.1",
      "_publisher": "cansiny0320",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.673711+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.960984+00:00"
    },
    {
      "slug": "npm-iflow-mcp-hyperbrowser",
      "name": "@iflow-mcp/hyperbrowser",
      "description": "Hyperbrowser Model Context Protocol Server",
      "website": "https://www.npmjs.com/package/@iflow-mcp/hyperbrowser",
      "github_url": "git+https://github.com/hyperbrowserai/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/hyperbrowser"
        ]
      },
      "tags": [
        "mcp",
        "hyperbrowser",
        "web-scraping",
        "crawler",
        "content-extraction"
      ],
      "_version": "999.20251030123250.1925",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.677776+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.965934+00:00"
    },
    {
      "slug": "npm-openpact-mcp",
      "name": "@openpact/mcp",
      "description": "Model Context Protocol server for the OpenPact daemon",
      "website": "https://www.npmjs.com/package/@openpact/mcp",
      "github_url": "git+https://github.com/openpact-dev/openpact.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@openpact/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.4",
      "_publisher": "elpavohombre",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.681291+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.970635+00:00"
    },
    {
      "slug": "npm-szemeng76-yfinance-mcp-server",
      "name": "@szemeng76/yfinance-mcp-server",
      "description": "unofficial Yahoo Finance API MCP Server - A Model Context Protocol server implementation for Yahoo Finance API",
      "website": "https://www.npmjs.com/package/@szemeng76/yfinance-mcp-server",
      "github_url": "git+https://github.com/SzeMeng76/yfinance-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@szemeng76/yfinance-mcp-server"
        ]
      },
      "tags": [
        "yahoo-finance",
        "mcp",
        "model-context-protocol",
        "finance",
        "stock"
      ],
      "_version": "0.1.0",
      "_publisher": "szemeng76",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.684089+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.981622+00:00"
    },
    {
      "slug": "npm-iflow-mcp-financial-modeling-prep-mcp-server",
      "name": "@iflow-mcp/financial-modeling-prep-mcp-server",
      "description": "Model Context Protocol server for Financial Modeling Prep (FMP) API, exposing 250+ tools for financial data, market insights, and analysis.",
      "website": "https://www.npmjs.com/package/@iflow-mcp/financial-modeling-prep-mcp-server",
      "github_url": "git+https://github.com/iflow-mcp/Financial-Modeling-Prep-MCP-Server-4.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iflow-mcp/financial-modeling-prep-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "ai",
        "assistant",
        "fmp",
        "financial modeling prep",
        "financial data",
        "financial analysis",
        "financial planning"
      ],
      "_version": "2.5.3",
      "_publisher": "chatflowdev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.686344+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.976497+00:00"
    },
    {
      "slug": "npm-mcp-sonarqube",
      "name": "mcp-sonarqube",
      "description": "SonarQube Model Context Protocol (MCP) Server - AI-powered code quality analysis",
      "website": "https://www.npmjs.com/package/mcp-sonarqube",
      "github_url": "git+https://github.com/akhilthomas236/sonarqube-mcp-npm.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-sonarqube"
        ]
      },
      "tags": [
        "sonarqube",
        "mcp",
        "model-context-protocol",
        "code-quality",
        "ai",
        "copilot",
        "static-analysis",
        "typescript"
      ],
      "_version": "1.1.1",
      "_publisher": "akhilthomas236",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.688781+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.992184+00:00"
    },
    {
      "slug": "npm-madkudu-mcp",
      "name": "@madkudu/mcp",
      "description": "MadAPI Model Context Protocol Implementation",
      "website": "https://www.npmjs.com/package/@madkudu/mcp",
      "github_url": "git+https://github.com/MadKudu/MadAPI.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@madkudu/mcp"
        ]
      },
      "tags": [],
      "_version": "1.10.1",
      "_publisher": "manuelmadkudu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.690518+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.986534+00:00"
    },
    {
      "slug": "npm-zephyr-scale-mcp-server",
      "name": "zephyr-scale-mcp-server",
      "description": "Model Context Protocol (MCP) server for Zephyr Scale test case management with comprehensive STEP_BY_STEP, PLAIN_TEXT, and BDD support",
      "website": "https://www.npmjs.com/package/zephyr-scale-mcp-server",
      "github_url": "git+https://github.com/Milo0821/Zephyr_mcp_server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "zephyr-scale-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "zephyr",
        "zephyr-scale",
        "test-management",
        "test-cases",
        "atlassian",
        "jira"
      ],
      "_version": "0.4.7",
      "_publisher": "googlefrank",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.696045+00:00",
      "_last_seen_at": "2026-05-25T13:59:21.998260+00:00"
    },
    {
      "slug": "npm-mcp-jest",
      "name": "mcp-jest",
      "description": "Testing framework for Model Context Protocol (MCP) servers - like Jest but for MCP",
      "website": "https://www.npmjs.com/package/mcp-jest",
      "github_url": "git+https://github.com/josharsh/mcp-jest.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-jest"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "mcp-testing",
        "mcp-server-testing",
        "testing",
        "test-framework",
        "testing-framework"
      ],
      "_version": "1.2.1",
      "_publisher": "josharsh",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.699033+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.013836+00:00"
    },
    {
      "slug": "npm-everimbaq-etherscan-mcp",
      "name": "@everimbaq/etherscan-mcp",
      "description": "Etherscan MCP Server - Model Context Protocol server for Etherscan API",
      "website": "https://www.npmjs.com/package/@everimbaq/etherscan-mcp",
      "github_url": "",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@everimbaq/etherscan-mcp"
        ]
      },
      "tags": [
        "mcp",
        "etherscan",
        "ethereum",
        "blockchain",
        "model-context-protocol"
      ],
      "_version": "1.0.3",
      "_publisher": "everimbaq",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.703839+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.008495+00:00"
    },
    {
      "slug": "npm-kitsi-mcp",
      "name": "@kitsi/mcp",
      "description": "Kitsi MCP Server - Model Context Protocol server for Kitsi CI/CD",
      "website": "https://www.npmjs.com/package/@kitsi/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kitsi/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "kitsi",
        "ci",
        "cd",
        "pipeline"
      ],
      "_version": "0.5.7",
      "_publisher": "evgeniy.moroz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.707096+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.026323+00:00"
    },
    {
      "slug": "npm-buouui-supaui-mcp",
      "name": "@buouui/supaui-mcp",
      "description": "A Model Context Protocol server for SupaUI MCP",
      "website": "https://www.npmjs.com/package/@buouui/supaui-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@buouui/supaui-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.2",
      "_publisher": "kroulzhang",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.713523+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.031544+00:00"
    },
    {
      "slug": "npm-airtable-mcp-server",
      "name": "airtable-mcp-server",
      "description": "A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.",
      "website": "https://www.npmjs.com/package/airtable-mcp-server",
      "github_url": "git+https://github.com/domdomegg/airtable-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "airtable-mcp-server"
        ]
      },
      "tags": [],
      "_version": "1.13.0",
      "_publisher": "domdomegg",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.718179+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.037394+00:00"
    },
    {
      "slug": "npm-benchmark-mcp",
      "name": "benchmark-mcp",
      "description": "Load test a Model Context Protocol server with random or scripted tools and parameters",
      "website": "https://www.npmjs.com/package/benchmark-mcp",
      "github_url": "git+https://github.com/anandkumarpatel/benchmark-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "benchmark-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "client",
        "load-testing",
        "ai",
        "tools"
      ],
      "_version": "1.2.1",
      "_publisher": "anandkumarpatel",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.721156+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.042789+00:00"
    },
    {
      "slug": "npm-robinmordasiewicz-f5xc-api-mcp",
      "name": "@robinmordasiewicz/f5xc-api-mcp",
      "description": "F5 Distributed Cloud API MCP Server - Exposes F5XC APIs to AI assistants via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@robinmordasiewicz/f5xc-api-mcp",
      "github_url": "git+https://github.com/robinmordasiewicz/f5xc-api-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@robinmordasiewicz/f5xc-api-mcp"
        ]
      },
      "tags": [
        "f5",
        "xc",
        "f5xc",
        "distributed-cloud",
        "mcp",
        "model-context-protocol",
        "api",
        "load-balancer"
      ],
      "_version": "2.1.38-2603121824",
      "_publisher": "robinmordasiewicz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.724151+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.047881+00:00"
    },
    {
      "slug": "npm-mindstone-engineering-mcp-server-gamma",
      "name": "@mindstone-engineering/mcp-server-gamma",
      "description": "Gamma AI presentation generation MCP server for Model Context Protocol hosts",
      "website": "https://www.npmjs.com/package/@mindstone-engineering/mcp-server-gamma",
      "github_url": "git+https://github.com/nspr-io/mcp-servers.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mindstone-engineering/mcp-server-gamma"
        ]
      },
      "tags": [],
      "_version": "0.3.1",
      "_publisher": "mindstone-engineering",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.729479+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.063875+00:00"
    },
    {
      "slug": "npm-maccards-mcp",
      "name": "@maccards/mcp",
      "description": "Model Context Protocol server for makcards.online \u2014 metaphor association cards for self-reflection. Hosted at mcp.makcards.online + mcp.journalingapp.app and runnable locally via `npx @maccards/mcp`.",
      "website": "https://www.npmjs.com/package/@maccards/mcp",
      "github_url": "git+https://github.com/makcards/makcards-online.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@maccards/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "makcards",
        "metaphor-cards",
        "self-reflection"
      ],
      "_version": "0.3.10",
      "_publisher": "dimlight",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.732259+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.059276+00:00"
    },
    {
      "slug": "npm-lucid-mcp-server",
      "name": "lucid-mcp-server",
      "description": "Model Context Protocol (MCP) server for Lucid App integration with multimodal AI analysis",
      "website": "https://www.npmjs.com/package/lucid-mcp-server",
      "github_url": "git+https://github.com/smartzan63/lucid-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "lucid-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "lucid",
        "lucidchart",
        "lucidspark",
        "ai",
        "multimodal",
        "diagrams"
      ],
      "_version": "0.1.5",
      "_publisher": "smartzan63",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.735509+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.068367+00:00"
    },
    {
      "slug": "npm-rigstate-mcp",
      "name": "@rigstate/mcp",
      "description": "Rigstate MCP Server - Model Context Protocol for AI Editors",
      "website": "https://www.npmjs.com/package/@rigstate/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rigstate/mcp"
        ]
      },
      "tags": [
        "rigstate",
        "mcp",
        "model-context-protocol",
        "ai-editor",
        "cursor",
        "claude"
      ],
      "_version": "0.7.14",
      "_publisher": "5t31n",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.737510+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.072731+00:00"
    },
    {
      "slug": "npm-azure-mcp-template-darwin-arm64",
      "name": "@azure/mcp-template-darwin-arm64",
      "description": "Template MCP Server - Basic Model Context Protocol implementation, for darwin on arm64",
      "website": "https://www.npmjs.com/package/@azure/mcp-template-darwin-arm64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-template-darwin-arm64"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.0.12-alpha.6251995",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.740073+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.078206+00:00"
    },
    {
      "slug": "npm-blario-mcp",
      "name": "@blario/mcp",
      "description": "Blar Model Context Protocol server",
      "website": "https://www.npmjs.com/package/@blario/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@blario/mcp"
        ]
      },
      "tags": [
        "MCP",
        "Blar",
        "Model Context Protocol",
        "AI"
      ],
      "_version": "1.0.44",
      "_publisher": "josem7",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.743162+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.082630+00:00"
    },
    {
      "slug": "npm-mcp-trace",
      "name": "mcp-trace",
      "description": "Flexible, pluggable tracing middleware for Model Context Protocol (MCP) servers in JavaScript/TypeScript",
      "website": "https://www.npmjs.com/package/mcp-trace",
      "github_url": "git+https://github.com/ContexaAI/mcp-trace-js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-trace"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "tracing",
        "logging",
        "middleware",
        "typescript",
        "javascript"
      ],
      "_version": "0.2.0",
      "_publisher": "mybytecode",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.747071+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.092290+00:00"
    },
    {
      "slug": "npm-signoz-mcp-server",
      "name": "signoz-mcp-server",
      "description": "Model Context Protocol server for SigNoz observability platform",
      "website": "https://www.npmjs.com/package/signoz-mcp-server",
      "github_url": "git+https://github.com/SigNoz/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "signoz-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "signoz",
        "observability",
        "monitoring",
        "metrics",
        "logs",
        "traces"
      ],
      "_version": "1.2.2",
      "_publisher": "asanstefanski",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.750587+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.087635+00:00"
    },
    {
      "slug": "npm-mcp-server-lottiefiles",
      "name": "mcp-server-lottiefiles",
      "description": "A Model Context Protocol (MCP) server for searching and retrieving Lottie animations from LottieFiles.",
      "website": "https://www.npmjs.com/package/mcp-server-lottiefiles",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server-lottiefiles"
        ]
      },
      "tags": [],
      "_version": "1.0.3",
      "_publisher": "junmer",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.752900+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.096377+00:00"
    },
    {
      "slug": "npm-douyinfe-semi-mcp",
      "name": "@douyinfe/semi-mcp",
      "description": "Semi Design MCP Server - Model Context Protocol server for Semi Design components and documentation",
      "website": "https://www.npmjs.com/package/@douyinfe/semi-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@douyinfe/semi-mcp"
        ]
      },
      "tags": [
        "semi",
        "semi-design",
        "mcp",
        "model-context-protocol",
        "design-system",
        "component-library",
        "documentation"
      ],
      "_version": "1.0.22",
      "_publisher": "daiqiangreal",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.755362+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.101790+00:00"
    },
    {
      "slug": "npm-aykahshi-copilot-mcp-server",
      "name": "@aykahshi/copilot-mcp-server",
      "description": "GitHub Copilot CLI integration for Model Context Protocol clients",
      "website": "https://www.npmjs.com/package/@aykahshi/copilot-mcp-server",
      "github_url": "git+https://github.com/Poorgramer-Zack/copilot-mcp-tool.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aykahshi/copilot-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "github-copilot",
        "copilot",
        "ai",
        "code-assistant",
        "claude",
        "vscode"
      ],
      "_version": "2.2.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.757916+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.107141+00:00"
    },
    {
      "slug": "npm-testneo-mcp-server",
      "name": "@testneo/mcp-server",
      "description": "Model Context Protocol server for TestNeo quality workflows",
      "website": "https://www.npmjs.com/package/@testneo/mcp-server",
      "github_url": "git+https://github.com/gururajhm-neo/testneo-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@testneo/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "gururajhm",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.761323+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.113776+00:00"
    },
    {
      "slug": "npm-pi-mcporter",
      "name": "pi-mcporter",
      "description": "Single-tool MCPorter bridge extension for pi and Model Context Protocol (MCP) servers.",
      "website": "https://www.npmjs.com/package/pi-mcporter",
      "github_url": "git+https://github.com/mavam/pi-mcporter.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "pi-mcporter"
        ]
      },
      "tags": [
        "pi-package",
        "pi-extension",
        "coding-agent",
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "mcp-tools",
        "mcp-proxy"
      ],
      "_version": "0.4.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.764481+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.129729+00:00"
    },
    {
      "slug": "npm-cedricziel-aha-mcp",
      "name": "@cedricziel/aha-mcp",
      "description": "Model Context Protocol (MCP) Server for Aha",
      "website": "https://www.npmjs.com/package/@cedricziel/aha-mcp",
      "github_url": "git+https://github.com/cedricziel/aha-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cedricziel/aha-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "aha",
        "aha-io",
        "product-management",
        "ai",
        "claude"
      ],
      "_version": "0.6.0",
      "_publisher": "cedricziel",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.768164+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.120493+00:00"
    },
    {
      "slug": "npm-marketmasher-mcp-server",
      "name": "@marketmasher/mcp-server",
      "description": "Model Context Protocol server for MarketMasher. Lets Claude, ChatGPT, and other MCP-capable agents drive MarketMasher campaigns on behalf of the user.",
      "website": "https://www.npmjs.com/package/@marketmasher/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@marketmasher/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "marketmasher",
        "agent",
        "claude",
        "anthropic",
        "social-media",
        "automation"
      ],
      "_version": "0.10.0",
      "_publisher": "masherwayne",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.772670+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.134534+00:00"
    },
    {
      "slug": "npm-progress-telerik-winforms-mcp",
      "name": "@progress/telerik-winforms-mcp",
      "description": "Model Context Protocol for Telerik UI for WinForms",
      "website": "https://www.npmjs.com/package/@progress/telerik-winforms-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@progress/telerik-winforms-mcp"
        ]
      },
      "tags": [
        "MCP Server",
        "Model Context Protocol",
        "WinForms",
        "Telerik",
        "Progress",
        "AI",
        "Copilot"
      ],
      "_version": "1.5.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.774601+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.139331+00:00"
    },
    {
      "slug": "npm-yahoo-finance-mcp-server",
      "name": "yahoo-finance-mcp-server",
      "description": "Yahoo Finance MCP Server - Real-time stock data, company info, financial statements, and market analysis via Model Context Protocol",
      "website": "https://www.npmjs.com/package/yahoo-finance-mcp-server",
      "github_url": "git+https://github.com/danishashko/yahoo-finance-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "yahoo-finance-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "yahoo-finance",
        "stocks",
        "finance",
        "market-data",
        "stock-prices",
        "financial-data"
      ],
      "_version": "1.0.0",
      "_publisher": "danielshashko",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.778947+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.145506+00:00"
    },
    {
      "slug": "npm-angular-mcp-server",
      "name": "angular-mcp-server",
      "description": "Model Context Protocol (MCP) server providing comprehensive Angular documentation access for AI assistants",
      "website": "https://www.npmjs.com/package/angular-mcp-server",
      "github_url": "git+https://github.com/SAIPRANAY-GANGULA/angular-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "angular-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "angular",
        "documentation",
        "ai",
        "assistant",
        "claude",
        "typescript"
      ],
      "_version": "1.1.1",
      "_publisher": "gangulasaipranay",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.781341+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.155778+00:00"
    },
    {
      "slug": "npm-mcp-collection-mssql-mcp",
      "name": "@mcp-collection/mssql-mcp",
      "description": "Model Context Protocol (MCP) for Microsoft SQL Server (MSSQL)",
      "website": "https://www.npmjs.com/package/@mcp-collection/mssql-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mcp-collection/mssql-mcp"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "mssql",
        "sqlserver",
        "database",
        "typescript"
      ],
      "_version": "0.0.4",
      "_publisher": "misticwonder",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.784536+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.151135+00:00"
    },
    {
      "slug": "npm-yuque-mcp",
      "name": "yuque-mcp",
      "description": "MCP server for Yuque (\u8bed\u96c0) \u2014 expose Yuque knowledge base to AI assistants via Model Context Protocol",
      "website": "https://www.npmjs.com/package/yuque-mcp",
      "github_url": "git+https://github.com/yuque/yuque-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "yuque-mcp"
        ]
      },
      "tags": [
        "yuque",
        "mcp",
        "model-context-protocol",
        "ai",
        "llm",
        "knowledge-base",
        "claude",
        "cursor"
      ],
      "_version": "0.1.13",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.786970+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.161806+00:00"
    },
    {
      "slug": "npm-yang04-mysql-mcp-server",
      "name": "@yang04/mysql-mcp-server",
      "description": "A MySQL MCP Server for LLM database interactions via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@yang04/mysql-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@yang04/mysql-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "mysql",
        "database",
        "llm",
        "claude"
      ],
      "_version": "1.0.4",
      "_publisher": "yang04",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.789024+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.166433+00:00"
    },
    {
      "slug": "npm-kstam-wise-wise-mcp-server",
      "name": "@kstam_wise/wise-mcp-server",
      "description": "MCP (Model Context Protocol) server for Wise API integration",
      "website": "https://www.npmjs.com/package/@kstam_wise/wise-mcp-server",
      "github_url": "git+https://github.com/kstam/wise-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kstam_wise/wise-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "wise",
        "api",
        "typescript"
      ],
      "_version": "0.2.0",
      "_publisher": "kstam_wise",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.793796+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.171209+00:00"
    },
    {
      "slug": "npm-codeplaydata-mcp",
      "name": "@codeplaydata/mcp",
      "description": "The MCP library that encapsulates all the behavioral of the model context protocol typescript sdk.",
      "website": "https://www.npmjs.com/package/@codeplaydata/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@codeplaydata/mcp"
        ]
      },
      "tags": [
        "LLM",
        "MCP",
        "Tools"
      ],
      "_version": "1.4.8",
      "_publisher": "codeplaydata",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.797447+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.176613+00:00"
    },
    {
      "slug": "npm-hellocoop-admin-mcp",
      "name": "@hellocoop/admin-mcp",
      "description": "Model Context Protocol (MCP) for Hell\u014d Admin API.",
      "website": "https://www.npmjs.com/package/@hellocoop/admin-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@hellocoop/admin-mcp"
        ]
      },
      "tags": [
        "mcp",
        "hello",
        "cli",
        "oauth",
        "admin"
      ],
      "_version": "1.5.10",
      "_publisher": "rohanharikr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.800679+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.181127+00:00"
    },
    {
      "slug": "npm-zilliz-code-context-mcp",
      "name": "@zilliz/code-context-mcp",
      "description": "Model Context Protocol integration for Code Context",
      "website": "https://www.npmjs.com/package/@zilliz/code-context-mcp",
      "github_url": "git+https://github.com/zilliztech/code-context.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@zilliz/code-context-mcp"
        ]
      },
      "tags": [],
      "_version": "0.0.12",
      "_publisher": "zc277584121",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.803379+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.185521+00:00"
    },
    {
      "slug": "npm-molanojustin-smithsonian-mcp",
      "name": "@molanojustin/smithsonian-mcp",
      "description": "Model Context Protocol (MCP) server for Smithsonian Open Access collections",
      "website": "https://www.npmjs.com/package/@molanojustin/smithsonian-mcp",
      "github_url": "git+https://github.com/molanojustin/smithsonian-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@molanojustin/smithsonian-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "smithsonian",
        "museum",
        "api",
        "open-access",
        "collections",
        "ai"
      ],
      "_version": "1.2.6",
      "_publisher": "molanojustin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.805581+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.192021+00:00"
    },
    {
      "slug": "npm-divigent-mcp-server",
      "name": "@divigent/mcp-server",
      "description": "Model Context Protocol server for Divigent read tools and unsigned transaction planning.",
      "website": "https://www.npmjs.com/package/@divigent/mcp-server",
      "github_url": "git+https://github.com/divigent/divigent-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@divigent/mcp-server"
        ]
      },
      "tags": [
        "divigent",
        "mcp",
        "model-context-protocol",
        "ai-agents",
        "defi",
        "yield",
        "base",
        "x402"
      ],
      "_version": "1.0.0",
      "_publisher": "harshbhatt",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.808187+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.205784+00:00"
    },
    {
      "slug": "npm-deckco-mcp",
      "name": "@deckco/mcp",
      "description": "Model Context Protocol (MCP) Server for the *deck* API.",
      "website": "https://www.npmjs.com/package/@deckco/mcp",
      "github_url": "git+https://github.com/buildwithdeck/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@deckco/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.813766+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.196657+00:00"
    },
    {
      "slug": "npm-archlinter-mcp-server",
      "name": "@archlinter/mcp-server",
      "description": "Model Context Protocol (MCP) server for archlint",
      "website": "https://www.npmjs.com/package/@archlinter/mcp-server",
      "github_url": "git+https://github.com/archlinter/archlint.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@archlinter/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.16.0",
      "_publisher": "ichirkin",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.816816+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.200229+00:00"
    },
    {
      "slug": "npm-wallacewen-sonarqube-mcp-server",
      "name": "@wallacewen/sonarqube-mcp-server",
      "description": "Model Context Protocol server for SonarQube",
      "website": "https://www.npmjs.com/package/@wallacewen/sonarqube-mcp-server",
      "github_url": "git+https://github.com/sapientpants/sonarqube-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@wallacewen/sonarqube-mcp-server"
        ]
      },
      "tags": [
        "sonarqube",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "1.6.4",
      "_publisher": "wallacewen",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.819293+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.211112+00:00"
    },
    {
      "slug": "npm-yukkit-e2b-mcp-server",
      "name": "@yukkit/e2b-mcp-server",
      "description": "A Model Context Protocol server",
      "website": "https://www.npmjs.com/package/@yukkit/e2b-mcp-server",
      "github_url": "git+https://github.com/yukkit/e2b-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@yukkit/e2b-mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.6.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.821567+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.220648+00:00"
    },
    {
      "slug": "npm-tallistr-mcp",
      "name": "@tallistr/mcp",
      "description": "Tallistr MCP server \u2014 CO2e emission tracking for LLM agents via Model Context Protocol",
      "website": "https://www.npmjs.com/package/@tallistr/mcp",
      "github_url": "git+https://github.com/leadric/csrd-assistant.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@tallistr/mcp"
        ]
      },
      "tags": [
        "tallistr",
        "co2e",
        "emissions",
        "mcp",
        "model-context-protocol",
        "llm",
        "agent"
      ],
      "_version": "0.0.10",
      "_publisher": "niklaserik",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.824482+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.215993+00:00"
    },
    {
      "slug": "npm-kaminari-ad-mcp",
      "name": "@kaminari-ad/mcp",
      "description": "Official Model Context Protocol (MCP) server for the Kaminari Ad ad-verification platform.",
      "website": "https://www.npmjs.com/package/@kaminari-ad/mcp",
      "github_url": "git+https://github.com/kaminari-ad/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@kaminari-ad/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "kaminari-ad",
        "ad-verification",
        "malvertising",
        "cursor",
        "claude",
        "anthropic"
      ],
      "_version": "0.3.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.827431+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.226034+00:00"
    },
    {
      "slug": "npm-symbolstar-gmail-mcp",
      "name": "@symbolstar/gmail-mcp",
      "description": "Gmail MCP server for reading Gmail messages via Model Context Protocol.",
      "website": "https://www.npmjs.com/package/@symbolstar/gmail-mcp",
      "github_url": "git+https://github.com/SymbolStar/gmail-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@symbolstar/gmail-mcp"
        ]
      },
      "tags": [
        "gmail",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.0.3",
      "_publisher": "symbolstar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.830510+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.230677+00:00"
    },
    {
      "slug": "npm-enescinar-twitter-mcp",
      "name": "@enescinar/twitter-mcp",
      "description": "A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.",
      "website": "https://www.npmjs.com/package/@enescinar/twitter-mcp",
      "github_url": "git+https://github.com/EnesCinr/twitter-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@enescinar/twitter-mcp"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "server",
        "twitter",
        "claude"
      ],
      "_version": "0.2.0",
      "_publisher": "enescinar",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.834686+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.242170+00:00"
    },
    {
      "slug": "npm-cloudbase-mcp-inspector",
      "name": "@cloudbase/mcp-inspector",
      "description": "Model Context Protocol inspector",
      "website": "https://www.npmjs.com/package/@cloudbase/mcp-inspector",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@cloudbase/mcp-inspector"
        ]
      },
      "tags": [],
      "_version": "0.6.5",
      "_publisher": "areo-joe",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.837662+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.236288+00:00"
    },
    {
      "slug": "npm-cyy-mall-mcp",
      "name": "cyy-mall-mcp",
      "description": "MCP server that exposes \u83dc\u6d0b\u6d0b cyymall-cli (cyy) as Model Context Protocol tools (stdio)",
      "website": "https://www.npmjs.com/package/cyy-mall-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "cyy-mall-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "cyymall",
        "dhcmall",
        "cyy",
        "cli"
      ],
      "_version": "0.1.12",
      "_publisher": "callen.ye",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.840591+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.247278+00:00"
    },
    {
      "slug": "npm-phonepe-mcp",
      "name": "phonepe-mcp",
      "description": "Unofficial Model Context Protocol server for PhonePe Payments API",
      "website": "https://www.npmjs.com/package/phonepe-mcp",
      "github_url": "git+https://github.com/niravzxv/phonepe-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "phonepe-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "phonepe",
        "payments",
        "claude",
        "ai",
        "india",
        "fintech"
      ],
      "_version": "0.1.1",
      "_publisher": "niravzxv",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.844407+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.251063+00:00"
    },
    {
      "slug": "npm-midnight-mcp",
      "name": "midnight-mcp",
      "description": "Model Context Protocol Server for Midnight Blockchain Development",
      "website": "https://www.npmjs.com/package/midnight-mcp",
      "github_url": "git+https://github.com/Olanetsoft/midnight-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "midnight-mcp"
        ]
      },
      "tags": [
        "midnight",
        "blockchain",
        "mcp",
        "model-context-protocol",
        "compact",
        "zero-knowledge",
        "ai",
        "developer-tools"
      ],
      "_version": "0.2.19",
      "_publisher": "olanetsoft",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.847755+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.259553+00:00"
    },
    {
      "slug": "npm-rebasepro-mcp-server",
      "name": "@rebasepro/mcp-server",
      "description": "Model Context Protocol Server for Rebase \u2014 exposes schema, DB, document, and user management tools to AI assistants.",
      "website": "https://www.npmjs.com/package/@rebasepro/mcp-server",
      "github_url": "git+https://github.com/Rebaseco/rebase.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rebasepro/mcp-server"
        ]
      },
      "tags": [],
      "_version": "0.1.2",
      "_publisher": "gatti675",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.851782+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.255057+00:00"
    },
    {
      "slug": "npm-progress-telerik-maui-mcp",
      "name": "@progress/telerik-maui-mcp",
      "description": "Model Context Protocol for Telerik UI for .NET MAUI",
      "website": "https://www.npmjs.com/package/@progress/telerik-maui-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@progress/telerik-maui-mcp"
        ]
      },
      "tags": [
        "MCP Server",
        "Model Context Protocol",
        "Maui",
        "Telerik",
        "Progress",
        "AI",
        "Copilot"
      ],
      "_version": "1.6.0",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.854294+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.264844+00:00"
    },
    {
      "slug": "npm-nextdrive-github-action-trigger-mcp",
      "name": "@nextdrive/github-action-trigger-mcp",
      "description": "A Model Context Protocol server for GitHub Actions integration",
      "website": "https://www.npmjs.com/package/@nextdrive/github-action-trigger-mcp",
      "github_url": "git+https://github.com/nextdrive/github-action-trigger-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nextdrive/github-action-trigger-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "claude",
        "github-actions",
        "github-api",
        "workflow",
        "ci-cd",
        "github"
      ],
      "_version": "0.2.0",
      "_publisher": "nextdrive-carlos",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.860422+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.273483+00:00"
    },
    {
      "slug": "npm-abelpenton-dev-pulse-mcp-server",
      "name": "@abelpenton_dev/pulse-mcp-server",
      "description": "Pulse Model Context Protocol Server in TypeScript",
      "website": "https://www.npmjs.com/package/@abelpenton_dev/pulse-mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@abelpenton_dev/pulse-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "pulse",
        "refund-protect",
        "protect-group",
        "ai-tools"
      ],
      "_version": "1.0.6",
      "_publisher": "abelpenton_dev",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.863021+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.280398+00:00"
    },
    {
      "slug": "npm-langflow-mcp-server",
      "name": "langflow-mcp-server",
      "description": "Integration for Langflow API 1.7.2 via Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/langflow-mcp-server",
      "github_url": "git+https://github.com/nobrainer-tech/langflow-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "langflow-mcp-server"
        ]
      },
      "tags": [
        "langflow",
        "mcp",
        "model-context-protocol",
        "mcp-server",
        "ai",
        "workflow",
        "automation",
        "langflow-api"
      ],
      "_version": "3.1.1",
      "_publisher": "nobrainer-tech",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.864780+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.294780+00:00"
    },
    {
      "slug": "npm-manicjs-mcp",
      "name": "@manicjs/mcp",
      "description": "MCP (Model Context Protocol) plugin for Manic \u2014 Streamable HTTP MCP server endpoint",
      "website": "https://www.npmjs.com/package/@manicjs/mcp",
      "github_url": "https://github.com/manic-js/plugin-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@manicjs/mcp"
        ]
      },
      "tags": [
        "agents",
        "ai",
        "manic",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "1.0.5",
      "_publisher": "rahuletto",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.867527+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.283938+00:00"
    },
    {
      "slug": "npm-fredko-vault-mcp-server",
      "name": "@fredko/vault-mcp-server",
      "description": "Model Context Protocol server for HashiCorp Vault integration",
      "website": "https://www.npmjs.com/package/@fredko/vault-mcp-server",
      "github_url": "git+https://github.com/Fred-Ko/-Fredko.git#master",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@fredko/vault-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "vault",
        "hashicorp",
        "secrets",
        "model context protocol",
        "vault integration",
        "secret management",
        "hashicorp vault"
      ],
      "_version": "1.1.2",
      "_publisher": "fredko",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.870164+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.288589+00:00"
    },
    {
      "slug": "npm-mkusaka-mcp-shell-server",
      "name": "@mkusaka/mcp-shell-server",
      "description": "A server that uses the Model Context Protocol (MCP) to execute shell commands",
      "website": "https://www.npmjs.com/package/@mkusaka/mcp-shell-server",
      "github_url": "git+https://github.com/mkusaka/mcp-shell-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mkusaka/mcp-shell-server"
        ]
      },
      "tags": [
        "mcp",
        "shell",
        "ai",
        "model-context-protocol"
      ],
      "_version": "0.1.1",
      "_publisher": "mkusaka",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.872882+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.299743+00:00"
    },
    {
      "slug": "npm-rnaga-wp-mcp",
      "name": "@rnaga/wp-mcp",
      "description": "WordPress Model Context Protocol (MCP) implementation",
      "website": "https://www.npmjs.com/package/@rnaga/wp-mcp",
      "github_url": "git+https://github.com/rnaga/wp-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@rnaga/wp-mcp"
        ]
      },
      "tags": [
        "mcp",
        "modelcontextprotocol",
        "wordpress",
        "typescript",
        "node"
      ],
      "_version": "1.0.8",
      "_publisher": "ryoheinaga",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.874795+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.302748+00:00"
    },
    {
      "slug": "npm-brxce-mcp-server",
      "name": "@brxce/mcp-server",
      "description": "Model Context Protocol (MCP) server for BRXCE workspace management",
      "website": "https://www.npmjs.com/package/@brxce/mcp-server",
      "github_url": "git+https://github.com/intellieffect/brxce.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@brxce/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "brxce",
        "workspace",
        "productivity",
        "task-management"
      ],
      "_version": "1.1.18",
      "_publisher": "intellieffect",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.881394+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.305854+00:00"
    },
    {
      "slug": "npm-dispersed-mcp-server",
      "name": "@dispersed/mcp-server",
      "description": "Model Context Protocol server for the Dispersed Network compute API",
      "website": "https://www.npmjs.com/package/@dispersed/mcp-server",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@dispersed/mcp-server"
        ]
      },
      "tags": [
        "dispersed",
        "mcp",
        "model-context-protocol",
        "compute",
        "gpu",
        "claude",
        "llm"
      ],
      "_version": "0.1.1",
      "_publisher": "dispersed-bot",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.884583+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.309343+00:00"
    },
    {
      "slug": "npm-ferrlabs-mcp-vault",
      "name": "@ferrlabs/mcp-vault",
      "description": "Model Context Protocol server for FerrVault \u00e2\u20ac\u201d vaults, secrets, secret requests, rotation",
      "website": "https://www.npmjs.com/package/@ferrlabs/mcp-vault",
      "github_url": "git+https://github.com/FerrLabs/MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ferrlabs/mcp-vault"
        ]
      },
      "tags": [
        "mcp",
        "ferrlabs",
        "ferrvault",
        "secrets",
        "model-context-protocol"
      ],
      "_version": "6.4.0",
      "_publisher": "ferrlabs",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.887322+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.313784+00:00"
    },
    {
      "slug": "npm-lanhu-developer-mcp",
      "name": "lanhu-developer-mcp",
      "description": "Model Context Protocol server for Lanhu integration",
      "website": "https://www.npmjs.com/package/lanhu-developer-mcp",
      "github_url": "git+https://github.com/GLips/Figma-Context-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "lanhu-developer-mcp"
        ]
      },
      "tags": [
        "lanhu",
        "mcp",
        "typescript"
      ],
      "_version": "1.0.6",
      "_publisher": "qian_xiao",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.889986+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.317041+00:00"
    },
    {
      "slug": "npm-okapi-ca-ms-365-admin-mcp-server",
      "name": "@okapi-ca/ms-365-admin-mcp-server",
      "description": "A Model Context Protocol (MCP) server for Microsoft 365 admin operations via Graph API application permissions",
      "website": "https://www.npmjs.com/package/@okapi-ca/ms-365-admin-mcp-server",
      "github_url": "git+https://github.com/okapi-ca/ms-365-admin-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@okapi-ca/ms-365-admin-mcp-server"
        ]
      },
      "tags": [
        "microsoft",
        "365",
        "admin",
        "mcp",
        "server",
        "graph-api"
      ],
      "_version": "0.6.3",
      "_publisher": "marc-okapi-ca",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.893371+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.320557+00:00"
    },
    {
      "slug": "npm-sowonai-mcp-google-drive",
      "name": "@sowonai/mcp-google-drive",
      "description": "A Model Context Protocol (MCP) server for Google Drive integration",
      "website": "https://www.npmjs.com/package/@sowonai/mcp-google-drive",
      "github_url": "git+https://github.com/sowonlabs/mcp-servers.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sowonai/mcp-google-drive"
        ]
      },
      "tags": [],
      "_version": "0.3.2",
      "_publisher": "dohapark81",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.897388+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.326310+00:00"
    },
    {
      "slug": "npm-aiready-ast-mcp-server",
      "name": "@aiready/ast-mcp-server",
      "description": "The AIReady AST-aware Model Context Protocol (MCP) Server. Explore and navigate multi-project TypeScript/JavaScript codebases with high precision using AST and type information.",
      "website": "https://www.npmjs.com/package/@aiready/ast-mcp-server",
      "github_url": "https://github.com/getaiready/aiready-ast-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@aiready/ast-mcp-server"
        ]
      },
      "tags": [
        "aiready",
        "mcp",
        "model-context-protocol",
        "ast",
        "typescript",
        "javascript",
        "codebase-exploration",
        "codebase-navigation"
      ],
      "_version": "0.8.8",
      "_publisher": "caopeng",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.902844+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.330406+00:00"
    },
    {
      "slug": "npm-splunk-splunk-ui-mcp",
      "name": "@splunk/splunk-ui-mcp",
      "description": "Model Context Protocol server for the Splunk UI Design System",
      "website": "https://www.npmjs.com/package/@splunk/splunk-ui-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@splunk/splunk-ui-mcp"
        ]
      },
      "tags": [],
      "_version": "0.5.0",
      "_publisher": "splunk_sui_publish",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.904829+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.334724+00:00"
    },
    {
      "slug": "npm-autoza-mcp-server",
      "name": "@autoza/mcp-server",
      "description": "Model Context Protocol server for Autoza Ireland \u2014 query the Irish used-car market (autoza.ie) from any MCP-compatible AI client.",
      "website": "https://www.npmjs.com/package/@autoza/mcp-server",
      "github_url": "git+https://github.com/autoza-ie/mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@autoza/mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "autoza",
        "ireland",
        "cars",
        "used-cars",
        "automotive",
        "marketplace"
      ],
      "_version": "0.1.10",
      "_publisher": "simoncreedon",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.907549+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.338798+00:00"
    },
    {
      "slug": "npm-toriihq-torii-mcp",
      "name": "@toriihq/torii-mcp",
      "description": "Model Context Protocol server for Torii API",
      "website": "https://www.npmjs.com/package/@toriihq/torii-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@toriihq/torii-mcp"
        ]
      },
      "tags": [
        "torii",
        "mcp",
        "api",
        "model-context-protocol"
      ],
      "_version": "0.1.3",
      "_publisher": "berzniz",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.910824+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.345588+00:00"
    },
    {
      "slug": "npm-mindstone-engineering-mcp-server-kling",
      "name": "@mindstone-engineering/mcp-server-kling",
      "description": "Kling AI video generation MCP server for Model Context Protocol hosts",
      "website": "https://www.npmjs.com/package/@mindstone-engineering/mcp-server-kling",
      "github_url": "git+https://github.com/nspr-io/mcp-servers.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mindstone-engineering/mcp-server-kling"
        ]
      },
      "tags": [],
      "_version": "0.3.1",
      "_publisher": "mindstone-engineering",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.914994+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.351262+00:00"
    },
    {
      "slug": "npm-mindstone-engineering-mcp-server-zendesk",
      "name": "@mindstone-engineering/mcp-server-zendesk",
      "description": "Zendesk MCP server for Model Context Protocol hosts",
      "website": "https://www.npmjs.com/package/@mindstone-engineering/mcp-server-zendesk",
      "github_url": "git+https://github.com/nspr-io/mcp-servers.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mindstone-engineering/mcp-server-zendesk"
        ]
      },
      "tags": [],
      "_version": "0.3.1",
      "_publisher": "mindstone-engineering",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.919158+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.356296+00:00"
    },
    {
      "slug": "npm-sentropic-mcp-hono",
      "name": "@sentropic/mcp-hono",
      "description": "Web-native, zero-dependency, and edge-ready Model Context Protocol (MCP) framework for Hono",
      "website": "https://www.npmjs.com/package/@sentropic/mcp-hono",
      "github_url": "git+https://github.com/rhanka/mcp-hono.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sentropic/mcp-hono"
        ]
      },
      "tags": [],
      "_version": "0.1.6",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.922027+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.369806+00:00"
    },
    {
      "slug": "npm-jadx-mcp",
      "name": "jadx-mcp",
      "description": "Jadx MCP server - Analyze Android apps with AI agents using Model Context Protocol",
      "website": "https://www.npmjs.com/package/jadx-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "jadx-mcp"
        ]
      },
      "tags": [
        "jadx",
        "mcp",
        "android",
        "reverse-engineering",
        "decompiler",
        "ai",
        "claude"
      ],
      "_version": "1.4.1",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.924156+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.363528+00:00"
    },
    {
      "slug": "npm-xrpl-utilities-mcp",
      "name": "@xrpl-utilities/mcp",
      "description": "Model Context Protocol server for the XRPL-Utilities portfolio: Sentinel (wallet classifier), Pulse (signal feed), Telemetry (supply + utility floor), Trust (XLS-70/80/81 directory), Vault (RWA tracker), and Flows (ETF AUM vs XRPL flow correlation). Expos",
      "website": "https://www.npmjs.com/package/@xrpl-utilities/mcp",
      "github_url": "git+https://github.com/XRPL-Utilities/xrpl-utilities-mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@xrpl-utilities/mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "xrpl",
        "x402",
        "ai-agents",
        "xrp",
        "rlusd",
        "xrpl-utilities"
      ],
      "_version": "0.2.110",
      "_publisher": "xrplu",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.926144+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.381489+00:00"
    },
    {
      "slug": "npm-knowall-ai-mcp-business-central",
      "name": "@knowall-ai/mcp-business-central",
      "description": "Model Context Protocol server for Microsoft Dynamics 365 Business Central",
      "website": "https://www.npmjs.com/package/@knowall-ai/mcp-business-central",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@knowall-ai/mcp-business-central"
        ]
      },
      "tags": [
        "mcp",
        "business-central",
        "dynamics-365",
        "model-context-protocol"
      ],
      "_version": "0.1.3",
      "_publisher": "bengweeks",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.928483+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.392781+00:00"
    },
    {
      "slug": "npm-antogyn-mcp-auth",
      "name": "@antogyn/mcp-auth",
      "description": "Plug and play auth for Model Context Protocol (MCP) servers",
      "website": "https://www.npmjs.com/package/@antogyn/mcp-auth",
      "github_url": "git+https://github.com/mcp-auth/js.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@antogyn/mcp-auth"
        ]
      },
      "tags": [
        "modelcontextprotocol",
        "mcp",
        "oauth",
        "openid",
        "connect",
        "oidc"
      ],
      "_version": "0.1.1",
      "_publisher": "antogyn",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.930323+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.375788+00:00"
    },
    {
      "slug": "npm-2digits-tlo-mcp",
      "name": "@2digits/tlo-mcp",
      "description": "MCP (Model Context Protocol) server for TeamLeader Orbit (TLO) - project management and time tracking.",
      "website": "https://www.npmjs.com/package/@2digits/tlo-mcp",
      "github_url": "git+https://github.com/2digits-agency/configs.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@2digits/tlo-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.18",
      "_publisher": "GitHub Actions",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.932307+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.387293+00:00"
    },
    {
      "slug": "npm-wger-mcp",
      "name": "wger-mcp",
      "description": "Model Context Protocol server for the Wger workout and nutrition tracker API",
      "website": "https://www.npmjs.com/package/wger-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "wger-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "wger",
        "fitness",
        "workout",
        "nutrition"
      ],
      "_version": "0.1.2",
      "_publisher": "aspirio",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.935739+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.398824+00:00"
    },
    {
      "slug": "npm-azure-mcp-template-win32-arm64",
      "name": "@azure/mcp-template-win32-arm64",
      "description": "Template MCP Server - Basic Model Context Protocol implementation, for win32 on arm64",
      "website": "https://www.npmjs.com/package/@azure/mcp-template-win32-arm64",
      "github_url": "git+https://github.com/microsoft/mcp.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@azure/mcp-template-win32-arm64"
        ]
      },
      "tags": [
        "azure",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "0.0.12-alpha.6251995",
      "_publisher": "microsoft1es",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.938726+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.404093+00:00"
    },
    {
      "slug": "npm-unittest-mcp",
      "name": "unittest-mcp",
      "description": "Unit Test MCP Server - AI-powered test generation for Jest, Pytest & .NET via Model Context Protocol",
      "website": "https://www.npmjs.com/package/unittest-mcp",
      "github_url": "git+https://github.com/gim-home/UnitTestMCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "unittest-mcp"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "unit-test",
        "jest",
        "vitest",
        "pytest",
        "dotnet",
        "copilot"
      ],
      "_version": "1.3.4",
      "_publisher": "kennethhuang",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.941192+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.409708+00:00"
    },
    {
      "slug": "npm-nataliapc-mcp-openmsx",
      "name": "@nataliapc/mcp-openmsx",
      "description": "Model context protocol server for openMSX automation and control",
      "website": "https://www.npmjs.com/package/@nataliapc/mcp-openmsx",
      "github_url": "git+https://github.com/nataliapc/mcp-openmsx.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@nataliapc/mcp-openmsx"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "openmsx",
        "msx",
        "emulator",
        "automation",
        "retro-computing"
      ],
      "_version": "1.2.9",
      "_publisher": "nataliapc",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.944116+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.422357+00:00"
    },
    {
      "slug": "npm-connorbritain-mssql-mcp-server",
      "name": "@connorbritain/mssql-mcp-server",
      "description": "Model Context Protocol (MCP) server for Microsoft SQL Server - enterprise-ready schema discovery, profiling, and safe data operations",
      "website": "https://www.npmjs.com/package/@connorbritain/mssql-mcp-server",
      "github_url": "git+https://github.com/ConnorBritain/mssql-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@connorbritain/mssql-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "sql-server",
        "mssql",
        "database",
        "ai",
        "claude",
        "windsurf",
        "model-context-protocol"
      ],
      "_version": "0.5.2",
      "_publisher": "connorbritain",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.948768+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.414913+00:00"
    },
    {
      "slug": "npm-sshadows-mcp-server-azure-devops",
      "name": "@sshadows/mcp-server-azure-devops",
      "description": "Azure DevOps reference server for the Model Context Protocol (MCP)",
      "website": "https://www.npmjs.com/package/@sshadows/mcp-server-azure-devops",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@sshadows/mcp-server-azure-devops"
        ]
      },
      "tags": [
        "azure-devops",
        "mcp",
        "ai",
        "automation"
      ],
      "_version": "0.4.1",
      "_publisher": "sshadows",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.958320+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.428203+00:00"
    },
    {
      "slug": "npm-mcp-docs-service",
      "name": "mcp-docs-service",
      "description": "MCP Documentation Service - A Model Context Protocol implementation for documentation management",
      "website": "https://www.npmjs.com/package/mcp-docs-service",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-docs-service"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "documentation",
        "markdown",
        "docs"
      ],
      "_version": "7.2.1",
      "_publisher": "aleks.petrov",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.963317+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.450824+00:00"
    },
    {
      "slug": "npm-futuretea-yunxiao-mcp-server",
      "name": "@futuretea/yunxiao-mcp-server",
      "description": "Model Context Protocol (MCP) server for Alibaba Yunxiao DevOps platform",
      "website": "https://www.npmjs.com/package/@futuretea/yunxiao-mcp-server",
      "github_url": "git+https://github.com/futuretea/yunxiao-mcp-server.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@futuretea/yunxiao-mcp-server"
        ]
      },
      "tags": [
        "mcp",
        "yunxiao",
        "devops",
        "model context protocol",
        "model",
        "context",
        "protocol"
      ],
      "_version": "0.3.1",
      "_publisher": "futuretea",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.967316+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.436600+00:00"
    },
    {
      "slug": "npm-pollo-mcp",
      "name": "pollo-mcp",
      "description": "Pollo AI Model Context Protocol (MCP) Server for video generation",
      "website": "https://www.npmjs.com/package/pollo-mcp",
      "github_url": "git+https://github.com/coco-ai-team/Pollo-MCP.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "pollo-mcp"
        ]
      },
      "tags": [
        "mcp",
        "pollo",
        "ai",
        "video-generation"
      ],
      "_version": "3.0.4",
      "_publisher": "cocosoft",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.969992+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.442689+00:00"
    },
    {
      "slug": "npm-iamsamuelfraga-mcp-pipedrive",
      "name": "@iamsamuelfraga/mcp-pipedrive",
      "description": "Model Context Protocol server for Pipedrive CRM - The most complete and robust Pipedrive MCP implementation",
      "website": "https://www.npmjs.com/package/@iamsamuelfraga/mcp-pipedrive",
      "github_url": "git+https://github.com/iamsamuelfraga/mcp-pipedrive.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@iamsamuelfraga/mcp-pipedrive"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "pipedrive",
        "crm",
        "sales",
        "ai",
        "llm",
        "claude"
      ],
      "_version": "2.0.0",
      "_publisher": "iamsamuelfraga",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.971898+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.446632+00:00"
    },
    {
      "slug": "npm-berry-agent-mcp",
      "name": "@berry-agent/mcp",
      "description": "MCP (Model Context Protocol) client adapter for Berry Agent SDK",
      "website": "https://www.npmjs.com/package/@berry-agent/mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@berry-agent/mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.0-alpha.0",
      "_publisher": "xiamussr",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.974700+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.454409+00:00"
    },
    {
      "slug": "npm-mcp-aider-executor",
      "name": "mcp-aider-executor",
      "description": "Model Context Protocol (MCP) server to execute aider-specific code editing operations",
      "website": "https://www.npmjs.com/package/mcp-aider-executor",
      "github_url": "git+https://github.com/RailKill/mcp-aider-executor.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-aider-executor"
        ]
      },
      "tags": [
        "mcp",
        "model-context-protocol",
        "aider",
        "mcp-server",
        "llm",
        "ai-tools"
      ],
      "_version": "1.1.0",
      "_publisher": "railkill",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.978057+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.460138+00:00"
    },
    {
      "slug": "npm-sonos-ts-mcp",
      "name": "sonos-ts-mcp",
      "description": "Model Context Protocol server for Sonos audio devices",
      "website": "https://www.npmjs.com/package/sonos-ts-mcp",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "sonos-ts-mcp"
        ]
      },
      "tags": [
        "sonos",
        "upnp",
        "mcp",
        "model-context-protocol"
      ],
      "_version": "1.4.8",
      "_publisher": "tommertom",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:09:53.980413+00:00",
      "_last_seen_at": "2026-05-25T13:09:53.980413+00:00"
    },
    {
      "slug": "pypi-agentdomain-mcp",
      "name": "agentdomain-mcp",
      "description": "MCP server for AgentDomain \u2014 register, buy, and manage domains as an AI agent",
      "website": "https://pypi.org/project/agentdomain-mcp/",
      "github_url": "https://github.com/MarsHeer/agentdomain-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "agentdomain-mcp"
        ]
      },
      "tags": [
        "ai-agent",
        "cloudflare",
        "domain",
        "mcp",
        "registration"
      ],
      "_version": "1.1.2",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:54.097247+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.555238+00:00"
    },
    {
      "slug": "pypi-aider-chat",
      "name": "aider-chat",
      "description": "Aider is AI pair programming in your terminal",
      "website": "https://pypi.org/project/aider-chat/",
      "github_url": "https://github.com/Aider-AI/aider",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "aider-chat"
        ]
      },
      "tags": [],
      "_version": "0.86.2",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:54.157483+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.614435+00:00"
    },
    {
      "slug": "pypi-allstacks-mcp",
      "name": "allstacks-mcp",
      "description": "MCP server for Allstacks API - provides AI-ready interface to Allstacks metrics, projects, and analytics",
      "website": "https://pypi.org/project/allstacks-mcp/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "allstacks-mcp"
        ]
      },
      "tags": [],
      "_version": "0.1.4",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:54.186541+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.646958+00:00"
    },
    {
      "slug": "pypi-anthropic",
      "name": "anthropic",
      "description": "The official Python library for the anthropic API",
      "website": "https://pypi.org/project/anthropic/",
      "github_url": "https://github.com/anthropics/anthropic-sdk-python",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "anthropic"
        ]
      },
      "tags": [],
      "_version": "0.104.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:54.229738+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.689983+00:00"
    },
    {
      "slug": "pypi-armor-mcp",
      "name": "armor-mcp",
      "description": "AnomalyArmor MCP Server - Data observability tools for AI assistants",
      "website": "https://pypi.org/project/armor-mcp/",
      "github_url": "https://github.com/anomalyarmor/agents",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "armor-mcp"
        ]
      },
      "tags": [
        "ai",
        "anomalyarmor",
        "claude",
        "data-observability",
        "mcp"
      ],
      "_version": "0.8.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:54.824841+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.919091+00:00"
    },
    {
      "slug": "pypi-automox-mcp",
      "name": "automox-mcp",
      "description": "Official MCP server for Automox",
      "website": "https://pypi.org/project/automox-mcp/",
      "github_url": "https://github.com/AutomoxCommunity/automox-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "automox-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.23",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:54.863767+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.950745+00:00"
    },
    {
      "slug": "pypi-braintrust",
      "name": "braintrust",
      "description": "SDK for integrating Braintrust",
      "website": "https://pypi.org/project/braintrust/",
      "github_url": "https://github.com/braintrustdata/braintrust-sdk-python",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "braintrust"
        ]
      },
      "tags": [],
      "_version": "0.22.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:54.912638+00:00",
      "_last_seen_at": "2026-05-25T13:59:22.994460+00:00"
    },
    {
      "slug": "pypi-chromadb",
      "name": "chromadb",
      "description": "Chroma.",
      "website": "https://pypi.org/project/chromadb/",
      "github_url": "https://github.com/chroma-core/chroma",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "chromadb"
        ]
      },
      "tags": [],
      "_version": "1.5.9",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:54.962866+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.041415+00:00"
    },
    {
      "slug": "pypi-claude-agent-sdk",
      "name": "claude-agent-sdk",
      "description": "Python SDK for Claude Code",
      "website": "https://pypi.org/project/claude-agent-sdk/",
      "github_url": "https://github.com/anthropics/claude-agent-sdk-python",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "claude-agent-sdk"
        ]
      },
      "tags": [
        "ai",
        "anthropic",
        "claude",
        "sdk"
      ],
      "_version": "0.2.87",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.023409+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.078768+00:00"
    },
    {
      "slug": "pypi-crewai",
      "name": "crewai",
      "description": "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.",
      "website": "https://pypi.org/project/crewai/",
      "github_url": "https://github.com/crewAIInc/crewAI",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "crewai"
        ]
      },
      "tags": [],
      "_version": "1.14.5",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.089048+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.134776+00:00"
    },
    {
      "slug": "pypi-deepmap-mcp",
      "name": "deepmap-mcp",
      "description": "DeepMap AI MCP Server - 25 geophysical intelligence tools for Claude Desktop and MCP-compatible AI agents. Multi-hazard risk scoring, earthquake/volcano/tsunami/sinkhole prediction, weather, insurance, climate migration, parametric triggers.",
      "website": "https://pypi.org/project/deepmap-mcp/",
      "github_url": "https://github.com/DeepMapAI/deepmap-mcp-server",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "deepmap-mcp"
        ]
      },
      "tags": [
        "ai-agent",
        "claude",
        "climate",
        "crewai",
        "deepmap",
        "earthquake",
        "flood",
        "geophysics"
      ],
      "_version": "2.1.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.120326+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.166012+00:00"
    },
    {
      "slug": "pypi-e2b-code-interpreter",
      "name": "e2b-code-interpreter",
      "description": "E2B Code Interpreter - Stateful code execution",
      "website": "https://pypi.org/project/e2b-code-interpreter/",
      "github_url": "https://github.com/e2b-dev/code-interpreter/tree/main/python",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "e2b-code-interpreter"
        ]
      },
      "tags": [],
      "_version": "2.7.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.156659+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.204839+00:00"
    },
    {
      "slug": "pypi-eip-mcp",
      "name": "eip-mcp",
      "description": "MCP server for the Exploit Intelligence Platform \u2014 vulnerability and exploit intelligence for AI assistants",
      "website": "https://pypi.org/project/eip-mcp/",
      "github_url": "https://github.com/exploitintel/eip-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "eip-mcp"
        ]
      },
      "tags": [
        "mcp",
        "security",
        "exploits",
        "vulnerability",
        "cve",
        "ai",
        "model-context-protocol"
      ],
      "_version": "0.4.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.192830+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.236596+00:00"
    },
    {
      "slug": "pypi-fastmcp",
      "name": "fastmcp",
      "description": "The fast, Pythonic way to build MCP servers and clients.",
      "website": "https://pypi.org/project/fastmcp/",
      "github_url": "https://github.com/PrefectHQ/fastmcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "fastmcp"
        ]
      },
      "tags": [
        "agent",
        "fastmcp",
        "llm",
        "mcp",
        "mcp client",
        "mcp server",
        "model context protocol"
      ],
      "_version": "3.3.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.229855+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.364168+00:00"
    },
    {
      "slug": "pypi-files-com-mcp",
      "name": "files-com-mcp",
      "description": "MCP for the Files.com API",
      "website": "https://pypi.org/project/files-com-mcp/",
      "github_url": null,
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "files-com-mcp"
        ]
      },
      "tags": [],
      "_version": "1.0.51",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.267239+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.404574+00:00"
    },
    {
      "slug": "pypi-lancedb",
      "name": "lancedb",
      "description": "lancedb",
      "website": "https://pypi.org/project/lancedb/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "lancedb"
        ]
      },
      "tags": [
        "data-format",
        "data-science",
        "machine-learning",
        "arrow",
        "data-analytics"
      ],
      "_version": "0.30.2",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.318053+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.447937+00:00"
    },
    {
      "slug": "pypi-langchain",
      "name": "langchain",
      "description": "Building applications with LLMs through composability",
      "website": "https://pypi.org/project/langchain/",
      "github_url": "https://github.com/langchain-ai/langchain",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "langchain"
        ]
      },
      "tags": [],
      "_version": "1.3.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.385310+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.515781+00:00"
    },
    {
      "slug": "pypi-langchain-mcp-adapters",
      "name": "langchain-mcp-adapters",
      "description": "Make Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.",
      "website": "https://pypi.org/project/langchain-mcp-adapters/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "langchain-mcp-adapters"
        ]
      },
      "tags": [],
      "_version": "0.2.2",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.418255+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.553313+00:00"
    },
    {
      "slug": "pypi-langfuse",
      "name": "langfuse",
      "description": "A client library for accessing langfuse",
      "website": "https://pypi.org/project/langfuse/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "langfuse"
        ]
      },
      "tags": [],
      "_version": "4.6.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.494463+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.602244+00:00"
    },
    {
      "slug": "pypi-langsmith",
      "name": "langsmith",
      "description": "Client library to connect to the LangSmith Observability and Evaluation Platform.",
      "website": "https://pypi.org/project/langsmith/",
      "github_url": "https://github.com/langchain-ai/langsmith-sdk",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "langsmith"
        ]
      },
      "tags": [
        "evaluation",
        "langchain",
        "langsmith",
        "language",
        "llm",
        "nlp",
        "platform",
        "tracing"
      ],
      "_version": "0.8.5",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.565904+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.664596+00:00"
    },
    {
      "slug": "pypi-linkguard-mcp",
      "name": "linkguard-mcp",
      "description": "MCP server that gives Claude Desktop / Claude Code access to LinkGuard backlink-analysis tools.",
      "website": "https://pypi.org/project/linkguard-mcp/",
      "github_url": null,
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "linkguard-mcp"
        ]
      },
      "tags": [
        "mcp",
        "backlink",
        "seo",
        "linkguard",
        "redirect"
      ],
      "_version": "0.1.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.593687+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.696819+00:00"
    },
    {
      "slug": "pypi-litellm",
      "name": "litellm",
      "description": "Library to easily interface with LLM API providers",
      "website": "https://pypi.org/project/litellm/",
      "github_url": "https://github.com/BerriAI/litellm",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "litellm"
        ]
      },
      "tags": [],
      "_version": "1.86.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.772258+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.832851+00:00"
    },
    {
      "slug": "pypi-llama-index",
      "name": "llama-index",
      "description": "Interface between LLMs and your data",
      "website": "https://pypi.org/project/llama-index/",
      "github_url": "https://github.com/run-llama/llama_index",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "llama-index"
        ]
      },
      "tags": [
        "LLM",
        "NLP",
        "RAG",
        "data",
        "devtools",
        "index",
        "retrieval"
      ],
      "_version": "0.14.22",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.845875+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.895641+00:00"
    },
    {
      "slug": "pypi-machins",
      "name": "machins",
      "description": "Python SDK & CLI for the machins autonomous agent marketplace",
      "website": "https://pypi.org/project/machins/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "machins"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.871963+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.929077+00:00"
    },
    {
      "slug": "pypi-mcp",
      "name": "mcp",
      "description": "Model Context Protocol SDK",
      "website": "https://pypi.org/project/mcp/",
      "github_url": "https://github.com/modelcontextprotocol/python-sdk",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp"
        ]
      },
      "tags": [
        "automation",
        "git",
        "llm",
        "mcp"
      ],
      "_version": "1.27.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.901903+00:00",
      "_last_seen_at": "2026-05-25T13:59:23.963845+00:00"
    },
    {
      "slug": "pypi-mcp-agent",
      "name": "mcp-agent",
      "description": "Build effective agents with Model Context Protocol (MCP) using simple, composable patterns.",
      "website": "https://pypi.org/project/mcp-agent/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-agent"
        ]
      },
      "tags": [],
      "_version": "0.2.6",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.939611+00:00",
      "_last_seen_at": "2026-05-25T13:59:24.004738+00:00"
    },
    {
      "slug": "pypi-mcp-cli",
      "name": "mcp-cli",
      "description": "A cli for the Model Context Provider",
      "website": "https://pypi.org/project/mcp-cli/",
      "github_url": null,
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-cli"
        ]
      },
      "tags": [
        "llm",
        "openai",
        "claude",
        "mcp",
        "cli"
      ],
      "_version": "0.19",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:55.982046+00:00",
      "_last_seen_at": "2026-05-25T13:59:24.044921+00:00"
    },
    {
      "slug": "pypi-mcp-client",
      "name": "mcp-client",
      "description": "Add your description here",
      "website": "https://pypi.org/project/mcp-client/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-client"
        ]
      },
      "tags": [],
      "_version": "0.0.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:56.013293+00:00",
      "_last_seen_at": "2026-05-25T13:59:24.077044+00:00"
    },
    {
      "slug": "pypi-mcp-server-aws-kb-retrieval",
      "name": "mcp-server-aws-kb-retrieval",
      "description": "This package is reserved.",
      "website": "https://pypi.org/project/mcp-server-aws-kb-retrieval/",
      "github_url": null,
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-server-aws-kb-retrieval"
        ]
      },
      "tags": [],
      "_version": "0.0.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:56.041000+00:00",
      "_last_seen_at": "2026-05-25T13:59:24.108331+00:00"
    },
    {
      "slug": "pypi-mcp-server-fetch",
      "name": "mcp-server-fetch",
      "description": "A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs",
      "website": "https://pypi.org/project/mcp-server-fetch/",
      "github_url": null,
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-server-fetch"
        ]
      },
      "tags": [
        "automation",
        "http",
        "llm",
        "mcp"
      ],
      "_version": "2025.4.7",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:56.267000+00:00",
      "_last_seen_at": "2026-05-25T13:59:24.332800+00:00"
    },
    {
      "slug": "pypi-mcp-server-git",
      "name": "mcp-server-git",
      "description": "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs",
      "website": "https://pypi.org/project/mcp-server-git/",
      "github_url": null,
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-server-git"
        ]
      },
      "tags": [
        "automation",
        "git",
        "llm",
        "mcp"
      ],
      "_version": "2026.1.14",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:56.296382+00:00",
      "_last_seen_at": "2026-05-25T13:59:24.366122+00:00"
    },
    {
      "slug": "pypi-mcp-server-memory",
      "name": "mcp-server-memory",
      "description": "This package is reserved.",
      "website": "https://pypi.org/project/mcp-server-memory/",
      "github_url": null,
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-server-memory"
        ]
      },
      "tags": [],
      "_version": "0.0.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:56.534754+00:00",
      "_last_seen_at": "2026-05-25T13:59:24.615740+00:00"
    },
    {
      "slug": "pypi-mcp-server-postgres",
      "name": "mcp-server-postgres",
      "description": "Add your description here",
      "website": "https://pypi.org/project/mcp-server-postgres/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-server-postgres"
        ]
      },
      "tags": [],
      "_version": "0.1.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:56.568818+00:00",
      "_last_seen_at": "2026-05-25T13:59:24.644397+00:00"
    },
    {
      "slug": "pypi-mcp-server-sqlite",
      "name": "mcp-server-sqlite",
      "description": "A simple SQLite MCP server",
      "website": "https://pypi.org/project/mcp-server-sqlite/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-server-sqlite"
        ]
      },
      "tags": [],
      "_version": "2025.4.25",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:56.988272+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.042997+00:00"
    },
    {
      "slug": "pypi-mcp-server-time",
      "name": "mcp-server-time",
      "description": "A Model Context Protocol server providing tools for time queries and timezone conversions for LLMs",
      "website": "https://pypi.org/project/mcp-server-time/",
      "github_url": null,
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcp-server-time"
        ]
      },
      "tags": [
        "llm",
        "mcp",
        "time",
        "timezone"
      ],
      "_version": "2026.1.26",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.018094+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.072564+00:00"
    },
    {
      "slug": "pypi-mcpcap",
      "name": "mcpcap",
      "description": "A modular Python MCP Server for analyzing PCAP files",
      "website": "https://pypi.org/project/mcpcap/",
      "github_url": "https://github.com/mcpcap/mcpcap",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "mcpcap"
        ]
      },
      "tags": [
        "pcap",
        "network",
        "analysis",
        "mcp",
        "dns"
      ],
      "_version": "0.9.6",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.051474+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.105291+00:00"
    },
    {
      "slug": "pypi-modal",
      "name": "modal",
      "description": "Python client library for Modal",
      "website": "https://pypi.org/project/modal/",
      "github_url": "https://github.com/modal-labs/modal-client",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "modal"
        ]
      },
      "tags": [
        "modal",
        "client",
        "cloud",
        "serverless",
        "infrastructure"
      ],
      "_version": "1.4.3",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.211229+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.224249+00:00"
    },
    {
      "slug": "pypi-nexustoken-sdk",
      "name": "nexustoken-sdk",
      "description": "Python SDK + MCP server for NexusToken \u2014 an agent-to-agent capability network",
      "website": "https://pypi.org/project/nexustoken-sdk/",
      "github_url": "https://github.com/bobuilds/nexustoken-sdk",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "nexustoken-sdk"
        ]
      },
      "tags": [
        "ai-agents",
        "mcp",
        "llm",
        "structured-output",
        "claude",
        "cursor",
        "json-extraction",
        "agent-network"
      ],
      "_version": "0.6.6",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.246002+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.254993+00:00"
    },
    {
      "slug": "pypi-nginx-proxy-manager-mcp-full",
      "name": "nginx-proxy-manager-mcp-full",
      "description": "MCP server for Nginx Proxy Manager \u2014 43 tools for proxy hosts, redirections, streams, dead hosts, certificates, access lists, and users",
      "website": "https://pypi.org/project/nginx-proxy-manager-mcp-full/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "nginx-proxy-manager-mcp-full"
        ]
      },
      "tags": [
        "mcp",
        "nginx-proxy-manager",
        "npm",
        "reverse-proxy"
      ],
      "_version": "0.1.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.279762+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.282838+00:00"
    },
    {
      "slug": "pypi-nudg3-mcp",
      "name": "nudg3-mcp",
      "description": "MCP server for Nudg3 brand visibility intelligence \u2014 query your AI search visibility from Claude, Cursor, or any MCP client",
      "website": "https://pypi.org/project/nudg3-mcp/",
      "github_url": "https://github.com/NUDG3-AI/nudg3-mcp",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "nudg3-mcp"
        ]
      },
      "tags": [
        "ai-search",
        "brand-visibility",
        "geo",
        "llm-analytics",
        "mcp",
        "nudg3"
      ],
      "_version": "1.0.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.313103+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.316258+00:00"
    },
    {
      "slug": "pypi-pinecone-client",
      "name": "pinecone-client",
      "description": "Pinecone client (DEPRECATED)",
      "website": "https://pypi.org/project/pinecone-client/",
      "github_url": null,
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "pinecone-client"
        ]
      },
      "tags": [
        "Pinecone",
        "vector",
        "database",
        "cloud"
      ],
      "_version": "6.0.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.357107+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.351810+00:00"
    },
    {
      "slug": "pypi-portkey-ai",
      "name": "portkey-ai",
      "description": "Python client library for the Portkey API",
      "website": "https://pypi.org/project/portkey-ai/",
      "github_url": "https://github.com/Portkey-AI/portkey-python-sdk",
      "pricing": "free",
      "license": "MIT License",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "portkey-ai"
        ]
      },
      "tags": [],
      "_version": "2.3.1",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.403830+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.387532+00:00"
    },
    {
      "slug": "pypi-promptguard-mcp-server",
      "name": "promptguard-mcp-server",
      "description": "PromptGuard MCP server \u2014 scan prompts, redact PII, and audit LLM SDK usage from any MCP client",
      "website": "https://pypi.org/project/promptguard-mcp-server/",
      "github_url": "https://github.com/acebot712/promptguard",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "promptguard-mcp-server"
        ]
      },
      "tags": [
        "llm",
        "mcp",
        "pii",
        "prompt-injection",
        "promptguard",
        "security"
      ],
      "_version": "1.0.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.430268+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.420432+00:00"
    },
    {
      "slug": "pypi-pyautogen",
      "name": "pyautogen",
      "description": "A programming framework for agentic AI. Proxy package for autogen-agentchat.",
      "website": "https://pypi.org/project/pyautogen/",
      "github_url": null,
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "pyautogen"
        ]
      },
      "tags": [],
      "_version": "0.10.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.472824+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.455891+00:00"
    },
    {
      "slug": "pypi-pydantic-ai",
      "name": "pydantic-ai",
      "description": "Agent Framework / shim to use Pydantic with LLMs",
      "website": "https://pypi.org/project/pydantic-ai/",
      "github_url": "https://github.com/pydantic/pydantic-ai",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "pydantic-ai"
        ]
      },
      "tags": [],
      "_version": "1.102.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.535019+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.515290+00:00"
    },
    {
      "slug": "pypi-roxels-mcp",
      "name": "roxels-mcp",
      "description": "MCP server for Roxels. Let AI agents control Roxels directly: set up end-to-end AI voice conversations \u2014 webhooks, data sources, app embeds, structured-result extraction \u2014 and define each conversation's goals. Use Roxels to onboard new customers to your product or gather insights from users by letting them speak or share their screen.",
      "website": "https://pypi.org/project/roxels-mcp/",
      "github_url": "https://github.com/trebu-org/interviewer",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "roxels-mcp"
        ]
      },
      "tags": [
        "ai",
        "interviews",
        "mcp",
        "model-context-protocol",
        "onboarding",
        "roxels"
      ],
      "_version": "0.26.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.569213+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.547731+00:00"
    },
    {
      "slug": "pypi-sac-sdk",
      "name": "sac-sdk",
      "description": "Software as Content \u2014 Conversations that produce evolving software. An open-source Python SDK that gives any agent the ability to generate and evolve interactive apps through conversation.",
      "website": "https://pypi.org/project/sac-sdk/",
      "github_url": "https://github.com/dynsoft-lab/software-as-content-sdk",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "sac-sdk"
        ]
      },
      "tags": [
        "agent",
        "dynamic-software",
        "genui",
        "human-agent-interaction",
        "sac",
        "software-as-content",
        "ui-generation"
      ],
      "_version": "0.1.2",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.599157+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.580270+00:00"
    },
    {
      "slug": "pypi-weaviate-client",
      "name": "weaviate-client",
      "description": "A python native Weaviate client",
      "website": "https://pypi.org/project/weaviate-client/",
      "github_url": "https://github.com/weaviate/weaviate-python-client",
      "pricing": "free",
      "license": "BSD 3-clause",
      "mcp_support": false,
      "claude_code_integration": "direct",
      "install_type": "mcp_pip",
      "install_config": {
        "command": "uvx",
        "args": [
          "weaviate-client"
        ]
      },
      "tags": [],
      "_version": "4.21.0",
      "_sources": [
        "pypi"
      ],
      "_discovered_at": "2026-05-25T13:09:57.639737+00:00",
      "_last_seen_at": "2026-05-25T13:59:25.631797+00:00"
    },
    {
      "slug": "npm-mokei-mcp-fetch",
      "name": "@mokei/mcp-fetch",
      "description": "Fetch MCP server",
      "website": "https://www.npmjs.com/package/@mokei/mcp-fetch",
      "github_url": "https://github.com/TairuFramework/mokei",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@mokei/mcp-fetch"
        ]
      },
      "tags": [
        "model",
        "context",
        "protocol",
        "mcp",
        "server",
        "llm",
        "ai",
        "fetch"
      ],
      "_version": "0.6.1",
      "_publisher": "paul_lecam",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:38:01.927606+00:00",
      "_last_seen_at": "2026-05-25T13:59:18.771235+00:00"
    },
    {
      "slug": "gh-lichamnesia-openseek",
      "name": "openseek",
      "description": "OpenSeek - \u5e7f\u5ea6\u6c42\u7d22: open-source TUI coding agent with multi-provider routing, MCP, LSP, and Plan/Agent/YOLO modes.",
      "website": "https://openseek.dev/",
      "github_url": "https://github.com/LichAmnesia/openseek",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "external_link",
      "install_config": {
        "url": "https://github.com/LichAmnesia/openseek"
      },
      "tags": [
        "ai-agent",
        "bun",
        "cli",
        "coding-agent",
        "lsp",
        "mcp",
        "tui",
        "typescript"
      ],
      "_stars": 213,
      "_language": "TypeScript",
      "_full_name": "LichAmnesia/openseek",
      "_sources": [
        "github-mcp-topic"
      ],
      "_discovered_at": "2026-05-25T13:54:21.799457+00:00",
      "_last_seen_at": "2026-05-25T13:59:14.138772+00:00"
    },
    {
      "slug": "npm-ashokpokharel977-mcp-server-gsuite",
      "name": "@ashokpokharel977/mcp-server-gsuite",
      "description": "MCP server for interacting with Google Drive, Sheets, and Docs",
      "website": "https://www.npmjs.com/package/@ashokpokharel977/mcp-server-gsuite",
      "github_url": "git+https://github.com/ashokpokharel977/mcp-gsuite.git",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": true,
      "claude_code_integration": "direct",
      "install_type": "mcp_npm",
      "install_config": {
        "command": "npx",
        "args": [
          "-y",
          "@ashokpokharel977/mcp-server-gsuite"
        ]
      },
      "tags": [
        "mcp",
        "google",
        "drive",
        "docs",
        "sheets",
        "api",
        "typescript"
      ],
      "_version": "0.0.4",
      "_publisher": "ashokpokharel977",
      "_sources": [
        "npm"
      ],
      "_discovered_at": "2026-05-25T13:54:24.046770+00:00",
      "_last_seen_at": "2026-05-25T13:59:16.249914+00:00"
    }
  ],
  "rules-library": [
    {
      "slug": "gh-jnmetacode-agency-agents-zh",
      "name": "agency-agents-zh",
      "description": "\ud83c\udfad 211 \u4e2a\u5373\u63d2\u5373\u7528\u7684 AI \u4e13\u5bb6\u89d2\u8272 \u2014 \u652f\u6301 Hermes Agent/Claude Code/Cursor/Copilot \u7b49 16 \u79cd\u5de5\u5177\uff0c\u8986\u76d6\u5de5\u7a0b/\u8bbe\u8ba1/\u8425\u9500/\u91d1\u878d\u7b49 18 \u4e2a\u90e8\u95e8\u3002\u542b 46 \u4e2a\u4e2d\u56fd\u5e02\u573a\u539f\u521b\u667a\u80fd\u4f53\uff08\u5c0f\u7ea2\u4e66/\u6296\u97f3/\u5fae\u4fe1/\u98de\u4e66/\u9489\u9489\u7b49\uff09",
      "website": "https://github.com/jnMetaCode/agency-orchestrator",
      "github_url": "https://github.com/jnMetaCode/agency-agents-zh",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/jnMetaCode/agency-agents-zh"
      },
      "tags": [
        "agency-orchestrator",
        "agent-definitions",
        "ai-agents",
        "ai-roles",
        "chinese",
        "claude",
        "claude-code",
        "copilot-agent"
      ],
      "_stars": 12888,
      "_language": "Shell",
      "_full_name": "jnMetaCode/agency-agents-zh",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.375542+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.298421+00:00"
    },
    {
      "slug": "gh-flyeric0212-cursor-rules",
      "name": "cursor-rules",
      "description": "\u6574\u7406\u548c\u6536\u96c6\u6765\u81ea\u4e0d\u540c\u9879\u76ee\u7684Cursor\u89c4\u5219\u6587\u4ef6\uff0c\u63d0\u4f9b\u591a\u79cd\u7f16\u7a0b\u8bed\u8a00\u548c\u6846\u67b6\u7684\u89c4\u5219\u652f\u6301\u3002",
      "website": "https://github.com/flyeric0212/cursor-rules",
      "github_url": "https://github.com/flyeric0212/cursor-rules",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/flyeric0212/cursor-rules"
      },
      "tags": [
        "cursor",
        "cursor-rules"
      ],
      "_stars": 1838,
      "_language": null,
      "_full_name": "flyeric0212/cursor-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.377497+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.301145+00:00"
    },
    {
      "slug": "gh-ciembor-agent-rules-books",
      "name": "agent-rules-books",
      "description": "AGENTS.md rules / skills for AI coding agents: Codex, Cursor & Claude Code. Inspired by Clean Code, Refactoring, DDD, Clean Architecture and DDIA programming books.",
      "website": "https://ciembor.github.io/agent-rules-books/",
      "github_url": "https://github.com/ciembor/agent-rules-books",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/ciembor/agent-rules-books"
      },
      "tags": [
        "agent-rules",
        "agent-skills",
        "agents-md",
        "ai-agent",
        "ai-skills",
        "claude-code",
        "claude-code-skills",
        "code-quality"
      ],
      "_stars": 1593,
      "_language": null,
      "_full_name": "ciembor/agent-rules-books",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.380910+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.305416+00:00"
    },
    {
      "slug": "gh-devtoolsd-awesome-devtools",
      "name": "awesome-devtools",
      "description": "A curated list of awesome developer tools and services \u2014 from cloud platforms and IDEs to AI-powered coding assistants and productivity utilities.",
      "website": "https://github.com/devtoolsd/awesome-devtools",
      "github_url": "https://github.com/devtoolsd/awesome-devtools",
      "pricing": "free",
      "license": "Unlicense",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/devtoolsd/awesome-devtools"
      },
      "tags": [
        "alternatives",
        "antigravity",
        "awesome",
        "awesome-devtools",
        "awesome-lists",
        "cursor",
        "cursor-ai",
        "cursor-rules"
      ],
      "_stars": 660,
      "_language": null,
      "_full_name": "devtoolsd/awesome-devtools",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.384168+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.308378+00:00"
    },
    {
      "slug": "gh-hoangnguyen0403-agent-skills-standard",
      "name": "agent-skills-standard",
      "description": "A collection of Agent Skills Standard and Best Practice for Programming Languages, Frameworks that help our AI Agent follow best practies on frameworks and programming laguages",
      "website": "https://www.npmjs.com/package/agent-skills-standard",
      "github_url": "https://github.com/HoangNguyen0403/agent-skills-standard",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/HoangNguyen0403/agent-skills-standard"
      },
      "tags": [
        "agent-",
        "agentic-ai",
        "android",
        "angular",
        "best-practices",
        "coding-standards",
        "cursor-rules",
        "flutter"
      ],
      "_stars": 498,
      "_language": "TypeScript",
      "_full_name": "HoangNguyen0403/agent-skills-standard",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.386648+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.312199+00:00"
    },
    {
      "slug": "gh-matank001-cursor-security-rules",
      "name": "cursor-security-rules",
      "description": "This repository contains Cursor Security Rules designed to improve the security of both development workflows and AI agent usage within the Cursor environment. These rules aim to enforce safe coding practices, control sensitive operations, and reduce risk in AI-assisted development.",
      "website": "https://github.com/matank001/cursor-security-rules",
      "github_url": "https://github.com/matank001/cursor-security-rules",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/matank001/cursor-security-rules"
      },
      "tags": [
        "agent-security",
        "agents",
        "ai",
        "aiagents",
        "cursor",
        "cursor-rules",
        "cursor-security",
        "cursorrules"
      ],
      "_stars": 369,
      "_language": null,
      "_full_name": "matank001/cursor-security-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.389263+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.316369+00:00"
    },
    {
      "slug": "gh-mbeijen-andrej-karpathy-skills-cursor-vscode",
      "name": "andrej-karpathy-skills-cursor-vscode",
      "description": "Andrej Karpathy skills for your Cursor or VS Code editor",
      "website": "https://tildeweb.nl/~michiel/65-lines-of-markdown-a-claude-code-sensation.html",
      "github_url": "https://github.com/mbeijen/andrej-karpathy-skills-cursor-vscode",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/mbeijen/andrej-karpathy-skills-cursor-vscode"
      },
      "tags": [
        "ai",
        "cursor-ide",
        "cursor-rules",
        "vscode-extension"
      ],
      "_stars": 248,
      "_language": "TypeScript",
      "_full_name": "mbeijen/andrej-karpathy-skills-cursor-vscode",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.392203+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.318165+00:00"
    },
    {
      "slug": "gh-aaronontheweb-dotnet-cursor-rules",
      "name": "dotnet-cursor-rules",
      "description": ".mdc files for defining Cursor rules specific to .NET projects",
      "website": "https://github.com/Aaronontheweb/dotnet-cursor-rules",
      "github_url": "https://github.com/Aaronontheweb/dotnet-cursor-rules",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/Aaronontheweb/dotnet-cursor-rules"
      },
      "tags": [
        "cursor",
        "cursor-ai",
        "cursor-ai-editor",
        "cursor-rules"
      ],
      "_stars": 129,
      "_language": null,
      "_full_name": "Aaronontheweb/dotnet-cursor-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.394311+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.321874+00:00"
    },
    {
      "slug": "gh-madebyaris-advance-minimax-m2-cursor-rules",
      "name": "advance-minimax-m2-cursor-rules",
      "description": "Agentic-first Cursor Rules powered by MiniMax M2 \u2014 clarify-first prompting, interleaved thinking, and full tool orchestration for production-ready AI coding",
      "website": "https://github.com/madebyaris/advance-minimax-m2-cursor-rules",
      "github_url": "https://github.com/madebyaris/advance-minimax-m2-cursor-rules",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/madebyaris/advance-minimax-m2-cursor-rules"
      },
      "tags": [
        "agentic-ai",
        "ai-coding",
        "ai-workflow",
        "code-generation",
        "cursor",
        "cursor-ide",
        "cursor-rules",
        "developer-tools"
      ],
      "_stars": 114,
      "_language": "JavaScript",
      "_full_name": "madebyaris/advance-minimax-m2-cursor-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.397771+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.324387+00:00"
    },
    {
      "slug": "gh-mark393295827-third-brain-v5-skills",
      "name": "third-brain-v5-skills",
      "description": "claude-skills",
      "website": "https://github.com/Mark393295827/third-brain-v5-skills/tree/master",
      "github_url": "https://github.com/Mark393295827/third-brain-v5-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/Mark393295827/third-brain-v5-skills"
      },
      "tags": [
        "agentic",
        "ai-agents",
        "claude-skills",
        "cursor-rules",
        "knowledge-management",
        "obsidian",
        "second-brain",
        "third-brain-v5-skills"
      ],
      "_stars": 100,
      "_language": "HTML",
      "_full_name": "Mark393295827/third-brain-v5-skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.400851+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.328413+00:00"
    },
    {
      "slug": "gh-virastack-nextjs-boilerplate",
      "name": "nextjs-boilerplate",
      "description": "Production-ready Next.js 16+ starter template built with Tailwind CSS 4 and TypeScript.",
      "website": "https://www.virastack.com/en/nextjs-boilerplate/",
      "github_url": "https://github.com/virastack/nextjs-boilerplate",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/virastack/nextjs-boilerplate"
      },
      "tags": [
        "clean-architecture",
        "cursor-rules",
        "nextjs",
        "nextjs-boilerplate",
        "nextjs-starter",
        "react",
        "react-boilerplate",
        "tanstack-query"
      ],
      "_stars": 97,
      "_language": "TypeScript",
      "_full_name": "virastack/nextjs-boilerplate",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.403890+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.332598+00:00"
    },
    {
      "slug": "gh-ivangrynenko-cursorrules",
      "name": "cursorrules",
      "description": "A set of cursor rules for Cursor AI IDE that support PHP, Python, JavaScript and Drupal-specific rules",
      "website": "https://github.com/ivangrynenko/cursorrules",
      "github_url": "https://github.com/ivangrynenko/cursorrules",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/ivangrynenko/cursorrules"
      },
      "tags": [
        "coding-best-practices",
        "cursor-rules",
        "cursorrules",
        "drupal",
        "drupal-coding-standards",
        "javascript-coding-standards",
        "php-coding-standards",
        "python-coding-standards"
      ],
      "_stars": 82,
      "_language": "Shell",
      "_full_name": "ivangrynenko/cursorrules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.406974+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.334543+00:00"
    },
    {
      "slug": "gh-blefnk-awesome-cursor-rules",
      "name": "awesome-cursor-rules",
      "description": "\u2747\ufe0f neatly composed rules for ai ides like cursor, windsurf, vscode microsoft github copilot, reliverse ai, etc. optimized for modern frontend development with next.js 15, react 19, typescript 5, tailwind 4, shadcn/ui, drizzle orm, better auth, polar, tanstack form, react query, etc.",
      "website": "https://github.com/sponsors/blefnk",
      "github_url": "https://github.com/blefnk/awesome-cursor-rules",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/blefnk/awesome-cursor-rules"
      },
      "tags": [
        "better-auth",
        "blefnk",
        "copilot",
        "cursor",
        "cursor-rules",
        "cursorrules",
        "drizzle-orm",
        "nextjs"
      ],
      "_stars": 81,
      "_language": null,
      "_full_name": "blefnk/awesome-cursor-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.409715+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.338749+00:00"
    },
    {
      "slug": "gh-hugorcd-nuxt-ui-rules",
      "name": "nuxt-ui-rules",
      "description": "Comprehensive guidelines for AI assistants working with Nuxt UI v3. Prevents common v2\u2192v3 migration errors and provides best practices for modern Nuxt UI development.",
      "website": "https://github.com/HugoRCD/nuxt-ui-rules",
      "github_url": "https://github.com/HugoRCD/nuxt-ui-rules",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/HugoRCD/nuxt-ui-rules"
      },
      "tags": [
        "best-practices",
        "claude",
        "cursor",
        "cursor-rules",
        "guidelines",
        "nuxt-ui",
        "rules"
      ],
      "_stars": 61,
      "_language": null,
      "_full_name": "HugoRCD/nuxt-ui-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.412439+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.345386+00:00"
    },
    {
      "slug": "gh-salesforceairesearch-agentforce-adlc",
      "name": "agentforce-adlc",
      "description": "Agent Development Life Cycle \u2014 Build, deploy, test, and optimize Agentforce agents using Claude Code skills and Agent Script DSL.",
      "website": "https://github.com/SalesforceAIResearch/agentforce-adlc",
      "github_url": "https://github.com/SalesforceAIResearch/agentforce-adlc",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/SalesforceAIResearch/agentforce-adlc"
      },
      "tags": [
        "agentforce",
        "claude-skill",
        "cursor-rules"
      ],
      "_stars": 60,
      "_language": "Python",
      "_full_name": "SalesforceAIResearch/agentforce-adlc",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.415734+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.350357+00:00"
    },
    {
      "slug": "gh-chihebnabil-lovable-boilerplate",
      "name": "lovable-boilerplate",
      "description": "A Lovable-inspired React boilerplate that brings no-code AI UI generation into clean code. Fully open, customizable, and structured to work seamlessly with GitHub Copilot",
      "website": "https://nextlovable.com/boilerplate",
      "github_url": "https://github.com/chihebnabil/lovable-boilerplate",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/chihebnabil/lovable-boilerplate"
      },
      "tags": [
        "boilerplate",
        "copilot",
        "copilot-enabled",
        "cursor-rules",
        "lovable",
        "lovable-dev",
        "react",
        "react-boilerplate"
      ],
      "_stars": 58,
      "_language": "TypeScript",
      "_full_name": "chihebnabil/lovable-boilerplate",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.418640+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.354442+00:00"
    },
    {
      "slug": "gh-devallibus-shiplog",
      "name": "shiplog",
      "description": "SUPERCHARGE AI-assisted development by using Git. Cross-model review gates, evidence-linked closure, verification profiles, model-tier routing, artifact envelopes, and provenance signing \u2014 all from a single skill for Claude Code, Codex, and Cursor.",
      "website": "https://github.com/devallibus/shiplog",
      "github_url": "https://github.com/devallibus/shiplog",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/devallibus/shiplog"
      },
      "tags": [
        "ai-agent-skill",
        "ai-coding",
        "claude",
        "claude-code",
        "claude-skill",
        "claudecode",
        "claudeskills",
        "code-review"
      ],
      "_stars": 52,
      "_language": null,
      "_full_name": "devallibus/shiplog",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.422849+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.360858+00:00"
    },
    {
      "slug": "gh-skenetechnologies-skene-cookbook",
      "name": "skene-cookbook",
      "description": "700+ AI skills for Claude and Cursor \u2014 PLG, marketing, security, DevEx, and more. One command to install.",
      "website": "https://github.com/SkeneTechnologies/skene-cookbook",
      "github_url": "https://github.com/SkeneTechnologies/skene-cookbook",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/SkeneTechnologies/skene-cookbook"
      },
      "tags": [
        "ai",
        "ai-skills",
        "anthropic",
        "automation",
        "claude",
        "cursor",
        "cursor-rules",
        "devex"
      ],
      "_stars": 50,
      "_language": "Python",
      "_full_name": "SkeneTechnologies/skene-cookbook",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.426515+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.366559+00:00"
    },
    {
      "slug": "gh-aiurda-devcontext",
      "name": "devcontext",
      "description": "DevContext is a cutting-edge Model Context Protocol (MCP) server designed to provide developers with continuous, project-centric context awareness. Unlike traditional context systems, DevContext continuously learns from and adapts to your development patterns and delivers highly relevant context providing a deeper understanding of your codebase.",
      "website": "https://github.com/aiurda/devcontext",
      "github_url": "https://github.com/aiurda/devcontext",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/aiurda/devcontext"
      },
      "tags": [
        "agent-memory",
        "agent-toolkit",
        "agent-tools",
        "agentic-ai",
        "agentic-memory",
        "context-aware",
        "cursor",
        "cursor-ai"
      ],
      "_stars": 45,
      "_language": "HTML",
      "_full_name": "aiurda/devcontext",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.430288+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.372301+00:00"
    },
    {
      "slug": "gh-mohamedabdallah-14-unslop",
      "name": "unslop",
      "description": "Make AI output sound human. Strips AI-isms (sycophancy, stock vocab, hedging stacks, em-dash pileups), preserves code/URLs/headings. Plugin for Claude Code, Cursor, Windsurf, Codex, Cline, Copilot, Gemini.",
      "website": "https://mohamedabdallah-14.github.io/unslop/",
      "github_url": "https://github.com/MohamedAbdallah-14/unslop",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/MohamedAbdallah-14/unslop"
      },
      "tags": [
        "ai-detection",
        "ai-plugin",
        "ai-writing",
        "anti-slop",
        "claude-code",
        "claude-code-plugin",
        "cline-rules",
        "content-quality"
      ],
      "_stars": 44,
      "_language": "Python",
      "_full_name": "MohamedAbdallah-14/unslop",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.434216+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.379990+00:00"
    },
    {
      "slug": "gh-andreratzenberger-cursor-rules",
      "name": "cursor-rules",
      "description": "My personal cursor rules. Requirements Engineering. Auto Commits. Auto everything.",
      "website": "https://github.com/AndreRatzenberger/cursor-rules",
      "github_url": "https://github.com/AndreRatzenberger/cursor-rules",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/AndreRatzenberger/cursor-rules"
      },
      "tags": [
        "ai",
        "cursor",
        "cursor-rules",
        "ide"
      ],
      "_stars": 42,
      "_language": null,
      "_full_name": "AndreRatzenberger/cursor-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.437526+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.386083+00:00"
    },
    {
      "slug": "gh-matlab-rules",
      "name": "rules",
      "description": "A collection of MATLAB coding rules and guidelines optimized for use with AI coding assistants like Cursor, Windsurf, Claude Code, and GitHub Copilot",
      "website": "https://www.mathworks.com/matlabcentral/discussions/ai",
      "github_url": "https://github.com/matlab/rules",
      "pricing": "free",
      "license": "cc-by-4.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/matlab/rules"
      },
      "tags": [
        "ai-coding-rules",
        "claude-code",
        "cline-rules",
        "cursor-rules",
        "matlab",
        "matlab-rules",
        "windsurf-rules"
      ],
      "_stars": 39,
      "_language": null,
      "_full_name": "matlab/rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.440773+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.392326+00:00"
    },
    {
      "slug": "gh-adriannoes-awesome-vibe-coding",
      "name": "awesome-vibe-coding",
      "description": "Curated collection of AI-assisted development resources: 75 Cursor & Claude Code skills, 123 ML notebooks, 31 research papers, 14 industry reports for Product Managers, Designers and Devs.",
      "website": "https://github.com/adriannoes/awesome-vibe-coding",
      "github_url": "https://github.com/adriannoes/awesome-vibe-coding",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/adriannoes/awesome-vibe-coding"
      },
      "tags": [
        "agentic-ai",
        "ai",
        "ai-agents",
        "ai-coding",
        "ai-tools",
        "awesome-list",
        "claude-code",
        "claude-skills"
      ],
      "_stars": 36,
      "_language": "Jupyter Notebook",
      "_full_name": "adriannoes/awesome-vibe-coding",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.442929+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.397484+00:00"
    },
    {
      "slug": "gh-miguelaxcar-ai-rpi-protocol",
      "name": "ai-rpi-protocol",
      "description": "Repo-native protocol for AI-assisted coding that enforces a simple discipline: research first, plan second, code last. Drop it into any repository to reduce wrong implementations, cut rewrite cycles, and improve decisions earlier in the workflow. Works with Cursor, VS Code, Claude Code, and Windsurf across Claude, GPT, Gemini, Grok, and DeepSeek.",
      "website": "https://github.com/MiguelAxcar/ai-rpi-protocol",
      "github_url": "https://github.com/MiguelAxcar/ai-rpi-protocol",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/MiguelAxcar/ai-rpi-protocol"
      },
      "tags": [
        "agents",
        "agentsmd",
        "ai-agents",
        "ai-assistant",
        "ai-assisted-coding",
        "ai-coding-agent",
        "ai-coding-assistant",
        "ai-governance"
      ],
      "_stars": 34,
      "_language": null,
      "_full_name": "MiguelAxcar/ai-rpi-protocol",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.446697+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.405587+00:00"
    },
    {
      "slug": "gh-ajhcs-healthcare-agents",
      "name": "healthcare-agents",
      "description": "Portable prompt and SKILL.md pack with 51 specialist AI agents for US healthcare administration workflows.",
      "website": "https://github.com/ajhcs/healthcare-agents",
      "github_url": "https://github.com/ajhcs/healthcare-agents",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/ajhcs/healthcare-agents"
      },
      "tags": [
        "agents-md",
        "ai-agents",
        "ai-prompts",
        "claude-code",
        "copilot-instructions",
        "cursor-rules",
        "healthcare",
        "healthcare-administration"
      ],
      "_stars": 34,
      "_language": "Shell",
      "_full_name": "ajhcs/healthcare-agents",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.455249+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.412462+00:00"
    },
    {
      "slug": "gh-common-ka-ai-agent-unity-rules",
      "name": "ai-agent-unity-rules",
      "description": "\ud83c\udfae Production-ready AI rules for Unity 6.2+. Single Source of Truth for Cursor (.cursor) and Google Antigravity (.agent) with auto-sync workflow.",
      "website": "https://github.com/Common-ka/ai-agent-unity-rules",
      "github_url": "https://github.com/Common-ka/ai-agent-unity-rules",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/Common-ka/ai-agent-unity-rules"
      },
      "tags": [
        "ai-coding",
        "antigravity",
        "best-practices",
        "csharp",
        "cursor-ide",
        "cursor-rules",
        "gamedev",
        "google-antigravity"
      ],
      "_stars": 33,
      "_language": "Python",
      "_full_name": "Common-ka/ai-agent-unity-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.458191+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.419939+00:00"
    },
    {
      "slug": "gh-nedcodes-ok-cursorrules-collection",
      "name": "cursorrules-collection",
      "description": "110+ tested .mdc and .cursorrules files for Cursor AI. Validate with cursor-doctor, generate with rule-gen, convert with rule-porter.",
      "website": "https://nedcodes.dev",
      "github_url": "https://github.com/nedcodes-ok/cursorrules-collection",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/nedcodes-ok/cursorrules-collection"
      },
      "tags": [
        "ai-coding",
        "cursor",
        "cursor-ai",
        "cursor-rules",
        "cursorrules",
        "dotcursorrules",
        "mdc"
      ],
      "_stars": 31,
      "_language": "Shell",
      "_full_name": "nedcodes-ok/cursorrules-collection",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.461221+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.426622+00:00"
    },
    {
      "slug": "gh-golid-ai-golid",
      "name": "golid",
      "description": "Production-ready Go + SolidJS starter \u2014 Auth, 70+ components, SSR, real-time, one-command deployment",
      "website": "https://golid.ai",
      "github_url": "https://github.com/golid-ai/golid",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/golid-ai/golid"
      },
      "tags": [
        "cloud-run",
        "cursor-rules",
        "echo",
        "framework",
        "go",
        "golang",
        "postgresql",
        "solidjs"
      ],
      "_stars": 30,
      "_language": "TypeScript",
      "_full_name": "golid-ai/golid",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.464839+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.431616+00:00"
    },
    {
      "slug": "gh-jon-makinen-cursor-local-remote",
      "name": "cursor-local-remote",
      "description": "Like Claude Code remote but for Cursor",
      "website": "https://github.com/jon-makinen/cursor-local-remote",
      "github_url": "https://github.com/jon-makinen/cursor-local-remote",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/jon-makinen/cursor-local-remote"
      },
      "tags": [
        "cursor",
        "cursor-ai",
        "cursor-ide",
        "cursor-rules",
        "remote",
        "remote-access",
        "remote-control",
        "remote-desktop"
      ],
      "_stars": 29,
      "_language": "TypeScript",
      "_full_name": "jon-makinen/cursor-local-remote",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.468384+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.437804+00:00"
    },
    {
      "slug": "gh-ahacker-1-cre-agent-skills",
      "name": "cre-agent-skills",
      "description": "Commercial real estate AI agent skills for CRE underwriting, due diligence, financing, brokerage, legal and closing workflows - standalone prompts for Claude Code, ChatGPT, Cursor, and other LLMs.",
      "website": "https://www.theaiconsultingnetwork.com/",
      "github_url": "https://github.com/ahacker-1/cre-agent-skills",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/ahacker-1/cre-agent-skills"
      },
      "tags": [
        "ai-agents",
        "ai-skills",
        "ai-tools",
        "chatgpt-prompts",
        "claude-code",
        "claude-code-skills",
        "commercial-real-estate",
        "cre"
      ],
      "_stars": 28,
      "_language": null,
      "_full_name": "ahacker-1/cre-agent-skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.472651+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.444236+00:00"
    },
    {
      "slug": "gh-aiurda-cursor10x",
      "name": "cursor10x",
      "description": "Cursor10x is a comprehensive suite of tools that enhances the A.I. agent's capabilities within the Cursor IDE, providing persistent memory across sessions, standardized task management, and enforced best practices through cursor rules.",
      "website": "https://github.com/aiurda/cursor10x",
      "github_url": "https://github.com/aiurda/cursor10x",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/aiurda/cursor10x"
      },
      "tags": [
        "agent-memory",
        "agentic-ai",
        "agentic-memory",
        "cursor",
        "cursor-ai",
        "cursor-rules",
        "cursor-tasks",
        "cursorai"
      ],
      "_stars": 25,
      "_language": null,
      "_full_name": "aiurda/cursor10x",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.475884+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.449169+00:00"
    },
    {
      "slug": "gh-colchuck-ai-ai-resource-manager",
      "name": "ai-resource-manager",
      "description": "Package manager for AI rules and prompts with semantic versioning and automatic distribution to AI tools.",
      "website": "https://github.com/colchuck-ai/ai-resource-manager",
      "github_url": "https://github.com/colchuck-ai/ai-resource-manager",
      "pricing": "free",
      "license": "GPL-3.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/colchuck-ai/ai-resource-manager"
      },
      "tags": [
        "ai-assistant",
        "ai-tools",
        "automation",
        "cli-tool",
        "cursor-rules",
        "dependency-management",
        "developer-tools",
        "package-manager"
      ],
      "_stars": 23,
      "_language": "Go",
      "_full_name": "colchuck-ai/ai-resource-manager",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.479713+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.454213+00:00"
    },
    {
      "slug": "gh-haidrrrry-compose-kotlin-agent-skills",
      "name": "compose-kotlin-agent-skills",
      "description": "Jetpack Compose & Kotlin AI agent skills for Cursor, Claude Code, Codex, Gemini & 27+ agents. Strict MVI \u00b7 Kotlin 2.x K2 \u00b7 Compose 2026 \u00b7 CI-validated.",
      "website": "https://github.com/haidrrrry/compose-kotlin-agent-skills#readme",
      "github_url": "https://github.com/haidrrrry/compose-kotlin-agent-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/haidrrrry/compose-kotlin-agent-skills"
      },
      "tags": [
        "agents-md",
        "ai",
        "ai-agents",
        "android",
        "android-development",
        "claude-code",
        "coding-agent",
        "compose"
      ],
      "_stars": 23,
      "_language": "Markdown",
      "_full_name": "haidrrrry/compose-kotlin-agent-skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.484233+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.460688+00:00"
    },
    {
      "slug": "gh-girijashankarj-cursor-handbook",
      "name": "cursor-handbook",
      "description": "Open-source rules engine for Cursor IDE \u2014 110 rules, agents, skills, commands that give AI permanent memory of your standards. Demo: 30%+ token savings, blocks hardcoded secrets, type-check instead of 100K-token test runs, consistent code across team.",
      "website": "https://github.com/girijashankarj/cursor-handbook",
      "github_url": "https://github.com/girijashankarj/cursor-handbook",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/girijashankarj/cursor-handbook"
      },
      "tags": [
        "claude",
        "claude-ai",
        "claude-code",
        "cursor",
        "cursor-agents",
        "cursor-ai",
        "cursor-commands",
        "cursor-doc"
      ],
      "_stars": 22,
      "_language": "TypeScript",
      "_full_name": "girijashankarj/cursor-handbook",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.489075+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.465685+00:00"
    },
    {
      "slug": "gh-lessup-cursor-rules",
      "name": "cursor-rules",
      "description": "Archive-grade .mdc rule library for Cursor AI \u2014 26 production-ready rules for teams seeking stable, reusable AI coding guidance",
      "website": "https://lessup.github.io/cursor-rules/",
      "github_url": "https://github.com/LessUp/cursor-rules",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/LessUp/cursor-rules"
      },
      "tags": [
        "ai-assistant",
        "ai-coding",
        "best-practices",
        "code-review",
        "coding-standards",
        "cursor",
        "cursor-ai",
        "cursor-ide"
      ],
      "_stars": 20,
      "_language": "JavaScript",
      "_full_name": "LessUp/cursor-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.492078+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.471200+00:00"
    },
    {
      "slug": "gh-virtuslab-open-source-astro-strapi-blocks",
      "name": "astro-strapi-blocks",
      "description": "Astro blocks for Strapi Rich Text Block field",
      "website": "https://astrostrapi.io",
      "github_url": "https://github.com/VirtusLab-Open-Source/astro-strapi-blocks",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/VirtusLab-Open-Source/astro-strapi-blocks"
      },
      "tags": [
        "agents",
        "astro",
        "blocks",
        "cursor-rules",
        "render",
        "rich-text",
        "skills",
        "strapi"
      ],
      "_stars": 19,
      "_language": "TypeScript",
      "_full_name": "VirtusLab-Open-Source/astro-strapi-blocks",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.494646+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.477503+00:00"
    },
    {
      "slug": "gh-chenxi-hub-tju-thesis-review-kit",
      "name": "tju-thesis-review-kit",
      "description": "Cursor, Codex, and Claude Code workflows, prompts, and a LaTeX starter template for reviewing Tianjin University undergraduate theses.",
      "website": "https://github.com/ChenXi-hub/tju-thesis-review-kit",
      "github_url": "https://github.com/ChenXi-hub/tju-thesis-review-kit",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/ChenXi-hub/tju-thesis-review-kit"
      },
      "tags": [
        "ai-writing",
        "claude-code",
        "codex",
        "cursor",
        "cursor-rules",
        "latex-template",
        "thesis",
        "tianjin-university"
      ],
      "_stars": 19,
      "_language": "BibTeX Style",
      "_full_name": "ChenXi-hub/tju-thesis-review-kit",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.497259+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.483195+00:00"
    },
    {
      "slug": "gh-fluttersdk-wind",
      "name": "wind",
      "description": "Tailwind CSS for Flutter \u2014 classes like flex, p-4, dark:bg-gray-800 compose into widget trees. MCP server + Claude Code skill for AI agents.",
      "website": "https://wind.fluttersdk.com",
      "github_url": "https://github.com/fluttersdk/wind",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/fluttersdk/wind"
      },
      "tags": [
        "ai-agents",
        "claude-code",
        "cursor-rules",
        "dark-mode",
        "dart",
        "design-system",
        "design-tokens",
        "flutter"
      ],
      "_stars": 18,
      "_language": "Dart",
      "_full_name": "fluttersdk/wind",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.499243+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.489015+00:00"
    },
    {
      "slug": "gh-gifflet-cursor-like-pro",
      "name": "cursor-like-pro",
      "description": "Cursor IDE like Pro",
      "website": "https://github.com/gifflet/cursor-like-pro",
      "github_url": "https://github.com/gifflet/cursor-like-pro",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/gifflet/cursor-like-pro"
      },
      "tags": [
        "ai",
        "cursor",
        "cursor-rules",
        "mcp",
        "mcp-client",
        "tips"
      ],
      "_stars": 17,
      "_language": null,
      "_full_name": "gifflet/cursor-like-pro",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.501996+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.498051+00:00"
    },
    {
      "slug": "gh-virtuslab-open-source-astro-strapi-loader",
      "name": "astro-strapi-loader",
      "description": "Integration of Astro with Strapi CMS that enables easy data loading from Strapi Content API",
      "website": "https://astrostrapi.io",
      "github_url": "https://github.com/VirtusLab-Open-Source/astro-strapi-loader",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/VirtusLab-Open-Source/astro-strapi-loader"
      },
      "tags": [
        "agents",
        "astro",
        "astro-content",
        "astro-integration",
        "astro-loader",
        "astrojs",
        "cursor-rules",
        "skills"
      ],
      "_stars": 17,
      "_language": "TypeScript",
      "_full_name": "VirtusLab-Open-Source/astro-strapi-loader",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.505123+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.504350+00:00"
    },
    {
      "slug": "gh-wangyintu-nanobot-study",
      "name": "nanobot-study",
      "description": "Master AI Agent Assistant in 3 Days. A guided study plan using nanobot (~3k lines of Python) and your own AI Socratic Tutor. Learn Architecture, Skills, and Deployment.",
      "website": "https://github.com/WangyiNTU/nanobot-study",
      "github_url": "https://github.com/WangyiNTU/nanobot-study",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/WangyiNTU/nanobot-study"
      },
      "tags": [
        "ai-agent",
        "cursor-rules",
        "education",
        "llm-agent",
        "python",
        "socratic-method"
      ],
      "_stars": 15,
      "_language": null,
      "_full_name": "WangyiNTU/nanobot-study",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.508856+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.510507+00:00"
    },
    {
      "slug": "gh-jsk9999-ai-nexus",
      "name": "ai-nexus",
      "description": "AI coding assistant rule manager for Claude Code, Cursor, and Codex. Load only the rules you need.",
      "website": "https://jsk9999.github.io/ai-nexus/",
      "github_url": "https://github.com/JSK9999/ai-nexus",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/JSK9999/ai-nexus"
      },
      "tags": [
        "ai-coding-agent",
        "ai-rules",
        "ai-tools",
        "claude-code",
        "cli",
        "codex",
        "coding-assistant",
        "cursor-ai"
      ],
      "_stars": 15,
      "_language": "TypeScript",
      "_full_name": "JSK9999/ai-nexus",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.512134+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.516002+00:00"
    },
    {
      "slug": "gh-amartelr-antigravity-workspace-manager",
      "name": "antigravity-workspace-manager",
      "description": "A powerful CLI to orchestrate workspaces and dynamically inject specialized skills into AI coding agents.",
      "website": "https://github.com/amartelr/antigravity-workspace-manager",
      "github_url": "https://github.com/amartelr/antigravity-workspace-manager",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/amartelr/antigravity-workspace-manager"
      },
      "tags": [
        "ai-agents",
        "automation",
        "claude-code",
        "cli-tool",
        "context-management",
        "cursor-rules",
        "developer-tools",
        "llm"
      ],
      "_stars": 13,
      "_language": "Python",
      "_full_name": "amartelr/antigravity-workspace-manager",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.514917+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.522011+00:00"
    },
    {
      "slug": "gh-angular-material-dev-angular-material-ai-rules",
      "name": "angular-material-ai-rules",
      "description": "This repo contains rules, instructions and guidelines for various AI based code editors to work with Angular Material",
      "website": "http://ui.angular-material.dev/docs/rules-files",
      "github_url": "https://github.com/Angular-Material-Dev/angular-material-ai-rules",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/Angular-Material-Dev/angular-material-ai-rules"
      },
      "tags": [
        "angular",
        "angular-material",
        "angular-material-theme",
        "copilot-instructions",
        "cursor-ai",
        "cursor-rules",
        "github-copilot",
        "jetbrains-guidelines"
      ],
      "_stars": 13,
      "_language": null,
      "_full_name": "Angular-Material-Dev/angular-material-ai-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.519647+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.527031+00:00"
    },
    {
      "slug": "gh-j-nowcow-awesome-korean-agent-skills",
      "name": "awesome-korean-agent-skills",
      "description": "\ud83c\uddf0\ud83c\uddf7 400+ Korean AI Coding Agent Skills \u2014 Claude Code, Gemini CLI, Codex, Cursor \uc2a4\ud0ac\uc744 \uae30\ub2a5\ubcc4\ub85c \ubaa8\uc740 \ud050\ub808\uc774\uc158",
      "website": "https://github.com/J-nowcow/awesome-korean-agent-skills",
      "github_url": "https://github.com/J-nowcow/awesome-korean-agent-skills",
      "pricing": "free",
      "license": "CC0-1.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/J-nowcow/awesome-korean-agent-skills"
      },
      "tags": [
        "agent-skills",
        "agents",
        "ai-agents",
        "ai-coding",
        "automation",
        "awesome",
        "awesome-korean",
        "awesome-list"
      ],
      "_stars": 13,
      "_language": null,
      "_full_name": "J-nowcow/awesome-korean-agent-skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.522962+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.532697+00:00"
    },
    {
      "slug": "gh-virtuslab-open-source-astro-strapi-starter",
      "name": "astro-strapi-starter",
      "description": "The Astro x Strapi Starter template",
      "website": "https://astrostrapi.io",
      "github_url": "https://github.com/VirtusLab-Open-Source/astro-strapi-starter",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/VirtusLab-Open-Source/astro-strapi-starter"
      },
      "tags": [
        "agents",
        "astro",
        "cursor-rules",
        "integration",
        "skills",
        "starter",
        "strapi",
        "template"
      ],
      "_stars": 13,
      "_language": "Astro",
      "_full_name": "VirtusLab-Open-Source/astro-strapi-starter",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.525673+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.538122+00:00"
    },
    {
      "slug": "gh-mikeprasad-aria-knowledge",
      "name": "aria-knowledge",
      "description": "Applied reasoning, persistent agent memory, context engineering, and human-governed trust for AI coding agents \u2014 Claude Code, Claude Cowork, Codex, Cursor, Antigravity. Compatible with Obsidian.",
      "website": "https://ariaknowledge.com",
      "github_url": "https://github.com/mikeprasad/aria-knowledge",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/mikeprasad/aria-knowledge"
      },
      "tags": [
        "agent-memory",
        "agentic-ai",
        "ai-agents",
        "ai-coding",
        "claude",
        "claude-code",
        "claude-code-plugin",
        "context-engineering"
      ],
      "_stars": 12,
      "_language": "Shell",
      "_full_name": "mikeprasad/aria-knowledge",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.528662+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.543086+00:00"
    },
    {
      "slug": "gh-martysama0134-m2ui-skill",
      "name": "m2ui-skill",
      "description": "AI coding skill for generating and modifying Metin2 client UI code from screenshots, descriptions, or existing scripts. Works with Claude Code, Cursor, Codex, Windsurf, Cline, Copilot, and Gemini CLI.",
      "website": "https://github.com/martysama0134/m2ui-skill",
      "github_url": "https://github.com/martysama0134/m2ui-skill",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/martysama0134/m2ui-skill"
      },
      "tags": [
        "ai-coding",
        "claude-code",
        "claude-code-plugin",
        "cline",
        "code-generation",
        "codex-plugin",
        "cursor-rules",
        "gemini-cli"
      ],
      "_stars": 12,
      "_language": "Shell",
      "_full_name": "martysama0134/m2ui-skill",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.531459+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.548020+00:00"
    },
    {
      "slug": "gh-powersync-ja-agent-skills",
      "name": "agent-skills",
      "description": "Official agent skills for PowerSync",
      "website": "https://powersync.com",
      "github_url": "https://github.com/powersync-ja/agent-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/powersync-ja/agent-skills"
      },
      "tags": [
        "claude-code",
        "claude-skills",
        "codex-skills",
        "cursor-rules",
        "local-first",
        "offline-first",
        "skills",
        "skills-sh"
      ],
      "_stars": 12,
      "_language": "JavaScript",
      "_full_name": "powersync-ja/agent-skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.537442+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.554124+00:00"
    },
    {
      "slug": "gh-survivorforge-cursor-rules",
      "name": "cursor-rules",
      "description": "\ud83e\udd16 Curated collection of .cursorrules files for Cursor IDE \u2014 boost your AI coding with framework-specific rules for React, Next.js, Python, Node.js, and more",
      "website": "https://survivorforge.surge.sh/cursorrules-generator.html",
      "github_url": "https://github.com/survivorforge/cursor-rules",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/survivorforge/cursor-rules"
      },
      "tags": [
        "agent-tools",
        "ai",
        "ai-agents",
        "ai-coding",
        "claude",
        "claude-code",
        "coding-assistant",
        "cursor"
      ],
      "_stars": 11,
      "_language": null,
      "_full_name": "survivorforge/cursor-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.541422+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.558860+00:00"
    },
    {
      "slug": "gh-realistsec-mpa-first-guidelines",
      "name": "mpa-first-guidelines",
      "description": "MPA-First Development Mandate | Guiding principles for building performant, resilient Multi-Page Applications. Focus on native web platform strengths, minimal JS, and robust SEO. AI coding tools are biased toward complexity; \ud835\udde7\ud835\uddf5\ud835\uddf6\ud835\ude00 \ud835\uddd6\ud835\uddf5\ud835\uddee\ud835\uddfb\ud835\uddf4\ud835\uddf2\ud835\ude00 \ud835\udde7\ud835\uddf5\ud835\uddee\ud835\ude01.",
      "website": "https://github.com/RealistSec/mpa-first-guidelines",
      "github_url": "https://github.com/RealistSec/mpa-first-guidelines",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/RealistSec/mpa-first-guidelines"
      },
      "tags": [
        "ai-coding-assistant",
        "copilot-instructions",
        "cursor-rules",
        "github-copilot",
        "mpa-first",
        "multi-page-application",
        "php",
        "progressive-enhancements"
      ],
      "_stars": 10,
      "_language": null,
      "_full_name": "RealistSec/mpa-first-guidelines",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.544271+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.563930+00:00"
    },
    {
      "slug": "gh-dmtrkzntsv-syncai",
      "name": "syncai",
      "description": "Sync AI rules and guidelines files between agents",
      "website": "https://github.com/dmtrkzntsv/syncai",
      "github_url": "https://github.com/dmtrkzntsv/syncai",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/dmtrkzntsv/syncai"
      },
      "tags": [
        "agents",
        "claude-code",
        "cline",
        "copilot",
        "cursor",
        "cursor-rules",
        "guidelines",
        "junie"
      ],
      "_stars": 10,
      "_language": "Go",
      "_full_name": "dmtrkzntsv/syncai",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.547153+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.569777+00:00"
    },
    {
      "slug": "gh-pskinnertech-gauntletai-cursor-rules",
      "name": "GauntletAI-Cursor-Rules",
      "description": "Elite Cursor Rules from Gauntlet AI graduates - shared productivity tools for modern development workflows",
      "website": "https://gauntletai.com",
      "github_url": "https://github.com/PSkinnerTech/GauntletAI-Cursor-Rules",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/PSkinnerTech/GauntletAI-Cursor-Rules"
      },
      "tags": [
        "cursor",
        "cursor-ai",
        "cursor-rules"
      ],
      "_stars": 10,
      "_language": "JavaScript",
      "_full_name": "PSkinnerTech/GauntletAI-Cursor-Rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.548716+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.575772+00:00"
    },
    {
      "slug": "gh-deepractice-uix",
      "name": "UIX",
      "description": "AI-to-UI IR Protocol Layer \u2014 The Last Mile from AI to Human. Includes Lucid UI Skill for professional AI-generated interfaces.",
      "website": "https://uix-c3n.pages.dev",
      "github_url": "https://github.com/Deepractice/UIX",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/Deepractice/UIX"
      },
      "tags": [
        "ai",
        "ai-agent",
        "ai-ui",
        "claude-skill",
        "cursor-rules",
        "design-system",
        "intermediate-representation",
        "protocol"
      ],
      "_stars": 10,
      "_language": "TypeScript",
      "_full_name": "Deepractice/UIX",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.552204+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.581321+00:00"
    },
    {
      "slug": "gh-theov823-mneme",
      "name": "mneme",
      "description": "Enforce architectural decisions in AI-assisted development.",
      "website": "https://mnemehq.com/",
      "github_url": "https://github.com/TheoV823/mneme",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/TheoV823/mneme"
      },
      "tags": [
        "adr",
        "ai-agent",
        "ai-agents",
        "ai-coding",
        "ai-governance",
        "anthropic",
        "architectural-decision-records",
        "architectural-governance"
      ],
      "_stars": 9,
      "_language": "HTML",
      "_full_name": "TheoV823/mneme",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.555613+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.587133+00:00"
    },
    {
      "slug": "gh-heymegabyte-claude-skills",
      "name": "claude-skills",
      "description": "14-category autonomous product-building OS for 32+ AI coding tools. One-line prompts \u2192 deployed products.",
      "website": "https://claude.megabyte.space",
      "github_url": "https://github.com/heymegabyte/claude-skills",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/heymegabyte/claude-skills"
      },
      "tags": [
        "agent-skills",
        "agents-md",
        "agentskills",
        "ai-agents",
        "ai-coding",
        "ai-rules",
        "ai-skills",
        "claude-code"
      ],
      "_stars": 9,
      "_language": "JavaScript",
      "_full_name": "heymegabyte/claude-skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.558475+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.592132+00:00"
    },
    {
      "slug": "gh-lguz-humanize-writing-skill",
      "name": "humanize-writing-skill",
      "description": "Rewrite AI-generated text to sound human. 3-pass editing system with 36+ banned words, 10 structural patterns, and a quality checklist. Works with any LLM \u2014 Claude, ChatGPT, Gemini, Cursor, Windsurf. Also available as a Claude Code plugin.",
      "website": "https://github.com/lguz/humanize-writing-skill",
      "github_url": "https://github.com/lguz/humanize-writing-skill",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/lguz/humanize-writing-skill"
      },
      "tags": [
        "ai-content",
        "ai-text-humanizer",
        "ai-writing-detection",
        "chatgpt-prompt",
        "claude-code",
        "claude-code-skill",
        "cursor-rules",
        "humanize-ai-writing"
      ],
      "_stars": 9,
      "_language": null,
      "_full_name": "lguz/humanize-writing-skill",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.560877+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.597320+00:00"
    },
    {
      "slug": "gh-anivar-zod-skill",
      "name": "zod-skill",
      "description": "AI agent skill for Zod v4 \u2014 27 rules: schema design, parsing, error handling, type inference. Works with Claude Code, Cursor, Codex, Windsurf.",
      "website": "https://skills.sh/anivar/zod-skill",
      "github_url": "https://github.com/anivar/zod-skill",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/anivar/zod-skill"
      },
      "tags": [
        "agent-rules",
        "agent-skill",
        "agentic",
        "ai-agent",
        "claude",
        "coding-agent",
        "copilot",
        "cursor-rules"
      ],
      "_stars": 9,
      "_language": null,
      "_full_name": "anivar/zod-skill",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.563780+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.603525+00:00"
    },
    {
      "slug": "gh-aryanpanwar10005-seo-geo-optimizer",
      "name": "seo-geo-optimizer",
      "description": "Universal SEO & GEO skill for AI IDEs \u2014 Google, Bing, AI Overviews, Bing Copilot, ChatGPT, Perplexity. Works with Cursor, Windsurf, GitHub Copilot, Replit, Lovable, Bolt, and any AI assistant.",
      "website": "https://github.com/Aryanpanwar10005/seo-geo-optimizer",
      "github_url": "https://github.com/Aryanpanwar10005/seo-geo-optimizer",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/Aryanpanwar10005/seo-geo-optimizer"
      },
      "tags": [
        "ai-assistant",
        "ai-skill",
        "bolt",
        "copilot",
        "cursor",
        "cursor-rules",
        "generative-engine-optimization",
        "geo"
      ],
      "_stars": 9,
      "_language": "JavaScript",
      "_full_name": "Aryanpanwar10005/seo-geo-optimizer",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.565274+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.608388+00:00"
    },
    {
      "slug": "gh-sacredvoid-skillkit",
      "name": "skillkit",
      "description": "A growing collection of AI coding skills for creative and productivity workflows. Image fetching, logo generation, presentations, video/audio processing, local image generation, and more. Works with Claude Code, Cursor, Windsurf, Copilot, and any AI coding assistant.",
      "website": "https://github.com/sacredvoid/skillkit",
      "github_url": "https://github.com/sacredvoid/skillkit",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/sacredvoid/skillkit"
      },
      "tags": [
        "ai-coding",
        "ai-skills",
        "anthropic",
        "claude-code",
        "claude-skills",
        "copilot-instructions",
        "cursor-rules",
        "local-image-generation"
      ],
      "_stars": 9,
      "_language": "JavaScript",
      "_full_name": "sacredvoid/skillkit",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.569350+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.613803+00:00"
    },
    {
      "slug": "gh-cyannshi-ai-interview-kit",
      "name": "ai-interview-kit",
      "description": "Engineer user-research methodologies into AI prompts \u2014 professional-grade phone interviews at scale. 6 pluggable methodologies, 3 AI skills, 5+ tool compatibility.",
      "website": "https://github.com/CyannSHI/ai-interview-kit",
      "github_url": "https://github.com/CyannSHI/ai-interview-kit",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/CyannSHI/ai-interview-kit"
      },
      "tags": [
        "ai-agent",
        "ai-interview",
        "claude-code",
        "cursor-rules",
        "methodology",
        "outbound-call",
        "prompt-engineering",
        "qualitative-research"
      ],
      "_stars": 8,
      "_language": "HTML",
      "_full_name": "CyannSHI/ai-interview-kit",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.572831+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.619662+00:00"
    },
    {
      "slug": "gh-nedcodes-ok-rule-porter",
      "name": "rule-porter",
      "description": "Convert AI IDE rules between Cursor, Windsurf, CLAUDE.md, AGENTS.md, and Copilot. Bidirectional. Zero dependencies.",
      "website": "https://nedcodes.dev",
      "github_url": "https://github.com/nedcodes-ok/rule-porter",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/nedcodes-ok/rule-porter"
      },
      "tags": [
        "ai-coding",
        "cli",
        "cursor",
        "cursor-ai",
        "cursor-rules",
        "mdc",
        "migration",
        "windsurf"
      ],
      "_stars": 8,
      "_language": "JavaScript",
      "_full_name": "nedcodes-ok/rule-porter",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.575786+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.624529+00:00"
    },
    {
      "slug": "gh-westonplatter-aps",
      "name": "aps",
      "description": "Compose and sync your own collection of AGENTS.md, Skills, and other agentic prompts",
      "website": "https://github.com/westonplatter/aps",
      "github_url": "https://github.com/westonplatter/aps",
      "pricing": "free",
      "license": "BSD-3-Clause",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/westonplatter/aps"
      },
      "tags": [
        "agent-skills",
        "agents",
        "claude-code",
        "cursor-rules"
      ],
      "_stars": 8,
      "_language": "Rust",
      "_full_name": "westonplatter/aps",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.578738+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.629581+00:00"
    },
    {
      "slug": "gh-rgranet-project-coding-companion-skill",
      "name": "project-coding-companion-skill",
      "description": "A Claude Skill that coaches you to write better coding prompts before implementing \u2014 evaluate, clarify, plan, code, review.",
      "website": "https://github.com/rgranet/project-coding-companion-skill",
      "github_url": "https://github.com/rgranet/project-coding-companion-skill",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/rgranet/project-coding-companion-skill"
      },
      "tags": [
        "ai-coding",
        "claude-code",
        "claude-skill",
        "codex-agents",
        "cursor-rules",
        "prompt-engineering"
      ],
      "_stars": 8,
      "_language": null,
      "_full_name": "rgranet/project-coding-companion-skill",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.580940+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.634912+00:00"
    },
    {
      "slug": "gh-nedcodes-ok-cursor-doctor",
      "name": "cursor-doctor",
      "description": "Cursor rules linter and auto-fixer. Find out why Cursor ignores your rules. 100+ checks, zero dependencies.",
      "website": "https://nedcodes.dev",
      "github_url": "https://github.com/nedcodes-ok/cursor-doctor",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/nedcodes-ok/cursor-doctor"
      },
      "tags": [
        "ai-coding",
        "cli",
        "code-quality",
        "cursor",
        "cursor-ai",
        "cursor-ide",
        "cursor-rules",
        "developer-tools"
      ],
      "_stars": 8,
      "_language": "JavaScript",
      "_full_name": "nedcodes-ok/cursor-doctor",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.584604+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.641028+00:00"
    },
    {
      "slug": "gh-instructa-codetie",
      "name": "codetie",
      "description": "A Starter-Kit for apps with Cursor and agile workflow management",
      "website": "http://codetie.instructa.ai/",
      "github_url": "https://github.com/instructa/codetie",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/instructa/codetie"
      },
      "tags": [
        "ai",
        "boilerplate",
        "cursor",
        "cursor-rules",
        "cursorrules",
        "project-starter",
        "starter",
        "starter-kit"
      ],
      "_stars": 8,
      "_language": "TypeScript",
      "_full_name": "instructa/codetie",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.589090+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.651338+00:00"
    },
    {
      "slug": "gh-jimmypocock-cursor-rules",
      "name": "cursor-rules",
      "description": "Best practices for Cursor IDE with AWS, Next.js, and React Native",
      "website": "https://github.com/jimmypocock/cursor-rules",
      "github_url": "https://github.com/jimmypocock/cursor-rules",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/jimmypocock/cursor-rules"
      },
      "tags": [
        "ai-assistant",
        "aws",
        "cursor",
        "cursor-rules",
        "nextjs",
        "react-native",
        "serverless",
        "typescript"
      ],
      "_stars": 8,
      "_language": "Shell",
      "_full_name": "jimmypocock/cursor-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.593077+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.645878+00:00"
    },
    {
      "slug": "gh-liuhao6741-cursor-mem",
      "name": "cursor-mem",
      "description": "Persistent memory for Cursor IDE \u2014 like claude-mem, but for Cursor. Zero-config, no API key.",
      "website": "https://github.com/liuhao6741/cursor-mem",
      "github_url": "https://github.com/liuhao6741/cursor-mem",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/liuhao6741/cursor-mem"
      },
      "tags": [
        "ai",
        "ai-assistant",
        "claude-mem",
        "cursor",
        "cursor-ide",
        "cursor-rules",
        "fastapi",
        "ide"
      ],
      "_stars": 8,
      "_language": "Python",
      "_full_name": "liuhao6741/cursor-mem",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.596567+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.657532+00:00"
    },
    {
      "slug": "gh-savedpixel-ai-agent-rules-generator",
      "name": "ai-agent-rules-generator",
      "description": "Generate a complete project rules system for GitHub Copilot, Cursor, OpenAI Codex, and any AI coding agent \u2014 instructions, prompts, rules, skills, task tracking, documentation scaffolding, and observation logs \u2014 from a single prompt.",
      "website": "https://byronjacobs.com/how-i-taught-my-ai-agents-to-stop-lying-and-start-asking-questions",
      "github_url": "https://github.com/savedpixel/ai-agent-rules-generator",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/savedpixel/ai-agent-rules-generator"
      },
      "tags": [
        "agentic-coding",
        "agents-md",
        "ai-agents",
        "ai-coding",
        "ai-rules",
        "ai-workflow",
        "codex-skills",
        "copilot"
      ],
      "_stars": 7,
      "_language": null,
      "_full_name": "savedpixel/ai-agent-rules-generator",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.598417+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.662737+00:00"
    },
    {
      "slug": "gh-pr0mila-cursor-rules-for-ai-engineers",
      "name": "Cursor-Rules-for-AI-Engineers",
      "description": "Stop prompting your editor from scratch. Cursor rules built for AI engineers.",
      "website": "https://github.com/pr0mila/Cursor-Rules-for-AI-Engineers",
      "github_url": "https://github.com/pr0mila/Cursor-Rules-for-AI-Engineers",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/pr0mila/Cursor-Rules-for-AI-Engineers"
      },
      "tags": [
        "ai-agents",
        "ai-engineer",
        "cursor",
        "cursor-rules",
        "prompt-engineering",
        "vibe-coding"
      ],
      "_stars": 7,
      "_language": null,
      "_full_name": "pr0mila/Cursor-Rules-for-AI-Engineers",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.603764+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.668667+00:00"
    },
    {
      "slug": "gh-nedcodes-ok-rule-gen",
      "name": "rule-gen",
      "description": "Generate AI coding rules from your actual source code, powered by Google Gemini. npx rulegen-ai",
      "website": "https://nedcodes.dev",
      "github_url": "https://github.com/nedcodes-ok/rule-gen",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/nedcodes-ok/rule-gen"
      },
      "tags": [
        "ai-coding",
        "cli",
        "code-generation",
        "cursor",
        "cursor-ai",
        "cursor-rules",
        "mdc"
      ],
      "_stars": 7,
      "_language": "JavaScript",
      "_full_name": "nedcodes-ok/rule-gen",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.607015+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.674381+00:00"
    },
    {
      "slug": "gh-brendadeeznuts1111-betting-brain-v3",
      "name": "betting-brain-v3",
      "description": "\ud83e\udde0 Edge-native betting intelligence platform with MCP server, real-time analytics, and AI-assisted development (Bun + TypeScript + Cloudflare Workers)",
      "website": "https://github.com/brendadeeznuts1111/betting-brain-v3",
      "github_url": "https://github.com/brendadeeznuts1111/betting-brain-v3",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/brendadeeznuts1111/betting-brain-v3"
      },
      "tags": [
        "ai-assisted",
        "ast-grep",
        "betting-intelligence",
        "bun",
        "bun-test",
        "cloudflare-workers",
        "code-quality",
        "cursor-rules"
      ],
      "_stars": 7,
      "_language": "TypeScript",
      "_full_name": "brendadeeznuts1111/betting-brain-v3",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.608854+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.681610+00:00"
    },
    {
      "slug": "gh-tashangkd-tashan-cursor-skills",
      "name": "tashan-cursor-skills",
      "description": "\u4ed6\u5c71 Cursor Skill \u4f53\u7cfb \u2014 95\u4e2aSkills + 32\u4e2aRules + 18\u4e2aSubAgents\uff0c\u8ba9AI\u5728\u6267\u884c\u4efb\u52a1\u65f6\u80fd\u81ea\u4e3b\u5224\u65ad\u3001\u6309\u89c4\u8303\u6267\u884c\u3001\u5e76\u4ece\u7ecf\u9a8c\u4e2d\u81ea\u6211\u8fdb\u5316",
      "website": "https://github.com/TashanGKD/tashan-cursor-skills",
      "github_url": "https://github.com/TashanGKD/tashan-cursor-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/TashanGKD/tashan-cursor-skills"
      },
      "tags": [
        "agent-skills",
        "agentskills",
        "ai-agent",
        "cursor-ai",
        "cursor-rules",
        "cursor-skills",
        "llm-agent",
        "skill-md"
      ],
      "_stars": 7,
      "_language": "Shell",
      "_full_name": "TashanGKD/tashan-cursor-skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.611601+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.686919+00:00"
    },
    {
      "slug": "gh-jabrena-setup-cli",
      "name": "setup-cli",
      "description": "Setup is a command line utility designed to help developers when initializing new projects using Maven.",
      "website": "https://github.com/jabrena/setup-cli",
      "github_url": "https://github.com/jabrena/setup-cli",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/jabrena/setup-cli"
      },
      "tags": [
        "cli",
        "cursor",
        "cursor-rules",
        "devcontainers",
        "editorconfig",
        "java",
        "jbang",
        "maven"
      ],
      "_stars": 6,
      "_language": "Java",
      "_full_name": "jabrena/setup-cli",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.613417+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.693953+00:00"
    },
    {
      "slug": "gh-ainzsoup-make-no-mistakes",
      "name": "make-no-mistakes",
      "description": "The only Cursor rule you need.",
      "website": "https://github.com/ainzsoup/make-no-mistakes",
      "github_url": "https://github.com/ainzsoup/make-no-mistakes",
      "pricing": "free",
      "license": "noassertion",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/ainzsoup/make-no-mistakes"
      },
      "tags": [
        "ai",
        "cursor",
        "cursor-ai",
        "cursor-rules",
        "developer-tools",
        "linter"
      ],
      "_stars": 6,
      "_language": null,
      "_full_name": "ainzsoup/make-no-mistakes",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.615024+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.705625+00:00"
    },
    {
      "slug": "gh-aiagentwithdhruv-ai-coding-rules",
      "name": "ai-coding-rules",
      "description": "Production-grade AI coding rules for Cursor and Claude Code. 15 rules + 9 doc templates + skills + agents + MCP setup. Drop into any project.",
      "website": "https://github.com/aiagentwithdhruv/ai-coding-rules",
      "github_url": "https://github.com/aiagentwithdhruv/ai-coding-rules",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/aiagentwithdhruv/ai-coding-rules"
      },
      "tags": [
        "ai-agents",
        "ai-coding",
        "ai-development",
        "ai-engineer",
        "claude-code",
        "claude-md",
        "cursor",
        "cursor-ide"
      ],
      "_stars": 6,
      "_language": "Shell",
      "_full_name": "aiagentwithdhruv/ai-coding-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.620052+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.699557+00:00"
    },
    {
      "slug": "gh-louisfghbvc-task-management-system",
      "name": "task-management-system",
      "description": "A complete task management system",
      "website": "https://github.com/louisfghbvc/task-management-system",
      "github_url": "https://github.com/louisfghbvc/task-management-system",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/louisfghbvc/task-management-system"
      },
      "tags": [
        "cursor",
        "cursor-rules",
        "memory-bank",
        "task-management"
      ],
      "_stars": 6,
      "_language": "TypeScript",
      "_full_name": "louisfghbvc/task-management-system",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.623491+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.715435+00:00"
    },
    {
      "slug": "gh-mertcapkin-graphstack",
      "name": "GraphStack",
      "description": "Graph-first, automatically orchestrated AI development workflow. One prompt starts the entire lifecycle \u2014 from blank repo to production.",
      "website": "https://github.com/MertCapkin/GraphStack",
      "github_url": "https://github.com/MertCapkin/GraphStack",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/MertCapkin/GraphStack"
      },
      "tags": [
        "ai-development",
        "claude",
        "claude-ai",
        "claude-code",
        "craft",
        "cursor",
        "cursor-ai",
        "cursor-ide"
      ],
      "_stars": 6,
      "_language": "HTML",
      "_full_name": "MertCapkin/GraphStack",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.625917+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.710867+00:00"
    },
    {
      "slug": "gh-sanketsapkal-founder-skills",
      "name": "founder-skills",
      "description": "Adversarial startup idea interrogation pipeline \u2192 BUILD / KILL / PIVOT verdict. Works with Claude Code, Codex, Cursor, Windsurf, Kiro, and OpenCode.",
      "website": "https://github.com/SanketSapkal/founder-skills",
      "github_url": "https://github.com/SanketSapkal/founder-skills",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/SanketSapkal/founder-skills"
      },
      "tags": [
        "ai-agents",
        "claude-code",
        "claude-plugin",
        "codex",
        "cursor-rules",
        "founder",
        "idea-validation",
        "lean-startup"
      ],
      "_stars": 6,
      "_language": "Shell",
      "_full_name": "SanketSapkal/founder-skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.628964+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.720738+00:00"
    },
    {
      "slug": "gh-vibestackdev-vibe-stack",
      "name": "vibe-stack",
      "description": "29 .mdc architecture rules that prevent AI coding assistants from hallucinating insecure auth, deprecated imports, and broken Next.js 15 patterns. Built for Cursor Agent and Claude Code.",
      "website": "https://vibestack0.gumroad.com/l/vibe-stack",
      "github_url": "https://github.com/vibestackdev/vibe-stack",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/vibestackdev/vibe-stack"
      },
      "tags": [
        "ai",
        "ai-coding",
        "ai-hallucination",
        "architecture-rules",
        "boilerplate",
        "cursor",
        "cursor-rules",
        "mcp"
      ],
      "_stars": 6,
      "_language": "TypeScript",
      "_full_name": "vibestackdev/vibe-stack",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.632130+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.725231+00:00"
    },
    {
      "slug": "gh-abacatepay-skills",
      "name": "skills",
      "description": "\ud83e\udd51 The brain behind your AbacatePay integration. Specialized context, rules, and examples to turn AI agents (Cursor, Claude, Copilot) into AbacatePay experts.",
      "website": "https://github.com/AbacatePay/skills",
      "github_url": "https://github.com/AbacatePay/skills",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/AbacatePay/skills"
      },
      "tags": [
        "abacatepay",
        "ai-skills",
        "cursor-rules",
        "golang",
        "open-source",
        "pix",
        "typescript",
        "webhooks"
      ],
      "_stars": 5,
      "_language": "TypeScript",
      "_full_name": "AbacatePay/skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.638194+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.730470+00:00"
    },
    {
      "slug": "gh-iliamerkurev-ue5-cpp-ai-skill",
      "name": "ue5-cpp-ai-skill",
      "description": "A strict, curated AI coding skill (system prompt & templates) for Google Antigravity, Cursor, Windsurf, and other AI IDEs to enforce modern Unreal Engine 5 C++ standards, memory safety, and AAA architectur",
      "website": "https://github.com/IliaMerkurev/ue5-cpp-ai-skill",
      "github_url": "https://github.com/IliaMerkurev/ue5-cpp-ai-skill",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/IliaMerkurev/ue5-cpp-ai-skill"
      },
      "tags": [
        "agentic-ide",
        "ai-coding-assistant",
        "coding-standards",
        "cpp",
        "cursor-rules",
        "ue5",
        "unreal-engine",
        "unreal-engine-5"
      ],
      "_stars": 5,
      "_language": "C++",
      "_full_name": "IliaMerkurev/ue5-cpp-ai-skill",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.641810+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.735981+00:00"
    },
    {
      "slug": "gh-koshkinvv-ios-agent-skills",
      "name": "ios-agent-skills",
      "description": "9 expert-level iOS development skills for Claude Code, Codex, and AI coding agents. SwiftUI, architecture, networking, data, security, concurrency, testing, accessibility, performance.",
      "website": "https://github.com/koshkinvv/ios-agent-skills",
      "github_url": "https://github.com/koshkinvv/ios-agent-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/koshkinvv/ios-agent-skills"
      },
      "tags": [
        "agent-skills",
        "ai-coding",
        "claude-code",
        "codex",
        "cursor-rules",
        "ios",
        "ios-development",
        "swift"
      ],
      "_stars": 5,
      "_language": "Shell",
      "_full_name": "koshkinvv/ios-agent-skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.644352+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.741281+00:00"
    },
    {
      "slug": "gh-anmolnagpal-devops-skills",
      "name": "devops-skills",
      "description": "Multi-tool DevOps skills for Claude Code, Cursor, and Codex \u2014 Terraform, Kubernetes, Docker, GitHub Actions, GitLab CI, AWS FinOps, OWASP security.",
      "website": "https://github.com/anmolnagpal/devops-skills",
      "github_url": "https://github.com/anmolnagpal/devops-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/anmolnagpal/devops-skills"
      },
      "tags": [
        "agents-md",
        "ai-agents",
        "aws",
        "claude-code",
        "claude-skills",
        "codex",
        "cursor",
        "cursor-rules"
      ],
      "_stars": 5,
      "_language": "Shell",
      "_full_name": "anmolnagpal/devops-skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.647661+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.747313+00:00"
    },
    {
      "slug": "gh-rananadeemaslam-android-ai-skills",
      "name": "android-ai-skills",
      "description": "Production-grade Android best practices for AI coding assistants. Works with Cursor, Claude Code, GitHub Copilot, OpenAI Codex, and Windsurf.",
      "website": "https://github.com/RanaNadeemAslam/android-ai-skills",
      "github_url": "https://github.com/RanaNadeemAslam/android-ai-skills",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/RanaNadeemAslam/android-ai-skills"
      },
      "tags": [
        "ai-coding",
        "android",
        "android-architecture",
        "best-practices",
        "claude-code",
        "copilot",
        "cursor-rules",
        "hilt"
      ],
      "_stars": 5,
      "_language": null,
      "_full_name": "RanaNadeemAslam/android-ai-skills",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.653076+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.752162+00:00"
    },
    {
      "slug": "gh-mucahitgurbuz-ai-policies",
      "name": "ai-policies",
      "description": "Centralized AI IDE rules management for Cursor and GitHub Copilot.",
      "website": "https://github.com/mucahitgurbuz/ai-policies",
      "github_url": "https://github.com/mucahitgurbuz/ai-policies",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/mucahitgurbuz/ai-policies"
      },
      "tags": [
        "ai-instructions",
        "ai-policy",
        "cursor-rules"
      ],
      "_stars": 5,
      "_language": "TypeScript",
      "_full_name": "mucahitgurbuz/ai-policies",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.655867+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.755540+00:00"
    },
    {
      "slug": "gh-dmiyding-clarify-first",
      "name": "clarify-first",
      "description": "Enforce risk-based alignment for AI Agents. Stop Claude/Cursor from guessing on vague or high-impact tasks. \u8ba9 AI \u5148\u5bf9\u9f50\u3001\u518d\u52a8\u624b\uff1a\u4e3a Agent   \u5f15\u5165\u98ce\u9669\u5206\u7ea7\u4e0e\u6f84\u6e05\u673a\u5236\uff0c\u62d2\u7edd\u76f2\u76ee\u731c\u6d4b\uff0c\u786e\u4fdd\u5f00\u53d1\u5b89\u5168\u53ef\u63a7\u3002",
      "website": "https://github.com/DmiyDing/clarify-first",
      "github_url": "https://github.com/DmiyDing/clarify-first",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/DmiyDing/clarify-first"
      },
      "tags": [
        "agent-skills",
        "ai-safety",
        "alignment",
        "claude-code",
        "cursor-rules",
        "mcp",
        "prompt-engineering",
        "skills"
      ],
      "_stars": 5,
      "_language": "Python",
      "_full_name": "DmiyDing/clarify-first",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.658521+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.759669+00:00"
    },
    {
      "slug": "gh-convertscout-vibecoding-directory",
      "name": "vibecoding-directory",
      "description": "The ultimate vibecoding directory: 1000+ curated AI coding tools, Cursor rules, MCP servers, prompts, workflows & resources. Build faster with AI-powered development.",
      "website": "https://lovabledirectory.site/",
      "github_url": "https://github.com/convertscout/vibecoding-directory",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/convertscout/vibecoding-directory"
      },
      "tags": [
        "ai-coding-tools",
        "base44",
        "copilot",
        "cursor",
        "cursor-config",
        "cursor-mcp",
        "cursor-rules",
        "devtools"
      ],
      "_stars": 5,
      "_language": null,
      "_full_name": "convertscout/vibecoding-directory",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.660954+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.763865+00:00"
    },
    {
      "slug": "gh-jabrena-cursor-rules-agile",
      "name": "cursor-rules-agile",
      "description": "Review https://github.com/jabrena/cursor-rules-java to use this set of features",
      "website": "https://github.com/jabrena/cursor-rules-java",
      "github_url": "https://github.com/jabrena/cursor-rules-agile",
      "pricing": "free",
      "license": "Apache-2.0",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/jabrena/cursor-rules-agile"
      },
      "tags": [
        "adr",
        "agile",
        "c4-model",
        "cursor",
        "cursor-rules",
        "uml-diagrams"
      ],
      "_stars": 5,
      "_language": "Gherkin",
      "_full_name": "jabrena/cursor-rules-agile",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.664115+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.767401+00:00"
    },
    {
      "slug": "gh-pemdes174-cursor-rules",
      "name": "cursor-rules",
      "description": "\ud83d\ude80 Streamline your Next.js development with practical rules and tested patterns for efficient coding and minimal bugs.",
      "website": "https://github.com/pemdes174/cursor-rules",
      "github_url": "https://github.com/pemdes174/cursor-rules",
      "pricing": "free",
      "license": "unknown",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/pemdes174/cursor-rules"
      },
      "tags": [
        "agent",
        "agent-security",
        "agents",
        "ai",
        "awesome",
        "celery",
        "claudecode",
        "copilot"
      ],
      "_stars": 5,
      "_language": null,
      "_full_name": "pemdes174/cursor-rules",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.668399+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.771493+00:00"
    },
    {
      "slug": "gh-hktitan-cursor-best-practices",
      "name": "cursor-best-practices",
      "description": "make any repo vibe-codeable, agent-ready, and cursor-compatible in minutes",
      "website": "https://skills.sh/hktitan/cursor-best-practices/cursor-best-practices",
      "github_url": "https://github.com/HKTITAN/cursor-best-practices",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/HKTITAN/cursor-best-practices"
      },
      "tags": [
        "agent",
        "agent-skills",
        "best-practices",
        "cursor",
        "cursor-ide",
        "cursor-rules",
        "cursor-sub-agents",
        "skills"
      ],
      "_stars": 5,
      "_language": null,
      "_full_name": "HKTITAN/cursor-best-practices",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.671821+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.774357+00:00"
    },
    {
      "slug": "gh-kerim-sabic-elite-engineer",
      "name": "elite-engineer",
      "description": "The operating system for AI-assisted software engineering in TypeScript, React & Next.js.",
      "website": "https://github.com/Kerim-Sabic/elite-engineer",
      "github_url": "https://github.com/Kerim-Sabic/elite-engineer",
      "pricing": "free",
      "license": "MIT",
      "mcp_support": false,
      "claude_code_integration": "indirect",
      "install_type": "rules_file",
      "install_config": {
        "url": "https://github.com/Kerim-Sabic/elite-engineer"
      },
      "tags": [
        "ai-coding",
        "claude-rules",
        "coding-standards",
        "cursor-rules",
        "design-system",
        "nextjs",
        "react",
        "software-engineering"
      ],
      "_stars": 5,
      "_language": "PowerShell",
      "_full_name": "Kerim-Sabic/elite-engineer",
      "_sources": [
        "cursor-rules"
      ],
      "_discovered_at": "2026-05-25T13:10:12.674871+00:00",
      "_last_seen_at": "2026-05-25T13:59:37.780342+00:00"
    }
  ]
}
