Grokipedia
FreeNot checkedA easy to use MCP tool to connect to grokipedia using Claude Desktop, VSCode, Cursor, WindSurf etc.
About
A easy to use MCP tool to connect to grokipedia using Claude Desktop, VSCode, Cursor, WindSurf etc.
README
A Model Context Protocol (MCP) server that provides intelligent access to Grokipedia's knowledge base through a single, unified tool.
Features
This MCP server provides one powerful tool that handles everything:
🌟 grokipedia_query - Your All-in-One Knowledge Gateway
A smart tool that adapts to your needs with different action modes:
"smart" mode (default)
- Searches and automatically fetches full details for top results
- Returns complete information in ONE call
- Perfect for most queries
- Example:
grokipedia_query("Albert Einstein")
"search" mode
- Returns search results with slugs for browsing
- Lightweight and fast
- Example:
grokipedia_query("Python programming", action="search")
"page" mode
- Gets detailed page information with citations
- Includes metadata and statistics
- Example:
grokipedia_query("", action="page", slug="Albert_Einstein")
"content" mode
- Fetches full article text content
- Clean, HTML-stripped text
- Example:
grokipedia_query("", action="content", slug="Albert_Einstein")
Key Benefits:
- ✅ No multiple tool calls needed
- ✅ Smart defaults that just work
- ✅ Flexible when you need specific data
- ✅ Optimized for LLM usage
Usage
Connecting to Claude Desktop
Add this to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"grokipedia": {
"url": "https://your-project-name.fastmcp.app/mcp"
}
}
}
Replace your-project-name with your actual FastMCP Cloud project name.
Connecting to VS Code (Cline Extension)
- Install the Cline extension
- Open Cline settings
- Add MCP server:
{
"mcpServers": {
"grokipedia": {
"url": "https://your-project-name.fastmcp.app/mcp"
}
}
}
Connecting to Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"grokipedia": {
"url": "https://your-project-name.fastmcp.app/mcp"
}
}
}
Connecting to Other MCP Clients
For any MCP-compatible client, use the server URL:
https://your-project-name.fastmcp.app/mcp
Server Information
- Name: Grokipedia MCP Agent
- Version: 2.13.0.2
- Generation: FastMCP 2.x
- Tools: 1 (unified)
- Prompts: 0
- Resources: 0
Dependencies
fastmcp>=2.0.0- FastMCP frameworkhttpx>=0.27.0- Async HTTP client
Acknowledgments
Built with:
- FastMCP - MCP server framework
- Grokipedia API - Knowledge base API
Installing Grokipedia
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Soumyabrataop/grokipedia-mcpFAQ
Is Grokipedia MCP free?
Yes, Grokipedia MCP is free — one-click install via Unyly at no cost.
Does Grokipedia need an API key?
No, Grokipedia runs without API keys or environment variables.
Is Grokipedia hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Grokipedia in Claude Desktop, Claude Code or Cursor?
Open Grokipedia on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Grokipedia with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
