Find and analyze influencers with creator search, lookalikes, profiles, posts, and transcripts.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-influship-influship-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Find and analyze influencers with creator search, lookalikes, profiles, posts, and transcripts.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Influship/influship-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-native creator discovery for influencer marketing workflows. Influship gives ChatGPT, Claude, Cursor, Codex, VS Code, and other MCP-compatible agents typed tools for creator search, lookalikes, profile lookup, post lookup, and Instagram post transcript analysis.
Use the hosted Streamable HTTP server when your MCP client supports remote MCP:
claude mcp add influship --transport http https://mcp.influship.com/mcp --header "X-API-Key: YOUR_KEY"
Use the npm package for clients that only support stdio:
INFLUSHIP_API_KEY=YOUR_KEY npx -y @influship/mcp
The package is a small stdio bridge to the hosted Influship MCP server. It keeps the data, auth, billing, and rate limits on the same production API surface as the remote server.
For local development or staging:
INFLUSHIP_API_KEY=YOUR_KEY INFLUSHIP_MCP_URL=http://localhost:8080/mcp npx -y @influship/mcp
{
"mcpServers": {
"influship": {
"command": "npx",
"args": ["-y", "@influship/mcp"],
"env": {
"INFLUSHIP_API_KEY": "YOUR_KEY"
}
}
}
}
search_creatorsautocomplete_creatorsfind_lookalike_creatorsmatch_creatorsget_creatorget_profilelookup_profilesget_postsThe official MCP Registry metadata lives in server.json and advertises both
the hosted Streamable HTTP server and the npm stdio package.
pnpm install
pnpm test
pnpm build
npm publish --access public
After npm publish, submit server.json with the official MCP Registry publisher
and use this repository URL for directory submissions.