Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Quickchart-MCP-Server,Image-Generation-MCP-Server,Langflow-DOC-QA… #663

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GongRzhe
Copy link
Contributor

Add Three New MCP Servers

Description

Adding three new Model Context Protocol (MCP) servers to the repository:

  • Quickchart-MCP-Server: For generating charts using QuickChart.io
  • Image-Generation-MCP-Server: For image generation using Replicate Flux model
  • Langflow-DOC-QA-SERVER: For document Q&A powered by Langflow

Server Details

  • Servers: New MCP servers for chart generation, image generation, and document Q&A
  • Changes to: Adding new functionality for visualization, image creation, and document analysis

Motivation and Context

These new servers expand the MCP ecosystem by adding capabilities for:

  • Chart generation through QuickChart.io integration
  • AI-powered image generation using Replicate Flux
  • Document question-answering using Langflow backend

How Has This Been Tested?

  • Tested with Claude Desktop as the LLM client
  • Test scenarios include chart generation, image creation, and document querying
  • Verified proper implementation of MCP protocol specifications

Breaking Changes

No breaking changes - these are new servers that don't affect existing implementations.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

Each server implements standard MCP interfaces while providing specialized functionality:

  • QuickChart server: Focuses on data visualization
  • Image Generation server: Leverages Replicate's Flux model
  • Langflow server: Demonstrates RAG capabilities through simple document Q&A

…-SERVER

Quickchart-MCP-Server:A Model Context Protocol server for generating charts using QuickChart.io
Image-Generation-MCP-Server:This MCP server provides image generation capabilities using the Replicate Flux model.
Langflow-DOC-QA-SERVER:A Model Context Protocol server for document Q&A powered by Langflow.It demonstrates core MCP concepts by providing a simple interface to query documents through a Langflow backend.
GongRzhe

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant