SkillShare MCP Server
Allows importing resources from public GitHub repositories into the SkillShare registry.
Allows searching and managing resources in the SkillShare registry, including skills, MCP configs, notes, and organizational data.
SkillShare MCP Server
Model Context Protocol server for the SkillShare registry.
Lets AI agents use the registry directly: search the marketplace, read SKILL.md / MCP configs / notes, browse your org's pods, create notes, star, import — over the stdio transport.
Install
pip install skillshare-cli # shared auth + local-scan core
pip install skillshare-mcp # MCP serverOr download a standalone binary from the releases page:
curl -L https://github.com/Aniket-think41/skillshare-mcp/releases/latest/download/skillshare-mcp-linux-amd64 -o skillshare-mcp
chmod +x skillshare-mcp
sudo mv skillshare-mcp /usr/local/bin/skillshare-mcpRelated MCP server: skill4agent MCP Server
Auth
Set two environment variables (or run skillshare login from the CLI first):
export SKILLSHARE_API_URL=https://skillshare-backend-1081098542602.us-central1.run.app
export SKILLSHARE_TOKEN=skst_... # optional — marketplace tools work without itThe token is a SkillShare Personal Access Token (mint one in the dashboard, or from ~/.config/skillshare/credentials.json after running skillshare login).
Connect to Claude Code
claude mcp add skillshare \
--env SKILLSHARE_API_URL=https://skillshare-backend-1081098542602.us-central1.run.app \
-- skillshare-mcpConnect to Claude Desktop
claude_desktop_config.json:
{
"mcpServers": {
"skillshare": {
"command": "skillshare-mcp",
"env": {
"SKILLSHARE_API_URL": "https://skillshare-backend-1081098542602.us-central1.run.app"
}
}
}
}Tools
Tool | Auth | Description |
| – | search public skills / MCPs / notes |
| –/✓ | full content: SKILL.md, MCP url + config JSON, note body, attachments |
| – | publisher profile + their public resources |
| – | start browser sign-in (device flow) |
| – | finish login after browser approval |
| – | show install/push counts in Claude Code's status bar |
| ✓ | the authenticated user |
| ✓ | orgs + role + plan |
| ✓ | projects → pods map (ids for targeting) |
| ✓ | org-level resources |
| ✓ | pod library incl. inherited |
| ✓ | ⌘K-style search: resources/projects/pods/members |
| ✓ | write a NOTE |
| ✓ | store a local file → returns URL for attachments |
| ✓ | star |
| ✓ | pin to profile |
| ✓ | remove from pinned set |
| ✓ | list pinned resources |
| ✓ | "Add to my org" |
| ✓ | send product feedback |
| ✓ | inbox: resources added/published in your scopes |
| ✓ | clear inbox items |
| ✓ | find local skills/MCP/notes with status + redacted preview |
| ✓ | push a scanned artifact (secrets redacted) |
| ✓ | import from a public GitHub repo |
| ✓ | remember not to recommend it again |
| ✓ | follow a publisher |
| ✓ | unfollow a publisher |
| ✓ | follow (watch) an org |
| ✓ | unfollow an org |
The server instructions tell the agent to call check_updates proactively at the start of a conversation and surface anything new before other work.
Configuration
SKILLSHARE_API_URL— backend base URL (default:https://skillshare-backend-1081098542602.us-central1.run.app)SKILLSHARE_TOKEN— bearer token (overrides stored credentials)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aniket-think41/skillshare-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server