openhuman-mcp
v0.1.0
Published
OpenHuman MCP server for AI agents (stdio)
Downloads
66
Maintainers
Readme
openhuman-mcp
OpenHuman MCP server for AI agents, distributed as an npm package.
Install / Run
# recommended
npx openhuman-mcp
# or install globally
npm install -g openhuman-mcp
openhuman-mcpRequired Environment Variables
OPENHUMAN_API_KEY: Your OpenHuman API key (oh_...)
Optional:
OPENHUMAN_API_URL: Defaults tohttps://api.openhuman.ai
Claude Desktop Config Example
{
"mcpServers": {
"openhuman": {
"command": "npx",
"args": ["openhuman-mcp"],
"env": {
"OPENHUMAN_API_KEY": "oh_live_sk_...",
"OPENHUMAN_API_URL": "https://api.openhuman.ai"
}
}
}
}Tools
search_humansget_human_profilecreate_taskcreate_bookingget_booking_statuslist_bookingsupdate_bookingget_platform_stats
Publish
cd packages/openhuman-mcp
npm install
npm publish --access public