MCP server · Matter
matter
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.
⚠ Proposed MCP surface. No official hosted MCP server was found for Matter. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Matter publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport http
Tools
get_account— Return the authenticated account and rate-limit quota.list_items— List library items with filters (status, tag, content_type, favorite, updated_since).save_item— Save a new item to the library by URL.get_item— Get a single item, optionally including parsed markdown.update_item— Update an item's status, favorite, or reading progress.delete_item— Permanently delete an item.search— Full-text search across the library, grouped by type.list_reading_sessions— List reading sessions (date + seconds_read) for streaks/stats.list_annotations— List all annotations on an item.get_annotation— Get a single annotation.update_annotation— Set or remove the note on an annotation.delete_annotation— Delete an annotation.list_tags— List all tags in the library.rename_tag— Rename a tag across all items.delete_tag— Delete a tag and remove it from all items.add_tag_to_item— Add a tag to an item (creates it if needed).remove_tag_from_item— Remove a tag from an item.
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.