Experimental Ext Skills
Experimental exploration of skills discovery and distribution through MCP primitives. Maintained by the Skills Over MCP Working Group.
What is Experimental Ext Skills?
Experimental Ext Skills is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to experimental exploration of skills discovery and distribution through mcp primitives. maintained by the skills over mcp working group.
Experimental exploration of skills discovery and distribution through MCP primitives. Maintained by the Skills Over MCP Working Group.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Experimental exploration of skills discovery and distributio
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx experimental-ext-skillsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Experimental Ext Skills
Experimental Ext Skills is a working group incubation project from the Model Context Protocol organization that explores how to discover, distribute, and manage structured workflow instructions (called 'skills') through MCP's existing Resources primitive. Rather than hardcoding capabilities into MCP servers, the proposal allows skills to be served dynamically so AI agents can discover what workflows are available at connection time without client-side re-configuration. The project is maintained by the Skills Over MCP Working Group and is primarily a design and specification effort, with reference implementations intended to inform future MCP standards around enterprise skill distribution and RBAC.
Prerequisites
- Familiarity with the Model Context Protocol (MCP) specification
- Node.js 18+ for running any reference TypeScript implementations
- An MCP-compatible client such as Claude Desktop or Claude Code for testing
- Git for cloning the repository and following specification development
Clone the repository
Clone the experimental-ext-skills repository to explore the specification documents and any reference implementations provided by the working group.
git clone https://github.com/modelcontextprotocol/experimental-ext-skills.git
cd experimental-ext-skillsReview the SEP-2640 specification
The core design is captured in SEP-2640 and associated pull requests. Read the proposal documents in the repository to understand the skills-over-MCP architecture before running any reference implementation.
Install dependencies for any reference TypeScript server
If the repository includes a reference TypeScript implementation, install its dependencies and build it.
npm install
npm run buildConfigure a local MCP client for testing
Add the experimental skills server to your Claude Desktop or Claude Code configuration to test skill discovery. The exact command will depend on the reference implementation provided in the repository.
{
"mcpServers": {
"experimental-ext-skills": {
"command": "npx",
"args": ["experimental-ext-skills"]
}
}
}Contribute or follow the working group discussion
This is an active specification project. Join the MCP Discord channel to participate in design discussions or open a pull request to contribute to the spec.
Experimental Ext Skills Examples
Client configuration
Example MCP client configuration for testing a locally built experimental-ext-skills reference server.
{
"mcpServers": {
"experimental-ext-skills": {
"command": "npx",
"args": ["experimental-ext-skills"]
}
}
}Prompts to try
Conceptual prompts for exploring skills discovery once connected to a skills server.
- "List all available skills on this MCP server"
- "What workflow skills are available for data processing?"
- "Show me the steps for the onboarding skill"
- "Execute the weekly-report skill with these parameters"
- "Which skills do I have permission to run?"Troubleshooting Experimental Ext Skills
No tools or resources appear when connecting with an MCP client
This project is experimental and in active specification development. The repository may contain design documents rather than a fully functional server. Check the repository's README and open issues for the current implementation status before expecting runnable tools.
npx experimental-ext-skills fails with package not found
The package may not yet be published to npm. Clone the repository from https://github.com/modelcontextprotocol/experimental-ext-skills, install dependencies with npm install, and run the server locally with node dist/index.js or the command specified in the package.json scripts.
Frequently Asked Questions about Experimental Ext Skills
What is Experimental Ext Skills?
Experimental Ext Skills is a Model Context Protocol (MCP) server that experimental exploration of skills discovery and distribution through mcp primitives. maintained by the skills over mcp working group. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Experimental Ext Skills?
Follow the installation instructions on the Experimental Ext Skills GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Experimental Ext Skills?
Experimental Ext Skills works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Experimental Ext Skills free to use?
Yes, Experimental Ext Skills is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
Experimental Ext Skills Alternatives — Similar Developer Tools Servers
Looking for alternatives to Experimental Ext Skills? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Experimental Ext Skills in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Experimental Ext Skills?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.