mcp-server-systemeio

mcp-server-systemeio

Enables Claude to manage Systeme.io accounts, including contacts, tags, courses, and subscriptions, through natural language.

Category
Visit Server

README

mcp-server-systemeio

MCP Server for Systeme.io — manage your online business from Claude.

License: MIT MCP Compatible

What it does

Gives Claude direct access to your Systeme.io account — contacts, tags, courses, subscriptions, and more. Instead of switching between Claude and your Systeme.io dashboard, just ask in natural language: "show me my recent contacts", "tag this person as VIP", or "enroll them in my course".

Built for solopreneurs, freelancers, and creators who run their business on Systeme.io.

Tools

Tool Description
list_contacts List and filter contacts (by email, tags, status, date)
get_contact Get full details of a contact
create_contact Create a new contact with email, locale, and custom fields
update_contact Update a contact's locale or custom fields
delete_contact Delete a contact
list_tags List all tags (with search)
create_tag Create a new tag
update_tag Rename a tag
delete_tag Delete a tag
add_tag_to_contact Assign a tag to a contact (can trigger automations)
remove_tag_from_contact Remove a tag from a contact
list_contact_fields List all custom contact fields
list_courses List online courses in your school
enroll_contact_in_course Enroll a contact in a course (full, partial, or dripping access)
list_enrollments List all course enrollments
remove_enrollment Remove a course enrollment
list_subscriptions List payment subscriptions for a contact
cancel_subscription Cancel a subscription

Quick Start

1. Get your API key

Go to your Systeme.io dashboardProfilePublic API keys → Generate a new key.

The free plan works! You get 2,000 contacts, 3 funnels, 1 course, and unlimited emails at no cost.

2. Install

git clone https://github.com/snzeeee/mcp-server-systemeio.git
cd mcp-server-systemeio
npm install

3. Configure

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "systemeio": {
      "command": "node",
      "args": ["/path/to/mcp-server-systemeio/src/index.js"],
      "env": {
        "SYSTEMEIO_API_KEY": "your-api-key-here"
      }
    }
  }
}

On Windows, the config file is at %APPDATA%\Claude\claude_desktop_config.json.

4. Restart Claude Desktop

Close and reopen Claude Desktop. The Systeme.io tools will appear automatically.

Examples

"Show me my last 20 contacts" → Claude calls list_contacts with limit 20 and returns a formatted list.

"Find contacts tagged VIP" → Claude calls list_tags to find the VIP tag ID, then list_contacts filtered by that tag.

"Create a contact for john@example.com and tag them as Lead" → Claude calls create_contact, then add_tag_to_contact to assign the tag.

"Enroll contact #12345 in my course" → Claude calls list_courses to find the course, then enroll_contact_in_course.

"What courses do I have?" → Claude calls list_courses and shows active courses with details.

Requirements

  • Node.js 18+
  • Systeme.io account (free plan works)

Author

Built by snzeeee

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured