Kilo Marketplace
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.
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
Maintainer
Works with
Installation
Manual Installation
npx kilo-marketplaceConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.
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).
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.gitActivate 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.
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 createKilo 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.
Kilo Marketplace Alternatives — Similar Developer Tools Servers
Looking for alternatives to Kilo Marketplace? 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 Kilo Marketplace 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 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.