New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@agentkit-js/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentkit-js/mcp-server

Expose any agentkit-js agent as a Model Context Protocol (MCP) server — sync tools/call + 2025-11-25 Tasks for long-running agent work

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@agentkit-js/mcp-server

Expose any agentkit-js agent as a Model Context Protocol (MCP) server.

Part of agentkit-js — a TypeScript + WASM agent runtime.

Install

npm install @agentkit-js/mcp-server @agentkit-js/core @modelcontextprotocol/sdk

Usage

Wraps your agent's run loop in MCP so Claude Desktop, IDEs, and other MCP clients can call it as a tool. Supports synchronous tools/call and the 2025-11-25 Tasks extension for long-running runs.

import { McpAgentServer } from "@agentkit-js/mcp-server";

const server = new McpAgentServer({ agent: myAgent });
await server.serve(); // listens on stdio (or pass { transport: "sse" } for HTTP)

See docs/guides/mcp-server.md.

License

Apache-2.0 — © agentkit-js contributors

Keywords

mcp

FAQs

Package last updated on 12 Jun 2026

Related posts