From 7fbf2649da8daa3774f71c103989fdc597fc4d2e Mon Sep 17 00:00:00 2001 From: Kamran Biglari <102748921+KamranBiglari@users.noreply.github.com> Date: Fri, 27 Jun 2025 16:00:03 +0100 Subject: [PATCH] MCP Chart Server (#336) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dcb12fd..b37ec8d 100644 --- a/README.md +++ b/README.md @@ -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.