Agent Ts
Freeby MCP Community
TypeScript port of the MCP Agent server
v0.1.0Added Apr 12, 2026
mcpagenttypescriptserver
Agent Ts MCP Server
TypeScript port of the MCP Agent server
Installation
npx -y @iflow-mcp/mcp-agent-ts
Reviews
Installation
Quick install
npx -y @iflow-mcp/mcp-agent-ts
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-ts": {
"command": "npx",
"args": ["-y", "@iflow-mcp/mcp-agent-ts"]
}
}
}