Connect once. It takes about a minute.
Skill Me is one MCP server that works in claude.ai, ChatGPT, Cursor, Claude Code, OpenAI Codex, and Google Antigravity. Connect it where you work and your installed skills load in every conversation.
MCP endpoint
https://skillme.dev/api/mcpOn your phone?
Setup is easiest at a keyboard. Email yourself the link, or copy it for later.
Fastest path: one click opens claude.ai's "Add custom connector" dialog — name it SkillMe and paste the endpoint below if it isn't prefilled.
Add to claude.aiGood evening, Alexander
Type / for skills
a.o.boxin@gmail.com
Click the highlighted control to walk the real flow
1/7 Open Settings
Pinned
Projects
Show more
Chats
New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Name
Description (optional)
Connection
Authentication
Custom MCP servers introduce risk. Learn more
Click the highlighted control to walk the real flow
1/4 Create the app
https://skillme.dev/api/mcpFastest path: one click, then approve the install prompt inside Cursor.
Add to Cursor- 1
Add the server
Click "Add to Cursor" above, or add this to
~/.cursor/mcp.json(Cursor Settings → MCP → Add Server):{ "mcpServers": { "skillme": { "url": "https://skillme.dev/api/mcp" } } } - 2
Authorize
Cursor opens the Skill Me authorization page in your browser. Sign in to sync your library with the website, or continue without signing in for a private, account-free library.
- 3
Verify it worked
In a new agent chat, ask: what skills do I have? The reply should list the Skill Me tools and any skills you have installed. From then on, just describe what you're working on and the right skill is found, installed, and used automatically.
- 1
Add the server
Run this once in your terminal:
claude mcp add --transport http skillme "https://skillme.dev/api/mcp" - 2
Authorize
Start a Claude Code session and run
/mcp, then pick skillme to authenticate. Your browser opens the Skill Me authorization page; sign in or continue without an account. - 3
Verify it worked
In the same session, ask: what skills do I have? The reply should list the Skill Me tools and any skills you have installed. From then on, just describe what you're working on and the right skill is found, installed, and used automatically.
- 1
Add the server
Run this once in your terminal (or add the equivalent
[mcp_servers.skillme]block to~/.codex/config.toml):codex mcp add skillme --url "https://skillme.dev/api/mcp" - 2
Authorize
Skill Me supports OAuth, so log the server in once:
codex mcp login skillme - 3
Verify it worked
In a Codex session, ask: what skills do I have? The reply should list the Skill Me tools and any skills you have installed. From then on, just describe what you're working on and the right skill is found, installed, and used automatically.
Conversation History
Scheduled Tasks
Conversations
General
Not in Project
Shortcuts
Provide Feedback
Customizations
Configure default behaviors, skills, and MCP servers. Learn more.
Token Usage
The breakdown below shows token usage from customizations like skills, rules, and MCP. If the budget is exceeded, large customizations will be truncated automatically.
47.8% of the customization budget is available.
Skills (62.2%) 10,437
Show 79 breakdownsSkills (79)
Installed MCP Servers
RefreshNo MCP Servers
You currently don't have any MCP Servers installed. Add an MCP server above
Build With Google Plugins
Click the highlighted control to walk the real flow
1/8 Open Customizations
Your MCP connection is permanent. Once connected, skills persist across all conversations. There is nothing to reinstall.
Before you connect
Claude can't find the SkillMe tools?
claude.ai loads connector tools lazily and occasionally misses them when a chat starts. The one-line fix: tell Claude to "search your tools for skillme" — that forces tool discovery and the SkillMe tools (get_active_skills, browse_skills, install_skill…) appear. If they still don't, open Settings → Connectors, toggle SkillMe off and on, and start a new chat. Your installed skills are safe either way; they live on your Skill Me library, not in the chat.
Is it safe to connect an MCP to Claude?
Skill Me only loads skill content — plain-text instructions — into your model context. It never accesses your conversations, files, or account. Every skill is reviewed for prompt injection, data-exfiltration attempts, and hidden instructions before it's listed, and every skill links to its original source so you can read exactly what it does before you install it.
Do I need a paid plan?
claude.ai requires a Pro, Team, or Enterprise plan for MCP integrations; ChatGPT custom apps live under the Advanced connector settings. Cursor, Claude Code, OpenAI Codex, and Google Antigravity have no gate at all, connect Skill Me to any of them with the plan you already have. Claude API users can connect to their own deployments directly.
Can I disconnect?
Yes, anytime. In claude.ai or ChatGPT, remove the Skill Me connector in the same settings screen where you added it. In Cursor, Claude Code, Codex, or Antigravity, remove the skillme entry from your MCP config. Your installed skills stop loading immediately, and reconnecting later brings them back.