Provides TypeScript/JavaScript SDK for Google's Gemini and Vertex AI. Exposes APIs for model inference, prompt management, and model tuning. Connects directly to Google's AI services. Used by developers building AI applications in JavaScript/TypeScript.
Provides TypeScript/JavaScript SDK for Google's Gemini and Vertex AI. Exposes APIs for model inference, prompt management, and model tuning. Connects directly to Google's AI services. Used by developers building AI applications in JavaScript/TypeScript.
npx -y @google/genaiAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"googleapis-js-genai-github": {
"command": "npx",
"args": [
"-y",
"npx -y @google/genai"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from js genai?"
API Key Required
This server requires an API key from js genai. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| JS_GENAI_API_KEY | Yes | Your js genai API key |
"What resources are available in js genai?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in js genai"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in js genai with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.