This MCP server provides tools for building generative AI applications using JavaScript. It connects to Azure AI services, including Azure OpenAI and Azure Cognitive Services. It exposes APIs for text generation, image creation, and language understanding. Developers use it to integrate generative AI capabilities into web and cloud applications.
This MCP server provides tools for building generative AI applications using JavaScript. It connects to Azure AI services, including Azure OpenAI and Azure Cognitive Services. It exposes APIs for text generation, image creation, and language understanding. Developers use it to integrate generative AI capabilities into web and cloud applications.
npx -y genai-jsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"microsoft-generative-ai-with-javascript-github": {
"command": "npx",
"args": [
"-y",
"npx -y genai-js"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from generative ai with javascript?"
No configuration required. This server works out of the box.
"What resources are available in generative ai with javascript?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in generative ai with javascript"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in generative ai with javascript with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.