You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,48 @@ See [docs/reference/](docs/reference/) for details.
77
77
78
78
---
79
79
80
+
## MCP Server
81
+
82
+
pyplots provides an [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server for AI assistants to search plot specifications and fetch implementation code.
83
+
84
+
**Available Tools:**
85
+
-`list_specs` - List all plot specifications
86
+
-`search_specs_by_tags` - Search by plot type, domain, features, library
87
+
-`get_spec_detail` - Get full specification with all implementations
88
+
-`get_implementation` - Get code for a specific library
89
+
-`list_libraries` - List supported plotting libraries
90
+
-`get_tag_values` - Get available tag values by category
91
+
92
+
### Configuration
93
+
94
+
Add to your MCP client configuration (e.g., Claude Code `.mcp.json`):
0 commit comments