Metal MCP Server
Search Metal Framework documentation and generate code.
Metal MCP Server
An MCP server providing Metal Framework documentation search and code generation capabilities.
One-Line Installation
npx @modelcontextprotocol/create-server metal-mcp && cd metal-mcp && npm install && npm run build
Features
Tools
-
search_metal_docs- Search Metal Framework documentation and code examples using natural language queries
- Parameters:
query: Natural language query about Metal Frameworklimit: Maximum number of results to return (default: 3)
-
generate_metal_code- Generate Metal Framework code for common tasks
- Parameters:
task: Description of the Metal task to generate code forlanguage: Programming language (objective-c, swift, or metal)
Resources
-
metal://docs/getting-started- Comprehensive guide for getting started with Metal Framework
-
metal://docs/best-practices- Best practices and optimization tips for Metal Framework
Usage
After installation, add the server to your MCP configuration:
{
"mcpServers": {
"metal": {
"command": "node",
"args": ["/path/to/metal-mcp/build/index.js"]
}
}
}
The server will provide Metal Framework expertise through the MCP protocol, allowing you to:
- Search Metal documentation with natural language queries
- Generate code snippets for common Metal tasks
- Access Metal best practices and getting started guides
Похожие серверы
Scout Monitoring MCP
спонсорPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
спонсорAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Rakit UI AI
An intelligent tool for AI assistants to present multiple UI component designs for user selection.
Auto API - YApi
A tool to retrieve API interface information from YApi, with authentication configurable via environment variables.
Everything
Reference / test server with prompts, resources, and tools
Bevy BRP MCP
Control, inspect, and mutate Bevy applications with AI coding assistants via the Bevy Remote Protocol (BRP).
MCP-Insomnia
An MCP server for AI agents to create and manage API collections in Insomnia-compatible format.
MCP Config Generator
A web tool for safely adding MCP servers to your Claude Desktop configuration.
InsForge MCP Server
InsForge is a backend development platform designed for agentic coding.
SimpleLocalize
A MCP server for SimpleLocalize, a translation management system. Requires a SimpleLocalize API key.
Gemini CLI
Integrates with the unofficial Google Gemini CLI, allowing file access within configured directories.
Taeks MCP Server
An example MCP server designed for deployment on Cloudflare Workers, operating without authentication.