MCPs tagged with llm tools
-
Plane MCP Server
Enables LLMs to manage Plane.so projects and issues via the Model Context Protocol.
Plane MCP Server provides a standardized interface to connect large language models with Plane.so project management APIs. It enables LLMs to interact directly with project and issue data, supporting tasks such as listing projects, retrieving detailed information, creating and updating issues, while prioritizing user control and security. Installation is streamlined through tools like Smithery, and configuration supports multiple clients including Claude for Desktop.
- ⭐ 32
- MCP
- kelvin6365/plane-mcp-server
-
RAG Documentation MCP Server
Vector-based documentation search and context augmentation for AI assistants
RAG Documentation MCP Server provides vector-based search and retrieval tools for documentation, enabling large language models to reference relevant context in their responses. It supports managing multiple documentation sources, semantic search, and real-time context delivery. Documentation can be indexed, searched, and managed with queueing and processing features, making it highly suitable for AI-driven assistants. Integration with Claude Desktop and support for Qdrant vector databases is also available.
- ⭐ 238
- MCP
- hannesrudolph/mcp-ragdocs
-
mcp-pandoc
Seamless document format conversion via the Model Context Protocol.
mcp-pandoc is a Model Context Protocol (MCP) server for document format conversion powered by Pandoc. It enables bidirectional transformation of content between various document formats while preserving structure and formatting. Designed for integration in AI workflows, it allows standardized and programmatic conversion suitable for large language models and tool-augmented assistants. The project exposes conversion functionality both by direct content submission and via input files.
- ⭐ 445
- MCP
- vivekVells/mcp-pandoc
-
Bugsnag MCP Server
A Model Context Protocol server for AI-powered Bugsnag error monitoring and management.
Bugsnag MCP Server provides a Model Context Protocol-compliant interface for AI tools to interact with Bugsnag, enabling advanced error monitoring, analysis, and management. It allows navigation of organizations and projects, filtering and investigation of errors and events, and detailed stacktrace and exception chain visualization. The server is designed for easy integration with LLM-powered agents like Cursor and Claude, supporting rich context retrieval and automated issue resolution workflows.
- ⭐ 18
- MCP
- tgeselle/bugsnag-mcp
-
Cal.com FastMCP Server
FastMCP server enabling LLMs to interact programmatically with the Cal.com API.
Cal.com FastMCP Server provides an implementation of the Model Context Protocol (MCP), enabling language models to programmatically interact with the Cal.com API. It offers a range of tools for managing event types, bookings, schedules, teams, users, and webhooks through a standardized FastMCP server. The system includes robust error handling and requires an API key for authentication.
- ⭐ 13
- MCP
- Danielpeter-99/calcom-mcp
-
mcp-server-commands
Expose safe shell command execution as an MCP server for LLM tooling.
mcp-server-commands exposes a server that provides a 'run_command' tool for local or remote large language models (LLMs) via the Model Context Protocol (MCP). It enables LLMs to execute shell commands, retrieve STDOUT and STDERR, and optionally pass data through stdin. The tool integrates with apps like Claude Desktop and Groq Desktop, and can be run via npm or as a local build, with security in mind.
- ⭐ 207
- MCP
- g0t4/mcp-server-commands