From a5b9db5e6126b205e07ed8c16224e514618724bf Mon Sep 17 00:00:00 2001 From: "Haoxuan \"Orion\" Li" Date: Tue, 21 Oct 2025 14:35:05 -0700 Subject: [PATCH] Add K-Dense-AI/claude-skills-mcp to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add: Claude Skills MCP Server Repo: https://github.com/K-Dense-AI/claude-skills-mcp License: Apache-2.0 One-liner: Exposes Anthropic Claude Skills as an MCP server, making skills portable and interoperable across editors, agents, and tools that speak the Model Context Protocol. Who it’s for: Bridges Claude Skills to the open MCP ecosystem (works with MCP-capable clients like Cursor, VS Code extensions, and custom agents). Ships with mappings for Anthropic’s official skills and a companion pack of 70+ scientific skills (literature reasoning, data interpretation, hypothesis exploration). Clean, open-source implementation under Apache-2.0 for commercial and community use. Designed for dynamic prompting + tooling workflows (skills become reusable, composable capabilities rather than single-app plugins). Highlights: Portable skills: define once, reuse across MCP clients. Plays well with multi-model setups (Claude primary; usable alongside GPT/Gemini via MCP clients). Developer-friendly: straightforward configuration, clear README, and example flows. Actively maintained by K-Dense AI engineers. Docs & Quick Start: Please see the project README for setup, configuration, and client integration instructions: https://github.com/K-Dense-AI/claude-skills-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c754420..a91e72ee 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Servers for accessing many apps and tools through a single MCP server. - [glenngillen/mcpmcp-server](https://github.com/glenngillen/mcpmcp-server) ☁️ πŸ“‡ 🍎 πŸͺŸ 🐧 - A list of MCP servers so you can ask your client which servers you can use to improve your daily workflow. - [hamflx/imagen3-mcp](https://github.com/hamflx/imagen3-mcp) πŸ“‡ 🏠 πŸͺŸ 🍎 🐧 - A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic, and photorealistic controls. - [julien040/anyquery](https://github.com/julien040/anyquery) 🏎️ 🏠 ☁️ - Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by design. +- [K-Dense-AI/claude-skills-mcp](https://github.com/K-Dense-AI/claude-skills-mcp) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - Intelligent search capabilities to let every model and client use [Claude Agent Skills](https://www.anthropic.com/news/skills) like native. - [metatool-ai/metatool-app](https://github.com/metatool-ai/metatool-app) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI. - [mindsdb/mindsdb](https://github.com/mindsdb/mindsdb) - Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview). - [particlefuture/MCPDiscovery](https://github.com/particlefuture/MCPDiscovery) - MCP of MCPs. A central hub for MCP servers. Helps you discover available MCP servers and learn how to install and use them.