Experimental Ext Skills

v1.0.0Developer Toolsstable

Experimental exploration of skills discovery and distribution through MCP primitives. Maintained by the Skills Over MCP Working Group.

experimental-ext-skillsmcpai-integration
Share:
131
Stars
0
Downloads
0
Weekly
0/5

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

Explore skills discovery and distribution through MCP primitives.
Develop experimental approaches to AI agent capability management.
LicenseApache-2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx experimental-ext-skills

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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-skills
2

Review 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.

3

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 build
4

Configure 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"]
    }
  }
}
5

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.

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.

Quick Config Preview

{ "mcpServers": { "experimental-ext-skills": { "command": "npx", "args": ["-y", "experimental-ext-skills"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides