Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Grokipedia

FreeNot checked

A easy to use MCP tool to connect to grokipedia using Claude Desktop, VSCode, Cursor, WindSurf etc.

GitHubEmbed

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)

  1. Install the Cline extension
  2. Open Cline settings
  3. 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 framework
  • httpx>=0.27.0 - Async HTTP client

Acknowledgments

Built with:

from github.com/Soumyabrataop/grokipedia-mcp

Installing Grokipedia

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Soumyabrataop/grokipedia-mcp

FAQ

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

Compare Grokipedia with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs