@stepskit/mcp
The StepsKit MCP server enables AI coding agents to install StepsKit and author in-app guidance such as product tours, tooltips, surveys, and announcements directly from the codebase.
README
@stepskit/mcp
The StepsKit MCP server — install StepsKit and author in-app guidance (product tours, contextual tooltips, NPS surveys, and announcement banners) from your codebase through your AI coding agent. Works with Claude Code, Claude Desktop, Cursor, Windsurf — any MCP client.
Because the MCP runs inside your agent — which has your codebase on disk — it can do the whole setup for you. Ask your agent to "set up StepsKit in this project and build an onboarding tour" and it will:
- Check whether the embed is installed (
get_integration_status). - Detect your framework and add the embed snippet to the right file.
- Verify the embed is live once you load a page (
verify_integration). - Whitelist your production domain (
add_allowed_domain). - Author the tour (
create_tour) — created unpublished, so you review and publish it from the StepsKit dashboard.
Already have tours? Ask your agent to "edit my onboarding tour" and it will
list_tours → get_tour → change copy, buttons, settings, steps, theme, or
visibility in place.
Beyond tours, it authors three more surfaces (all created unpublished, like tours):
- Tooltips — single contextual indicators (a
?/info glyph, a dot/pulse, or a "NEW"/"BETA" badge) anchored to one element that open a small popover on hover or click, with an optional CTA. "Add a NEW badge tooltip next to the Settings button." - NPS surveys — bottom-corner slide-in cards with a recommend question on an NPS 0–10, 1–5, or emoji scale, an optional open-text follow-up, a thank-you message, and a re-survey window. "Add an NPS survey for users on the pro plan."
- Announcements — slim top/bottom banner strips (title, body, optional CTA and icon) with an optional schedule window. "Announce the new reporting feature Monday through Friday."
Prerequisites
A StepsKit project (the free plan works) and an MCP access token for it
(sk_live_...), minted in the StepsKit dashboard on
your project's AI page. The agent handles installing the embed for you — you
don't need to paste any snippet into your site by hand.
Setup
Add the server to your MCP client config:
{
"mcpServers": {
"stepskit": {
"command": "npx",
"args": ["-y", "@stepskit/mcp"],
"env": {
"STEPSKIT_TOKEN": "sk_live_..."
}
}
}
}
Or with Claude Code:
claude mcp add stepskit --env STEPSKIT_TOKEN=sk_live_... -- npx -y @stepskit/mcp
STEPSKIT_API_URL is optional (defaults to https://stepskit.com).
Tools
31 tools across seven groups. Each tool carries a full JSON schema, and
get_capabilities returns the authoritative can/can't list — so your agent always
knows the current surface without relying on this README.
| Group | Tools |
|---|---|
| Setup & integration | get_integration_status (call first — onboarding state + install snippet), verify_integration, add_allowed_domain, suggest_url_pattern (turn a concrete URL into a wildcard url_pattern for dynamic routes), get_capabilities |
| Tours | list_tours, get_tour, create_tour, update_tour_config (name + behavior settings), update_tour_visibility (targeting / url pattern / frequency / trigger), update_tour_theme |
| Steps | add_step, update_step (keeps the step id and its analytics — prefer over delete+add), delete_step, reorder_steps |
| Tooltips | list_tooltips, get_tooltip, create_tooltip, update_tooltip, delete_tooltip |
| Surveys | list_surveys, get_survey, create_survey, update_survey |
| Announcements | list_announcements, get_announcement, create_announcement, update_announcement, delete_announcement |
| Project theme | get_project_theme, update_project_theme (global theme every tour and tooltip inherits) |
What it deliberately does NOT do
The agent composes the plan; this server validates it and persists it. Guardrails:
- It never publishes. Everything it creates arrives unpublished — publishing is a deliberate human action in the dashboard.
- Destructive operations require
confirm: true(delete_step,delete_tooltip,delete_announcement). - No media uploads and no analytics reads — those stay in the dashboard.
Security
The token is a long-lived, per-project credential. Keep it out of committed files
(use the MCP client's env config, not a checked-in JSON). Tokens are prefixed
sk_live_ so secret-scanners recognize a leak. Revoke a token any time from the
dashboard's AI page.
About this repository
This is the source of the published @stepskit/mcp package. StepsKit is developed
in a private monorepo; this mirror is synced from it on every release, and npm
releases are built from the same source via tag-driven CI. Issues and bug reports
are welcome here.
License
MIT — this package. The StepsKit platform itself is a commercial SaaS.
Learn more
- StepsKit — stepskit.com
- Build tours with your AI coding agent — stepskit.com/features/ai-agents
- Docs: connecting an agent — stepskit.com/docs/ai-agents
- Dashboard — stepskit.com/app
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。