llmmcp
Provides real-time, up-to-date documentation for Google Gemini's models, API parameters, and implementation patterns.
Provides real-time, up-to-date documentation for OpenAI's models, API parameters, and implementation patterns.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@llmmcpWhat are the latest models available from OpenAI?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
llmmcp
🌐 Website: https://llmmcp.vercel.app 🎥 Demo:
https://github.com/user-attachments/assets/eaad8d05-b7a8-4bf0-86c6-4fe2726da628
Stop LLM hallucinations and outdated code patterns.
llmmcp is a Model Context Protocol (MCP) server that provides real-time, up-to-date documentation for major LLM providers (OpenAI, Anthropic, and Google Gemini). It ensures your AI agents—like Cursor, Claude Desktop, or Windsurf—base their work on current official documentation instead of stale training data or deprecated library patterns.
Why use llmmcp?
LLMs frequently hallucinate about their own latest versions, feature availability (e.g., tool use in certain models), and pricing. llmmcp fixes this by providing:
✅ Up-to-Date Model Info: Always know the latest available models (e.g., Gemini 2.0 Flash, Claude 3.5 Sonnet).
✅ Detailed API Params: Verified tool use syntax, context window sizes, and rate limits.
✅ Latest Implementation Patterns: Force your AI agent to follow current best practices instead of using legacy or deprecated library versions.
✅ Real-Time Search: Queries an indexed vector database of official provider documentation.
✅ Dynamic Listings: Get the current state of providers without hardcoded lists.
Related MCP server: Context7 MCP
🚀 Quick Start
You can use llmmcp immediately in your favorite AI tools without local installation.
Cursor
Add a new MCP server in Settings > Models > MCP Servers:
Name:
llmmcpType:
commandCommand:
npx -y llmmcp@latest
Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"llmmcp": {
"command": "npx",
"args": ["-y", "llmmcp@latest"]
}
}
}🛠 Features
search_docs
Search the latest official documentation for specific technical details. Example: "What are the tool use parameters for Gemini 1.5 Pro?"
list_providers
Get a dynamically updated list of available providers (OpenAI, Anthropic, Google) and their currently promoted models.
🏗 How it Works
llmmcp is designed for speed and reliability:
Indexer: A weekly scraper fetches raw markdown/text from official documentation.
Vector DB: Chunks are embedded and stored in Pinecone with integrated embedding support.
Backend: A Cloudflare Worker handles query embedding and retrieval, caching frequent results in Workers KV.
MCP Client: A thin CLI translates MCP requests into API calls for the Worker.
🤝 Contributing & Self-Hosting
This project is open-source. If you'd like to run your own instance of the backend:
See Architecture & Deployment (coming soon, see current setup in logs).
Fork the repo and submit a PR for new documentation sources.
Developed by Abdullah Al Mahmud
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…
Versioned documentation registry and semantic search for AI tools and coding assistants.
Discover, compare, and monitor 1,400+ APIs directly from your AI coding agent.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides LLMs with up-to-date, version-specific documentation and code examples from library sources directly into prompts, eliminating outdated code generation and hallucinated APIs.1,132,952 npmMIT
- AlicenseAqualityDmaintenanceProvides up-to-date, version-specific documentation and code examples for libraries and frameworks directly into AI prompts, eliminating outdated code generation and hallucinated APIs.21,132,952 npmMIT
- AlicenseAqualityCmaintenanceProvides LLMs with up-to-date, version-specific documentation and code examples directly from library sources, eliminating outdated training data and hallucinated APIs by fetching current documentation at prompt time.21,132,952 npmMIT
- AlicenseAqualityCmaintenanceProvides LLMs with real-time access to up-to-date documentation from PyPI, npm, crates.io, GoDocs, DockerHub, GitHub, and GCP, preventing outdated code generation and API hallucinations.2773 PyPI14MIT