MCP Server for Systeme.io — manage contacts, tags, courses, and subscriptions through Claude
If you already use Systemeio, the systemeio mcp server is the piece that lets your assistant work with it directly. MCP Server for Systeme.io — manage contacts, tags, courses, and subscriptions through Claude.
MCP Server for Systeme.io — manage your online business from Claude.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_contacts — List and filter contacts (by email, tags, status, date)get_contact — Get full details of a contactcreate_contact — Create a new contact with email, locale, and custom fieldsupdate_contact — Update a contact's locale or custom fieldsdelete_contact — Delete a contactlist_tags — List all tags (with search)create_tag — Create a new tagupdate_tag — Rename a tagdelete_tag — Delete a tagadd_tag_to_contact — Assign a tag to a contact (can trigger automations)remove_tag_from_contact — Remove a tag from a contactlist_contact_fields — List all custom contact fieldsConfiguration is passed through the environment: SYSTEMEIO_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Systemeio's toolset — list_contacts, get_contact, create_contact and 11 more — is a fair guide to whether it matches your workflow. It is maintained by snzeeee; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Systemeio's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| 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) |
| Variable | Description | Required |
|---|---|---|
| SYSTEMEIO_API_KEY | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.