Skip to main content
ClaudeWave

Toffu's hosted MCP server: an AI marketing platform your agent runs end to end. No-human signup, streamable HTTP.

MCP ServersOfficial Registry0 stars0 forksNOASSERTIONUpdated yesterday
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/toffu-ai/toffu-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "toffu-mcp": {
      "command": "node",
      "args": ["/path/to/toffu-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/toffu-ai/toffu-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Toffu MCP Server

Toffu is a full AI marketing platform your agent can run end to end: ad accounts
(Google, Meta, LinkedIn), analytics, content, campaigns, and reports. This repo
describes Toffu's hosted MCP server and how an agent connects to it.

- Hosted endpoint: `https://mcp.toffu.ai/mcp` (streamable HTTP)
- Human guide: https://toffu.ai/agents
- Machine docs: https://toffu.ai/llms.txt

## Onboard with no human

An agent can create an account and get a key in a single call, no email
required:

```bash
curl -X POST https://mcp.toffu.ai/agent/signup \
  -H 'content-type: application/json' \
  -d '{"company_name": "Acme"}'
```

The response includes `api_key` and `company_id`. Pass a real `email` to make
the account claimable by a human later.

## Connect

Add Toffu as an MCP server in your client with the key as a Bearer token, then
reload the client so its tools load. Do not hand-roll JSON-RPC.

Claude Code:

```bash
claude mcp add --transport http toffu https://mcp.toffu.ai/mcp \
  --header "Authorization: Bearer <api_key>"
```

Generic client config (Claude Desktop, Cursor, etc.):

```json
{
  "mcpServers": {
    "toffu": {
      "type": "streamable-http",
      "url": "https://mcp.toffu.ai/mcp",
      "headers": { "Authorization": "Bearer <api_key>" }
    }
  }
}
```

Toffu also supports OAuth 2.1 + PKCE with Dynamic Client Registration for
clients that prefer a consent flow.

## Tools

- `send_message`: delegate any marketing task in plain language
- `query_campaign_performance`: performance across connected ad platforms
- `creative_report`: Meta Ads creative performance
- `propose_change` / `apply_change` / `undo_change`: staged campaign changes
- `fetch_memory`: search the company's marketing memory

## Discovery

- Capability doc: https://toffu.ai/.well-known/toffu.json
- llms.txt: https://toffu.ai/llms.txt

## License

The contents of this repository are MIT-licensed. The Toffu service itself is
proprietary; see https://toffu.ai/terms.

What people ask about toffu-mcp

What is toffu-ai/toffu-mcp?

+

toffu-ai/toffu-mcp is mcp servers for the Claude AI ecosystem. Toffu's hosted MCP server: an AI marketing platform your agent runs end to end. No-human signup, streamable HTTP. It has 0 GitHub stars and was last updated yesterday.

How do I install toffu-mcp?

+

You can install toffu-mcp by cloning the repository (https://github.com/toffu-ai/toffu-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is toffu-ai/toffu-mcp safe to use?

+

toffu-ai/toffu-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains toffu-ai/toffu-mcp?

+

toffu-ai/toffu-mcp is maintained by toffu-ai. The last recorded GitHub activity is from yesterday, with 0 open issues.

Are there alternatives to toffu-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy toffu-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: toffu-ai/toffu-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/toffu-ai-toffu-mcp)](https://claudewave.com/repo/toffu-ai-toffu-mcp)
<a href="https://claudewave.com/repo/toffu-ai-toffu-mcp"><img src="https://claudewave.com/api/badge/toffu-ai-toffu-mcp" alt="Featured on ClaudeWave: toffu-ai/toffu-mcp" width="320" height="64" /></a>

More MCP Servers

toffu-mcp alternatives