数据服务stdio
Database-agnostic MCP server that exposes relational databases as governed business objects (Customers, Orders, Products) for AI agents via ORM abstraction — instead of raw SQL or schema access. Works with any JDBC-compliant database (PostgreSQL, MySQL, Oracle, SQL Server, SQLite, and more). Reduces LLM token consumption by 60-70% through semantic data abstraction.
命令预览
GILHARI_BASE_URL={GILHARI_BASE_URL} MCP_SERVER_NAME={MCP_SERVER_NAME} ormcp-server [object O...
开发工具stdio
MCP server for Claude to access Outlook data via Microsoft Graph API
数据服务stdio

@sarmadparvez/postgresql-mcp
A general-purpose PostgreSQL MCP server with full read-write support, atomic transactions, and schema inspection. Connect Claude, Cursor, Windsurf, or any MCP-compatible AI client to any PostgreSQL database — local, Supabase, AWS RDS, or self-hosted. No cloud lock-in, no Azure dependency. Supports SELECT, INSERT, UPDATE, DELETE, DDL, and multi-statement transactions with automatic rollback. Optional read-only mode via connection string flag.
命令预览
npx -y @sarmadparvez/postgresql-mcp postgresql://user:pass@localhost:5432/mydb [object Objec...
开发工具HTTP
Model intelligence for AI agents — syntax, parameters, pricing, and routing for 67+ generative AI models (Midjourney, Flux, Suno, Runway, DALL-E, Stable Diffusion). 7 tools that let any MCP client recommend, compare, optimize, and price AI model calls.
命令预览
npx mcp-remote https://promptibus.com/api/mcp [object Object]
金融服务stdio
The QuantConnect MCP Server is a bridge for AIs (such as Claude and OpenAI o3 Pro) to interact with our cloud platform. When equipped with our MCP, the AI can perform tasks on your behalf through our API such as updating projects, writing strategies, backtesting, and deploying strategies to production live-trading.\\r\\n\\r\\nTo get your user Id and API token, see Request API Token (https://www.quantconnect.com/docs/v2/cloud-platform/community/profile#09-Request-API-Token).\\r\\n\\r\\nOur MCP server is multi-platform capable. The options are `linux/amd64` for Intel/AMD chips and `linux/arm64` for ARM chips (for example, Apple's M-series chips).
命令预览
QUANTCONNECT_USER_ID={QUANTCONNECT_USER_ID} QUANTCONNECT_API_TOKEN={QUANTCONNECT_API_TOKEN} ...
音视频HTTP

Quizlar is the learning MCP server. It turns whatever source the user brings — a YouTube lecture, a PDF, a URL, a textbook passage, or a pasted block of notes — into flashcards, then runs interactive quizzes with FSRS spaced-repetition scheduling so the material actually sticks. Every tool maps one-to-one to something a real learner does: ingest, quiz, track progress, review what's due. Built as a voice-first tutor (LiveKit + Deepgram + ElevenLabs); the MCP surface exposes the same primitives the voice agent uses internally, so your agent gets production-grade grading, STT-aware answer parsing, and the same FSRS scheduler that powers the consumer app. Three use cases: 1. "Quiz me on X." Call quiz_me(topic) — a composite tool that builds the deck and starts the quiz in one step. Then loop submit_answer → end_quiz. Grading is tier-1 exact match → phonetic fuzz → short LLM fallback (the same pipeline that ships in the voice product). 2. Study from a YouTube lecture. create_deck_from_youtube pulls the transcript, clusters it into concepts, and generates cards proportional to the video length. Poll get_job_status, then run the quiz loop. 3. Daily spaced-repetition review. get_study_recommendations returns exactly the cards due under the user's FSRS schedule, prioritised across all decks. Quizlar is the scheduler of record — your agent executes the plan instead of reinventing one each session. Auth: Bearer token (sk-qz-<32 chars>) for headless installs, or full OAuth 2.1 / DCR / PKCE for one-click clients (Smithery, Claude Connector). Mint keys at https://quizlar.app/settings/api-keys. 22 tools total. Voice and text equal-status. Education-first.
命令预览
npx mcp-remote https://mcp.quizlar.app/mcp/ [object Object]
搜索检索HTTP
MCP server to help LLMs to get access to Quran API (
命令预览
pip install -r requirements.txt
搜索检索stdio
Open-source MCP memory server for AI agents — persistent, searchable, tiered memory across sessions. Works over stdio (Cursor, Claude Desktop) or HTTP+SSE. MIT licensed (separate commercial license available).
命令预览
uvx ai-recallworks stdio [object Object]
开发工具stdio
Revit MCP. A Model Context Protocol server for Revit integration, enabling seamless communication between Claude AI and Autodesk Revit.
开发工具stdio
Deterministic 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. \\r\\n\\r\\nWorks 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.
命令预览
npx -y @rigour-labs/mcp [object Object]
运维云端未说明
Manage your RunPod cloud resources directly through an MCP-compatible client. Create, list, update, start, stop, and delete pods, serverless endpoints, templates, network volumes, and container registry authentications with ease. Streamline your RunPod operations using natural language commands via Claude or other MCP clients.
命令预览
npx -y @smithery/cli install @runpod/runpod-mcp-ts --client claude
开发工具stdio

Integrate the shadcn/ui MCP server from shadcn space into your IDE to generate accurate, production-ready Shadcn UI components. Official Model Context Protocol (MCP) server for [Shadcn Space](https://shadcnspace.com). This MCP server allows AI-powered IDEs and agents to discover, search, and install **Shadcn Space** UI blocks directly into your projects - no copy-paste required. ## Install MCP configuration. ```bash npx shadcnspace-cli install <client> ``` ### Supported Clients - [x] cursor - [x] windsurf - [x] claude - [x] cline - [x] antigravity ## Manual Installation Add to your IDE's MCP config: ```json { "mcpServers": { "shadcnspace-mcp": { "command": "npx", "args": ["-y", "shadcnspace-mcp@latest"] } } } ``` For more information visit our documentation of [**How to use MCP Server**](https://shadcnspace.com/docs/getting-started/mcp-server-docs) ## Available Tools The server provides the following tools callable via MCP: | Tool Name | Description | |-----------|-------------| | `listBlocks` | Provides a comprehensive list of all shadcnspace blocks. | | `listComponents` | Provides a comprehensive list of all shadcnspace components. | | `getBlockInstall` | Returns the official installation command for a specific Shadcn Space block. | | `searchBlocks` | Search Shadcn Space blocks using keywords or tags. | | `listInstalledBlocks` | Lists all blocks that are currently installed in the project and get their files. | ### Available Prompts The server provides the following prompts callable via MCP: | Prompt/Command | Description | |----------------|-------------| | `search` | Find specific UI block by name. | | `create-ui` | Create a new UI block using our exisitng blocks. | ## Example Usage Once configured, you can ask questions like: > "List all available UI blocks" > "Give me the code for the accordion-01 component" > "Create a landing page for a coffee shop using a hero-01 block, a 3-column feature grid, and a dark-themed footer." ## Credits Created by [shadcnspace](https://shadcnspace.com). [Shadcn MCP](https://shadcnspace.com/mcp) [MIT](LICENSE)
命令预览
npx -y shadcnspace-mcp@latest [object Object]
开发工具HTTP
SmallCloud MCP Server Demonstration of an Anthropic MCP server using the Model Context Protocol SDK by Anthropic. For use with Claude Desktop and other MCP Hosts.
开发工具stdio
Illustrator MCP Server\ Adobe Illustrator is compatible with JavaScript. In fact, some super big stuff you need to programmatically generate with these scripts. Bots are good at JavaScript.\ \ This MCP server let's bots send scripts straight to Illustrator and look at the result.\ \ Since it depends on AppleScript, it's only compatible with MacOS. and I've only tested it with Claude Desktop.\ ~/Library/Application\\\\ Support/Claude/claude desktop config.json \ \
开发工具HTTP
MCP server for Substack API integration with Claude
命令预览
pip install -r requirements.txt
浏览器工具stdio
Product mockup rendering API for e-commerce and print-on-demand. Upload Photoshop PSD templates, render photorealistic mockups by placing your designs onto smart object layers. 9 tools including AI-powered render (no PSD needed), template management, and account info. Supports remote HTTP (OAuth) and local stdio (npx) transports.
命令预览
SUDOMOCK_API_KEY={SUDOMOCK_API_KEY} npx -y @sudomock/mcp [object Object]
搜索检索stdio
Suprsonic is a unified agent API that bundles dozens of capabilities behind one API key.\\r\\n\\r\\nInstead of signing up for Perplexity, SerperDev, Firecrawl, Icypeas, LeadMagic, Deepgram, ElevenLabs, and a dozen other providers, your agent gets one key and one response format. \\r\\n\\r\\nCapabilities include:\\r\\nsearch, scrape, profiles, emails, images, tts, stt, sms, documents, companies, email-verify, transcribe, invoice-parse, subtitle, file-convert, bg-remove, screenshot\\r\\n\\r\\nEvery call is routed through a multi-provider waterfall with automatic failover. \\r\\n\\r\\nCredits are deducted only on success. \\r\\n\\r\\nSDKs for Python and TypeScript, MCP server for Claude Desktop/Cursor/VS Code, and a REST API for everything else.
命令预览
SUPRSONIC_API_KEY={SUPRSONIC_API_KEY} npx -y suprsonic-mcp [object Object]
办公协作stdio
AI client acquisition autopilot. 15 MCP tools for LinkedIn, Email, X, Instagram \u0026 Blog outreach from Claude.
命令预览
SWARMIX_API_KEY={SWARMIX_API_KEY} SWARMIX_API_URL={SWARMIX_API_URL} npx swarmix-mcp [object ...
办公协作未说明
Simple MCP server to send you notifications on telegram
开发工具stdio
terminal-history-mcp gives AI agents (Claude Code, Cursor, Cline, Zed, any MCP client) full-text search over your shell history.\\r\\n\\r\\n- Local-only, no cloud — SQLite FTS5 at ~/.terminal-history-mcp/history.db\\r\\n- Supports zsh, bash, fish\\r\\n- Captures cwd, exit code, duration via opt-in shell hook\\r\\n- 11-pattern secret redaction runs BEFORE insert (GitHub PATs, OpenAI keys, AWS, JWTs, bearer tokens, env vars, CLI flags, basic-auth URLs)\\r\\n- Hash-deduped, idempotent reindex\\r\\n- WAL mode — safe across parallel sessions\\r\\n\\r\\nAsk: \\\"When did I last ssh into staging?\\\", \\\"Show failed commands today\\\", \\\"What did I run in /etc/nginx yesterday?\\\", \\\"Show context around kubectl apply\\\".
命令预览
npx -y terminal-history-mcp [object Object]