MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Seline MCP server.

创建于 3/19/2026
更新于 about 5 hours ago
Repository documentation and setup instructions

Seline MCP

   
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.
 

Seline MCP runs over stdio and sends tool requests to the Seline public API using your API key (Settings → Integrations).

Cursor setup

{
  "mcpServers": {
    "seline": {
      "command": "npx",
      "args": ["-y", "@seline-analytics/mcp", "sln_your_api_key"]
    }
  }
}

Then restart Cursor so it reconnects MCP servers.

Claude Code setup

Run this command:

claude mcp add seline -- npx -y @seline-analytics/mcp sln_your_api_key

Then restart Claude Code.

Codex setup

If your Codex client uses mcpServers JSON config, add:

{
  "mcpServers": {
    "seline": {
      "command": "npx",
      "args": ["-y", "@seline-analytics/mcp", "sln_your_api_key"]
    }
  }
}

Then restart Codex and confirm the seline_* tools appear.

Tools

  • seline_get_data -> POST /api/v1/data
  • seline_get_charges -> POST /api/v1/charges
  • seline_get_visit_metrics -> POST /api/v1/visit-metrics
  • seline_get_custom_events -> POST /api/v1/custom-events
  • seline_get_top_visitors -> POST /api/v1/stats
快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-seline-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "getseline-seline-mcp": { "command": "npx", "args": [ "getseline-seline-mcp" ] } } }