Servers
MCP Client
@kamusis
A lightweight TypeScript client for the Model Context Protocol (MCP) that enables AI language models to access external tools and services.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-client-kamusis": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}