Requested in Discord
oh is this all an mcp server is? : https://github.com/ActiveCampaign/postmark-mcp
i could make something like that p easily pending demand. using the public api anyone else could too ![]()
this one is really needed
tell me more about your desired use cases
from the OP
The idea that jumps out to me right away as I’ve been porting over my notes for classes is collating todo’s with relevant context across all spaces or categories of spaces (or even implicit associations of ideas) into a tool(à la raycast) that can plug into your reminders and calendar apps.
Also, automatically populating a research question with a few web links when prompted to. Parsing through everything in a space to verify facts or do a sanity check on idea flow or suggest directions to explore.
All these things are already currently do-able by exporting the space as a zip and feeding that as context every time but an MCP server would make it very ergonomic to do via whatever existing setup a user has
in the postmark example postmark-mcp/index.js at main · ActiveCampaign/postmark-mcp · GitHub they basically define a couple key tasks with params:
- sendEmail(to, subject, textbody, htmlbody, from, tag), sendEmailWithTemplate
- listTemplates
- getDeliveryStats
what are the kinopio equivalents?
I think all the functionality that’s currently available through the API—like creating and reading cards—can be integrated into MCP. Then I could create and modify cards in Kinopio directly through Claude.
check this it can fully operate blender
Blender MCP Demo: AI Prompting a dragon in a dungeon
Blender MCP and The Future Of Creative Tools - Siddharth Ahuja
that’s a lot of functionality, what’s the mvp?
also it would help if you told me about Your usecases. saying ‘do everything’ doesn’t help as much in determining whether this is worth doing, vs some solid practical scenarios of things that you would do w it ![]()
also weirdly, the folder structure in the postmark demo does not match the format that anthropic specifies in https://www.anthropic.com/engineering/desktop-extensions , nor does it package a ‘dxt’ file…
Personally, what I need is:
- To simply create cards with the necessary parameters (color, tag, position on the canvas), and connect them so I can quickly structure large chunks of text.
- To allow MCP to read the cards, so it can summarize what I wrote—for example, yesterday—or give an overview of what’s written in a specific space I was working on (including being able to see when a card was created).
- Edit cards

so CRUD on items would look like:
- createCard(name, x,y, etc)
- readCard
- updateCard
- deleteCard
same for boxes
one major wrinkle is api activity doesn’t update what you see if currently have a space opened. If this issue is required to be fixed in order to provide that live blender update like experience, this becomes a v huge project.
You could add a sidebar notification saying ‘Changes have been made — refresh the page to see updates. or something like this
if 8 more ppl say they’d use this feature and tell me specifically how they’d use it and what they’d use it for , then i’ll move this up in priority