FeedMob MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add -e "FEEDMOB_API_TOKEN=${FEEDMOB_API_TOKEN}" feedmob-mcp -- npx feedmob-mcp-server
Required:FEEDMOB_API_TOKEN+ 1 optional
README.md

MCP server for the FeedMob Assistant Internal API.

FeedMob MCP Server

MCP (Model Context Protocol) server for the FeedMob Assistant Internal API. Enables AI assistants like Claude to access FeedMob data.

Quick Start

Using npx (Recommended)

# Set your API token
export FEEDMOB_API_TOKEN="your-api-token-here"

# Run directly with npx
npx feedmob-mcp-server

Global Installation

npm install -g feedmob-mcp-server

# Then run
feedmob-mcp-server

Local Development

git clone https://github.com/hlee/femini-tokyo-mcp.git
cd femini-tokyo-mcp
npm install
npm run build
node dist/index.js

Environment Variables

export FEEDMOB_API_TOKEN="your-api-token-here"
export FEEDMOB_API_BASE_URL="https://assistant.feedmob.ai"  # Optional, this is the default

Claude for Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "feedmob": {
      "command": "npx",
      "args": ["feedmob-mcp-server"],
      "env": {
        "FEEDMOB_API_TOKEN": "your-token"
      }
    }
  }
}

Available Tools

Tool Description
list_clients List clients with filters
get_client Get client details by ID
list_client_documents List client documents
list_partners List partners with filters
get_partner Get partner details by ID
list_partner_categories List partner categories
list_partner_documents List partner documents
list_campaigns List campaigns with filters
get_campaign Get campaign details by ID
list_playbooks List playbooks
get_playbook Get playbook with items
get_playbook_item Get playbook item content
list_mobile_apps List mobile apps
get_mobile_app Get mobile app details
list_click_urls List click URLs
get_click_url Get click URL by legacy ID
get_daily_metrics Get daily metrics time-series
list_pods List organizational pods

License

MIT

Tools (18)

list_clientsList clients with filters
get_clientGet client details by ID
list_client_documentsList client documents
list_partnersList partners with filters
get_partnerGet partner details by ID
list_partner_categoriesList partner categories
list_partner_documentsList partner documents
list_campaignsList campaigns with filters
get_campaignGet campaign details by ID
list_playbooksList playbooks
get_playbookGet playbook with items
get_playbook_itemGet playbook item content
list_mobile_appsList mobile apps
get_mobile_appGet mobile app details
list_click_urlsList click URLs
get_click_urlGet click URL by legacy ID
get_daily_metricsGet daily metrics time-series
list_podsList organizational pods

Environment Variables

FEEDMOB_API_TOKENrequiredAPI authentication token
FEEDMOB_API_BASE_URLBase URL for the FeedMob API

Configuration

claude_desktop_config.json
{"mcpServers": {"feedmob": {"command": "npx", "args": ["feedmob-mcp-server"], "env": {"FEEDMOB_API_TOKEN": "your-token"}}}}

Try it

List all active campaigns for the current client.
Get the daily performance metrics for the last 7 days.
Find the playbook details for our mobile app onboarding process.
List all partners associated with the current organizational pod.

Frequently Asked Questions

What are the key features of FeedMob MCP Server?

Access to FeedMob client and partner management data. Retrieval of campaign performance metrics and time-series data. Integration with organizational playbooks and documentation. Management and lookup of mobile app information. Support for organizational pod filtering.

What can I use FeedMob MCP Server for?

Automating performance reporting for marketing campaigns. Quickly retrieving client-specific documentation and playbooks. Monitoring daily metrics across multiple mobile app projects. Streamlining partner management workflows for account managers.

How do I install FeedMob MCP Server?

Install FeedMob MCP Server by running: npx feedmob-mcp-server

What MCP clients work with FeedMob MCP Server?

FeedMob MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep FeedMob MCP Server docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare