Skip to content

I Core

Free

by MCP Community

Core runtime and types for MCP-I framework

v1.6.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

I Core MCP Server

Core runtime and types for MCP-I framework

Installation

npx -y @kya-os/mcp-i-core

Reviews

Leave a Review

Installation

Quick install
npx -y @kya-os/mcp-i-core
Add to claude_desktop_config.json
{
  "mcpServers": {
    "i-core": {
      "command": "npx",
      "args": ["-y", "@kya-os/mcp-i-core"]
    }
  }
}