sha3dev/my-browser-api
3.2
If you are the rightful owner of my-browser-api and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MyBrowserAPI is a versatile integration tool designed to connect various platforms and services through a Model Context Protocol (MCP) server.
MyBrowserAPI
Integración con x.com Integración con reddit.com Integración con chatgpt Integración con whatsapp
Como testear
- Instalo @anthropic-ai/claude-code
- añado mi server: claude mcp add "my-browser-mcp" npx tsx src/server/server.ts
- Voy a windosrf, añado configuracion custom de MCP, y añado esto:
"mcpServers": {
"my-browser-mcp": {
"command": "tsx",
"args": ["/Users/jc/Documents/GitHub/my-browser-api/src/server/server.ts"],
"disabled": false
}
}`