
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@agentkit-js/mcp-server
Advanced tools
Expose any agentkit-js agent as a Model Context Protocol (MCP) server — sync tools/call + 2025-11-25 Tasks for long-running agent work
Expose any agentkit-js agent as a Model Context Protocol (MCP) server.
Part of agentkit-js — a TypeScript + WASM agent runtime.
npm install @agentkit-js/mcp-server @agentkit-js/core @modelcontextprotocol/sdk
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.
Apache-2.0 — © agentkit-js contributors
FAQs
Expose any agentkit-js agent as a Model Context Protocol (MCP) server — sync tools/call + 2025-11-25 Tasks for long-running agent work
We found that @agentkit-js/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.