🌌 Macrocosmos MCP
Official Macrocosmos Model Context Protocol (MCP) server that enables interaction with X, Reddit and Youtube, powered by Data Universe (SN13) on Bittensor. This server allows MCP clients like Claude Desktop, Cursor, Windsurf, OpenAI Agents and others to fetch real-time social media and video transcript data.
Quickstart with Claude Desktop
- Get your API key from Macrocosmos. There is a free tier with $5 of credits to start.
- Install
uv(Python package manager), install withcurl -LsSf https://astral.sh/uv/install.sh | shor see theuvrepo for additional install methods. - Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json to include the following:
{
"mcpServers": {
"macrocosmos": {
"command": "uvx",
"args": ["macrocosmos-mcp"],
"env": {
"MC_API": "<insert-your-api-key-here>"
}
}
}
}
Example usage
⚠️ Warning: Macrocosmos credits are needed to use these tools.
Try asking Claude:
- "What has the president of the U.S. been saying over the past week on X?"
- "Fetch me information about what people are posting on r/politics today."
- "Please analyze posts from @elonmusk for the last week."
- "Can you summarize the transcript of the latest video from WolfeyVGC?"
🔮 Upcoming
- 🧠 All the power of Subnets in your AI environment — coming soon.
MIT License Made with ❤️ by the Macrocosm OS team
Recommend MCP Servers 💡
obsidian-mcp
An MCP server that enables AI assistants to interact with Obsidian vaults, providing tools for reading, creating, editing and managing notes and tags.
dealwallet1/meiliseachmcp
An MCP server that enables LLM interfaces like Claude to interact with Meilisearch for indexing, document management, search, and settings configuration.
google-search
An MCP server integrating with Google's Custom Search JSON API for web search capabilities.
@ticktick/mcp-server
An MCP server for TickTick, enabling viewing, managing, and creating todo tasks.
stephanj/MCPJavaFileSystem
An MCP server providing filesystem operations and web access tools for LLM agents
akr4/claude-code-mcp-docker
A Dockerized Claude Code MCP server designed for secure code execution, providing an isolated development environment for AI interactions.