iiinie MCP
Provides tools for researching trends via Google Trends, enabling analysis of topic interest over time.
Allows retrieval of keyword search volume data from Google Ads when connected.
Provides tools for fetching trending videos from YouTube for content research.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@iiinie MCPCreate an email campaign for our spring sale"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
iiinie MCP
Connect Claude (Desktop, Code, or any MCP client) to your iiinie workspace. Ask Claude to draft and send email campaigns, manage contacts, create content and ad plans, run outreach, pull analytics, and research trends and keyword volume — all against your own iiinie account.
iiinie's MCP server is hosted at https://app.iiinie.ai/api/mcp and authenticates with your personal API key. This package is a tiny launcher that bridges your local MCP client to it — so you don't paste raw auth headers into your config.
Quick install (Claude Desktop, one click)
Download
iiinie-mcp.mcpbfrom the latest release.Open it (double-click), or in Claude Desktop go to Settings → Extensions → Install Extension and select the file.
Paste your iiinie API key when prompted. Done.
Prefer editing config yourself, or using Claude Code / another client? See below.
Related MCP server: Paid Media MCP
1. Get your API key
Sign in at app.iiinie.ai.
Go to Settings → API Keys and create a key. It starts with
iin_api_.Keys are per company — the key acts on whichever company (workspace) it was created in. Create one key per company you want Claude to manage.
Treat the key like a password. Anyone with it can act on that company's data.
2. Add it to your MCP client
Claude Desktop
Open Settings → Developer → Edit Config (this opens claude_desktop_config.json) and add:
{
"mcpServers": {
"iiinie": {
"command": "npx",
"args": ["-y", "github:iiinigence/iiinie-mcp"],
"env": {
"IIINIE_API_KEY": "iin_api_your_key_here"
}
}
}
}Restart Claude Desktop. You should see the iiinie tools appear.
Claude Code
claude mcp add iiinie -e IIINIE_API_KEY=iin_api_your_key_here -- npx -y github:iiinigence/iiinie-mcpAny other MCP client
Run the launcher over stdio:
IIINIE_API_KEY=iin_api_your_key_here npx -y github:iiinigence/iiinie-mcpOnce published to npm, github:iiinigence/iiinie-mcp can be replaced with @iiinigence/iiinie-mcp.
What Claude can do with it
Area | Examples |
create / update / list / get email campaigns | |
Contacts | list, import, and enrich contacts |
Content | create social posts and content series; list content |
Ads | create / update / list / get ad campaigns |
Outreach | create / update / list / get outreach sequences |
Analytics | performance snapshot across email and ads |
Trends |
|
Keywords |
|
The exact tool set is served by the hosted endpoint and grows over time — you always get the current version, no reinstall needed.
Configuration
Env var | Required | Default | Description |
| yes | — | Your iiinie API key ( |
| no |
| Override the endpoint (e.g. a dev environment). |
Troubleshooting
ENOPACKAGEJSON/ weird npx errors — your MCP client is using an old Node/npx. Pointcommandat a modern Node's npx explicitly, e.g."command": "/usr/local/bin/node", "args": ["/usr/local/bin/npx", "-y", "github:iiinigence/iiinie-mcp"]Requires Node 18+.
Tools don't appear — confirm the key is valid (Settings → API Keys), then fully quit and reopen the client.
Wrong company's data — the key is scoped to the company it was created in. Use the key for the company you intend Claude to manage.
Auth errors — the key may have been revoked or belongs to a different environment than
IIINIE_MCP_URL.
License
MIT © iiinie LLC · iiinie.ai
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceConnects Claude AI to Google Sheets, Gmail, and Calendar for comprehensive revenue tracking and business management. Enables lead pipeline management, email handling, calendar scheduling, task tracking, and file operations through natural language.29
- Flicense-qualityCmaintenanceEnables Claude to access and analyze your paid media campaign data, team structure, performance metrics, and reporting templates, so it can answer questions and assist with analysis directly in your workflow.
- Alicense-qualityBmaintenanceConnects Claude to your Grinfi.io account, enabling management of contacts, automations, messages, and more through natural language.1MIT
- Alicense-qualityDmaintenanceEnables Claude Desktop to interact with the BusinessFlowPro marketing automation platform via natural language, supporting campaign, contact, template, landing page, form, analytics, and AI content operations.MIT
Related MCP Connectors
233 tools for Google, Microsoft, TikTok, LinkedIn Ads in Claude or ChatGPT. Writes need approval.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iiinigence/iiinie-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server