incomeos-mcp
Rank #44,848io.github.Perufitlife/incomeos
Ask what you earn across every income stream: Stripe, affiliates, app stores, ads, manual.
incomeos-mcp is a Model Context Protocol (MCP) server published by perufitlife. It ranks #44,848 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. incomeos-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 29, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 70,612 of 115,460 servers on MCP Toplist.
Use incomeos-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add incomeos -e "INCOMEOS_URL=<your INCOMEOS_URL>" -e "INCOMEOS_TOKEN=<your INCOMEOS_TOKEN>" -- npx -y incomeos-mcpReplace each placeholder with your own value before saving.
[mcp_servers.incomeos]
command = "npx"
args = ["-y", "incomeos-mcp"]
[mcp_servers.incomeos.env]
INCOMEOS_URL = "<your INCOMEOS_URL>"
INCOMEOS_TOKEN = "<your INCOMEOS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"incomeos": {
"command": "npx",
"args": [
"-y",
"incomeos-mcp"
],
"env": {
"INCOMEOS_URL": "<your INCOMEOS_URL>",
"INCOMEOS_TOKEN": "<your INCOMEOS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"incomeos": {
"command": "npx",
"args": [
"-y",
"incomeos-mcp"
],
"env": {
"INCOMEOS_URL": "<your INCOMEOS_URL>",
"INCOMEOS_TOKEN": "<your INCOMEOS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"incomeos": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"incomeos-mcp"
],
"env": {
"INCOMEOS_URL": "<your INCOMEOS_URL>",
"INCOMEOS_TOKEN": "<your INCOMEOS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"incomeos": {
"command": "npx",
"args": [
"-y",
"incomeos-mcp"
],
"env": {
"INCOMEOS_URL": "<your INCOMEOS_URL>",
"INCOMEOS_TOKEN": "<your INCOMEOS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"incomeos": {
"command": "npx",
"args": [
"-y",
"incomeos-mcp"
],
"env": {
"INCOMEOS_URL": "<your INCOMEOS_URL>",
"INCOMEOS_TOKEN": "<your INCOMEOS_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.Perufitlife%2Fincomeos)<a href="https://mcptoplist.com/server/io.github.Perufitlife%2Fincomeos"><img src="https://mcptoplist.com/badge/io.github.Perufitlife%2Fincomeos.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
perufitlife
Other servers by perufitlife
- PostWire#23,292 · 3 vers
- Multi-Scraper MCP#34,263 · 2 vers
- supabase-security-mcp#45,929 · 2 vers
- Aviation MCP Server#58,040 · 1 ver
- Deep Research MCP Server#58,041 · 1 ver
- multi-scraper-mcp#77,712
- appwrite-security-mcp#95,395
- web-exposure-mcp#95,396
Available versions (1)
| Version | Published |
|---|---|
| 0.2.2 | Jul 29, 2026 |
Frequently asked questions
- Who maintains incomeos-mcp?
- incomeos-mcp is maintained by perufitlife, which publishes 9 MCP servers (10 total versions) tracked on MCP Toplist.
- Is incomeos-mcp listed on the Official MCP Registry?
- Yes — incomeos-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does incomeos-mcp have?
- MCP Toplist tracks 1 version of incomeos-mcp, most recently published on Jul 29, 2026.
- Where can I find the source code for incomeos-mcp?
- The source code for incomeos-mcp is hosted at github.com/Perufitlife/incomeos.