SkillShare MCP Server

SkillShare MCP Server

An MCP server that enables AI agents to interact with the SkillShare registry, including searching, reading, creating, and managing resources like skills, MCP configurations, and notes.

Category
访问服务器

README

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 server

Or 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-mcp

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 it

The 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-mcp

Connect 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_marketplace(query, resource_type, tag, sort) search public skills / MCPs / notes
get_resource(resource_id) –/✓ full content: SKILL.md, MCP url + config JSON, note body, attachments
get_publisher(username) publisher profile + their public resources
login(client_name) start browser sign-in (device flow)
complete_login(wait_seconds) finish login after browser approval
setup_statusline(scope, remove, force) show install/push counts in Claude Code's status bar
whoami() the authenticated user
list_my_orgs() orgs + role + plan
list_org_structure(org_slug) projects → pods map (ids for targeting)
list_org_resources(org_slug, query, resource_type) org-level resources
list_pod_resources(pod_id, scope, query, resource_type) pod library incl. inherited
search_org(org_slug, query) ⌘K-style search: resources/projects/pods/members
create_note(title, content_md, org_slug | pod_id, …, attachments) write a NOTE
upload_file(path, kind) store a local file → returns URL for attachments
star_resource(resource_id) star
pin_resource(resource_id) pin to profile
unpin_resource(resource_id) remove from pinned set
list_pinned() list pinned resources
import_resource(resource_id, org_slug) "Add to my org"
submit_feedback(message, rating, category, resource_id) send product feedback
check_updates(unread_only, limit) inbox: resources added/published in your scopes
mark_notifications_read(notification_ids, mark_all) clear inbox items
scan_local(sources, notes_dir, include_dismissed) find local skills/MCP/notes with status + redacted preview
push_artifact(fingerprint, org_slug | pod_id, title?, …) push a scanned artifact (secrets redacted)
import_from_github(url, org_slug | pod_id, select, dry_run) import from a public GitHub repo
dismiss_artifact(fingerprint, kind, source, name) remember not to recommend it again
follow_publisher(username) follow a publisher
unfollow_publisher(username) unfollow a publisher
follow_org(org_slug) follow (watch) an org
unfollow_org(org_slug) 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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选