AMD Ryzen AI MCP Server
AMD publishes a first-party Model Context Protocol server, amd/ryzenai-mcp-server, in its own GitHub organization. It gives an MCP client semantic search over the AMD Ryzen AI documentation (https://ryzenai.docs.amd.com) and the amd/RyzenAI-SW code samples repository, backed by a local embedding index. It is a documentation/knowledge server, not a control plane for AMD hardware or cloud resources.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
read_ryzenai— Read AMD Ryzen AI documentation pages.search_ryzenai_sw_keyword— Keyword search in the Ryzen AI repository.search_ryzenai_sw_enhanced— Enhanced semantic search with AI embeddings.read_ryzenai_sw— Read specific files from the repository.list_ryzenai_sw_directory— List contents of a directory.find_ryzenai_sw_files— Find files by name pattern or type.download_and_index_ryzenai_enhanced— Download and index repository with AI embeddings.get_enhanced_embedding_status— Check embedding index status.refresh_ryzenai_index— Clear the index and re-download/re-index after repo or docs updates.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.