Skip to content(if available)orjump to list(if available)

Show HN: Simple to build MCP servers that easily connect with custom LLM calls

Show HN: Simple to build MCP servers that easily connect with custom LLM calls

4 comments

·February 1, 2025

Hi!

After learning about MCP, I'm really excited about the future of provider-agnostic, re-usable tooling.

Unfortunately I've found that while it's easy to implement an MCP server for use with tools that support it (such as Claude Desktop), it's not as easy to implement your own support (such as integrating an MCP server into your own LLM application).

We implemented a thin MCP wrapper that easily integrates with Mirascope calls so that you can hook up an MCP server and client super easily to any supported LLM provider.

Excited to see what people build with this!

sbpayne

This is great! I personally found the original Anthropic MCP documentation pretty lacking in terms of how Claude Desktop used the MCP server(s), constraints, etc. For example, there is a pretty hard timeout which will cause the MCP server to crash.

Glad there's a simple to use solution for creating my own server where I can make some different design choices!

wbakst

Totally! When it was first released, I really liked the idea, but it felt super early (which is to be expected!)

I immediately wanted to write a custom agent that used an MCP server and that inspired building this. Glad you like it!

BOOSTERHIDROGEN

Can you integrate thiz with LibreChat?

wbakst

if they support MCP servers it should work!

can't guarantee as i haven't tried connecting them myself