Subscribe
Sign in
Ilia Pluzhnikov

🔍 Anyone here actually using Model Context Protocol (MCP)?

by•

I’ve been exploring MCP, an open standard from @Anthropic that aims to simplify AI integrations.


In theory, this should make it easier to connect AI with databases, task managers, or even development tools. But I’m curious to know how well it actually works in practice.


If you’ve tried MCP with PostgreSQL, Todoist, or other services, I’d love to hear:
🔹 What was your experience setting it up?
🔹 What limitations have you come across?


I’ll be sharing a deeper dive soon, but if you’ve worked with MCP, drop a comment — I’d love to hear real-world experiences! 👇

You can check the full description here https://modelcontextprotocol.io/introduction if you want to dive deep into the new protocol

Add a comment

Replies

Best
Jerry M

I tried BlenderMCP with cursor.
I have no knowledge of blenders.
Modeling through natural language commands is really incredible.

Deep requirements are difficult, but personally, I think MCP will be a great tool. 👍🏻

Ilia Pluzhnikov

@mocus Thanks for sharing đź’–

Pol Alvarez Vecino

I recently did a demo on how to use MCP to buy domains and manage DNS from Cursor (it works also for any other mcp client). The experience was very smooth. We developed those libraries, happy to answer any question or share more!


https://x.com/pol_avec/status/1902390112270610721

Ilia Pluzhnikov

@pol_avec Thanks for the topic, followed ^^

Richard Hudson

exclusively, set up with Claude Desktop was extremely easy and straightforward. Using sequential thinking, memory, server commands and fetch. Fetch was a game changer until today when they came out with web access.

Damon Burton

Interesting discussion! I’m curious to hear how others are implementing the Model Context Protocol (MCP) in real-world scenarios. Has anyone noticed measurable improvements in workflow or system behavior?"

steve beyatte

I found setting up local MCP servers with Claude to be a pain but the more important part is that I couldn't find a use case that actually made sense. I was sold on the idea of being able to chat with a database, Stripe, external service, etc. but the only thing that I could actually do was run a prepared set of interactions, none of which I trusted Claude to do nor would any of them yield any benefits given I still had to go do them.


Maybe I just didn't use the right servers. Is there a local database MCP for Postgres or MySQL that allows me to chat with my data, create charts, etc.? And for Stripe, is there a read-only MCP server that would let me chat with my Stripe data?


Maybe I'm just missing something but I couldn't find anything useful.

Richard Hudson
@steveb have you tried running them in desktop Claude app? I have several MCP servers configured and Claude just runs and lets me know when the request is completed.
steve beyatte

@hudsor01 My understanding is that they can only run on Claude desktop. What MCP servers are you using? Can you do interesting things with them beyond the deterministic stuff we can do with APIs? Examples?

Richard Hudson

@steveb MCP isn’t limited to Claude Desktop, I've seen it on several different clients including the copilot ecosystem. there's several different list of community servers you can use that are public. Personally I use sequential thinking, memory, server commands, Claude, software development utilities, fetch, and filesystem but with Claude's update yesterday i can remove fetch and software utilities and filesystem overlap so its overkill but I use one as a fallback. And yeah, you can do some cool stuff with MCP beyond just the basics some examples off the top of my head would be something like interactive video game storylines, you could probably get it generate content if you were an influencer and you could probably even do translations with it.

steve beyatte

@hudsor01 Oh yes, sorry I meant only Claude can use them via the desktop app. I know Cursor and other clients allow it, too.


For Claude specifically, isn't generating storylines and social content stuff that the "normal" Claude can do? What MCP gives it superpowers to do this better?

Richard Hudson
@steveb oh sorry! Didn’t understand the question, what impacted me the most was you can have several servers so the first for me was one that can do file operations on directories that I configure. So essentially before I would have to go into detail and spend half of the allowed usage getting Claude to understand where I’m at in my process to now it’s only configured to one working directory so immediately it has context without having to explain it or giving it file by file, Claude. A read and write to files, directories, another server will allow it to make shell commands so it speeds up development by a ton.