SkillAgentSearch skills...

azure-mcp-cli-client

MCP Client CLI tool work with Azure OpenAI

Install / Use

claude mcp add hatasaki -- npx -y github:hatasaki/azure-mcp-cli-client

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

27/100

Supported Platforms

Claude Code
Claude Desktop

// Sample MCP server registration file for the Azure MCP CLI client. // Save this file as mcp.json in the .azuremcpcli directory { "servers": { "Filesystem MCP Server": { "type": "stdio", "command": "npx.cmd", // This is for Windows. Use "npx" for Linux/Mac. "args": [ "-y", "@modelcontextprotocol/server-filesystem", "." ] }, "microsoft.docs.mcp": { "type": "http", "url": "https://learn.microsoft.com/api/mcp", "headers": {} } } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low