Local MCP server for Seline Analytics API
Connect Seline to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Local MCP server for Seline Analytics API. The seline mcp server is what makes that connection.
Seline is a cookieless, lightweight and independent analytics platform designed with privacy in mind. Get insights about your website and product usage without compromising user privacy.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
seline_list_projects — > POST /api/v1/projectsseline_get_data — > POST /api/v1/dataseline_get_charges — > POST /api/v1/chargesseline_get_top_visitors — > POST /api/v1/statsseline_get_pages — > POST /api/v1/pagesseline_get_visit_metrics — > POST /api/v1/visit-metricsseline_get_custom_events — > POST /api/v1/custom-eventsseline_get_events — > POST /api/v1/eventsseline_get_property_values — > POST /api/v1/property-valuesseline_get_field_keys — > POST /api/v1/event-dataseline_get_field_values — > POST /api/v1/field-valuesseline_get_funnel — > POST /api/v1/funnel@seline-analytics/mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Seline's toolset — seline_list_projects, seline_get_data, seline_get_charges and 11 more — is a fair guide to whether it matches your workflow. It is maintained by getseline; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| seline_list_projects | > POST /api/v1/projects |
| seline_get_data | > POST /api/v1/data |
| seline_get_charges | > POST /api/v1/charges |
| seline_get_top_visitors | > POST /api/v1/stats |
| seline_get_pages | > POST /api/v1/pages |
| seline_get_visit_metrics | > POST /api/v1/visit-metrics |
| seline_get_custom_events | > POST /api/v1/custom-events |
| seline_get_events | > POST /api/v1/events |
| seline_get_property_values | > POST /api/v1/property-values |
| seline_get_field_keys | > POST /api/v1/event-data |
| seline_get_field_values | > POST /api/v1/field-values |
| seline_get_funnel | > POST /api/v1/funnel |
| seline_get_visitors | > POST /api/v1/visitors |
| seline_get_visitor | > POST /api/v1/visitor |
{
"mcpServers": {
"seline": {
"command": "npx",
"args": ["-y", "@seline-analytics/mcp", "sln_your_api_key"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.