Discover Awesome MCP Servers
Extend your agent with 20,433 capabilities via MCP servers.
- All20,433
- 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
Think MCP Server
ArgoCD MCP Server
ArgoCD APIと連携するMCP(モデルコンテキストプロトコル)サーバー。AIアシスタントや大規模言語モデルが、自然言語でのやり取りを通じてArgoCDアプリケーションやリソースを管理できるようにする。
MCP Server Discord Webhook
鏡 (Kagami)
vrchat-mcp-osc
AIアシスタントとVRChatの橋渡しをし、Model Context Protocolを通じて、仮想現実環境におけるAI駆動のアバター制御とインタラクションを可能にします。
Coolify MCP Server
Coolify APIとの連携を可能にするModel Context Protocolサーバー。DevOpsチームはMCPツールを通じてCoolifyのデプロイメント、アプリケーション、サービス、サーバーを管理できます。
Container-MCP
Model Context Protocol (MCP) のセキュアなコンテナベース実装。AIシステムが安全にコードを実行し、コマンドを実行し、ファイルにアクセスし、ウェブ操作を実行するためのサンドボックス環境を提供する。
Kom - Kubernetes Operations Manager
MCPは、マルチクラスタKubernetesの管理と運用を提供します。SDKとして独自のプロジェクトに統合でき、一般的なDevOpsおよび開発シナリオをカバーする約50の組み込みツールが含まれています。標準リソースとCRDリソースの両方をサポートします。
Snowflake MCP Service
モデルコンテキストプロトコル(MCP)互換のクライアントに対して、Snowflakeデータベースへのアクセスを提供するMCPサーバー。自動接続管理により、SQLクエリの実行を可能にします。
MCP docx server
MCPサーバーでDOCXファイルを操作する
Brex MCP Server
AIエージェントがBrexの金融プラットフォームデータと連携できるようにする、モデルコンテキストプロトコルサーバー。標準化されたリソースハンドラーを通じて、口座情報、経費、予算、チームデータなどを取得できます。
mcp-server-fetch-python
鏡 (Kagami)
mcp_servers
MCP Server - GitHub and AlphaVantage API Integration
Claude Canvas MCP
ClaudeがCanvas APIを通じてコース、お知らせ、課題、学生などを管理するためのツールを提供し、Canvas LMSと連携できるようにするモデルコンテキストプロトコルサーバー。
README.md
Python で非常に使いやすい検索エンジンです。ウェブサイトに組み込んだり、あらゆる OS の PC でローカルに使用したりできます。
MCP-APIKit
Windsurf IDEと連携するマイクロサービスコントロールプレーンサーバー。Eolink OpenAPIからAPI情報を取得し、MCPリソースとして公開することで、開発環境におけるシームレスなAPI統合と管理を可能にする。
Weibo MCP Server
Weiboのユーザー情報、フィード、および検索機能をスクレイピングするためのModel Context Protocolサーバーです。詳細なユーザープロファイル、タイムラインコンテンツの取得、およびWeiboでのユーザー検索の実行を支援します。
MCP Server for Transcripter
TranscripterプロジェクトにAIを活用した機能を提供するモデルコンテキストプロトコルサーバー。トランスクリプトの検索や要約ツール、トランスクリプトや分析データへのアクセスリソースなどが含まれます。
@orbit-logistics/notion-mcp-server
鏡 (Kagami)
Axe Handle Project
MCPサーバー
MCP Server Runner
カーソル拡張機能で、MCPサーバーの構成を保存して実行できるようにする。
MCP Servers
HarvestのREST APIをラップするModel Context Protocolサーバーの実装。MCPクライアントを通じて、Harvestのタイムトラッキング、クライアント、プロジェクト、およびレポート機能とのシームレスなインタラクションを可能にします。
LND MCP Server
自然言語を用いてLightning Network (LND) ノードのデータを問い合わせるためのモデルコンテキストプロトコル (MCP)。
✨ Lucidity MCP 🔍
AIによって生成されたコードの品質を、10の重要な側面から包括的に分析し、問題が深刻化する前に特定することで向上させる、モデルコンテキストプロトコルサーバー。
Apple Reminders MCP Server
MCP Context Manager
効率的な知識グラフを利用して、作業セッション間で永続的なコンテキストを維持する MCP サーバー
License
Firefox Claude MCP (presumably referring to "Message Context Provider") extension's server-side component would likely involve the following aspects, depending on its specific functionality: **Possible Server-Side Functions and Technologies:** * **API Endpoint for Claude Interaction:** * **Purpose:** The core function is to communicate with the Claude API (Anthropic's large language model). The server acts as an intermediary between the Firefox extension and the Claude API. * **Technologies:** * **Programming Language:** Python (with frameworks like Flask or FastAPI), Node.js (with Express.js), Go, or similar. Python is a common choice for interacting with AI models. * **Web Framework:** Flask, FastAPI (Python), Express.js (Node.js), Gin (Go). These frameworks handle routing, request parsing, and response generation. * **API Client Library:** A library to make HTTP requests to the Claude API. This might be a general HTTP client (e.g., `requests` in Python, `axios` in Node.js) or a dedicated Claude API client if Anthropic provides one. * **Authentication/Authorization:** The server needs to securely store and manage API keys for accessing the Claude API. This might involve environment variables, configuration files, or a more robust secrets management system. * **Workflow:** 1. The Firefox extension sends a request to the server (e.g., with text to be processed by Claude). 2. The server receives the request, authenticates it (if necessary), and formats the data for the Claude API. 3. The server makes a request to the Claude API. 4. The server receives the response from the Claude API. 5. The server processes the response (e.g., extracts relevant information, formats it). 6. The server sends the processed response back to the Firefox extension. * **Data Storage (Optional):** * **Purpose:** If the extension needs to store user data (e.g., conversation history, settings), the server might use a database. * **Technologies:** * **Database:** PostgreSQL, MySQL, MongoDB, SQLite (for simpler cases). * **ORM/ODM (Optional):** SQLAlchemy (Python), Mongoose (Node.js) to simplify database interactions. * **Use Cases:** * Storing conversation history for later retrieval. * Storing user preferences or settings. * Caching Claude API responses to reduce latency and API usage. * **User Authentication (Optional):** * **Purpose:** If the extension requires user accounts, the server handles authentication. * **Technologies:** * **Authentication Libraries:** Passport.js (Node.js), Flask-Login (Python). * **Authentication Methods:** Username/password, OAuth (e.g., Google, GitHub). * **JSON Web Tokens (JWT):** For secure authentication and authorization. * **Rate Limiting:** * **Purpose:** To prevent abuse and ensure fair usage of the Claude API. * **Implementation:** The server can implement rate limiting based on IP address, user ID, or API key. * **Logging and Monitoring:** * **Purpose:** To track server performance, identify errors, and monitor API usage. * **Technologies:** * **Logging Libraries:** Python's `logging` module, Node.js logging libraries. * **Monitoring Tools:** Prometheus, Grafana, ELK stack. * **Deployment:** * **Purpose:** To host the server application. * **Platforms:** * **Cloud Platforms:** AWS (EC2, Lambda, ECS), Google Cloud Platform (Compute Engine, Cloud Functions, App Engine), Azure (Virtual Machines, Azure Functions, App Service). * **Containerization:** Docker, Kubernetes. **Example Scenario (Simplified):** Let's say the extension allows users to highlight text on a webpage and ask Claude to summarize it. 1. **Firefox Extension:** The user highlights text and clicks a button in the extension. The extension sends the highlighted text to the server's `/summarize` endpoint. 2. **Server (Python/Flask):** ```python from flask import Flask, request, jsonify import requests import os app = Flask(__name__) CLAUDE_API_KEY = os.environ.get("CLAUDE_API_KEY") # Get API key from environment @app.route('/summarize', methods=['POST']) def summarize(): text = request.json['text'] # Call Claude API (replace with actual Claude API endpoint and parameters) claude_api_url = "https://api.anthropic.com/v1/complete" # Example URL headers = { "Content-Type": "application/json", "x-api-key": CLAUDE_API_KEY } data = { "prompt": f"\n\nHuman: Summarize the following text:\n\n{text}\n\nAssistant:", "model": "claude-v1", # Or the appropriate Claude model "max_tokens_to_sample": 200 } try: response = requests.post(claude_api_url, headers=headers, json=data) response.raise_for_status() # Raise HTTPError for bad responses (4xx or 5xx) summary = response.json()['completion'] return jsonify({'summary': summary}) except requests.exceptions.RequestException as e: print(f"Error calling Claude API: {e}") return jsonify({'error': 'Failed to summarize text'}), 500 if __name__ == '__main__': app.run(debug=True) ``` 3. **Claude API:** The server sends the text to the Claude API with a prompt asking for a summary. 4. **Server (Python/Flask):** The server receives the summary from the Claude API. 5. **Firefox Extension:** The server sends the summary back to the extension, which displays it to the user. **Key Considerations:** * **Security:** Protect the Claude API key. Never expose it in client-side code. Use environment variables or a secrets management system. Validate and sanitize input from the extension to prevent injection attacks. * **Error Handling:** Handle errors gracefully, both on the server and in the extension. Provide informative error messages to the user. * **Scalability:** If the extension becomes popular, consider using a scalable server architecture (e.g., load balancing, auto-scaling). * **API Usage Costs:** Be mindful of the costs associated with using the Claude API. Implement caching and rate limiting to minimize costs. * **Asynchronous Operations:** For long-running tasks (e.g., complex summarization), use asynchronous operations (e.g., Celery with Redis or RabbitMQ) to prevent the server from blocking. This provides a comprehensive overview of the potential server-side aspects of a Firefox Claude MCP extension. The specific implementation will depend on the exact features and requirements of the extension.
AGE-MCP-Server
Apache AGEグラフデータベースとの自然言語インタラクションを提供するMCPサーバー。ユーザーはClaude AIを通じてPostgreSQL内のグラフデータのクエリ、可視化、操作を行うことができます。
Discord MCP Bot - Server Component
Flowcore Platform MCP Server
Flowcore Platformを管理し、やり取りするためのMCPサーバー