开发工具HTTP
NyxID lets your AI agents (Claude Code, Cursor, n8n) reach any API you have, public or private, and handles all the credentials so your agent never sees a raw key.
命令预览
npx mcp-remote https://nyx.chrono-ai.fun/mcp [object Object]
日程管理HTTP
Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment contracts) as DOCX files. Remote MCP server — works without install. Browse templates, fill fields, generate signed-ready documents. MIT licensed.
命令预览
npx mcp-remote https://openagreements.org/api/mcp [object Object]
文档知识HTTP
Enables LLMs to chat with long PDFs using a reasoning-based, tree-structured document index that navigates content like a human would, without requiring vector databases or hitting context limits.
命令预览
npx -y pageindex-mcp\",
设计创作HTTP
An MCP server that connects to the Paper WebSocket API for managing canvas node operations. It enables users to list, create, update, and delete nodes and documents on the Paper platform.
命令预览
npm install -g dotenv-cli
搜索检索HTTP
Hosted MCP server for literature search, citation verification, related-paper discovery, and citation graph workflows.
命令预览
npx mcp-remote https://doxa.papersflow.ai/mcp [object Object]
搜索检索HTTP
An MCP server that provides tools for parliamentary research by allowing users to search constituencies, elections, members, government posts, debates, and Hansard records, with additional semantic search capabilities over parliamentary data.
命令预览
npx mcp-remote http://localhost:8080/mcp/ --allow-http --debug\"
金融服务HTTP
Enables AI assistants to interact with the PayFast payment gateway to manage transactions, subscriptions, and refunds. It provides a suite of 13 tools with built-in human-in-the-loop safety confirmations for high-risk financial operations.
AI代理HTTP
全面解析Payload CMSMCP Server的核心功能、安装配置和实用案例。作为顶级Model Context Protocol服务器,Payload CMS能让AI助手访问实时数据、执行操作,为您提供更智能的工作体验和自动化解决方案。
命令预览
npm install -g payload-cms-mcp
开发工具HTTP
MCP server for Payload CMS 3.0, designed to help developers validate code, generate templates, and scaffold projects following best practices.
命令预览
npx @ngyngcphu/payload-mcp\"
金融服务HTTP
This is an MCP server to manage PayPal
命令预览
npm install @dynamicendpoints/paypal-mcp\"
开发工具HTTP
全面解析Phialsbasement CMD MCP ServerMCP Server的核心功能、安装配置和实用案例。作为顶级Model Context Protocol服务器,Phialsbasement CMD MCP Server能让AI助手访问实时数据、执行操作,为您提供更智能的工作体验和自动化解决方案。
命令预览
npx -y @smithery/cli install server-cmd --client claude
AI代理HTTP
Plugged.in MCP Server acts as a proxy server that combines multiple MCP servers into a single interface. It retrieves tool, prompt, and resource configurations from Plugged.in and directs requests for tools, prompts, and resources to the appropriate underlying server.
命令预览
npx -y @pluggedin/mcp-proxy@latest --pluggedin-api-key YOUR_API_KEY\",
搜索检索HTTP
A Cloudflare Workers-based server that provides AI assistants with access to search and extract content from social media platforms, particularly Reddit, through the PostCrawl API.
命令预览
npx @modelcontextprotocol/inspector
搜索检索HTTP
全面解析Programcomputer NASA MCP ServerMCP Server的核心功能、安装配置和实用案例。作为顶级Model Context Protocol服务器,Programcomputer NASA MCP Server能让AI助手访问实时数据、执行操作,为您提供更智能的工作体验和自动化解决方案。
命令预览
npx -y @programcomputer/nasa-mcp-server@latest --nasa-api-key=YOUR_KEY\"
文档知识HTTP
Intent-based project documentation server that automatically maps natural language queries to the right sources (plans, todos, roadmap, docs) and provides comprehensive task management with dependency tracking, backlog promotion, and archival workflows.
命令预览
npm install project-mcp\"
AI代理HTTP
Provides seamless integration between AI assistants and Prometheus, enabling natural language interactions with your monitoring infrastructure. This server allows for effortless querying, discovery, and analysis of metrics.
开发工具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]
AI代理HTTP
A Node.js-based Model Context Protocol server that exposes Proxycurl's LinkedIn data API, allowing MCP-compatible clients to access LinkedIn profile data, company information, and search for employees.
命令预览
npx proxycurl-mcp --api-key YOUR_ACTUAL_API_KEY\"
数据服务HTTP
browse, list and edit filesystem. Implemented in Java/Quarkus with native image (Fast!) available
音视频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]