| SSidemailSidemail.io's official MCP Server. Provides Model Context Protocol (MCP) integration for Sidemail.io, enabling programmatic access to Sidemail's transactional emails, contacts, domains, and Messenger features for product updates and newsletters via MCP agent mode (in VS Code, Claude, Cursor and other MCP clients). | mcp.so | F | 0 | 13 | — |
| LLimelink Mcp ServerMCP server for managing Limelink dynamic links. Create short links with platform-specific deep linking (iOS/Android), social media previews, and UTM tracking. Retrieve link details by suffix or full URL. Includes
documentation resources and guided prompts for link creation and deep linking setup.ㅌ | mcp.so | F | 15 | 9 | — |
| RRival Mcprival-mcp
MCP server for querying AI model comparison data from rival.tips
This server lets AI coding assistants — Claude Code, Cursor, Windsurf, and any MCP-compatible client — natively query model benchmarks, pricing, capabilities, and side-by-side comparisons without leaving your editor.
Quick Start
npx rival-mcp
No API key required. All data is served from the public rival.tips API.
Configuration
Claude Code
Add to your .claude/settings.json (project-level) or ~/.claude/settings.json (global):
{
"mcpServers": {
"rival": {
"command": "npx",
"args": ["-y", "rival-mcp"]
}
}
}
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"rival": {
"command": "npx",
"args": ["-y", "rival-mcp"]
}
}
}
Cursor
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"rival": {
"command": "npx",
"args": ["-y", "rival-mcp"]
}
}
}
Windsurf
Add to your Windsurf MCP config:
{
"mcpServers": {
"rival": {
"command": "npx",
"args": ["-y", "rival-mcp"]
}
}
}
Available Tools
list-models
List all AI models with optional filtering.
Parameters:
Parameter Type Description
provider string (optional) Filter by provider: OpenAI, Anthropic, Google, Meta, Mistral, etc.
category string (optional) Filter by category: flagship, reasoning, coding, small, free, image-gen
capability string (optional) Filter by capability: chat, code, vision, image-gen, function-calling
q string (optional) Free-text search across name, ID, provider, and description
Example prompts:
"List all Anthropic models"
"Show me free models"
"What models support vision?"
get-model
Get detailed information about a specific model — benchmarks, pricing, capabilities, unique features, and provider availability.
Parameters:
Parameter Type Description
id string (required) Model ID, e.g. gpt-4.1, claude-3.7-sonnet, gemini-2.5-pro
Example prompts:
"Get details on claude-3.7-sonnet"
"What are the benchmarks for gpt-4.1?"
compare-models
Compare 2-3 models side by side — benchmarks, pricing, capabilities, and shared challenges.
Parameters:
Parameter Type Description
models string (required) Comma-separated model IDs (2-3). Example: gpt-4.1,claude-3.7-sonnet
Example prompts:
"Compare GPT-4.1 vs Claude 3.7 Sonnet"
"How does Gemini 2.5 Pro stack up against GPT-4.1 and Claude Sonnet?"
search-models
Search for models by name, description, or capability when you don't know the exact model ID.
Parameters:
Parameter Type Description
query string (required) Search query, e.g. vision, cheap coding, fast reasoning
Example prompts:
"Find models good at coding"
"Search for cheap reasoning models"
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Run the built server
npm start
How It Works
This MCP server communicates over stdio (standard input/output) using the Model Context Protocol. When an AI assistant needs model comparison data, it calls the appropriate tool, which fetches data from the rival.tips public API and returns structured JSON.
The server exposes no resources or prompts — only tools. All data is read-only and publicly available.
Data Source
All model data comes from rival.tips, an AI model comparison platform featuring:
60+ AI models with benchmarks, pricing, and capability data
Side-by-side comparisons with shared challenge responses
Community-driven AI duel voting and rankings
Pre-generated showcase responses across coding, creative, and reasoning tasks
License
MIT | mcp.so | D | 28 | 9 | — |
| GGrowthbook MCP ServerThe official GrowthBook MCP Server lets you create feature flags, review experiments, and more right from your favorite AI tool. | mcp.so | D | 36 | 8 | — |
| playwright-local | Skills.sh | D | 39 | 9 | — |
| GGithub Mcp ServerGitHub's official MCP Server | mcp.so | C | 52 | 3 | 1 |
| AAdvanced Keycloak Mcp ServerAdvanced Keycloak Mcp Server with many tools | mcp.so | C | 52 | 7 | — |
| MMcp Probe Kitmcp-probe-kit is a protocol-level toolkit designed for developers who want AI to truly understand their project's intent. It's not just a collection of 21 tools—it's a context-aware system that helps AI agents grasp what you're building. | mcp.so | C | 53 | 6 | — |
| setup-cloudbase-openclaw | Skills.sh | C | 60 | 7 | — |
| OOpenfort MCP ServerOpenfort is an open source alternative to wallet infrastructure solutions, it supercharges your project with authentication, user management and payments.
Openfort’s MCP Server is a plug-and-play solution that enhances AI assistants by enabling them to create projects, manage configurations, and query data automatically when building applications on Openfort's infrastructure. | mcp.so | C | 60 | 5 | — |
| JJira PilotAI-powered Jira CLI and MCP server for humans and agents to manage issues, sprints, boards with interactive wizards, multi-provider AI (OpenAI/Gemini/Anthropic), and a 14-tool MCP server for AI assistants | mcp.so | C | 61 | 7 | — |
| MMCP Add Servermcp-add-server | mcp.so | C | 62 | 4 | — |
| �🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support Firecrawl, SearXNG, Tavily, DuckDuckGo, Bing, etc. | mcp.so | C | 62 | 3 | — |
| BBitnovo PayMCP server for Bitnovo Pay integration with AI agents. Provides cryptocurrency payment capabilities through Bitnovo Pay API. Features include payment creation, status checking, QR code generation, and webhook management with support for multiple tunnel providers (ngrok, zrok, manual). | mcp.so | C | 67 | 2 | 1 |
| NNew Relic MCP ServerRun NRQL, NerdGraph, and REST v2 operations to query data, manage incidents, create synthetics, and annotate deployments — all from your MCP client.
A full‑featured New Relic MCP server that goes far beyond basic NRQL. It exposes safe, typed tools for APM discovery, alert policy/incident workflows (including acknowledge), entity search and deep details, creating Synthetics Browser monitors, and New Relic REST v2 coverage for deployments and metrics with region awareness and auto‑pagination. | mcp.so | C | 67 | 2 | 1 |
| VVoteShipMCP server for VoteShip - manage feature requests, votes, roadmaps, and changelogs from any MCP client. 22 tools, 5 resources, 4 workflow prompts. Triage feedback, detect duplicates, plan sprints, and generate changelogs with AI | mcp.so | C | 67 | 3 | 1 |
| ZZhook Mcp ServerThe official Model Context Protocol (MCP) server for https://zhook.dev, enabling AI agents to interact with your Zhook webhooks, events, and metrics.
Create Hooks: Create new webhooks or MQTT hooks directly from your agent.
List Hooks: Retrieve a list of your configured webhooks.
Inspect Events: View recent events for a specific hook.
Wait for Event: Pause execution and wait for a specific event to occur.
Metrics: Access detailed metrics about your webhook performance. | mcp.so | C | 67 | 2 | 1 |
| astro | Skills.sh | C | 68 | 4 | — |
| MMCP EChartsGenerate Apache ECharts diagram and chart with AI MCP dynamically. Using for chart generation and data analysis.
✨ Features
- Fully support all features and syntax of ECharts, include data, style, theme and so on.
- Support exporting to png, svg, and option formats, with validation for ECharts to facilitate the model's multi-round output of correct syntax and graphics.
- Lightweight, we can install it with zero dependence.
- Extremely secure, fully generated locally, without relying on any remote services.
🤖 Usage
To use with Desktop APP, such as Claude, VSCode, Cline, Cherry Studio, and so on, add the MCP server config below. On Mac system:
{
"mcpServers": {
"mcp-echarts": {
"command": "npx",
"args": [
"-y",
"mcp-echarts"
]
}
}
}
On Window system:
{
"mcpServers": {
"mcp-echarts": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"mcp-echarts"
]
}
}
}
Also, you can use it on aliyun, modelscope, glama.ai, smithery.ai or others with HTTP, SSE Protocol. | mcp.so | C | 68 | 4 | — |
| MMcp Mysql ServerA Model Context Protocol server that provides MySQL database operations. This server enables AI models to interact with MySQL databases through a standardized interface.Supports operations such as querying, inserting, updating, deleting, DDL, parsing SQL statements, and performance analysis on databases. | mcp.so | C | 68 | 5 | — |
| TTencent RTC MCPIt exposes Tencent RTC SDK documentation and Tencent RTC API resources to LLM-based tools. This improves the ability of LLM AI Agent to understand and interact with the Tencent RT SDK and API. | mcp.so | C | 68 | 4 | — |
| loki-mode | Skills.sh | C | 69 | 3 | — |
| ml-paper-writing | Skills.sh | C | 69 | 4 | — |
| CCopilot Terminal Mcp ServerAdvanced MCP Server for terminal management with GitHub Copilot integration
Transform your development experience with intelligent, non-blocking terminals perfectly integrated with GitHub Copilot and VS Code. | mcp.so | C | 69 | 7 | — |
| TTestDinoTestDino MCP boosts your AI assistant with powerful tools and analysis capabilities.
It lets your AI analyze test runs, perform root-cause analysis, and detect failure patterns | mcp.so | C | 69 | 3 | — |
| AAws Kb Retrieval ServerAn MCP server implementation for retrieving information from the AWS Knowledge Base using the Bedrock Agent Runtime. | mcp.so | B | 76 | 3 | — |
| MMcp Api ClientA Model Context Protocol (MCP) server that calls APIs using YAML config files. | mcp.so | B | 76 | 3 | — |
| OOpenai Deep Research McpOpenAI Deep Research MCP Server enables AI assistants to conduct comprehensive, multi-step research through intelligent web search and content synthesis. Transforms complex research queries into structured, citation-backed reports without writing custom search logic. Features iterative exploration, automatic knowledge gap identification, and seamless integration with OpenAI's Deep Research models for scholarly-quality research automation. | mcp.so | B | 76 | 3 | — |
| Ssftp-ssh-mcpMCP server exposing SSH and SFTP control for Linux and Windows systems via Model Context Protocol. | mcp.so | B | 76 | 3 | — |
| TTurtle Noir MCPMCP server for Turtle Soup (lateral thinking puzzles). Start sessions, ask questions, get 4-class judgments (Yes/No/Both/Irrelevant), and reveal the full story when allowed. | mcp.so | B | 76 | 3 | — |
| TTweetSaveTwitter/X analysis without token waste. Fetch tweets, download media. No API key required. | mcp.so | B | 76 | 3 | — |
| WWinston Ai McpAI detector MCP server with industry leading accuracy rates in detecting use of AI in text and images. The Winston AI MCP server also offers a robust plagiarism checker to help maintain integrity. | mcp.so | B | 76 | 3 | — |
| service-mesh-implementation | Skills.sh | B | 77 | 2 | — |
| resend-integration-skills | Skills.sh | B | 77 | 5 | — |
| 2slides-skills | ClawHub | B | 77 | 3 | — |
| WWeavely.ai Forms and SurveysAn MCP service for generating smart forms and surveys using natural language prompts via the Weavely API, returning a live editor link for immediate customization. | mcp.so | B | 77 | 2 | — |
| aws-ec2-setup | Skills.sh | B | 84 | 3 | — |
| deepagents-implementation | Skills.sh | B | 84 | 2 | — |
| workiq-copilot | Skills.sh | B | 84 | 3 | — |
| gluestack-ui-v4 | Skills.sh | B | 84 | 2 | — |
| cloudbase-guidelines | Skills.sh | B | 84 | 2 | — |
| find-skills | Skills.sh | B | 84 | 2 | — |
| 22slides MCP Server2Slides is a modern AI-driven presentation generation agent. It automatically generates professional slide presentations based on user input (raw text or content intention), supporting multiple template types and themes.
This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world. | mcp.so | B | 84 | 2 | — |
| AAsset Price MCPRetrieve and display real-time asset price information effortlessly. Access current prices for various assets, including precious metals and cryptocurrencies, to enhance your applications. Simplify data retrieval for large language models with this dedicated service. | mcp.so | B | 84 | 2 | — |
| MMailtrap Email Sending MCPAn MCP server that provides a tool for sending transactional emails via Mailtrap | mcp.so | B | 84 | 2 | — |
| AAluviaGive your AI agent unblockable browser access. Aluvia routes traffic through premium mobile carrier IPs to bypass 403s, CAPTCHAs, and WAFs automatically. | mcp.so | B | 84 | 2 | — |
| AAnycrawl - Turn Any Website Into Llm ReadyTurn any website into LLM-ready, and provide SERP | mcp.so | B | 84 | 2 | — |
| AAzure Mcp ServerThe Azure MCP Server gives MCP Clients access to key Azure services and tools like Azure Storage, Cosmos DB, the Azure CLI, and more. | mcp.so | B | 84 | 2 | — |
| CChaitin Ip Intelligencehelps you check IP reputations and supports direct subscription to complete malicious IP databases
homepage:
https://safepoint.cloud/landing/intelligence | mcp.so | B | 84 | 2 | — |
| CClaude ContextClaude Context is an MCP plugin that adds semantic code search to Claude Code and other AI coding agents, giving them deep context from your entire codebase. | mcp.so | B | 84 | 2 | — |
| CCloudBase AI ToolKit为微信小程序和全栈应用提供一站式后端服务 One-stop backend services for WeChat Mini-Programs and full-stack apps | mcp.so | B | 84 | 2 | — |
| CCoolifymcpCoolifyMCP provides complete access to all Coolify API endpoints through 18 consolidated tools. Enable AI assistants to manage applications, databases, servers, and deployments directly from your IDE. | mcp.so | B | 84 | 2 | — |
| DDevContextDevContext 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. DevContext leverages sophisticated retrieval methods, focusing on keyword analysis, relationship graphs, and structured metadata to deliver highly relevant context during development, understanding both your conversations and your codebase at a deeper level. The server operates with a database instance dedicated to a single project, eliminating cross-project complexity and ensuring performance with minimal resource requirements. DevContext builds a comprehensive understanding of your codebase - from repository structure down to individual functions - while continuously learning from and adapting to your development patterns. | mcp.so | B | 84 | 2 | — |
| DDiscourse Mcp ServerA Model Context Protocol (MCP) stdio server that exposes Discourse forum capabilities as tools for AI agents. Works with all deployments of discourse.org, self hosted or cloud hosted. just generate an API key to connect. | mcp.so | B | 84 | 2 | — |
| FFetcherMCP server for fetch web page content using Playwright headless browser. | mcp.so | B | 84 | 2 | — |
| FFirecrawl Mcp ServerOfficial Firecrawl MCP Server - Adds powerful web scraping to Cursor, Claude and any other LLM clients. | mcp.so | B | 84 | 2 | — |
| FFizzy MCPMCP server for Fizzy kanban task management. 8 tools for boards, cards, comments, checklists, and bulk operations. | mcp.so | B | 84 | 2 | — |
| GG SearchA powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously. | mcp.so | B | 84 | 2 | — |
| IInfranodus Knowledge Graphs & Text AnalysisMap text into knowledge graphs to create a structured representation of conceptual relations and topical clusters in your documents. Detect content gaps between the topical clusters and generate research questions to drive research and content creation using the powerful Graph RAG technology underpinning InfraNodus. Get additional insights about texts: main topics, keywords, and underlying themes. Connect to your existing InfraNodus graphs or create new ones to enrich analysis and outputs. | mcp.so | B | 84 | 2 | — |
| JJina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs. | mcp.so | B | 84 | 2 | — |
| JJustpayaiJustPayAI — The payment layer for AI agents. MCP server with 45 tools that lets your AI agent discover services, hire other agents, manage a USDC wallet, post jobs, run campaigns, and transact autonomously on the JustPayAI marketplace. | mcp.so | B | 84 | 2 | — |
| LLinux Clipboard MCP Server (wayland)MCP server to write to the Wayland clipboard via wl-copy.
This Model Context Protocol (MCP) server allows AI models to copy text directly to your Wayland clipboard using the wl-copy command-line tool. | mcp.so | B | 84 | 2 | — |
| LLotus WisdomContemplative problem-solving using the Lotus Sutra's wisdom framework. Multi-perspective reasoning with skillful means, non-dual recognition, and meditation pauses. | mcp.so | B | 84 | 2 | — |
| MMarkdown2pdfAgents speak Markdown. Humans prefer PDF. We bridge the gap for the final stage of your agentic workflow. No sign-ups, no credit cards, just sats for bytes. See https://markdown2pdf.ai for more. | mcp.so | B | 84 | 2 | — |
| MMcp Image ServerA TypeScript-based MCP server for generating custom images and icons using AI (GPT Image 1). It supports output formats including .png, .svg, .ico, and others. Designed for seamless integration with Vibe Coding, enabling on-demand visual asset creation for your projects. | mcp.so | B | 84 | 2 | — |
| MMCP Korean SpellMCP(Model Context Protocol) server designed for Korean spell checking | mcp.so | B | 84 | 2 | — |
| FFlomo MCP ServerA Model Context Protocol (MCP) server that lets you create notes in Flomo directly through AI chat interactions in Cursor or Claude desktop. Write and organize your thoughts seamlessly through natural language commands. | mcp.so | B | 84 | 2 | — |
| MMCP Smart CrawlerMCP Smart Crawler is a Model Context Protocol (MCP) server uses Playwright to crawl web content, extract metadata, and download resources such as videos and images. | mcp.so | B | 84 | 2 | — |
| TTwilio MCP MonorepoMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools | mcp.so | B | 84 | 2 | — |
| MMint Club V2Trade bonding curve tokens on Base via Mint Club V2. Buy, sell, swap (smart routing via bonding curves + Uniswap V3/V4), create tokens, check prices and balances. 10 tools for AI-powered DeFi on Base. | mcp.so | B | 84 | 3 | — |
| MMMAudioAI-powered video-to-audio and text-to-audio generation using MMAudio's advanced AI technology. | mcp.so | B | 84 | 2 | — |
| MMOCO agency and project management platformA Model Context Protocol (MCP) server that provides employee read access to the MOCO API for time tracking, project management, holiday tracking, and presence monitoring. | mcp.so | B | 84 | 2 | — |
| OOnx Mcp ServerA Model Context Protocol (MCP) server implementation that integrates with Onspring's API, allowing AI assistants to access and manipulate data stored in Onspring instances. | mcp.so | B | 84 | 2 | — |
| PPantheon McpPantheon-MCP enables agents to match each task with a tailored instructions set (agent definition) automatically. | mcp.so | B | 84 | 2 | — |
| PProject ScopeA production-ready MCP server that gives AI agents deep codebase understanding. Features AST-based semantic analysis, context-aware security scanning (zero false positives on source code), safe refactoring tools with previews, and comprehensive Git operations. | mcp.so | B | 84 | 2 | — |
| QQuotewise Quote MCPMCP server for semantic quote discovery. Search 600K quotes by meaning using vector embeddings - describe a concept, get relevant quotes. QuoteSightings shows source citations for every quote. 13 tools including semantic search, attribution lookup, and user collections. HTTP transport with OAuth device flow. | mcp.so | B | 84 | 3 | — |
| RRenamifySmart, case-aware search & replace for codebases. Provides atomic renaming of symbols, files, and directories with full undo/redo. The MCP server lets AI assistants plan, preview, and apply rename operations safely, handling all naming conventions (snake_case, camelCase, PascalCase, etc.) automatically. | mcp.so | B | 84 | 2 | — |
| SScrapiWeb scraping MCP server for AI agents. Bypass anti-bot systems and get clean, LLM-ready Markdown content. Supports both stdio and Streamable HTTP transports. Built on 8+ years of production scraping infrastructure. | mcp.so | B | 84 | 3 | — |
| TTauri MCP ServerBuild, test, debug, and interact with desktop and mobile applications with the Tauri framework.
Screenshots, DOM state, and console logs from your running app give the AI rich context to understand what's happening—and tools to interact with it. | mcp.so | B | 84 | 2 | — |
| TTeams McpMCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management. | mcp.so | B | 84 | 2 | — |
| TTencent LexiangOfficial Lexiang MCP Server | mcp.so | B | 84 | 9 | — |
| TTestdino McpTestDino MCP is a Model Context Protocol server that lets AI agents work directly with your Playwright test data, without leaving your editor or opening a browser.
Once connected, your AI assistant can browse TestDino runs, inspect failing tests, and manage manual cases using plain language. Ask it to “show the last 5 failed runs in production,” “debug the checkout flow test,” or “list all critical manual test cases in project X,” and it will call the right tools behind the scenes.
The server exposes 12 focused tools for CI runs, debugging, and manual test management. You can:
Check account health and validate your PAT
Filter runs by branch, commit, author, time window, or environment
Drill into a single test case, including errors, logs, steps, screenshots, and traces
Run debug_testcase to aggregate historical failures, classify patterns, and get AI‑ready prompts for root‑cause analysis and flakiness
Create, update, and organize manual test cases and suites (status, severity, tags, layers, behaviors)
TestDino MCP is MCP‑compatible and works with clients like Cursor and Claude Desktop. Configure it via mcp.json using either npx testdino-mcp (no install) or a global install (npm install -g testdino-mcp), and provide a TESTDINO_PAT from your TestDino account.
Typical use cases include: speeding up Playwright failure triage from within your IDE, giving AI agents structured access to real test history, and keeping manual test management in sync with how your team actually debugs CI. | mcp.so | B | 84 | 5 | — |
| TTestingbot Mcp ServerThe TestingBot MCP server allows you to take screenshots of your website on multiple browsers and operating systems. Create CDP sessions and interface with the TestingBot service. | mcp.so | B | 84 | 2 | — |
| �🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities | mcp.so | B | 84 | 3 | — |
| UUpstox Mcp ServerA Model Context Protocol (MCP) server for the Upstox Trading API that allows AI agents to access Indian stock market data, perform technical analysis, and view account information in a strictly read-only mode. | mcp.so | B | 84 | 2 | — |
| VVjshi Mcp在支持MCP协议的AI大模型客户端中,使用光厂(https://www.vjshi.com/?mcp)接口,搜索正版高清商用视频素材 | mcp.so | B | 84 | 2 | — |
| VVonage API Bindings MCP ServerThis server integrates a variety of Vonage's APIs as tools to help developers work with their applications. | mcp.so | B | 84 | 2 | — |
| WWallet McpSeamlessly connect your plugin wallet to an LLM—no private key setup required. Developed by TokenPocket. | mcp.so | B | 84 | 2 | — |
| WWikijs McpSimple Model Context Protocol (MCP) server for Wiki.js | mcp.so | B | 84 | 2 | — |
| 歌歌者ppt能够通过话题生成排版精美、内容详实的 PPT | mcp.so | B | 84 | 2 | — |
| git-guardrails-claude-code | Skills.sh | B | 85 | 1 | — |
| rivetkit | Skills.sh | B | 85 | 1 | — |
| AAML WatcherAML Watcher – Automated AML Risk Detection & Monitoring
AML Watcher is a RESTful API solution designed to streamline the detection and monitoring of potential money laundering activities. By automating the screening process for individuals and entities, AML Watcher helps organizations meet regulatory compliance standards while minimizing manual overhead. | mcp.so | B | 85 | 1 | — |
| BBrave SearchAn MCP server implementation that integrates the Brave Search API, providing comprehensive search capabilities including web search, local business search, image search, video search, news search, and AI-powered summarization. This project supports both HTTP and STDIO transports, with HTTP as the default mode. | mcp.so | B | 85 | 1 | — |
| BBrave SearchWeb and local search using Brave's Search API | mcp.so | B | 85 | 1 | — |
| CCryptoweatherCryptoWeather MCP Server provides real-time Bitcoin price prediction signals from the CryptoWeather AI system. Get hourly updated trading signals, performance metrics, and AI-driven market insights directly in your Claude conversations. | mcp.so | B | 85 | 1 | — |
| GGithubRepository management, file operations, and GitHub API integration | mcp.so | B | 85 | 1 | — |
| GGoogle MapsLocation services, directions, and place details | mcp.so | B | 85 | 1 | — |
| LLeague Of Legends Mock Match PredictorAI-powered League of Legends professional esports match predictor and summoner analysis tool. Predict outcomes for T1, Faker, Zeus, and other pro players with advanced statistical modeling. | mcp.so | B | 85 | 1 | — |
| NNats McpThis project provides a Model Context Protocol (MCP) server for NATS, enabling AI models and applications to interact with NATS messaging systems through a standardized interface. It exposes a comprehensive set of tools for interacting with NATS servers, making it ideal for AI-powered applications that need to work with messaging systems. | mcp.so | B | 85 | 1 | — |
| PPort IoPort is a developer portal-native AI that offers AI agents and an MCP server to build software catalogs, enable self-service actions, and connect directly to your IDE for smooth workflows. | mcp.so | B | 85 | 1 | — |
| SScaffoldScaffold is a specialized RAG system that transforms entire codebase into a living knowledge graph, capturing the deep structural relationships between files, classes, and functions. This provides AI agents with the crucial context to accurately understand, maintain, and reason about complex software, moving far beyond simple text retrieval. | mcp.so | B | 85 | 1 | — |
| SSonarQubeThe SonarQube MCP Server is a Model Context Protocol (MCP) server that enables seamless integration with SonarQube Server or Cloud for code quality and security. It also supports the analysis of code snippet directly within the agent context. | mcp.so | B | 85 | 1 | — |
| TTeamworkOfficial MCP server for Teamwork.com. | mcp.so | B | 85 | 1 | — |
| TTerminatorA lightweight Model Context Protocol (MCP) server written in Go that enables secure terminal command execution on macOS and Linux. Supports persistent shell sessions, configurable timeouts, and both HTTP (StreamableHTTP) and STDIO transports. Designed for AI integrations and automation use cases with flexible session management and platform-aware execution. | mcp.so | B | 85 | 1 | — |
| WWagmi Tech Payment MCP ServerTurkey's First Payment MCP Server
The Wagmi Tech Payment MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with payment service providers, allowing developers and AI agents to create and manage payment links effortlessly. | mcp.so | B | 85 | 1 | — |
| nutrient-document-processing | Skills.sh | A | 92 | 2 | — |
| day2-create-context-sync-skill | Skills.sh | A | 92 | 1 | — |
| day2-supplement-mcp | Skills.sh | A | 92 | 1 | — |
| day4-wrap-and-analyze | Skills.sh | A | 92 | 1 | — |
| ocr-super-surya | Skills.sh | A | 92 | 3 | — |
| mcp-integration | Skills.sh | A | 92 | 9 | — |
| gpt-researcher | Skills.sh | A | 92 | 1 | — |
| drawio | Skills.sh | A | 92 | 1 | — |
| building-mcp-server-on-cloudflare | Skills.sh | A | 92 | 2 | — |
| claude-settings-audit | Skills.sh | A | 92 | 3 | — |
| web-design-reviewer | Skills.sh | A | 92 | 1 | — |
| mcp-server-skills | Skills.sh | A | 92 | 1 | — |
| crawl | Skills.sh | A | 92 | 21 | — |
| extract | Skills.sh | A | 92 | 9 | — |
| research | Skills.sh | A | 92 | 14 | — |
| search | Skills.sh | A | 92 | 9 | — |
| crawl-url | Skills.sh | A | 92 | 1 | — |
| tavily-api-expert | Skills.sh | A | 92 | 2 | — |
| 112306 McpThis is a 12306 ticket search server based on the Model Context Protocol (MCP). | mcp.so | A | 92 | 1 | — |
| 3302_basic_mcp提供搜索/代码运行/计算器/网页解析/网页部署等基本功能。
Provide basic functions such as search, code execution, calculator, web parsing and web deploying. | mcp.so | A | 92 | 1 | — |
| 3302_browser_use_mcpAutomatically create a remote browser to complete your specified tasks, developed based on Browser Use + Sandbox.
自动创建一个远程浏览器,完成你指定的任务,基于Browser Use + Sandbox开发。 | mcp.so | A | 92 | 1 | — |
| 3302_custom_mcp在302后台自选Tools,快速生成定制的MCP Server。 | mcp.so | A | 92 | 1 | — |
| 3302_sandbox_mcpCreate a remote sandbox that can execute code/run commands/upload and download files.
创建远程沙盒,可以执行代码/运行命令/上传下载文件 | mcp.so | A | 92 | 1 | — |
| BBucket Feature Flags MCP ServerFlag features directly from chat in your code editor, including VS Code, Cursor, Windsurf, Claude Code—any IDE with MCP support. | mcp.so | A | 92 | 1 | — |
| CCanvas LMSA minimal but better Canvas LMS MCP (Machine Conversation Protocol) server for easy access to education data through your Canvas LMS instance. This server provides a bridge between AI systems (like Cursor) and Canvas Learning Management System. | mcp.so | A | 92 | 1 | — |
| CCoinStats MCPMCP Server for the CoinStats API.
Provides access to cryptocurrency market data, portfolio tracking, and news. | mcp.so | A | 92 | 1 | — |
| FFramelink Figma MCP ServerMCP server to provide Figma layout information to AI coding agents like Cursor | mcp.so | A | 92 | 1 | — |
| MMCP BoneA MCP Server connect to MCP Bone which is a container of other MCP Servers. | mcp.so | A | 92 | 1 | — |
| MMailmodo MCP ServerMailmodo MCP server to interact with Mailmodo APIs listed here. https://www.mailmodo.com/developers/8e957152b6128-getting-started-with-mailmodo-api | mcp.so | A | 92 | 2 | — |
| MMake MCP ServerMake MCP server enable seamless integration of Make scenarios into AI systems such as AI Assistants and Agents, empowering them to perform real-world tasks through your pre-configured workflows. | mcp.so | A | 92 | 1 | — |
| NNPM Sentinel MCPA Model Context Protocol server that enables AI-powered analysis of NPM packages through multiple tools for security vulnerability scanning, dependency analysis, package comparison, and quality assessment. | mcp.so | A | 92 | 1 | — |
| OOpenAPI Schema ExplorerMCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resources for client-side exploration. | mcp.so | A | 92 | 1 | — |
| TTextIn OCR MCPTextIn.com 官方OCR MCP Server,
支持快速识别文档中的ocr文字,转换文档为markdown,智能识别文档中的关键信息。 | mcp.so | A | 92 | 1 | — |
| TTickTick MCP ServerA Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation. | mcp.so | A | 92 | 1 | — |
| VVideoDB DirectorCreate AI-powered video workflows including automatic editing, content moderation, voice cloning, highlight generation, and searchable video moments—all accessible via simple APIs and intuitive chat-based interfaces. | mcp.so | A | 92 | 1 | — |
| AA11y McpAn MCP (Model Context Protocol) server for performing accessibility audits on webpages using axe-core. Use the results in an agentic loop with your favorite AI assistants (Cline/Cursor/GH Copilot) and let them fix a11y issues for you! | mcp.so | A | 92 | 1 | — |
| AAgentQL MCP ServerModel Context Protocol server that integrates AgentQL's data extraction capabilities. | mcp.so | A | 92 | 1 | — |
| NNero AI Image ProcessingA Model Context Protocol (MCP) server built for Nero AI, offering seamless access to a full suite of AI-powered image processing tools — including high-fidelity upscaling, photo restoration, noise reduction, background removal, colorization, and intelligent compression. Ideal for enhancing old or low-resolution images, streamlining creative workflows, and powering modern image editing pipelines with fast, reliable, and high-quality results. | mcp.so | A | 92 | 1 | — |
| AAihubmix Ideogram V3This is an MCP server for text-to-image generation; the image generation model is ideogram-v3; | mcp.so | A | 92 | 1 | — |
| AAITable Mcp ServerAITable.ai Model Context Protocol Server enables AI agents to connect and work with AITable datasheets. | mcp.so | A | 92 | 1 | — |
| 埃埃文IP定位 MCP Server埃文IP定位MCP | mcp.so | A | 92 | 1 | — |
| AAlaiCreate, edit, and export presentations with AI using Alai’s MCP. Supports slide generation, slide edits, and export to PowerPoint or PDF. | mcp.so | A | 92 | 1 | — |
| AAlfaAlfa seamlessly brings the latest code docs directly into your AI code editor. Our MCP (model context protocol) server, is like a cheat code that helps AI code editors like Cursor just work, no matter what LLM you're using. | mcp.so | A | 92 | 1 | — |
| AAlpaca's Official MCP ServerWith Alpaca's MCP server, you can:
* Build simple and complex trading strategies for stocks and options using natural language with your Alpaca account
* Pull real-time and historical market data for stocks and options, including stock prices, contract prices, and the Greeks, without switching tools
* Manage your portfolio including tracking investments, monitoring positions, and creating watchlists, all in one place
* Switch easily between your paper and live trading accounts | mcp.so | A | 92 | 1 | — |
| AAlpha Ess Solar Energy System ServerProvide seamless access to Alpha ESS solar inverter and battery system data for AI assistants. Monitor real-time and historical energy statistics, configure battery charge and discharge schedules, and analyze energy trends with structured, enhanced data responses. Enable intelligent energy management and system control through secure API integration. | mcp.so | A | 92 | 1 | — |
| AAmap Maps高德地图官方 MCP Server | mcp.so | A | 92 | 1 | — |
| AAnchor BrowserA remote-hosted and fully-controllable browser for your AI agent. | mcp.so | A | 92 | 1 | — |
| AAniListAniList MCP server for accessing AniList API data | mcp.so | A | 92 | 1 | — |
| AAPI Docs MCPMCP server for API documentation, supporting GraphQL, OpenAPI/Swagger, and gRPC from local files or remote URLs | mcp.so | A | 92 | 1 | — |
| AAuthn8Access your team's 2FA codes from AI agents without sharing secrets. List accounts, generate TOTP codes, and maintain full audit trails. Built for DevOps, CI/CD pipelines, and automated workflows that need to authenticate to protected services. | mcp.so | A | 92 | 1 | — |
| BBaidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。 | mcp.so | A | 92 | 1 | — |
| BBlocklens — Crypto On-Chain AnalyticsMCP server for blocklens on-chain analytics. Access 150+ metrics including price, supply, realized cap, MVRV, SOPR, HODL Waves age cohorts and many others — all computed from raw blockchain data. Blocklens - is a crypto analytics platform with native MCP support. | mcp.so | A | 92 | 1 | — |
| BBrowser Use McpA Model Context Protocol (MCP) server that provides browser automation capabilities using [Puppeteer](https://pptr.dev). This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models. | mcp.so | A | 92 | 1 | — |
| Ccaldav-mcpA CalDAV client using Model Context Protocol (MCP) to expose calendar operations as tools for AI assistants. | mcp.so | A | 92 | 1 | — |
| CCampertunity MCP ServerSearch campgrounds around the world on campertunity, check availability, and provide booking links | mcp.so | A | 92 | 1 | — |
| CccxtHigh-performance CCXT MCP server for cryptocurrency exchange integration | mcp.so | A | 92 | 1 | — |
| CChaitin Rivers RadarRivers Radar MCP
Based on large language models, provides data querying, analysis and operation capabilities for Chaitin Rivers Cloud - Website Security Monitoring through MCP Tools. | mcp.so | A | 92 | 1 | — |
| CClever Cloud Documentation MCP serverThis MCP demo Server based on FastMCP, exposes Clever Cloud's Documentation | mcp.so | A | 92 | 1 | — |
| CCloudinary MCP ServerModel Context Protocol (MCP) Server for Cloudinary API | mcp.so | A | 92 | 1 | — |
| CCode Context Provider MCPMCP server that provides code context and analysis for AI assistants. Extracts directory structure and code symbols using WebAssembly Tree-sitter parsers with Zero Native Dependencies. | mcp.so | A | 92 | 1 | — |
| CCode ReviewA MCP tool that automates code review and leaves comments directly on GitHub PRs, with support for Notion integration for custom review guidelines. | mcp.so | A | 92 | 1 | — |
| CCode Runner McpRun JavaScript/Python code in a secure sandbox with support for **any package import**. | mcp.so | A | 92 | 1 | — |
| CCoinGecko MCPOfficial CoinGecko MCP Server for Crypto Price & Market Data. Learn More: https://docs.coingecko.com/reference/mcp-server | mcp.so | A | 92 | 1 | — |
| CCongressmcpAn MCP server for the Congress.gov API that consolidates 91 operations into 6 comprehensive tools that can be used by any MCP client (i.e. Claude Desktop), or MCP-compatible AI agent, to query and reason about congressional data.
It has: full coverage of the Congress.gov APi, an NPM published bridge to enable stdio on local MCP clients, a web server over http transport, authentication, account and API key management.
Use cases organized by user type:
Policy Professionals:
- Track bills by keyword ("AI", "climate")
- Monitor swing-state voting patterns
- Research bill co-sponsors and amendments
Government Affairs:
- Daily briefings: "What happened in Congress yesterday?"
- Voting history for upcoming meetings
- Industry-specific legislative tracking
Journalists:
- Find voting pattern changes
- Background research on members
- Story leads from committee activities
AI Workflows:
- "Summarize all crypto bills and status"
- Generate weekly legislative updates
- Create talking points for hearings | mcp.so | A | 92 | 1 | — |
| CContextstreamPersistent memory for AI coding assistants. Works across Cursor, Claude, Windsurf, VS Code and any MCP client. Remember decisions, search semantically, analyze code dependencies — 60+ tools. Your AI's permanent brain. | mcp.so | A | 92 | 1 | — |
| CCoresignalAccess comprehensive B2B data on companies, employees, and job postings for your LLMs and AI workflows.
The MCP server provides access to the following data entities:
Coresignal Multi-source Company API: Access to 39M+ company records.
Coresignal Multi-source Employee API: Access to 725M+ employee records.
Coresignal Jobs API: Access to 349M+ job posting records | mcp.so | A | 92 | 1 | — |
| 腾腾讯云 COS MCP Server 🚀🚀🚀基于 MCP 协议的腾讯云 COS MCP Server,无需编码即可让大模型快速接入腾讯云存储 (COS) 和数据万象 (CI) 能力。 | mcp.so | A | 92 | 1 | — |
| CCrawleo Mcp ServerCrawleo MCP Server
Real-time web search and crawling capabilities for AI assistants through Model Context Protocol (MCP).
Overview
Crawleo MCP enables AI assistants to access live web data through two powerful tools:
web.search - Real-time web search with multiple output formats
web.crawl - Deep content extraction from any URL
Features
✅ Real-time web search from any country/language
✅ Multiple output formats - Enhanced HTML, Raw HTML, Markdown, Plain Text
✅ Device-specific results - Desktop, mobile, or tablet view
✅ Deep content extraction with JavaScript rendering
✅ Zero data retention - Complete privacy
✅ Auto-crawling option for search results
Getting Your API Key
Visit crawleo.dev
Sign up for a free account
Navigate to your dashboard
Copy your API key
Setup Instructions
1. Claude Desktop
Location of config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Configuration:
Open the config file and add:
json{
"mcpServers": {
"crawleo": {
"url": "https://api.crawleo.dev/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
```
Replace `YOUR_API_KEY_HERE` with your actual API key from crawleo.dev.
**Steps:**
1. Open the config file in a text editor
2. Add the Crawleo MCP configuration
3. Save the file
4. Restart Claude Desktop completely (quit and reopen)
5. Start a new conversation and ask Claude to search the web!
**Example usage:**
```
"Search for the latest AI news and summarize the top 5 articles"
"Find Python web scraping tutorials and extract code examples"
2. Cursor IDE
Location of config file:
macOS: ~/.cursor/config.json or ~/Library/Application Support/Cursor/config.json
Windows: %APPDATA%\Cursor\config.json
Linux: ~/.config/Cursor/config.json
Configuration:
json{
"mcpServers": {
"crawleo": {
"url": "https://api.crawleo.dev/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
```
**Steps:**
1. Locate and open your Cursor config file
2. Add the Crawleo MCP configuration
3. Save the file
4. Restart Cursor
5. The MCP tools will be available in your AI assistant
**Example usage in Cursor:**
```
"Search for React best practices and add them to my code comments"
"Find the latest documentation for this API endpoint"
3. Windsurf IDE
Location of config file:
macOS: ~/Library/Application Support/Windsurf/config.json
Windows: %APPDATA%\Windsurf\config.json
Linux: ~/.config/Windsurf/config.json
Configuration:
json{
"mcpServers": {
"crawleo": {
"url": "https://api.crawleo.dev/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
Steps:
Open the Windsurf config file
Add the Crawleo MCP server configuration
Save and restart Windsurf
Start using web search in your coding workflow
4. GitHub Copilot
⚠️ Note: As of now, GitHub Copilot does not natively support MCP servers. MCP integration is currently available for Claude Desktop, Cursor, Windsurf, and other MCP-compatible applications.
If GitHub Copilot adds MCP support in the future, the configuration would be similar to other tools.
Alternative: Use Cursor IDE (which supports both Copilot-like features AND MCP) for the best of both worlds.
5. OpenAI Platform (Custom Integration)
OpenAI's platform doesn't directly support MCP, but you can integrate Crawleo through function calling:
Using OpenAI API with Crawleo:
pythonimport openai
import requests
# Define Crawleo as a function for OpenAI
tools = [
{
"type": "function",
"function": {
"name": "web_search",
"description": "Search the web in real-time",
"parameters": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query"
},
"markdown": {
"type": "boolean",
"description": "Return results in Markdown format"
}
},
"required": ["query"]
}
}
}
]
# When OpenAI calls the function, execute it:
def execute_web_search(query, markdown=True):
response = requests.post(
"https://api.crawleo.dev/mcp",
headers={"Authorization": "Bearer YOUR_API_KEY_HERE"},
json={
"method": "web.search",
"params": {
"query": query,
"markdown": markdown
}
}
)
return response.json()
# Use with OpenAI
response = openai.ChatCompletion.create(
model="gpt-4",
messages=[{"role": "user", "content": "Search for AI news"}],
tools=tools
)
```
---
## Available Tools
### web.search
Search the web in real-time with customizable parameters.
**Parameters:**
- `query` *(required)* - Search term
- `max_pages` - Number of result pages (default: 1)
- `setLang` - Language code (e.g., "en", "ar")
- `cc` - Country code (e.g., "US", "EG")
- `device` - Device type: "desktop", "mobile", "tablet" (default: "desktop")
- `enhanced_html` - Get clean HTML (default: true)
- `raw_html` - Get raw HTML (default: false)
- `markdown` - Get Markdown format (default: true)
- `page_text` - Get plain text (default: false)
- `auto_crawling` - Auto-crawl result URLs (default: false)
**Example:**
```
Ask your AI: "Search for 'Python web scraping' and return results in Markdown"
```
---
### web.crawl
Extract content from specific URLs.
**Parameters:**
- `urls` *(required)* - List of URLs to crawl
- `rawHtml` - Return raw HTML (default: false)
- `markdown` - Convert to Markdown (default: false)
- `screenshot` - Capture screenshot (optional)
- `country` - Geographic location
**Example:**
```
Ask your AI: "Crawl https://example.com and extract the main content in Markdown"
```
---
## Troubleshooting
### MCP server not appearing
1. **Check config file location** - Make sure you're editing the correct file
2. **Verify JSON syntax** - Use a JSON validator to check for syntax errors
3. **Restart the application** - Completely quit and reopen (not just reload)
4. **Check API key** - Ensure your API key is valid and active at crawleo.dev
### Authentication errors
- Verify your API key is correct
- Make sure the key is wrapped in quotes
- Check that "Bearer " prefix is included in the Authorization header
- Confirm your account has available credits at crawleo.dev
### No results returned
- Check your internet connection
- Verify the search query is not empty
- Try a simpler search query first
- Check API status at crawleo.dev
---
## Usage Examples
### Research Assistant
```
"Search for recent developments in quantum computing and summarize the key findings"
```
### Content Analysis
```
"Search for competitor pricing pages and extract their pricing tiers"
```
### Code Documentation
```
"Find the official documentation for FastAPI and extract the quickstart guide"
```
### News Monitoring
```
"Search for today's news about artificial intelligence from US sources"
```
### Market Research
```
"Search for customer reviews of iPhone 15 and analyze sentiment"
Pricing
Crawleo MCP uses the same affordable pricing as our API:
10,000 searches → $20
100,000 searches → $100
250,000 searches → $200
Check your usage and manage your subscription at crawleo.dev
Privacy & Security
✅ Zero data retention - We never store your search queries or results
✅ Secure authentication - API keys transmitted over HTTPS
✅ No tracking - Your usage patterns remain private
Support
Documentation: crawleo.dev/docs
API Status: crawleo.dev/status
Contact: support@crawleo.dev
Links
🌐 Website: crawleo.dev
📚 Documentation: crawleo.dev/docs
🔑 Get API Key: crawleo.dev
Built with ❤️ by Ahmed Ellaban
Empowering AI with real-time web knowledge.
Would you like me to:
Add troubleshooting for specific errors?
Create a video script for setup tutorial?
Add more code examples for different languages?
Create a quick-start guide separate from this README?
RetryAEthis is example of doing that using githup copilot {
"servers": {
"MongoDB": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mongodb-mcp-server",
"--connectionString",
"mongodb+srv://Smarty:Smartydb@cluster0.bla8e.mongodb.net/",
"--readOnly"
]
},
"Crawleo": {
"url": "https://api.crawleo.dev/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer sk_2adaff4e_215a0da400999b9c2ca8c2002643f206cab10dc4bcb1f34f798ccd328c1f4117",
}
}
}
}and this using open ai platformfrom openai import OpenAI
client = OpenAI()
response = client.responses.create(
model="gpt-5-nano",
input=[
{
"role": "user",
"content": [
{
"type": "input_text",
"text": "search for latest news about openai models\n\n"
}
]
}
],
text={
"format": {
"type": "text"
},
"verbosity": "medium"
},
reasoning={
"effort": "medium"
},
tools=[
{
"type": "mcp",
"server_label": "Crawleo",
"server_url": "https://api.crawleo.dev/mcp",
"server_description": "Crawleo MCP Server - Real-Time Web Knowledge for AI",
"authorization": "sk_2adaff4e_215a0da400999b9c2ca8c2002643f206cab10dc4bcb1f34f798ccd328c1f4117",
"allowed_tools": [
"search_web",
"crawl_web"
],
"require_approval": "always"
}
],
store=True,
include=[
"reasoning.encrypted_content",
"web_search_call.action.sources"
]
)Show morePerfect! Here's the updated README with the correct configurations for GitHub Copilot and OpenAI Platform:
Crawleo MCP Server
Real-time web search and crawling capabilities for AI assistants through Model Context Protocol (MCP).
Overview
Crawleo MCP enables AI assistants to access live web data through two powerful tools:
web.search - Real-time web search with multiple output formats
web.crawl - Deep content extraction from any URL
Features
✅ Real-time web search from any country/language
✅ Multiple output formats - Enhanced HTML, Raw HTML, Markdown, Plain Text
✅ Device-specific results - Desktop, mobile, or tablet view
✅ Deep content extraction with JavaScript rendering
✅ Zero data retention - Complete privacy
✅ Auto-crawling option for search results
Getting Your API Key
Visit crawleo.dev
Sign up for a free account
Navigate to your dashboard
Copy your API key (starts with sk_)
Setup Instructions
1. Claude Desktop
Location of config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Configuration:
json{
"mcpServers": {
"crawleo": {
"url": "https://api.crawleo.dev/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
```
Replace `YOUR_API_KEY_HERE` with your actual API key from crawleo.dev.
**Steps:**
1. Open the config file in a text editor
2. Add the Crawleo MCP configuration
3. Save the file
4. Restart Claude Desktop completely (quit and reopen)
5. Start a new conversation and ask Claude to search the web!
**Example usage:**
```
"Search for the latest AI news and summarize the top 5 articles"
"Find Python web scraping tutorials and extract code examples"
2. Cursor IDE
Location of config file:
macOS: ~/.cursor/config.json or ~/Library/Application Support/Cursor/config.json
Windows: %APPDATA%\Cursor\config.json
Linux: ~/.config/Cursor/config.json
Configuration:
json{
"mcpServers": {
"crawleo": {
"url": "https://api.crawleo.dev/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
```
**Steps:**
1. Locate and open your Cursor config file
2. Add the Crawleo MCP configuration
3. Save the file
4. Restart Cursor
5. The MCP tools will be available in your AI assistant
**Example usage in Cursor:**
```
"Search for React best practices and add them to my code comments"
"Find the latest documentation for this API endpoint"
3. Windsurf IDE
Location of config file:
macOS: ~/Library/Application Support/Windsurf/config.json
Windows: %APPDATA%\Windsurf\config.json
Linux: ~/.config/Windsurf/config.json
Configuration:
json{
"mcpServers": {
"crawleo": {
"url": "https://api.crawleo.dev/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
Steps:
Open the Windsurf config file
Add the Crawleo MCP server configuration
Save and restart Windsurf
Start using web search in your coding workflow
4. GitHub Copilot
Location of config file:
For GitHub Copilot in VS Code or compatible editors, you need to configure MCP servers.
Configuration:
Create or edit your MCP config file and add:
json{
"servers": {
"Crawleo": {
"url": "https://api.crawleo.dev/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
Complete example with multiple servers:
json{
"servers": {
"Crawleo": {
"url": "https://api.crawleo.dev/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
```
**Steps:**
1. Open your GitHub Copilot MCP configuration
2. Add the Crawleo server configuration
3. Save the file
4. Restart VS Code or your IDE
5. GitHub Copilot can now use Crawleo for web searches!
**Example usage:**
```
Ask Copilot: "Search for the latest Python best practices"
Ask Copilot: "Find documentation for this library"
5. OpenAI Platform (Direct Integration)
OpenAI now supports MCP servers directly! Here's how to use Crawleo with OpenAI's API:
Python Example:
pythonfrom openai import OpenAI
client = OpenAI()
response = client.responses.create(
model="gpt-4",
input=[
{
"role": "user",
"content": [
{
"type": "input_text",
"text": "search for latest news about openai models"
}
]
}
],
text={
"format": {
"type": "text"
},
"verbosity": "medium"
},
reasoning={
"effort": "medium"
},
tools=[
{
"type": "mcp",
"server_label": "Crawleo",
"server_url": "https://api.crawleo.dev/mcp",
"server_description": "Crawleo MCP Server - Real-Time Web Knowledge for AI",
"authorization": "YOUR_API_KEY_HERE",
"allowed_tools": [
"web.search",
"web.crawl"
],
"require_approval": "always"
}
],
store=True,
include=[
"reasoning.encrypted_content",
"web_search_call.action.sources"
]
)
print(response)
Key Parameters:
server_url - Crawleo MCP endpoint
authorization - Your Crawleo API key
allowed_tools - Enable web.search and/or web.crawl
require_approval - Set to "always", "never", or "conditional"
Node.js Example:
javascriptimport OpenAI from 'openai';
const client = new OpenAI();
const response = await client.responses.create({
model: 'gpt-4',
input: [
{
role: 'user',
content: [
{
type: 'input_text',
text: 'search for latest AI developments'
}
]
}
],
tools: [
{
type: 'mcp',
server_label: 'Crawleo',
server_url: 'https://api.crawleo.dev/mcp',
server_description: 'Crawleo MCP Server - Real-Time Web Knowledge for AI',
authorization: 'YOUR_API_KEY_HERE',
allowed_tools: ['web.search', 'web.crawl'],
require_approval: 'always'
}
]
});
console.log(response);
```
---
## Available Tools
### web.search
Search the web in real-time with customizable parameters.
**Parameters:**
- `query` *(required)* - Search term
- `max_pages` - Number of result pages (default: 1)
- `setLang` - Language code (e.g., "en", "ar")
- `cc` - Country code (e.g., "US", "EG")
- `device` - Device type: "desktop", "mobile", "tablet" (default: "desktop")
- `enhanced_html` - Get clean HTML (default: true)
- `raw_html` - Get raw HTML (default: false)
- `markdown` - Get Markdown format (default: true)
- `page_text` - Get plain text (default: false)
- `auto_crawling` - Auto-crawl result URLs (default: false)
**Example:**
```
Ask your AI: "Search for 'Python web scraping' and return results in Markdown"
```
---
### web.crawl
Extract content from specific URLs.
**Parameters:**
- `urls` *(required)* - List of URLs to crawl
- `rawHtml` - Return raw HTML (default: false)
- `markdown` - Convert to Markdown (default: false)
- `screenshot` - Capture screenshot (optional)
- `country` - Geographic location
**Example:**
```
Ask your AI: "Crawl https://example.com and extract the main content in Markdown"
```
---
## Troubleshooting
### MCP server not appearing
1. **Check config file location** - Make sure you're editing the correct file
2. **Verify JSON syntax** - Use a JSON validator to check for syntax errors
3. **Restart the application** - Completely quit and reopen (not just reload)
4. **Check API key** - Ensure your API key is valid and active at crawleo.dev
### Authentication errors
- Verify your API key is correct (should start with `sk_`)
- Make sure the key is wrapped in quotes
- Check that "Bearer " prefix is included in the Authorization header (for Claude/Cursor/Windsurf)
- For OpenAI Platform, use the key directly in the `authorization` field
- Confirm your account has available credits at crawleo.dev
### No results returned
- Check your internet connection
- Verify the search query is not empty
- Try a simpler search query first
- Check API status at crawleo.dev
### Tool names not recognized
Make sure you're using the correct tool names:
- Use `web.search` (not `search_web`)
- Use `web.crawl` (not `crawl_web`)
---
## Usage Examples
### Research Assistant
```
"Search for recent developments in quantum computing and summarize the key findings"
```
### Content Analysis
```
"Search for competitor pricing pages and extract their pricing tiers"
```
### Code Documentation
```
"Find the official documentation for FastAPI and extract the quickstart guide"
```
### News Monitoring
```
"Search for today's news about artificial intelligence from US sources"
```
### Market Research
```
"Search for customer reviews of iPhone 15 and analyze sentiment"
Pricing
Crawleo MCP uses the same affordable pricing as our API:
10,000 searches → $20
100,000 searches → $100
250,000 searches → $200
Check your usage and manage your subscription at crawleo.dev
Privacy & Security
✅ Zero data retention - We never store your search queries or results
✅ Secure authentication - API keys transmitted over HTTPS
✅ No tracking - Your usage patterns remain private
Support
Documentation: crawleo.dev/docs
API Status: crawleo.dev/status
Contact: support@crawleo.dev
Links
🌐 Website: crawleo.dev
📚 Documentation: crawleo.dev/docs
🔑 Get API Key: crawleo.dev | mcp.so | A | 92 | 11 | — |
| Ccreate-mcp-serverA MCP Server to Create MCP Server | mcp.so | A | 92 | 1 | — |
| CCUFinderCUFinder MCP Server connects AI assistants to 1B+ professional profiles and 85M+ company records. Find verified emails, phone numbers, company data, tech stacks, and revenue insights. Search contacts by role, industry, or location. Enrich leads and discover local businesses in real-time. | mcp.so | A | 92 | 2 | — |
| DData Gov IlMCP server for accessing Israeli Government Open Data through data.gov.il
Enables Claude and other AI assistants to search, discover, and analyze thousands of government datasets from Israel's open data portal. | mcp.so | A | 92 | 1 | — |
| DDeepPressTalk to your Sites using your favorite AI chatbot, make any Wordpress/Ghost/Substack/RSS website content available to your AI.
Add your site once, and it becomes visible to MCP‑compatible chatbots and tools—no extra CMS plugin/software required. | mcp.so | A | 92 | 1 | — |
| DDevnagri Translation MCP ServerA JavaScript-based Model Context Protocol (MCP) server providing translation, language detection, and supported language listing via Devnagri AI APIs, with a focus on Indic languages. | mcp.so | A | 92 | 1 | — |
| DDice RollA Model Context Protocol (MCP) server for simulating dice rolls with support for standard dice notation and Fate/Fudge dice. It provides tools to parse dice notation strings (like "3d6+4") and generate random dice rolls. Integrates with MCP-compatible clients like Claude Desktop and features full input/output validation using Zod schemas. It supports both standard dice (NdS+M format) and Fate/Fudge dice (NdF format) commonly used in tabletop role-playing games. | mcp.so | A | 92 | 1 | — |
| DDocfork MCPDocfork MCP Server - @latest docs of 9000+ code libraries for your AI code editor. | mcp.so | A | 92 | 1 | — |
| DDocker Techstack Rolldev Mcp ServerMCP server for Roll Docker Stack and multi-framework development environments. | mcp.so | A | 92 | 1 | — |
| Dduck-duck-scrape-mcpAn MCP server for (free!) search results via duckduckgo | mcp.so | A | 92 | 1 | — |
| EEdgedb Mcp ServerEdgeDB MCP Server is a tool based on the Model Context Protocol (MCP) that provides query and management capabilities for EdgeDB databases. | mcp.so | A | 92 | 1 | — |
| EEdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL. | mcp.so | A | 92 | 1 | — |
| EEnhance PromptAccepts a simple keyword, phrase, or initial brief prompt and enhances it into a detailed, high-quality prompt. This tool elevates minimal input by adding structure, context, and specificity, transforming basic ideas into effective prompts optimized for generating better and more predictable results from AI models. | mcp.so | A | 92 | 1 | — |
| EEverArtAI image generation using various models | mcp.so | A | 92 | 1 | — |
| EExcel To JSON MCP By WTSolutionsThe Excel to JSON MCP (Model Context Protocol) provides a standardized interface for converting Excel and CSV data into JSON format using the Model Context Protocol. This MCP implementation offers two specific tools for data conversion:
excel_to_json_mcp_from_data: Converts tab-separated or comma-separated text data
excel_to_json_mcp_from_url: Converts Excel from a provided URL | mcp.so | A | 92 | 1 | — |
| FFal Image Video McpSeamless bridge between FAL AI's powerful image and video generation capabilities and MCP-compatible clients like Claude. All generated content is automatically downloaded to your local machine while providing public URLs, data URLs, and local file paths. | mcp.so | A | 92 | 1 | — |
| BBasic Network Data Query ToolCore network security data includes PassiveDNS resolution records, domain and IP registration details, website certificate information, and IOC (Indicators of Compromise) database queries. | mcp.so | A | 92 | 1 | — |
| DDomain-Related Foundational DataThese tools are used to query domain-related data within the broader scope of foundational network security data. This includes co-occurring domains, domain popularity rankings, webpage content, and domain intelligence from the Libra data platform. | mcp.so | A | 92 | 1 | — |
| IIP-Related Foundational DataThese tools are used to query IP-related information within the foundational network data set. Currently, this includes IP geolocation lookup. | mcp.so | A | 92 | 1 | — |
| SSample-Related Foundational DataThese tools are used to query sample-related information within the foundational network data set. Currently, this includes access to sandbox analysis data. | mcp.so | A | 92 | 1 | — |
| FFigcraft - Code-driven SVG Diagram GeneratorCode-driven SVG diagram library for TypeScript/Node.js. Generate publication-quality architecture diagrams, flowcharts, and neural network diagrams with just a few lines of code. Features 10
shapes, 11 arrow heads, smart auto-routing with obstacle avoidance, and multi-format export (SVG/PNG/JPG/WebP/PDF). AI agents can generate diagrams through natural language via MCP integration. | mcp.so | A | 92 | 1 | — |
| FFlomo MCPWriter notes to flomo | mcp.so | A | 92 | 1 | — |
| FFluid AttacksModel Context Protocol (MCP) server that provides tools for interacting with the Fluid API, enabling vulnerability management, organization insights, and GraphQL query execution. | mcp.so | A | 92 | 1 | — |
| FFlyonui McpBuild modern, production-ready UI blocks, components, and landing pages in minutes. | mcp.so | A | 92 | 1 | — |
| FFree TikTok Analytics MCP Server by viral.appConnect your AI tools to live TikTok analytics with viral.app's Model Context Protocol (MCP) server. Get real-time TikTok data directly in Cursor, Claude Desktop, Raycast, and more. | mcp.so | A | 92 | 1 | — |
| GGBOX Android MCPGBOX provides environments for AI Agents to operate computer and mobile devices.
Mobile Scenario: Your agents can use GBOX to develop/test android apps, or run apps on the Android to complete various tasks(mobile automation).
Desktop Scenario: Your agents can use GBOX to operate desktop apps such as browser, terminal, VSCode, etc(desktop automation).
MCP: You can also plug GBOX MCP to any Agent you like, such as Cursor, Claude Code. These agents will instantly get the ability to operate computer and mobile devices. | mcp.so | A | 92 | 1 | — |
| GGenerectGenerect MCP connects your live lead database directly to AI models like OpenAI or Claude without exports or delays. It streams enriched, up-to-date contact data (titles, firmographics, signals) straight into prompts so LLMs can personalize, score, and recommend leads automatically in real time. | mcp.so | A | 92 | 1 | — |
| GGeo Mcp Server这是一个基于 Model Context Protocol (MCP) 的地理处理工具服务器,提供坐标系统转换、距离计算、面积计算等空间分析功能。 | mcp.so | A | 92 | 1 | — |
| GGet My LocationObtaining the precise current location of the user and combining it with weather, maps, and other location-based services such as MCP is highly effective! | mcp.so | A | 92 | 1 | — |
| GGithub Mcp ServerGitHub MCP Server
A Model Context Protocol (MCP) server that provides 29 Git operations + 11 workflow combinations for AI assistants and developers. This server exposes comprehensive Git repository management through a standardized interface, enabling AI models and developers to safely manage complex version control workflows.
It is also a CLI tool as well. | mcp.so | A | 92 | 1 | — |
| GGitLabGitLab API, enabling project management | mcp.so | A | 92 | 1 | — |
| GGlobalpingGives any LLM the tools to run network commands like ping, traceroute, mtr, HTTP and DNS resolve from any location in the world. | mcp.so | A | 92 | 1 | — |
| GGoPlusGoPlus Security is the leading Web3 security layer, providing comprehensive protection for multiple blockchain ecosystems. This project provides a MCP server for LLM Client to connect to the GoPlus Security Intelligence. Through this server, LLM Client can directly access and analyze blockchain security data, helping users with token security analysis, address risk assessment, and comprehensive Web3 security checks. | mcp.so | A | 92 | 1 | — |
| GGoweb3 DataGoWeb3 Data MCP Server provides events and news curated by GoWeb3.fyi | mcp.so | A | 92 | 1 | — |
| HHass-MCPHome Assistant MCP Server | mcp.so | A | 92 | 1 | — |
| HHive IntelligenceThe Ultimate Cryptocurrency MCP for AI Assistants - Unified access to crypto, DeFi, and Web3 analytics | MCP Endpoint | mcp.so | A | 92 | 1 | — |
| HHowtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today" | mcp.so | A | 92 | 1 | — |
| Iilert - MCP ServerThe official Model Context Protocol (MCP) server for ilert. | mcp.so | A | 92 | 3 | — |
| IImgMCPConnecting Models to Your Creativity.
We aspire to bring the unique capabilities of AI models to every creative individual,
delivering better experiences, lower costs, and higher efficiency.
This is the meaning behind our creation of ImgMCP. | mcp.so | A | 92 | 1 | — |
| IIPLocateLook up IP address geolocation, network information, detect proxies and VPNs, and find abuse contact details using IPLocate.io | mcp.so | A | 92 | 1 | — |
| KK8s Mcp ServerK8s MCP Server | mcp.so | A | 92 | 1 | — |
| KKakao Mobility Mcp ServerKakao Mobility MCP Server for directions and transit information | mcp.so | A | 92 | 1 | — |
| KKeywordspeopleuse Seo Mcp ServerUsing the KeywordsPeopleUse MCP Server integration you can directly interact with the keyword research functionality available from KeywordsPeopleUse within your AI chat.
This means you can now access and work with live Google People Also Ask Data, Google Autocomplete data, Reddit and Quora questions, and Sematic Keyword data directly in your LLM | mcp.so | A | 92 | 1 | — |
| KKuzumem McpYet another memory system for agents. This one with a coding project focus. My hobby project for learning TypeScript, Graph Databases and MCP. Vibe code 75% so bugs might ensue. Would love some userfeedback and feel free to pitch in with the development.
Support both SSE and stdio and the servers are end-to-end tested. Cline and Cursor work with stdio atleast based on my testing.
Stack:
TypeScript
KuzuDB
Model-Context-Protocol support (no official SDK yet) | mcp.so | A | 92 | 1 | — |
| LLambdatest Mcp ServerLambdaTest MCP Servers ranging from Accessibility, SmartUI, Automation, and HyperExecute allows you to connect AI assistants with your testing workflow, streamlining setup, analyzing failures, and generating fixes to speed up testing and improve efficiency. | mcp.so | A | 92 | 1 | — |
| LLangfuse MCPProduction-ready Langfuse MCP Server with 28 tools for LLM analytics, cost monitoring, and dataset management. Features secure dual-mode operation (readonly & readwrite), real-time cost analysis, trace debugging, and comprehensive usage insights. Deploy instantly with npx for seamless Claude Desktop and other LLM Client integration. | mcp.so | A | 92 | 2 | — |
| LLinkinatorA Model Context Protocol (MCP) server that provides link checking capabilities using linkinator. This allows AI assistants like Claude to scan webpages and local files for broken links. | mcp.so | A | 92 | 1 | — |
| LLuckycola Mcp基于LuckyCola开放能力的MCP(Model Context Protocol)服务。支持图片合规性检查、文件操作、图片压缩、图片OCR等丰富功能. | mcp.so | A | 92 | 1 | — |
| LLuminThis is an MCP (Model Context Protocol) server for integrating with Lumin's API services. It allows AI assistants (MCP clients, e.g Claude Desktop, Cursor) to interact with Lumin features such as document management, signature requests, and user information. | mcp.so | A | 92 | 1 | — |
| LLunch MoneyConnect Claude to your Lunch Money personal finance data for conversational money management. Ask natural language questions about spending, manage budgets and categories, create transactions, and get financial insights through chat. Supports full CRUD operations including transaction queries, budget management, category organization, and asset tracking. Perfect for AI-powered personal finance analysis without leaving your conversation with Claude. | mcp.so | A | 92 | 1 | — |
| MMake MCP ServerMake MCP server enable seamless integration of Make scenarios into AI systems such as AI Assistants and Agents, empowering them to perform real-world tasks through your pre-configured workflows. | mcp.so | A | 92 | 1 | — |
| MMarkdown RulesThe portable alternative to Cursor Rules and IDE-specific rules.
Transform your project documentation into intelligent AI context using standard Markdown files that work across any MCP-compatible AI tool. Escape vendor lock-in and scattered documentation forever. | mcp.so | A | 92 | 1 | — |
| MMcp Agent ForgeA powerful MCP tool for forging and managing AI agent personalities with customizable expert traits and behaviors.
一个可以由大模型控制并定制Agent的MCP工具,supervisor架构,低成本复刻类似于CO-STORM的multi-agent research。 | mcp.so | A | 92 | 1 | — |
| MMcp FirebirdMCP Firebird is a server that implements Anthropic's Model Context Protocol (MCP) for Firebird SQL databases. It allows Large Language Models (LLMs) like Claude to access, analyze, and manipulate data in Firebird databases securely and in a controlled manner. | mcp.so | A | 92 | 1 | — |
| �🔧 MCP Fixer ServerBuild-and-run diagnostics for Claude Desktop MCP servers in one command. MCP-Fixer runs 25 diagnostics on every MCP server, pinpoints port/path issues, and offers one-click fixes – no config. | mcp.so | A | 92 | 1 | — |
| HHK Transport ETAGet ETA (Estimated Time of Arrival) for public transport in Hong Kong. | mcp.so | A | 92 | 1 | — |
| MMcp Math Calculator精确数学计算的 MCP 服务器 - 为 AI 提供 100% 准确的数学计算能力 | mcp.so | A | 92 | 1 | — |
| MMCP Proxy ServerAn MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server. | mcp.so | A | 92 | 2 | — |
| MMcp RequestA general-purpose HTTP request service for interacting with multiple APIs | mcp.so | A | 92 | 1 | — |
| Mmcp-server-bearMCP server for Bear note-taking app | mcp.so | A | 92 | 1 | — |
| MMCP Server DockerMCP Server for Docker | mcp.so | A | 92 | 1 | — |
| MMcp Server EsaAn MCP server for Alibaba Cloud ESA (Edge Security Acceleration). | mcp.so | A | 92 | 1 | — |
| Mmcp-server-flomo MCP ServerWrite notes to Flomo | mcp.so | A | 92 | 1 | — |
| NNeon MCP ServerMCP server for interacting with Neon Management API and databases | mcp.so | A | 92 | 1 | — |
| MMCP Weather ServerA Model Context Protocol (MCP) server that provides hourly weather forecasts using the AccuWeather API. | mcp.so | A | 92 | 1 | — |
| MMCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs | mcp.so | A | 92 | 1 | — |
| MMintlineConnect AI assistants like Claude to manage your receipts and bank transactions using natural language. Automatically match receipts to transactions, analyze spending patterns, and review financial data conversationally. | mcp.so | A | 92 | 2 | — |
| MMistTrack MCPThe MistTrack MCP server allows Claude AI to directly access blockchain data provided by the MistTrack API, offering address analysis, risk assessment, transaction tracking, and fund flow visualization capabilities, with support for multi-layer recursive transaction analysis. | mcp.so | A | 92 | 1 | — |
| MMobile McpMCP server for iOS and Android Mobile Development, Automation and Testing | mcp.so | A | 92 | 1 | — |
| MMockuuupsMCP remote server for Mockuuups Studio API. Generate professional mockups directly from AI chat interfaces like Claude, ChatGPT, and automation tools. Streamlines design workflows by eliminating context switching between tools. | mcp.so | A | 92 | 1 | — |
| NNano Banana Ai Image GeneratorMCP server for Nanana AI image generation service powered by Google Gemini's nano banana model. This server allows Claude Desktop and other MCP clients to generate and transform images using nano banana's powerful image generation capabilities. | mcp.so | A | 92 | 1 | — |
| NNews AgentNewsDigest, Just news, Nothing else.
Stay informed with curated news briefs and trending stories. Get the latest news without the noise. | mcp.so | A | 92 | 1 | — |
| NNewsforkidsNews for Kids.
Kid-Sized News, Grown-Up Ideas.
Make sense of the world through simplified news and engaging stories. | mcp.so | A | 92 | 1 | — |
| Nnewsnow-mcp-serverOfficial MCP Server for newnow, 40+ sources available. | mcp.so | A | 92 | 1 | — |
| NNextcloudmcpA comprehensive Model Context Protocol (MCP) server for Nextcloud integration, providing AI agents with secure access to Nextcloud's file management, sharing, user administration, and system monitoring capabilities. | mcp.so | A | 92 | 1 | — |
| NNotion MCP Server**Notion MCP Server** is a Model Context Protocol (MCP) server implementation that enables AI assistants to interact with Notion's API. This production-ready server provides a complete set of tools. | mcp.so | A | 92 | 1 | — |
| OOctocodeAdvanced AI code assistant that intelligently searches and discovers connections across GitHub repositories and NPM packages. Features zero-config authentication, smart fallbacks, and LLM-optimized content delivery. Ask natural language questions to understand code architectures, find implementation patterns, and explore the entire development ecosystem. | mcp.so | A | 92 | 1 | — |
| OOpenapi InspectorStop pasting API docs. Let your LLM dynamically navigate OpenAPI/Swagger specs and extract precise JSON schemas on-demand. | mcp.so | A | 92 | 2 | — |
| OOpentofuOpenTofu MCP Server for accessing the OpenTofu Registry | mcp.so | A | 92 | 3 | — |
| OOutrunThe API that lets Claude check if Bitcoin is crashing before it answers you.
Machine-friendly crypto state queries paid via Lightning micropayments.
Price. Threshold. Volatility. Volume. Wicks. Correlation. Weather. | mcp.so | A | 92 | 1 | — |
| MMcp Server Upstox ApiA MCP server for integrating with the Upstox trading API. | mcp.so | A | 92 | 1 | — |
| PPenfield - Persistent Memory and Knowledge Graphs for AI AgentsPenfield gives AI agents long-term memory that compounds over time. Instead of starting every session from zero, your agent remembers conversations, learns preferences, connects ideas, and picks up exactly where it left off.
Core capabilities:
- 16 tools covering memory CRUD, knowledge graph, context management, artifacts, and reflection
- Hybrid search with tunable weights — BM25 (keyword), vector (semantic), and graph traversal
- Knowledge graph with 24 relationship types across 8 categories (evolution, evidence, hierarchy, causation, implementation, conversation, sequence, dependencies)
- Context checkpoints for session handoff between agents or channels
- Artifact storage for files, diagrams, and reference docs
- 11 memory types intelligent filtering
- Personality system with configurable personas via the portal
Also available as a Claude Connector, Claude Code integration, native OpenClaw plugin (4-5x faster), and direct API. | mcp.so | A | 92 | 1 | — |
| PPenpot McpPenpot MCP is a revolutionary Model Context Protocol (MCP) server that bridges the gap between AI language models and Penpot, the open-source design and prototyping platform. This integration enables AI assistants like Claude (in both Claude Desktop and Cursor IDE) to understand, analyze, and interact with your design files programmatically.
🎯 Key Benefits
🤖 AI-Native Design Analysis: Let Claude AI analyze your UI/UX designs, provide feedback, and suggest improvements
⚡ Automated Design Workflows: Streamline repetitive design tasks with AI-powered automation
🔍 Intelligent Design Search: Find design components and patterns across your projects using natural language
📊 Design System Management: Automatically document and maintain design systems with AI assistance
🎨 Cross-Platform Integration: Works with any MCP-compatible AI assistant (Claude Desktop, Cursor IDE, etc.) | mcp.so | A | 92 | 1 | — |
| PPerplexity Ask MCP ServerA Model Context Protocol Server connector for Perplexity API, to enable web search without leaving the MCP ecosystem. | mcp.so | A | 92 | 1 | — |
| PPhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context ProtocolPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device controls. | mcp.so | A | 92 | 1 | — |
| Ppickapicon-mcpa mcp server help developer to get svg simply and quickly with LLM | mcp.so | A | 92 | 1 | — |
| PPlaywright McpPlaywright MCP server | mcp.so | A | 92 | 1 | — |
| PPostgreSQLRead-only database access with schema inspection | mcp.so | A | 92 | 1 | — |
| PPostmark MCP ServerPostmark MCP Server! An MCP server implementation for Postmark email services. | mcp.so | A | 92 | 1 | — |
| PPuppeteer MCPMCP server for browser automation via Puppeteer. Executes arbitrary JavaScript with direct access to Puppeteer Browser instance. Single "execute" tool runs your code in a sandboxed Node.js VM with a browser global - full Puppeteer API access in one call. | mcp.so | A | 92 | 2 | — |
| PProdeA powerful Model Context Protocol (MCP) server that provides contextual codebase understanding across multiple codebases and AI assistance for your development workflow. | mcp.so | A | 92 | 1 | — |
| PPuppeteerBrowser automation and web scraping | mcp.so | A | 92 | 1 | — |
| PPushplus Mcp Server Typescriptpushplus 推送加 MCP Server TypeScript版
实现了pushplus的消息推送接口 | mcp.so | A | 92 | 2 | — |
| QQA Sphere MCP ServerMCP Server for QA Sphere TMS | mcp.so | A | 92 | 1 | — |
| RRa PayRa Pay AI is the first AI native payment primitive for AI Agents that uses CLI as its distribution layer and a MCP server for AI Agent automation while keeping humans in control. Ra Pay AI's terminal architecture delivers superior privacy, AI token costs and reduced prompt injection attack surface compared to browser GUI based AI Agent payment applications. Yes, we just solved AI Payments using the terminal as our distribution layer. We did it first. For every computer on earth. Use Ra Pay AI to keep an eye on your payment privacy and your AI token costs.
Join us. npm install -g @rapay/cli | mcp.so | A | 92 | 2 | — |
| AA Fast Website Reader MCPA Markdown Content Preprocessor that fetches web pages, strips noise, and converts content to clean Markdown while preserving links. Designed for with minimal token footprint so entire pages can be read at once. Crawl and scrape webpage and whole sites locally with minimal dependencies. | mcp.so | A | 92 | 1 | — |
| Rreminds MCP一款可以用来记录reminds 闪念的MCP Server
reminds 是一款为终身学习者量身打造的 AI 卡片笔记。通过轻松无压力的记录,丰富多样的连接,科学智能的回顾和方便快捷的调用,帮助热爱思考的学习者,用每一次记录,助力未来。
可以到 reminds 官网了解更多:https://reminds-app.com | mcp.so | A | 92 | 1 | — |
| RRepo Context McpRepo Context MCP provides programmatic access to repository contents for integrations and automation. It can list directories/files, read any file, return the README, perform TypeScript type analysis (via ts-morph), and search for OpenAPI/Swagger spec files. Supports local repo paths and reading from private GitHub repos when GITHUB_TOKEN is set in the environment. Ideal for code analysis, docs generation, and CI pipelines. | mcp.so | A | 92 | 1 | — |
| Rreturn0Debug your remote Node.js and Next.js applications directly from your AI IDE like Cursor. | mcp.so | A | 92 | 1 | — |
| RRigourDeterministic quality gates for AI coding agents. Rigour runs 23 automated checks on every file AI writes — structural analysis, security scanning, AI-drift detection, and agent governance.
Works as an MCP server for Claude Desktop, Cursor, and Cline. Supports TypeScript, JavaScript, Python, Go, Ruby, and C#. Forces AI agents to write production-grade code with PASS/FAIL enforcement. | mcp.so | A | 92 | 1 | — |
| RRollbar Mcp ServerThe Rollbar MCP Server implements the Model Context Protocol (MCP), letting you run Rollbar-compatible agents in local or custom environments. | mcp.so | A | 92 | 1 | — |
| SSame Stateless Agent Memory EngineI gave Claude a mass grave of 200 markdown files and now it remembers my entire project between sessions. No cloud, no API keys, one 10mb Go binary, and private. Stateless Agent Memory Engine is your synapse to the CLI.
SAME (Stateless Agent Memory Engine) is persistent memory for AI coding agents. It indexes your markdown notes locally — Obsidian vaults, Logseq graphs, or plain folders — and surfaces relevant context automatically through a 6-gate relevance chain. ~80% of prompts are correctly skipped so your agent isn't drowning in context it doesn't need.
12 MCP tools (9 read, 3 write): semantic search across your knowledge base, filtered search by domain/tag, federated search across multiple vaults, session context with pinned notes and handoffs, save decisions, create handoffs for the next session.
SQLite + Ollama embeddings on localhost. Falls back to keyword search without Ollama. No outbound network calls, no telemetry, no accounts. Your notes never leave your machine.
Works with Claude Code (hooks + MCP), Cursor, Windsurf, and any MCP client via stdio transport. | mcp.so | A | 92 | 1 | — |
| Sscan-mcpscan-mcp offers a robust and minimal MCP server designed for efficient document scanning on Linux systems. It simplifies image capture from scanners, supporting advanced features like Automatic Document Feeder (ADF), duplex scanning, and specific page sizing. The tool intelligently discovers and selects devices, handles scan jobs with JSON Schema-validated inputs, and assembles multipage documents, making it ideal for automating and standardizing document digitization workflows. | mcp.so | A | 92 | 1 | — |
| SScrapfly MCP ServerGet real-time web data, automatically handle anti-bot systems, extract structured data, and capture screenshots with your favorite tools, such as Cursor or LangChain. | mcp.so | A | 92 | 1 | — |
| AA Fast Website Screenshot MCPFast, efficient screenshot capture tool for web pages - optimised for Claude and other LLMs with Image support. Automatically tiles full pages into 1072x1072 chunks for optimal AI processing. | mcp.so | A | 92 | 1 | — |
| SScrptly Ai Video AgentGenerate professional and complex videos with Scrptly's Ai Video Agent. Type a video prompt and provide some context images (optional) to generate high quality videos that can last multiple minutes with various scenes, narration and most importantly consistent characters, environments and objects. | mcp.so | A | 92 | 1 | — |
| SSearch1APIOne API for Search, Crawling, and Sitemaps | mcp.so | A | 92 | 1 | — |
| SSequential ThinkingAn MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. | mcp.so | A | 92 | 1 | — |
| SSimplifier McpAn MCP Server that enables integration of AI assistants with the Simplifier Low Code Platform. It provides tools and resources for creating and managing Simplifier Connectors and BusinessObjects. | mcp.so | A | 92 | 1 | — |
| SSlackChannel management and messaging capabilities | mcp.so | A | 92 | 1 | — |
| SSolvitor McpA Model Context Protocol (MCP) server for interacting with the Solvitor API. This server provides tools to access the AI-powered platform that helps developers extract IDL files from closed-source Solana smart contracts and decompile them. | mcp.so | A | 92 | 1 | — |
| SSonos McpMCP server for controlling Sonos speakers and playing audio streams. | mcp.so | A | 92 | 1 | — |
| SStack OverflowThe Stack Overflow Model Context Protocol (MCP) enables AI tools and agents to access trusted developer knowledge from Stack Overflow. It standardizes how knowledge is exposed, discovered, and retrieved for use in agent workflows and developer environments. | mcp.so | A | 92 | 1 | — |
| SStacksfinderTech stack recommendations for developers. 4 free tools + Pro features with API key. Deterministic scoring across 30+ technologies. | mcp.so | A | 92 | 1 | — |
| SStock MCP ServerA MCP server for real-time stock quotes, using Model Context Protocol (MCP). | mcp.so | A | 92 | 1 | — |
| SSunsamaA comprehensive Model Context Protocol (MCP) server that integrates Sunsama's daily planning and task management capabilities into AI assistants. Provides full CRUD operations for tasks, enabling automated workflow management and productivity optimization through the Sunsama API.
Key features:
Task Management: Create, read, update, and delete tasks with notes, time estimates, due dates, and stream assignments
Daily Planning: View tasks by specific day with completion filtering and access backlog tasks
Task Operations: Mark tasks complete with custom timestamps, reschedule tasks, or move items to backlog
User & Organization: Access user profile, timezone, group details, and stream/channel management
Flexible Transport: Supports both stdio and HTTP stream MCP transports
Easy Setup: Use directly with npx mcp-sunsama or install locally for development
Perfect for building AI-powered productivity workflows, automated task management, and custom interfaces that sync with your Sunsama workspace. | mcp.so | A | 92 | 1 | — |
| 超超能文献MCP(AI文档翻译+文献检索)🚀 Suppr MCP - 让学术翻译更智能 (https://suppr.wilddata.cn/)
打破语言壁垒,加速科研进程!Suppr提供业界领先的AI文档翻译服务,特别针对学术论文优化,完美处理复杂的数学公式和专业术语。支持PDF、Word、PPT、excel、epub、HTML等7种文档格式,覆盖11种主流语言互译。
内置PubMed智能搜索引擎,让文献检索更精准高效。无论是翻译外文论文还是搜索前沿研究,Suppr都是科研工作者的得力助手。
🎯 核心亮点:
• 数学公式智能翻译优化
• 支持7种文档格式、11种语言
• AI驱动的学术文献搜索
• 异步任务处理,高效批量翻译
• 完整的翻译历史管理
由 WildData 团队精心打造,值得信赖的学术服务平台。 | mcp.so | A | 92 | 1 | — |
| SSymbol Blockchain MCP Server (REST API tools)Symbol Blockchain MCP Server. (REST API tools) | mcp.so | A | 92 | 1 | — |
| TTaskFlow MCP 🔄✅A task management Model Context Protocol (MCP) server that helps AI assistants break down user requests into manageable tasks with subtasks, dependencies, and notes. Enforces a structured workflow with user approval steps. | mcp.so | A | 92 | 1 | — |
| TThe Graph Token API MCPOfficial MCP server that turns The Graph’s Token API into a plug-and-play web3 data tool. Exposes ERC-20 & NFT metadata, balances, transfers, top-holder stats, prices, and more, allowing LLMs to run SQL queries on structured and indexed blockchain data. | mcp.so | A | 92 | 1 | — |
| TTodoist McpThis MCP server enables advanced task and project management via Claude Desktop and other MCP-compatible clients. | mcp.so | A | 92 | 1 | — |
| GGetting StartedSuper simple TanStack Start MCP server | mcp.so | A | 92 | 1 | — |
| TTwelve DataA Model Context Protocol server for the Twelve Data API. This server provides tools to fetch market data—historical time series, latest quotes, and instrument lists—for stocks, forex pairs, and cryptocurrencies. | mcp.so | A | 92 | 1 | — |
| UUniversalMCPAll-in-one MCP server that can connect your AI agents to any native endpoint, powered by UTCP | mcp.so | A | 92 | 1 | — |
| Uusensedata-mcp-server-query-china-company羽山数据API服务现已全面兼容MCP协议,打造数据服务MCP Server。usensedata-mcp-server-query-china-company项目为企业类数据查询服务server,用户可通过简单配置快速通过LLM使用羽山数据企业类数据服务。依赖MCP Typescript SDK,可在支持MCP协议的智能体助手中快速接入。 | mcp.so | A | 92 | 1 | — |
| VVictron TCPAn MCP (Model Context Protocol) server that connects to Victron Energy GX devices via Modbus TCP or MQTT on your local network. Get direct, low-latency access to real-time solar, battery, grid, and inverter data — no cloud required.
Built from the official CCGX Modbus TCP register list (Rev 50, 900+ registers across 33 device categories).
Features
30 specialized tools for reading Victron device data
Dual transport — Modbus TCP (port 502) or MQTT (port 1883)
900+ registers across 33 device categories
Network discovery — scan the local network to find GX devices, no IP needed
One-shot setup — victron_setup probes both transports, discovers everything, generates ready-to-use config
Read-only and safe — all tools annotated with readOnlyHint: true | mcp.so | A | 92 | 1 | — |
| WWassenger Whatsapp Connector🚀 Supercharge your WhatsApp automation driven by AI! Send messages, summarize conversations, and manage chats using natural language from your favorite AI assistant like ChatGPT, Claude, or custom AI agents.
✨ Easily integrate Wassenger WhatsApp API with any MCP-powered AI client including ChatGPT, VS Code Copilot, Claude Desktop, Cursor, Windsurf and many more!
💬 Transform how you communicate - automate responses, analyze chat patterns, and manage customer conversations at scale, manage WhatsApp chats and groups, everything through simple conversational text or voice commands with your AI assistant. | mcp.so | A | 92 | 1 | — |
| WWebsite Reputation CheckerThis MCP server allows your AI agent (Claude, Cursor, etc.) to verify any website or link. It helps answer the critical question: "Can I trust this site?" | mcp.so | A | 92 | 1 | — |
| WWebvizio MCPWebvizio MCP Server - Automatically converts feedback and bug reports from websites and web apps into actionable, context-enriched developer tasks. Delivered straight to your AI coding tools, the Webvizio MCP Server ensures your AI agent has all the data it needs to solve tasks with speed and accuracy. | mcp.so | A | 92 | 1 | — |
| WWikimedia Image SearchAn MCP server enabling AI assistants or agents to search Wikimedia Commons images with metadata and visual thumbnails. | mcp.so | A | 92 | 1 | — |
| WWordpress Mcp ServerComprehensive MCP server for WordPress management with 54 tools across posts, pages, media, users, comments, taxonomies, settings, and authentication. | mcp.so | A | 92 | 2 | — |
| 百百鸽(ygocdb.com) MCP Server用于与游戏王中文卡查百鸽(ygocdb.com)API交互的MCP服务端 | mcp.so | A | 92 | 1 | — |
| YYoutube Transcript Remote MCP ServerFirst remote YouTube transcript MCP server - enables zero-setup transcript extraction on any device including mobile. While multiple local YouTube transcript servers exist, this is the first cloud-hosted solution that works without installation, making YouTube transcripts accessible to mobile Claude users and eliminating setup barriers. | mcp.so | A | 92 | 1 | — |
| ZZetachain Mcp ServerOfficial ZetaChain CLI MCP Server connects the powerful ZetaChain command-line interface directly into your AI editor. Build and interact with cross-chain applications using natural language through 44+ integrated tools. | mcp.so | A | 92 | 2 | — |
| ZZillow Real Estate DataAccess Zillow property data, market trends, and mortgage calculations through MCP | mcp.so | A | 92 | 1 | — |
| ZZIP MCP ServerAn MCP tool that provides AI with the ability to compress and decompress local files. | mcp.so | A | 92 | 1 | — |
| ZZIZAI Recruitment Platform自在招聘 MCP Server,是国内首家支持 MCP 协议的招聘平台。 | mcp.so | A | 92 | 1 | — |
| 可可以让 AI 基于HTML直接进行原型设计的 MCP 工具,即使没有 figma、axure也可以快速构建软件原型。工具能力:
- 提供导航栏。
- 将标记与原型解耦。
- 支持页面附加说明。 | mcp.so | A | 92 | 1 | — |
| 辨辨证云中医辨证人工智能解决方案辨证云是一款基于人工智能技术的中医智能辅助辨证系统解决方案,本系统以人工神经网络和专家知识图谱相结合,由主症(病)入手,四诊合参,建立中医辨证推理模型,模拟真实临床环境下的中医辨证施治全过程,复刻了中医专家的辨证思维,提供传统方剂、中成药、针灸、指压、耳针、头针、水针、电针、刮痧、食疗药膳等多种处方组合。本系统还独家建⽴了《伤寒论》六经【双辨证】体系,结合多维度、多层次推理模型,解决了六经复杂性辨证的难题。
本系统包含两大核心平台:中医辨证人工智能SaaS平台、中医传承零代码开发PaaS平台。
从1990年开始,经过30年沉淀和演进,完成数千例临床验证并通过专家鉴定,目前已经开发了涵盖400余种疾病和中药诊疗单方,其中包括上百位国医大师和名老中医的专科病症,经临床双盲验证,专科病症与中医专家辨证及处⽅符合率达90%以上。
具体对接请参考接口文档:
【辨证云开放接口】Mcp
https://c.zydsoft.cn/open/v2/docs/?page=004d00630070 | mcp.so | A | 92 | 1 | — |
| 长长亭百川云网站安全监测百川网站安全监测系统
基于大模型,提供通过 MCP Tools 对长亭百川云-网站安全监测的数据进行查询、分析和操作的功能。 | mcp.so | A | 92 | 1 | — |