Discover Awesome MCP Servers
Extend your agent with 73,976 capabilities via MCP servers.
- All73,976
- Developer Tools3,867
- Search1,714
- Research & Data1,557
- AI Integration Systems229
- Cloud Platforms219
- Data & App Analysis181
- Database Interaction177
- Remote Shell Execution165
- Browser Automation147
- Databases145
- Communication137
- AI Content Generation127
- OS Automation120
- Programming Docs Access109
- Content Fetching108
- Note Taking97
- File Systems96
- Version Control93
- Finance91
- Knowledge & Memory90
- Monitoring79
- Security71
- Image & Video Processing69
- Digital Note Management66
- AI Memory Systems62
- Advanced AI Reasoning59
- Git Management Tools58
- Cloud Storage51
- Entertainment & Media43
- Virtualization42
- Location Services35
- Web Automation & Stealth32
- Media Content Processing32
- Calendar Management26
- Ecommerce & Retail18
- Speech Processing18
- Customer Data Platforms16
- Travel & Transportation14
- Education & Learning Tools13
- Home Automation & IoT13
- Web Search Integration12
- Health & Wellness10
- Customer Support10
- Marketing9
- Games & Gamification8
- Google Cloud Integrations7
- Art & Culture4
- Language Translation3
- Legal & Compliance2
computer-use-omni
Enables Windows desktop automation via MCP, allowing AI agents to control mouse, keyboard, and screen capture with the same interface as Anthropic's computer-use tool.
Webull OpenAPI MCP Server
Enables AI assistants to securely access Webull trading and market data, including real-time market data, screener, watchlist, fundamentals, and order placement across multiple regions.
px-pipe-mcp
Renders large text blobs as dense PNG image pages via pxpipe, enabling vision models to read content at ~3x token efficiency with a single inline image block.
lcf-strain-life-mcp
Enables conversational low cycle fatigue analysis with standardized reduction, material constants fitting, and life predictions from strain-controlled test data.
Remote MCP Server (Authless)
A template for deploying authentication-free MCP servers on Cloudflare Workers. Enables rapid deployment of custom MCP tools accessible via SSE from both web-based playgrounds and local clients like Claude Desktop.
APS MCP Auth0 Example
Example MCP server for Autodesk Platform Services that demonstrates proper OAuth authorization with Auth0 as the first layer and APS 3-legged OAuth as the second layer. Enables querying APS projects and issues through natural language after authenticating via Auth0 and APS.
Memory Nexus
Persistent memory and handoff intelligence layer for MCP agents. Most memory servers retrieve text — Memory Nexus compounds operational context, learning from usage and progressively synthesizing observations into higher-order intelligence across sessions and tools.
wbgapi360
MCP server for accessing World Bank data, enabling indicator search, data retrieval, country comparisons, trend analysis, rankings, and chart generation.
RocketRide
RocketRide is a self-hosted, open-source AI pipeline platform (MIT) that exposes pipelines as MCP tools. Supports Claude, OpenAI, Gemini, and xAI. Pipelines connect via WebSocket and are made available to MCP clients like Claude Desktop, Cursor, and Windsurf.
xpay
An MCP server for agentic commerce, enabling AI agents to discover services, make x402 payments with USDC across multiple chains, and manage crypto wallets and token swaps.
PayPls MCP Server
Enables AI agents to manage Bitcoin and USDC payments by checking balances, sending funds, and generating receive addresses through the PayPls platform. It facilitates secure financial automation with features like transaction tracking and configurable human approval limits.
Tuya MCP Server
承知いたしました。以下に、カスタムURIスキームを用いたノート保存システムと、Tuyaデバイス向けのノート追加・要約生成ツールについて記述します。 **ノート保存システム (カスタムURIスキーム利用)** このシステムは、独自のURIスキームを使用してノートを保存・管理します。これにより、他のアプリケーションやサービスからノートに簡単にアクセスし、連携することが可能になります。 * **カスタムURIスキーム:** `mynote://` * 例: `mynote://add?title=買い物リスト&content=牛乳,卵,パン` * 例: `mynote://view?id=123` * **機能:** * **ノートの追加:** `mynote://add?title=[タイトル]&content=[内容]` * 指定されたタイトルと内容で新しいノートを作成し、保存します。 * **ノートの表示:** `mynote://view?id=[ノートID]` * 指定されたIDのノートを表示します。 * **ノートの編集:** `mynote://edit?id=[ノートID]` * 指定されたIDのノートを編集します。 * **ノートの削除:** `mynote://delete?id=[ノートID]` * 指定されたIDのノートを削除します。 * **ノートの検索:** `mynote://search?query=[検索キーワード]` * 指定されたキーワードでノートを検索します。 * **ノートの一覧表示:** `mynote://list` * 保存されているノートの一覧を表示します。 * **実装:** * このシステムは、Python, JavaScript, Goなど、URIスキームを処理できる任意のプログラミング言語で実装できます。 * ノートの保存形式は、テキストファイル、JSONファイル、データベースなど、要件に応じて選択できます。 * URIスキームの処理は、OSのAPI (Windowsの`RegisterProtocolHandler`, macOSの`Info.plist`, Linuxの`xdg-open`) を使用して行います。 **Tuyaデバイス向けノート追加・要約生成ツール** このツールは、Tuyaデバイスに関する情報をノートとして保存し、必要に応じて要約を生成します。 * **機能:** * **Tuyaデバイス情報のノート追加:** * デバイス名、デバイスID、IPアドレス、ファームウェアバージョンなどの情報を自動的に収集し、ノートとして保存します。 * 例: `tuya_note_tool add --device_id [デバイスID] --device_name [デバイス名]` * **Tuyaデバイスノートの要約生成:** * 保存されたTuyaデバイスのノートを分析し、重要な情報を要約します。 * 例: `tuya_note_tool summarize --device_id [デバイスID]` * 要約には、デバイスの状態、設定変更履歴、エラーログなどが含まれます。 * **ノートの検索:** * デバイス名、デバイスID、日付などでノートを検索します。 * **ノートのエクスポート:** * ノートをテキストファイル、JSONファイル、CSVファイルなどの形式でエクスポートします。 * **実装:** * このツールは、Pythonなどのプログラミング言語で実装できます。 * Tuyaデバイスとの通信には、Tuya APIまたはTuya Local APIを使用します。 * ノートの保存には、上記のノート保存システムを使用できます。 * 要約生成には、自然言語処理 (NLP) ライブラリ (例: NLTK, spaCy) を使用できます。 **連携例:** 1. Tuyaデバイスでエラーが発生した場合、ツールが自動的にエラーログを収集し、`mynote://add?title=Tuyaデバイスエラー&content=[エラーログ]` のようなURIを生成して、ノート保存システムにエラー情報を追加します。 2. ユーザーが `mynote://view?id=[ノートID]` をクリックすると、ノート保存システムが起動し、エラーログの詳細を表示します。 3. ユーザーが `tuya_note_tool summarize --device_id [デバイスID]` を実行すると、ツールがデバイスのノートを分析し、エラーの原因や解決策を要約して表示します。 **注意点:** * カスタムURIスキームを使用する際は、他のアプリケーションとの競合を避けるために、ユニークなスキーム名を選択してください。 * Tuya APIを使用する際は、APIキーの管理に注意してください。 * 個人情報や機密情報をノートに保存する際は、セキュリティ対策を講じてください。 この説明が、あなたのニーズに合っていることを願っています。もし、さらに詳細な情報や具体的なコード例が必要な場合は、お気軽にお尋ねください。
Monad MCP Server
Enables interaction with the Monad Testnet blockchain, including reading block data, balances, transactions, and token operations via natural language.
Study Prep MCP Server
Enables browsing and preparing study materials from local documents (PDF, Markdown, text, Word) via tools for overview, search, reading, chunking, and quiz generation.
MCP Server for SS&C Next Generation
An MCP-compatible server that connects AI agents to SS&C Next Generation, enabling automated execution of business processes via REST API.
log-mcp
MCP server for log file analysis. Gives LLMs the ability to efficiently analyze large log files without loading them into context.
Federal Register MCP Server
Enables AI assistants to search and retrieve executive orders, presidential documents, rules, and agency information from the Federal Register API through natural language queries.
GovInfo MCP Server
A Model Context Protocol server that provides LLM-friendly access to the official GovInfo API for searching and retrieving U.S. government documents including bills, laws, regulations, and other official publications.
openhab
MCP server for OpenHAB v5+ that exposes the entire REST API as tools for AI models, enabling complete control over items, things, rules, persistence, and semantic model.
kit-mcp
An agent-optimized MCP server for Kit.com (formerly ConvertKit) that enables full management of email marketing campaigns, subscribers, and broadcasts. It provides 13 composite tools covering the entire Kit V4 API with built-in rate limiting and formatted responses for efficient AI interaction.
Studio Catharsis Universal Project Coordinator MCP
A cross-platform coordination layer that connects MCP-compatible tools to a shared project state, enabling task management, blocker tracking, decision logging, and SOP automation.
WireUI MCP Server
An MCP server that provides AI tools with deep understanding of WireUI v2.x components and comprehensive icon support for Heroicons and Phosphor Icons.
Kawa Code MCP
Team-aware memory for AI coding assistants that tracks intent, records decisions, and detects real-time conflicts before commit.
PDF Reader MCP Server
Empowers AI agents to securely read and extract information (text, metadata, page count) from PDF files within project contexts using a flexible MCP tool.
20-0 MCP Server
Read-only MCP server exposing the 20-0 NFL perfect season game knowledge surface, including game modes, roster picks, scenarios, FAQ, and official links to AI clients.
openapi-mcp-server
(開発中)Model Context Protocol(MCP)を用いて、OpenAPI仕様とAIアシスタントを強力に繋ぐブリッジ。OpenAPI/Swagger API仕様を、Claude DesktopなどのAIアシスタントが利用できるMCPツールに自動的に変換します。
Browser History Analysis MCP
A local MCP server for retrieving and analyzing your browser history. Makes it easy for a client to identify patterns, analyze sessions, and create a comprehensive report.
jobber-mcp
MCP server for Jobber home service management software enabling read/write of clients, jobs, quotes, invoices via GraphQL API.
Memvid MCP Server
A Model Context Protocol server that encodes text, PDFs, and other content into video memory format, enabling efficient semantic search and chat interactions with the encoded knowledge base.
astra-knowledge-base-mcp
MCP server for managing and searching multi-tenant knowledge bases backed by SQLite with FTS5, enabling AI agents to persist and retrieve content via full-text search.