Skip to content

macrocosm-os/macrocosmos-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒŒ Macrocosmos MCP

Macrocosmos MCP lets you integrate SN13 and SN1 APIs directly into Claude for Desktop or Cursor. Instantly tap into social data, perform live web searches, and explore Hugging Face models โ€” all from within your AI environment.


โšก Features

  • ๐Ÿ” Query X (Twitter) and Reddit data on demand
  • ๐Ÿ“š Explore SN13 Hugging Face repositories and datasets

๐Ÿš€ Quick Setup

1. Clone the Repo

git clone https://github.com/macrocosm-os/macrocosmos-mcp.git
cd macrocosmos-mcp/src

2. Install Requirements (requires uv)

uv venv
source .venv/bin/activate
uv add "mcp[cli]" httpx macrocosmos

3. Configure Claude or Cursor

Open the MCP config file:

  • Claude: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Cursor: ~/Library/Application Support/Cursor/cursor_mcp_config.json

Add this entry:

"macrocosmos": {
    "command": "uv",
    "args": [
        "--directory",
        "/full_path_to_repo/macrocosmos_mcp/src/",
        "run",
        "macrocosmos_mcp.py"
    ],
    "env": {
        "MC_API": "",
    }
}

Replace /full_path_to_repo/ with your full local path and insert your API keys.


๐Ÿ”ฎ Upcoming

  • ๐Ÿง  All the power of Subnets in your AI environment โ€” coming soon.

MIT License Made with โค๏ธ by the Macrocosm OS team