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
Related Servers
UUID MCP Provider
Generates timestamp-based unique identifiers using UUID v7.
Authless Remote MCP Server
A remote MCP server without authentication, deployable on Cloudflare Workers or locally with npm.
MCP Shell
Execute secure shell commands from AI assistants and other MCP clients, with configurable security settings.
Animated video MCP Server
Executes Manim Python animation scripts to generate and return videos.
Document Schema Specifications
A collection of document schemas for standardizing project documentation across various software projects.
MCP Sourcify Server
Verify and retrieve smart contract source code using the Sourcify API.
MCP Framework Starter
A starter project for building Model Context Protocol (MCP) servers with the mcp-framework.
Model Context Protocol (MCP)
Interact with Gibson projects to create/update projects, explain database/API interactions, and write code within your IDE.
NHL MCP Server
An MCP server for the NHL API, providing access to all documented endpoints.
Qase MCP Server
An MCP server for interacting with the Qase test management platform.