MCP Chart Server (#336)

* mcp-server-chart

A Model Context Protocol (MCP) server that provides comprehensive chart generation capabilities. This server offers a wide variety of chart types with comprehensive Zod schema validation for type-safe chart configuration.

🎯 15+ Chart Types - Comprehensive chart library covering all major visualization needs
🔒 Type Safety - Full Zod schema validation for all chart configurations
🌐 Multiple Deployment Options - Local server, HTTP streaming, and SSE endpoints
🚀 Claude.AI Integration - Ready-to-use endpoints for Claude.AI integration
📊 Professional Charts - Support for financial, statistical, and business visualizations

* fix order
This commit is contained in:
Kamran Biglari 2025-06-27 16:00:03 +01:00 committed by GitHub
parent 2ced4b3027
commit 7fbf2649da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -259,6 +259,7 @@ A growing set of community-developed and maintained servers demonstrates various
- **[Career Site Jobs](https://apify.com/fantastic-jobs/career-site-job-listing-api/api/mcp)** - A MCP server to retrieve up-to-date jobs from company career sites.
- **[Canvas LMS](https://github.com/ahnopologetic/canvas-lms-mcp)** - MCP server for easy access to education data through your Canvas LMS instance.
- **[Chaitin IP Intelligence](https://github.com/co0ontty/chaitin-ip-intelligence-search-tool)** - Search for IP addresses using Chaitin's IP Intelligence API.
- **[Chart](https://github.com/KamranBiglari/mcp-server-chart)** - This server offers a wide variety of chart types with comprehensive Zod schema validation for type-safe chart configuration.
- **[ChuckNorris](https://github.com/pollinations/chucknorris-mcp)** - A specialized MCP gateway for LLM enhancement prompts and jailbreaks with dynamic schema adaptation. Provides prompts for different LLMs using an enum-based approach.
- **[clj-kondo-MCP](https://github.com/Bigsy/clj-kondo-MCP)** - Clojure linter
- **[Clojars](https://github.com/Bigsy/Clojars-MCP-Server)** - Obtains latest dependency details for Clojure libraries.
@ -424,6 +425,7 @@ A growing set of community-developed and maintained servers demonstrates various
- **[YouTube](https://github.com/anaisbetts/mcp-youtube)** - Fetch YouTube subtitles
- **[Yuga Planner](https://github.com/blackopsrepl/yuga-planner)** - AI Task schedule planning with LLamaIndex and Timefold: breaks down a task description and schedules it around an existing calendar
## Clients
- **[MBro](https://github.com/sitbon/magg/blob/main/docs/mbro.md)** - A powerful interactive terminal **M**CP **Bro**wser client with tab completion and automatic documentation that allows you to work with multiple MCP servers, manage tools, and create complex workflows using AI assistants.