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
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
sep-mpc-server
A server for processing semantic embeddings, requiring external data files mounted via a Docker volume.
Postman MCP Server
Run Postman collections using Newman, with support for environment and global variables.
s&box MCP Server
Enables AI assistants to interact with s&box game objects and components via WebSocket communication.
YetiBrowser MCP
YetiBrowser MCP is a fully open-source solution to allow AI assistants to easily interact with your existing browser
TokenCost
An MCP (Model Context Protocol) server that provides real-time LLM token pricing data for 60+ AI models across 15 providers.
Paraview_MCP
An autonomous agent that integrates large language models with ParaView for creating and manipulating scientific visualizations using natural language and visual inputs.
VSCode MCP
Enables AI agents and assistants to interact with VSCode through the Model Context Protocol.
ArchiveNet
A context insertion and search server for Claude Desktop and Cursor IDE, using configurable API endpoints.
Taeks MCP Server
An example MCP server designed for deployment on Cloudflare Workers, operating without authentication.
codegraph-rust
A blazingly fast codebase graphRAG implementation in 100% Rust