[FEATURE] programmatic execution of mcp tools
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
I wanna take advantage of Claude handling MCP connectors, but I also wanna enable programmatic execution sometimes, especially for stuff that is heavy or long JSON, so that Claude can build reusable skills or programs to do things more efficiently. And then I don't have to install custom CLIs, et cetera
Proposed Solution
I built https://github.com/helloextend/murl specifically for this for myself, but a better version would be something like
claude mcp exec google_calendar --param1=A --param2=B
That way, it can execute it securely using the existing credentials, and Claude itself can then execute this and create skills around it
Alternative Solutions
The alternative would be implementing something like code mode from cloudflare, but this would limit programmability.
Priority
Critical - Blocking my work
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗