Add K-Dense-AI/claude-skills-mcp to README

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
This commit is contained in:
Haoxuan "Orion" Li
2025-10-21 14:35:05 -07:00
committed by GitHub
parent 61f90ccd17
commit a5b9db5e61

View File

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