Skip to main content
The Genseo MCP server lets AI tools use Genseo through structured tools instead of raw HTTP calls. It uses the same Public API and the same project-bound API key rules. An MCP client can only access the project attached to the key you provide.

Global install

Install the CLI package globally:
Then configure your MCP client:

Without global install

Use npx if you do not want a global package:

Available tools

  • genseo_me
  • genseo_project_get
  • genseo_keywords_list
  • genseo_keywords_create
  • genseo_keywords_generate
  • genseo_keyword_metrics
  • genseo_posts_list
  • genseo_posts_create_draft
  • genseo_posts_get
  • genseo_posts_update
  • genseo_posts_generate
  • genseo_posts_publish
  • genseo_integrations_list
  • genseo_integration_fields
  • genseo_integration_connect_url
  • genseo_integration_mapping_save
  • genseo_webhooks_list
  • genseo_webhooks_create
  • genseo_webhooks_delete

Agent behavior

MCP clients should call genseo_me first, use only the returned project, create drafts before publishing, and ask before publishing unless the user has explicitly enabled autonomous publishing.