jsmcp

alesya-h/jsmcp
★ 1 stars JavaScript 🤖 AI/LLM Updated today
MCP server allowing LLMs to write code interacting with MCP servers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "alesya-h/jsmcp"
      ]
    }
  }
}

README Excerpt

`jsmcp` exists for cases where an agent needs to do more than a single MCP tool call. Most MCP clients are great at one tool call at a time, but awkward when work requires: - several related tool calls - branching logic based on earlier results - loops, retries, or result aggregation - transforming tool output before the next call

Tools (20)

argsclientIdclientSecretcommandcwddescriptionenabledenvenvironmentexecute_codefetch_logsheaderslist_serverslist_toolsoauthpresetsserversssetimeouttype

Topics

ai-toolsjavascriptmcpmcp-clientmcp-server