PluginBench
MCP Server
Active
MIT

io.github.Perufitlife/incomeos MCP Server

io.github.Perufitlife/incomeos

What is the io.github.Perufitlife/incomeos MCP server?

Ask what you earn across every income stream: Stripe, affiliates, app stores, ads, manual.

How to install io.github.Perufitlife/incomeos

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • INCOMEOS_URL
    required

    https://app.incomeos.dev for the hosted version, or your own self-hosted deployment URL

  • INCOMEOS_TOKEN
    required
    secret

    API token from Dashboard -> Security (hosted), or your DASHBOARD_TOKEN (self-hosted)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "incomeos": {
      "command": "npx",
      "args": [
        "-y",
        "incomeos-mcp"
      ],
      "env": {
        "INCOMEOS_URL": "<YOUR_INCOMEOS_URL>",
        "INCOMEOS_TOKEN": "<YOUR_INCOMEOS_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "incomeos": {
      "command": "npx",
      "args": [
        "-y",
        "incomeos-mcp"
      ],
      "env": {
        "INCOMEOS_URL": "<YOUR_INCOMEOS_URL>",
        "INCOMEOS_TOKEN": "<YOUR_INCOMEOS_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "incomeos": {
      "command": "npx",
      "args": [
        "-y",
        "incomeos-mcp"
      ],
      "env": {
        "INCOMEOS_URL": "<YOUR_INCOMEOS_URL>",
        "INCOMEOS_TOKEN": "<YOUR_INCOMEOS_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "incomeos": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "incomeos-mcp"
      ],
      "env": {
        "INCOMEOS_URL": "<YOUR_INCOMEOS_URL>",
        "INCOMEOS_TOKEN": "<YOUR_INCOMEOS_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add incomeos --env INCOMEOS_URL=<YOUR_INCOMEOS_URL> --env INCOMEOS_TOKEN=<YOUR_INCOMEOS_TOKEN> -- npx -y incomeos-mcp

Related MCP servers

14 web scrapers as MCP tools: Reddit, Amazon, Google Maps, Yelp, YouTube, Indeed & more.

1
JavaScript
View repository →

Live aviation data for AI agents: METAR weather, airports, aircraft, glossary & FAA questions.

0
JavaScript
MIT
View repository →

Web search, clean page reading & one-call research dossiers for AI agents. No API key.

0
JavaScript
View repository →

Smart Distribute: one prompt → the best native post per platform, then publish via MCP.

0
JavaScript
View repository →