Kilo Marketplace

v1.0.0Developer Toolsstable

Kilo Marketplace - A curated collection of Skills, MCP Servers, and Modes for enhancing AI agent capabilities across the Kilo ecosystem—including Kilo Code (VS Code extension), Kilo CLI, and compatible AI agents.

kilo-marketplacemcpai-integration
Share:
126
Stars
0
Downloads
0
Weekly
0/5

What is Kilo Marketplace?

Kilo Marketplace is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to kilo marketplace - a curated collection of skills, mcp servers, and modes for enhancing ai agent capabilities across the kilo ecosystem—including kilo code (vs code extension), kilo cli, and compatibl...

Kilo Marketplace - A curated collection of Skills, MCP Servers, and Modes for enhancing AI agent capabilities across the Kilo ecosystem—including Kilo Code (VS Code extension), Kilo CLI, and compatible AI agents.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Kilo Marketplace - A curated collection of Skills, MCP Serve

Use Cases

Discover curated Skills and MCP Servers for AI agents.
Browse Kilo ecosystem integrations for enhanced capabilities.
Kilo-Org

Maintainer

LicenseApache-2.0
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx kilo-marketplace

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 Kilo Marketplace

Kilo Marketplace is a curated registry of Skills, MCP Servers, and Modes designed to extend AI agent capabilities across the Kilo ecosystem, including the Kilo Code VS Code extension and Kilo CLI. Skills teach agents modular domain-specific workflows, MCP Servers connect agents to external tools and APIs via the Model Context Protocol, and Modes configure agent identity, available tools, and file-access restrictions. Developers use the marketplace to discover, share, and install community-built extensions for their AI coding workflows without writing integration code from scratch.

Prerequisites

  • Kilo Code VS Code extension or Kilo CLI installed
  • Node.js 18+ for running MCP servers listed in the marketplace
  • An MCP-compatible AI client (Claude Desktop, Cursor, etc.)
  • A GitHub account if you want to contribute custom Skills or Modes
1

Install the Kilo Code VS Code extension

Open VS Code, go to the Extensions panel, and search for 'Kilo Code'. Install it to gain access to the marketplace browser and Kilo CLI integration.

2

Browse available Skills, MCP Servers, and Modes

Open the Kilo Code panel in VS Code and navigate to the Marketplace tab. Resources are organized into Skills (domain workflows), MCP Servers (external tool connectors), and Modes (agent configuration presets).

3

Install a marketplace MCP server

Click 'Install' on any listed MCP Server. Kilo Code will write the entry into your MCP configuration automatically. For manual installation, clone the marketplace repo and copy the desired server config.

git clone https://github.com/Kilo-Org/kilo-marketplace.git
4

Activate a Mode for your project

Modes define the agent's role, allowed tools, and file restrictions. Select a Mode from the marketplace (e.g. 'Documentation Writer' or 'Security Reviewer') to restrict the agent to relevant capabilities.

5

Contribute a custom Skill or Mode

Fork the kilo-marketplace repository, add your Skill YAML or Mode JSON under the appropriate directory following the Agent Skills spec, and open a pull request. Community-reviewed submissions are merged and become discoverable in the marketplace.

git fork https://github.com/Kilo-Org/kilo-marketplace.git
# Add your skill under skills/ or mode under modes/
git commit -m "add: my-custom-skill"
git push && gh pr create

Kilo Marketplace Examples

Client configuration

Example MCP config block for using a marketplace-listed server through Kilo Code or any MCP client.

{
  "mcpServers": {
    "kilo-marketplace": {
      "command": "npx",
      "args": ["kilo-marketplace"],
      "env": {}
    }
  }
}

Prompts to try

These prompts demonstrate discovering and applying marketplace resources through an AI agent.

- "List all available MCP servers in the Kilo Marketplace that connect to databases"
- "Install the GitHub MCP server from the marketplace and configure it for my project"
- "Switch to Documentation Writer mode and generate API docs for the src/ folder"
- "Find a Skill for writing unit tests and apply it to my TypeScript project"
- "Show me all Modes that restrict file access to read-only"

Troubleshooting Kilo Marketplace

Installed MCP server does not appear in the Kilo Code panel after installation

Restart VS Code after installation. The extension reads MCP configuration on startup. Verify the entry was added to your MCP config file at ~/.kilo/mcp.json or the project-local .kilo/mcp.json.

npx kilo-marketplace command not found

Ensure Node.js 18+ is installed and that your npm global bin directory is on PATH. Run 'npm install -g kilo-marketplace' as a fallback, then retry 'npx kilo-marketplace'.

Custom Skill is not recognized after adding it to the marketplace repo

Validate your YAML against the Agent Skills spec (check the marketplace README for the schema link). Skills must include required fields: name, description, and steps. Run the marketplace lint script if available.

Frequently Asked Questions about Kilo Marketplace

What is Kilo Marketplace?

Kilo Marketplace is a Model Context Protocol (MCP) server that kilo marketplace - a curated collection of skills, mcp servers, and modes for enhancing ai agent capabilities across the kilo ecosystem—including kilo code (vs code extension), kilo cli, and compatible ai agents. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Kilo Marketplace?

Follow the installation instructions on the Kilo Marketplace GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Kilo Marketplace?

Kilo Marketplace works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Kilo Marketplace free to use?

Yes, Kilo Marketplace 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": { "kilo-marketplace": { "command": "npx", "args": ["-y", "kilo-marketplace"] } } }

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

Read the full setup guide →

Ready to use Kilo Marketplace?

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