Idea Reality MCP
Rank #2,506io.github.mnemox-ai/idea-reality-mcp
MCP server providing idea-reality-mcp capabilities
Idea Reality MCP is a Model Context Protocol (MCP) server published by mnemox-ai. It ranks #2,506 of 115,460 servers tracked on MCP Toplist, and its repository has 794 GitHub stars. Idea Reality MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Feb 25, 2026 and most recently updated on Feb 27, 2026.
Ranks ahead of 112,954 of 115,460 servers on MCP Toplist.
Use Idea Reality MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add idea-reality-mcp -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -e "PRODUCTHUNT_TOKEN=<your PRODUCTHUNT_TOKEN>" -- uvx idea-reality-mcpReplace each placeholder with your own value before saving.
[mcp_servers.idea-reality-mcp]
command = "uvx"
args = ["idea-reality-mcp"]
[mcp_servers.idea-reality-mcp.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"
PRODUCTHUNT_TOKEN = "<your PRODUCTHUNT_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"idea-reality-mcp": {
"command": "uvx",
"args": [
"idea-reality-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"PRODUCTHUNT_TOKEN": "<your PRODUCTHUNT_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"idea-reality-mcp": {
"command": "uvx",
"args": [
"idea-reality-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"PRODUCTHUNT_TOKEN": "<your PRODUCTHUNT_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"idea-reality-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"idea-reality-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"PRODUCTHUNT_TOKEN": "<your PRODUCTHUNT_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"idea-reality-mcp": {
"command": "uvx",
"args": [
"idea-reality-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"PRODUCTHUNT_TOKEN": "<your PRODUCTHUNT_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"idea-reality-mcp": {
"command": "uvx",
"args": [
"idea-reality-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"PRODUCTHUNT_TOKEN": "<your PRODUCTHUNT_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mnemox-ai%2Fidea-reality-mcp)<a href="https://mcptoplist.com/server/io.github.mnemox-ai%2Fidea-reality-mcp"><img src="https://mcptoplist.com/badge/io.github.mnemox-ai%2Fidea-reality-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
mnemox-ai
Other servers by mnemox-ai
View all mnemox-ai servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.4 | Feb 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Idea Reality MCP?
- Idea Reality MCP is maintained by mnemox-ai, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Idea Reality MCP listed on the Official MCP Registry?
- Yes — Idea Reality MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Idea Reality MCP have?
- MCP Toplist tracks 2 versions of Idea Reality MCP, most recently published on Feb 27, 2026.
- Where can I find the source code for Idea Reality MCP?
- The source code for Idea Reality MCP is hosted at github.com/mnemox-ai/idea-reality-mcp.